|
@@ -10,5 +10,20 @@
|
|
|
|
|
|
- import_playbook: ../../prerequisites.yml
|
|
- import_playbook: ../../prerequisites.yml
|
|
|
|
|
|
|
|
+- name: Prepare the Nodes in the cluster for installation
|
|
|
|
+ hosts: oo_all_hosts
|
|
|
|
+ become: yes
|
|
|
|
+ gather_facts: yes
|
|
|
|
+ tasks:
|
|
|
|
+ - name: Install dependencies
|
|
|
|
+ import_role:
|
|
|
|
+ name: openshift_openstack
|
|
|
|
+ tasks_from: node-packages.yml
|
|
|
|
+
|
|
|
|
+ - name: Configure Node
|
|
|
|
+ import_role:
|
|
|
|
+ name: openshift_openstack
|
|
|
|
+ tasks_from: node-configuration.yml
|
|
|
|
+
|
|
- name: run the cluster deploy
|
|
- name: run the cluster deploy
|
|
import_playbook: ../../deploy_cluster.yml
|
|
import_playbook: ../../deploy_cluster.yml
|