diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-10-04 11:41:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-04 11:41:51 +0000 |
commit | a6d0294974968855d368e9a7dc931c4247df90b8 (patch) | |
tree | 47c3b5e3b6e56c72511939e6c4a6b680c6099d38 /prototypes/bifrost | |
parent | 999a099434120f80bbb15275553efbc89e240e9f (diff) | |
parent | 0a82e3d8d29f85229e1ed29d90de47346bc1d9b1 (diff) |
Merge "bifrost: Serialize localhost actions during final host deployment"
Diffstat (limited to 'prototypes/bifrost')
-rw-r--r-- | prototypes/bifrost/playbooks/test-bifrost-infracloud.yaml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/prototypes/bifrost/playbooks/test-bifrost-infracloud.yaml b/prototypes/bifrost/playbooks/test-bifrost-infracloud.yaml index b4dffdccf..d650f1056 100644 --- a/prototypes/bifrost/playbooks/test-bifrost-infracloud.yaml +++ b/prototypes/bifrost/playbooks/test-bifrost-infracloud.yaml @@ -67,13 +67,18 @@ - role: ironic-enroll-dynamic - { role: ironic-inspect-node, when: inspect_nodes | default('false') | bool == true } - hosts: baremetal + name: "Create configuration drive files" + become: no + connection: local + roles: + - role: bifrost-configdrives-dynamic +- hosts: baremetal vars: multinode_testing: "{{ inventory_dhcp | bool == true }}" - name: "Create configuration drive files and deploy machines." + name: "Deploy machines." become: no connection: local + serial: 1 roles: - - role: bifrost-configdrives-dynamic - role: bifrost-deploy-nodes-dynamic - role: bifrost-prepare-for-test-dynamic - serial: 1 |