|
@@ -1,5 +1,6 @@
|
|
|
---
|
|
|
- name: Create the OpenStack resources for cluster installation
|
|
|
+ any_errors_fatal: true
|
|
|
hosts: localhost
|
|
|
tasks:
|
|
|
- name: provision cluster
|
|
@@ -14,6 +15,7 @@
|
|
|
|
|
|
|
|
|
- name: Wait for the nodes and gather their facts
|
|
|
+ any_errors_fatal: true
|
|
|
hosts: oo_all_hosts
|
|
|
become: yes
|
|
|
# NOTE: The nodes may not be up yet, don't gather facts here.
|
|
@@ -30,6 +32,7 @@
|
|
|
# TODO(shadower): consider splitting this up so people can stop here
|
|
|
# and configure their DNS if they have to.
|
|
|
- name: Populate the DNS entries
|
|
|
+ any_errors_fatal: true
|
|
|
hosts: localhost
|
|
|
tasks:
|
|
|
- name: Populate DNS entries
|
|
@@ -44,6 +47,7 @@
|
|
|
- import_playbook: ../../init/basic_facts.yml
|
|
|
|
|
|
- name: Optionally subscribe the RHEL nodes
|
|
|
+ any_errors_fatal: true
|
|
|
hosts: oo_all_hosts
|
|
|
become: yes
|
|
|
gather_facts: yes
|