Merge "playbooks: Do not serialize ironic deployment"

This commit is contained in:
Jenkins 2016-11-03 12:04:09 +00:00 committed by Gerrit Code Review
commit b655dbe1ed
3 changed files with 13 additions and 12 deletions

View File

@ -86,21 +86,22 @@
- role: ironic-enroll-dynamic
- { role: ironic-inspect-node, when: inspect_nodes | default('false') | bool == true }
- hosts: baremetal
name: "Create configuration drive files."
name: "Create configuration drive files and deploy machines"
vars:
inventory_dhcp_static_ip: "{{ inventory_dhcp_static_ip | bool == true }}"
become: no
connection: local
roles:
- role: bifrost-configdrives-dynamic
- role: bifrost-deploy-nodes-dynamic
- hosts: baremetal
vars:
inventory_dhcp_static_ip: "{{ inventory_dhcp_static_ip | bool == true }}"
multinode_testing: true
name: "Deploy machines."
name: "Prepare for deployment verification"
become: no
connection: local
serial: 1
roles:
- role: bifrost-deploy-nodes-dynamic
- role: bifrost-prepare-for-test-dynamic
# The testvm Host group is added by bifrost-prepare-for-test based
# on the contents of the CSV file.

View File

@ -74,18 +74,18 @@
- role: ironic-enroll-dynamic
- { role: ironic-inspect-node, when: inspect_nodes | default('false') | bool == true }
- hosts: baremetal
name: "Create configuration drive files."
name: "Create configuration drive files and deploy machines"
become: no
connection: local
roles:
- role: bifrost-configdrives-dynamic
- role: bifrost-deploy-nodes-dynamic
- hosts: baremetal
name: "Deploy machines."
name: "Prepare for deployment verification"
become: no
connection: local
serial: 1
roles:
- role: bifrost-deploy-nodes-dynamic
- role: bifrost-prepare-for-test-dynamic
# The testvm Host group is added by bifrost-prepare-for-test based
# on the contents of the CSV file.

View File

@ -88,21 +88,21 @@
- { role: ironic-inspect-node, when: inspect_nodes | default('false') | bool == true }
- hosts: baremetal
name: "Create configuration drive files."
name: "Create configuration drive files and deploy machines"
vars:
multinode_testing: "{{ inventory_dhcp | bool == true }}"
become: no
connection: local
roles:
- role: bifrost-configdrives-dynamic
- role: bifrost-deploy-nodes-dynamic
- hosts: baremetal
vars:
multinode_testing: "{{ inventory_dhcp | bool == true }}"
name: "Deploy machines."
name: "Prepare for deployment verification"
become: no
connection: local
serial: 1
roles:
- role: bifrost-deploy-nodes-dynamic
- role: bifrost-prepare-for-test-dynamic
# The testvm Host group is added by bifrost-prepare-for-test based