2c5d8abd97
Ovb jobs are showing sporadic timeouts:- ~~~ TASK [tripleo-inventory : Ensure gather_facts has been run against localhost] ~~~ With this patch we are creating a single playbook ovb.yml which includes other playbook used to deploy ovb, it results in single ansible playbook run instead of multiple to avoid the issue of timeout. Related-Bug: #1883843 Change-Id: Id3a4469fe251ccac4763d977b962f48777a554c2
7 lines
244 B
YAML
7 lines
244 B
YAML
---
|
|
- import_playbook: ovb-setup.yml
|
|
- import_playbook: baremetal-full-undercloud.yml
|
|
- import_playbook: baremetal-full-overcloud-prep.yml
|
|
- import_playbook: baremetal-full-overcloud.yml
|
|
- import_playbook: baremetal-full-overcloud-validate.yml
|