Set UCA repo to Victoria
Since UCA provides V only for 20.04, we are not able to provide distro installs for 18.04 Still we're leaving UCA fixed to U for bionic to get required KVM libraries and other dependencies. Change-Id: I94fbc9fc75e188d3a4a334ffb08836d431003764
This commit is contained in:
parent
15c1522eab
commit
d7a4ff5a6a
@ -0,0 +1,12 @@
|
||||
---
|
||||
issues:
|
||||
- |
|
||||
Ubuntu Cloud Archive (UCA) does not contain Ubuntu Bionic distro packages
|
||||
for Victoria, so only source install/upgrade path (default) will work
|
||||
correctly for Ubuntu 18.04.
|
||||
upgrade:
|
||||
- |
|
||||
Deployments which follows distro path (services are installed from distro
|
||||
packages rather then in virtualenvs) should upgrade Ubuntu 18.04 -> 20.04
|
||||
before performing OpenStack Ussuri -> Victoria upgrade, since Ubuntu Cloud
|
||||
Archive does not provide Victoria system packages for 18.04.
|
@ -95,6 +95,6 @@ _package_repos: []
|
||||
# state: present
|
||||
# filename: "uca"
|
||||
|
||||
_uca_repo: "deb {{ uca_apt_repo_url | default('http://ubuntu-cloud.archive.canonical.com/ubuntu') }} {{ ansible_lsb.codename }}-updates/ussuri main"
|
||||
_uca_repo: "deb {{ uca_apt_repo_url | default('http://ubuntu-cloud.archive.canonical.com/ubuntu') }} {{ ansible_lsb.codename }}-updates/victoria main"
|
||||
|
||||
_openstack_host_ca_location: /usr/local/share/ca-certificates/
|
||||
|
Loading…
x
Reference in New Issue
Block a user