Add centos-8 and ubuntu focal support
adding python3-qpid-proton package for centos-8 and focal support. Change-Id: I3adbc415f5afcb020f648a5e98a5dda193673624
This commit is contained in:
parent
bc2f958d6c
commit
2b7b2ada9f
1
tasks/qdrouterd_install_dnf.yml
Symbolic link
1
tasks/qdrouterd_install_dnf.yml
Symbolic link
@ -0,0 +1 @@
|
||||
qdrouterd_install_yum.yml
|
@ -15,7 +15,7 @@
|
||||
|
||||
qdrouterd_distro_packages:
|
||||
- openssl
|
||||
- python-qpid-proton
|
||||
- "{{ ansible_distribution_major_version is version('8', '<') | ternary('python-qpid-proton', 'python3-qpid-proton') }}"
|
||||
- cyrus-sasl-lib
|
||||
- cyrus-sasl-plain
|
||||
- cyrus-sasl-md5
|
||||
|
@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
qdrouterd_distro_packages:
|
||||
- python-qpid-proton
|
||||
- python3-qpid-proton
|
||||
- libsasl2-modules
|
||||
- sasl2-bin
|
||||
- qdrouterd
|
||||
|
@ -21,7 +21,9 @@
|
||||
jobs:
|
||||
- openstack-ansible-linters
|
||||
- openstack-ansible-functional-centos-7
|
||||
- openstack-ansible-functional-centos-8
|
||||
- openstack-ansible-functional-ubuntu-bionic
|
||||
- openstack-ansible-functional-ubuntu-focal
|
||||
experimental:
|
||||
jobs:
|
||||
- openstack-ansible-integrated-deploy-aio
|
||||
@ -29,4 +31,6 @@
|
||||
jobs:
|
||||
- openstack-ansible-linters
|
||||
- openstack-ansible-functional-centos-7
|
||||
- openstack-ansible-functional-centos-8
|
||||
- openstack-ansible-functional-ubuntu-bionic
|
||||
- openstack-ansible-functional-ubuntu-focal
|
||||
|
Loading…
x
Reference in New Issue
Block a user