Merge "Fail if we're trying to use distro path for bionic"
This commit is contained in:
commit
2ab8b2015f
@ -60,6 +60,11 @@
|
||||
msg: >
|
||||
The only supported platforms for this release are Debian 10 (Buster),
|
||||
Ubuntu 18.04 LTS (Bionic), Ubuntu 20.04 LTS (Focal) and CentOS 8
|
||||
- name: Check for a supported path
|
||||
assert:
|
||||
that:
|
||||
- not (ansible_distribution == 'Ubuntu' and ansible_distribution_release == 'bionic' and install_method == 'distro')
|
||||
msg: Distro installation path is not supported for this release for Ubuntu 18.04 (bionic)
|
||||
roles:
|
||||
- role: "openstack_hosts"
|
||||
vars_files:
|
||||
|
@ -253,11 +253,6 @@
|
||||
parent: openstack-ansible-deploy-aio
|
||||
nodeset: ubuntu-bionic
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-deploy-aio_distro_lxc-ubuntu-bionic
|
||||
parent: openstack-ansible-deploy-aio
|
||||
nodeset: ubuntu-bionic
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-deploy-aio_ceph-ubuntu-bionic
|
||||
parent: openstack-ansible-deploy-aio
|
||||
@ -273,11 +268,6 @@
|
||||
parent: openstack-ansible-deploy-aio
|
||||
nodeset: ubuntu-bionic
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-deploy-aio_distro_ceph-ubuntu-bionic
|
||||
parent: openstack-ansible-deploy-aio
|
||||
nodeset: ubuntu-bionic
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-deploy-aio_metal-ubuntu-bionic
|
||||
parent: openstack-ansible-deploy-aio
|
||||
@ -293,11 +283,6 @@
|
||||
parent: openstack-ansible-deploy-aio
|
||||
nodeset: ubuntu-bionic
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-deploy-aio_distro_metal-ubuntu-bionic
|
||||
parent: openstack-ansible-deploy-aio
|
||||
nodeset: ubuntu-bionic
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-upgrade-aio_lxc-ubuntu-bionic
|
||||
parent: openstack-ansible-deploy-aio
|
||||
|
Loading…
Reference in New Issue
Block a user