Skip to content
Snippets Groups Projects
Commit 233b5c06 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "octavia-certificates: fix missing collection for ansible-core"

parents 04e1446b f3a6c77b
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,9 @@ collections: ...@@ -6,6 +6,9 @@ collections:
- name: ansible.posix - name: ansible.posix
source: https://galaxy.ansible.com source: https://galaxy.ansible.com
version: <2 version: <2
- name: community.crypto
source: https://galaxy.ansible.com
version: <3
- name: community.general - name: community.general
source: https://galaxy.ansible.com source: https://galaxy.ansible.com
version: <7 version: <7
...@@ -93,6 +93,7 @@ ...@@ -93,6 +93,7 @@
parent: kolla-ansible-base parent: kolla-ansible-base
voting: false voting: false
files: files:
- ^requirements-core.yml
- ^ansible/roles/(nova-cell)/ - ^ansible/roles/(nova-cell)/
- ^tests/templates/nova-compute-overrides.j2 - ^tests/templates/nova-compute-overrides.j2
vars: vars:
...@@ -118,6 +119,7 @@ ...@@ -118,6 +119,7 @@
parent: kolla-ansible-base parent: kolla-ansible-base
voting: false voting: false
files: files:
- ^requirements-core.yml
- ^ansible/roles/bifrost/ - ^ansible/roles/bifrost/
- ^tests/test-bifrost.sh - ^tests/test-bifrost.sh
vars: vars:
...@@ -128,6 +130,7 @@ ...@@ -128,6 +130,7 @@
parent: kolla-ansible-base parent: kolla-ansible-base
voting: false voting: false
files: files:
- ^requirements-core.yml
- ^ansible/roles/(ironic|neutron|nova|nova-cell)/ - ^ansible/roles/(ironic|neutron|nova|nova-cell)/
- ^tests/deploy-tenks\.sh$ - ^tests/deploy-tenks\.sh$
- ^tests/templates/ironic-overrides\.j2$ - ^tests/templates/ironic-overrides\.j2$
...@@ -144,6 +147,7 @@ ...@@ -144,6 +147,7 @@
parent: kolla-ansible-base parent: kolla-ansible-base
voting: false voting: false
files: files:
- ^requirements-core.yml
- ^ansible/roles/(zun|kuryr|etcd|cinder|iscsi)/ - ^ansible/roles/(zun|kuryr|etcd|cinder|iscsi)/
- ^tests/setup_disks.sh - ^tests/setup_disks.sh
- ^tests/test-core-openstack.sh - ^tests/test-core-openstack.sh
...@@ -158,6 +162,7 @@ ...@@ -158,6 +162,7 @@
parent: kolla-ansible-base parent: kolla-ansible-base
voting: false voting: false
files: files:
- ^requirements-core.yml
- ^ansible/roles/(glance|swift)/ - ^ansible/roles/(glance|swift)/
- ^tests/setup_disks.sh - ^tests/setup_disks.sh
- ^tests/init-swift.sh - ^tests/init-swift.sh
...@@ -179,6 +184,7 @@ ...@@ -179,6 +184,7 @@
parent: kolla-ansible-base parent: kolla-ansible-base
voting: false voting: false
files: files:
- ^requirements-core.yml
- ^ansible/roles/(designate|magnum|trove)/ - ^ansible/roles/(designate|magnum|trove)/
- ^tests/test-dashboard.sh - ^tests/test-dashboard.sh
- ^tests/test-magnum.sh - ^tests/test-magnum.sh
...@@ -190,6 +196,7 @@ ...@@ -190,6 +196,7 @@
parent: kolla-ansible-base parent: kolla-ansible-base
voting: false voting: false
files: files:
- ^requirements-core.yml
- ^ansible/roles/(octavia|octavia-certificates)/ - ^ansible/roles/(octavia|octavia-certificates)/
- ^tests/test-dashboard.sh - ^tests/test-dashboard.sh
- ^tests/test-octavia.sh - ^tests/test-octavia.sh
...@@ -201,6 +208,7 @@ ...@@ -201,6 +208,7 @@
parent: kolla-ansible-base parent: kolla-ansible-base
voting: false voting: false
files: files:
- ^requirements-core.yml
- ^ansible/roles/masakari/ - ^ansible/roles/masakari/
- ^ansible/roles/hacluster/ - ^ansible/roles/hacluster/
- ^tests/test-masakari.sh - ^tests/test-masakari.sh
...@@ -213,6 +221,7 @@ ...@@ -213,6 +221,7 @@
parent: kolla-ansible-base parent: kolla-ansible-base
voting: false voting: false
files: files:
- ^requirements-core.yml
- ^ansible/roles/mariadb/ - ^ansible/roles/mariadb/
- ^tests/test-mariadb.sh - ^tests/test-mariadb.sh
vars: vars:
...@@ -223,6 +232,7 @@ ...@@ -223,6 +232,7 @@
parent: kolla-ansible-base parent: kolla-ansible-base
voting: false voting: false
files: files:
- ^requirements-core.yml
- ^ansible/roles/(aodh|barbican|heat|mistral|redis|tacker)/ - ^ansible/roles/(aodh|barbican|heat|mistral|redis|tacker)/
- ^tests/test-scenario-nfv.sh - ^tests/test-scenario-nfv.sh
- ^tests/test-dashboard.sh - ^tests/test-dashboard.sh
...@@ -234,6 +244,7 @@ ...@@ -234,6 +244,7 @@
parent: kolla-ansible-base parent: kolla-ansible-base
voting: false voting: false
files: files:
- ^requirements-core.yml
- ^ansible/roles/nova/ - ^ansible/roles/nova/
- ^tests/test-core-openstack.sh - ^tests/test-core-openstack.sh
vars: vars:
...@@ -244,6 +255,7 @@ ...@@ -244,6 +255,7 @@
parent: kolla-ansible-base parent: kolla-ansible-base
voting: false voting: false
files: files:
- ^requirements-core.yml
- ^ansible/roles/(neutron|octavia|openvswitch|ovn-controller|ovn-db)/ - ^ansible/roles/(neutron|octavia|openvswitch|ovn-controller|ovn-db)/
- ^tests/test-ovn.sh - ^tests/test-ovn.sh
- ^tests/test-core-openstack.sh - ^tests/test-core-openstack.sh
...@@ -255,6 +267,7 @@ ...@@ -255,6 +267,7 @@
parent: kolla-ansible-base parent: kolla-ansible-base
voting: false voting: false
files: files:
- ^requirements-core.yml
- ^ansible/roles/(common|opensearch|grafana|prometheus)/ - ^ansible/roles/(common|opensearch|grafana|prometheus)/
- ^tests/test-prometheus-opensearch.sh - ^tests/test-prometheus-opensearch.sh
vars: vars:
...@@ -265,6 +278,7 @@ ...@@ -265,6 +278,7 @@
parent: kolla-ansible-base parent: kolla-ansible-base
voting: false voting: false
files: files:
- ^requirements-core.yml
- ^ansible/roles/(common|opensearch|venus)/ - ^ansible/roles/(common|opensearch|venus)/
- ^tests/test-venus.sh - ^tests/test-venus.sh
vars: vars:
...@@ -279,6 +293,7 @@ ...@@ -279,6 +293,7 @@
- openstack/requirements - openstack/requirements
voting: false voting: false
files: files:
- ^requirements-core.yml
- ^kolla_ansible/ - ^kolla_ansible/
- ^tests/run-hashi-vault.yml - ^tests/run-hashi-vault.yml
- ^tests/test-hashicorp-vault-passwords.sh - ^tests/test-hashicorp-vault-passwords.sh
...@@ -288,6 +303,7 @@ ...@@ -288,6 +303,7 @@
parent: kolla-ansible-base parent: kolla-ansible-base
voting: false voting: false
files: files:
- ^requirements-core.yml
- ^ansible/roles/letsencrypt/ - ^ansible/roles/letsencrypt/
- ^ansible/roles/loadbalancer/ - ^ansible/roles/loadbalancer/
- ^tests/test-core-openstack.sh - ^tests/test-core-openstack.sh
...@@ -303,6 +319,7 @@ ...@@ -303,6 +319,7 @@
parent: kolla-ansible-base parent: kolla-ansible-base
voting: false voting: false
files: files:
- ^requirements-core.yml
- ^ansible/roles/skyline/ - ^ansible/roles/skyline/
- ^tests/test-skyline.sh - ^tests/test-skyline.sh
vars: vars:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment