Replace obsoleted include with import_playbook
Resolves runtime Ansible deprecation warnings caused by use of old syntax. Change-Id: Iaa8eface3dc58a828e0da74b1b56a6038f143060
This commit is contained in:
parent
310f3e382b
commit
90afd05d3a
@ -1,20 +1,20 @@
|
|||||||
---
|
---
|
||||||
# Browbeat integration test
|
# Browbeat integration test
|
||||||
|
|
||||||
- include: baremetal-prep-virthost.yml
|
- import_playbook: baremetal-prep-virthost.yml
|
||||||
|
|
||||||
- include: configure-browbeat.yml
|
- import_playbook: configure-browbeat.yml
|
||||||
|
|
||||||
- include: baremetal-quickstart-extras.yml
|
- import_playbook: baremetal-quickstart-extras.yml
|
||||||
|
|
||||||
- include: install-browbeat.yml
|
- import_playbook: install-browbeat.yml
|
||||||
|
|
||||||
- include: disable-ssh-dns.yml
|
- import_playbook: disable-ssh-dns.yml
|
||||||
|
|
||||||
- include: undercloud-metrics.yml
|
- import_playbook: undercloud-metrics.yml
|
||||||
- include: overcloud-metrics.yml
|
- import_playbook: overcloud-metrics.yml
|
||||||
|
|
||||||
- include: gather-metadata.yml
|
- import_playbook: gather-metadata.yml
|
||||||
|
|
||||||
- name: Run Browbeat
|
- name: Run Browbeat
|
||||||
hosts: undercloud
|
hosts: undercloud
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
---
|
---
|
||||||
- include: baremetal-prep-virthost.yml
|
- import_playbook: baremetal-prep-virthost.yml
|
||||||
|
|
||||||
- include: configure-browbeat.yml
|
- import_playbook: configure-browbeat.yml
|
||||||
|
|
||||||
- include: baremetal-quickstart-extras.yml
|
- import_playbook: baremetal-quickstart-extras.yml
|
||||||
|
|
||||||
- include: install-browbeat.yml
|
- import_playbook: install-browbeat.yml
|
||||||
|
|
||||||
- include: disable-ssh-dns.yml
|
- import_playbook: disable-ssh-dns.yml
|
||||||
|
|
||||||
- include: undercloud-metrics.yml
|
- import_playbook: undercloud-metrics.yml
|
||||||
- include: overcloud-metrics.yml
|
- import_playbook: overcloud-metrics.yml
|
||||||
|
|
||||||
- include: gather-metadata.yml
|
- import_playbook: gather-metadata.yml
|
||||||
|
|
||||||
- name: Run Browbeat
|
- name: Run Browbeat
|
||||||
hosts: undercloud
|
hosts: undercloud
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- include: baremetal-prep-virthost.yml
|
- import_playbook: baremetal-prep-virthost.yml
|
||||||
|
|
||||||
|
|
||||||
- name: Validate IPMI and instackenv.json
|
- name: Validate IPMI and instackenv.json
|
||||||
@ -14,7 +14,7 @@
|
|||||||
roles:
|
roles:
|
||||||
- undercloud-deploy
|
- undercloud-deploy
|
||||||
|
|
||||||
- include: undercloud-metrics.yml
|
- import_playbook: undercloud-metrics.yml
|
||||||
|
|
||||||
- name: copy over config files
|
- name: copy over config files
|
||||||
hosts: undercloud
|
hosts: undercloud
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
# Browbeat integration test
|
# Browbeat integration test
|
||||||
# Check upstream zuul CI
|
# Check upstream zuul CI
|
||||||
|
|
||||||
- include: configure-browbeat.yml
|
- import_playbook: configure-browbeat.yml
|
||||||
when: enable_minimal_browbeat|default(false)|bool
|
when: enable_minimal_browbeat|default(false)|bool
|
||||||
|
|
||||||
- include: install-browbeat.yml
|
- import_playbook: install-browbeat.yml
|
||||||
when: enable_minimal_browbeat|default(false)|bool
|
when: enable_minimal_browbeat|default(false)|bool
|
||||||
|
|
||||||
- include: disable-ssh-dns.yml
|
- import_playbook: disable-ssh-dns.yml
|
||||||
when: enable_minimal_browbeat|default(false)|bool
|
when: enable_minimal_browbeat|default(false)|bool
|
||||||
|
|
||||||
- name: Run Browbeat
|
- name: Run Browbeat
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
# This is the playbook used by the `quickstart.sh` script.
|
# This is the playbook used by the `quickstart.sh` script.
|
||||||
|
|
||||||
- include: quickstart-extras.yml
|
- import_playbook: quickstart-extras.yml
|
||||||
|
|
||||||
- include: configure-browbeat.yml
|
- import_playbook: configure-browbeat.yml
|
||||||
|
|
||||||
- include: undercloud-metrics.yml
|
- import_playbook: undercloud-metrics.yml
|
||||||
|
|
||||||
- include: overcloud-metrics.yml
|
- import_playbook: overcloud-metrics.yml
|
||||||
|
|
||||||
- include: install-browbeat.yml
|
- import_playbook: install-browbeat.yml
|
||||||
|
|
||||||
- include: gather-metadata.yml
|
- import_playbook: gather-metadata.yml
|
||||||
|
|
||||||
- name: Run Browbeat
|
- name: Run Browbeat
|
||||||
hosts: undercloud
|
hosts: undercloud
|
||||||
|
Loading…
x
Reference in New Issue
Block a user