Switch codename to Zed

Change-Id: I2a8a91aaa535044966619706734d3ad07714d671
This commit is contained in:
Dmitriy Rabotyagov 2022-10-06 13:22:40 +02:00
parent caf936323f
commit eb042cb2c3
3 changed files with 6 additions and 7 deletions

View File

@ -19,7 +19,7 @@ cache_timeout: 600
# /etc/openstack-release settings
openstack_distrib_id: "OSA"
openstack_distrib_release: "{{ openstack_release | default('master') }}"
openstack_distrib_code_name: "Yoga"
openstack_distrib_code_name: "Zed"
openstack_distrib_description: "OpenStack-Ansible"
openstack_distrib_file: yes
openstack_distrib_file_path: "/etc/openstack-release"

View File

@ -86,7 +86,7 @@ _package_list:
state: latest
_package_repos:
- repo: "deb {{ apt_repo_url | default('http://ubuntu-cloud.archive.canonical.com/ubuntu') }} {{ ansible_facts['lsb']['codename'] }}-updates/{{ openstack_distrib_code_name | lower }} main"
- repo: "deb {{ apt_repo_url | default('http://ubuntu-cloud.archive.canonical.com/ubuntu') }} {{ ansible_facts['lsb']['codename'] }}-updates/yoga main"
state: present
filename: "uca"

View File

@ -85,11 +85,10 @@ _package_list:
- name: ca-certificates
state: latest
# NOTE(jrosser) there is no UCA repository for Jammy, so disable installation of UCA until one exists
_package_repos: []
# - repo: "deb {{ apt_repo_url | default('http://ubuntu-cloud.archive.canonical.com/ubuntu') }} {{ ansible_facts['lsb']['codename'] }}-updates/{{ openstack_distrib_code_name | lower }} main"
# state: present
# filename: "uca"
_package_repos:
- repo: "deb {{ apt_repo_url | default('http://ubuntu-cloud.archive.canonical.com/ubuntu') }} {{ ansible_facts['lsb']['codename'] }}-updates/{{ openstack_distrib_code_name | lower }} main"
state: present
filename: "uca"
_openstack_ca_bundle_path: /etc/ssl/certs/ca-certificates.crt