File tree Expand file tree Collapse file tree 5 files changed +31
-36
lines changed
bootstrap-embedded-ansible Expand file tree Collapse file tree 5 files changed +31
-36
lines changed Original file line number Diff line number Diff line change 11---
2- - name : config_template
3- scm : git
4- src : https://opendev.org/openstack/ansible-config_template
5- version : d97279293d09ab3cae6e20119662029d6b64b3b7
6- - name : plugins
7- scm : git
8- src : https://opendev.org/openstack/openstack-ansible-plugins
9- version : 7fd6dd21123f162091631d87bf1db8fb7700fcda
10- - name : systemd_service
11- scm : git
12- src : https://opendev.org/openstack/ansible-role-systemd_service
13- version : 86ad639f4171b0c01bba030ebc3fd96ec020aa45
14- - name : systemd_mount
15- scm : git
16- src : https://opendev.org/openstack/ansible-role-systemd_mount
17- version : master
2+ collections :
3+ - name : openstack.config_template
4+ type : git
5+ source : https://opendev.org/openstack/ansible-config_template
6+ version : 2.1.1
7+ - name : openstack.osa
8+ type : git
9+ source : https://opendev.org/openstack/openstack-ansible-plugins
10+ version : 3bd48b7c5ac27787e67a95338241988a2aaddb4f
11+ roles :
12+ - name : systemd_service
13+ scm : git
14+ src : https://opendev.org/openstack/ansible-role-systemd_service
15+ version : 86ad639f4171b0c01bba030ebc3fd96ec020aa45
16+ - name : systemd_mount
17+ scm : git
18+ src : https://opendev.org/openstack/ansible-role-systemd_mount
19+ version : master
Original file line number Diff line number Diff line change @@ -89,17 +89,9 @@ export ANSIBLE_ROLES_PATH="${ANSIBLE_EMBED_HOME}/repositories/roles"
8989OPTS+=(' ANSIBLE_ROLES_PATH' )
9090echo " env ANSIBLE_ROLES_PATH set"
9191
92- export ANSIBLE_ACTION_PLUGINS=" ${ANSIBLE_EMBED_HOME} /repositories/roles/config_template/action"
93- OPTS+=(' ANSIBLE_ACTION_PLUGINS' )
94- echo " env ANSIBLE_ACTION_PLUGINS set"
95-
96- export ANSIBLE_CONNECTION_PLUGINS=" ${ANSIBLE_EMBED_HOME} /repositories/roles/plugins/connection"
97- OPTS+=(' ANSIBLE_CONNECTION_PLUGINS' )
98- echo " env ANSIBLE_CONNECTION_PLUGINS set"
99-
100- export ANSIBLE_STRATEGY_PLUGINS=" ${ANSIBLE_EMBED_HOME} /repositories/roles/plugins/strategy"
101- OPTS+=(' ANSIBLE_STRATEGY_PLUGINS' )
102- echo " env ANSIBLE_STRATEGY_PLUGINS set"
92+ export ANSIBLE_COLLECTIONS_PATH=" ${ANSIBLE_EMBED_HOME} /repositories"
93+ OPTS+=(' ANSIBLE_COLLECTIONS_PATH' )
94+ echo " env ANSIBLE_COLLECTIONS_PATH set"
10395
10496export ANSIBLE_TRANSPORT=" ${ANSIBLE_TRANSPORT:- ssh} "
10597OPTS+=(' ANSIBLE_TRANSPORT' )
Original file line number Diff line number Diff line change 2626 ANSIBLE_PACKAGE : " {{ ansible_package | default('') }}"
2727 ANSIBLE_HOST_KEY_CHECKING : " False"
2828 ANSIBLE_LOG_PATH : " /tmp/elk-metrics-7x-logs/ansible-elk-test.log"
29- ANSIBLE_ACTION_PLUGINS : " ${HOME}/ansible_venv/repositories/roles/config_template/action "
30- ANSIBLE_CONNECTION_PLUGINS : " ${HOME}/ansible_venv/repositories/roles/plugins/connection "
29+ ANSIBLE_TRANSPORT : openstack.osa.ssh
30+ ANSIBLE_COLLECTIONS_PATH : " ${HOME}/ansible_venv/repositories"
3131 ANSIBLE_ROLES_PATH : " ${HOME}/ansible_venv/repositories/roles"
32+ ANSIBLE_VERSION : 10.7.0
3233
3334 vars :
3435 inventory_file : " inventory/test-{{ (container_inventory | bool) | ternary('container', 'metal') }}-inventory.yml"
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515
1616- job :
17- name : " openstack-ansible-ops:elk_metrics_7x-ubuntu-focal "
17+ name : " openstack-ansible-ops:elk_metrics_7x-ubuntu-jammy "
1818 parent : base
19- nodeset : ubuntu-focal
19+ nodeset : ubuntu-jammy
2020 description : " Runs a gate test on the elk_metrics_7x project."
2121 run : " elk_metrics_7x/tests/test.yml"
2222 post-run : " elk_metrics_7x/tests/post-run.yml"
2828 test_clustered_elk : false
2929
3030- job :
31- name : " openstack-ansible-ops:elk_metrics_7x-ubuntu-jammy "
32- parent : " openstack-ansible-ops:elk_metrics_7x-ubuntu-focal "
33- nodeset : ubuntu-focal
31+ name : " openstack-ansible-ops:elk_metrics_7x-ubuntu-noble "
32+ parent : " openstack-ansible-ops:elk_metrics_7x-ubuntu-jammy "
33+ nodeset : ubuntu-noble
3434
3535- job :
3636 name : " openstack-ansible-ops:osquery-ubuntu-jammy"
Original file line number Diff line number Diff line change 2020 check :
2121 jobs :
2222 - openstack-ansible-linters
23- - openstack-ansible-ops:elk_metrics_7x-ubuntu-focal
2423 - openstack-ansible-ops:elk_metrics_7x-ubuntu-jammy
24+ - openstack-ansible-ops:elk_metrics_7x-ubuntu-noble
2525 - openstack-ansible-deploy-aio_magnum_octavia_capi_kvm_ops-ubuntu-jammy-v1.29.6
2626 - openstack-ansible-deploy-aio_magnum_octavia_capi_kvm_ops-ubuntu-jammy-v1.30.2
2727 - openstack-ansible-deploy-aio_magnum_octavia_capi_kvm_ops-ubuntu-jammy-v1.31.1
2828 gate :
2929 jobs :
3030 - openstack-ansible-linters
31- - openstack-ansible-ops:elk_metrics_7x-ubuntu-focal
31+ - openstack-ansible-ops:elk_metrics_7x-ubuntu-noble
3232 - openstack-ansible-deploy-aio_magnum_octavia_capi_kvm_ops-ubuntu-jammy-v1.29.6
3333 - openstack-ansible-deploy-aio_magnum_octavia_capi_kvm_ops-ubuntu-jammy-v1.30.2
3434 - openstack-ansible-deploy-aio_magnum_octavia_capi_kvm_ops-ubuntu-jammy-v1.31.1
You can’t perform that action at this time.
0 commit comments