summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/openshift_cfme.yml
diff options
context:
space:
mode:
authorTim Bielawa <tbielawa@redhat.com>2017-10-03 17:21:49 -0400
committerTim Bielawa <tbielawa@redhat.com>2017-10-04 10:48:30 -0400
commit534113870fc5e6c47fe8dbba1322a462c9cbef37 (patch)
treeafe230663453c8b701852c398a7c6fda3c6c5ca4 /playbooks/common/openshift-cluster/openshift_cfme.yml
parente98941e16d176749ace5181ae06c61bbe0cf6119 (diff)
downloadopenshift-534113870fc5e6c47fe8dbba1322a462c9cbef37.tar.gz
openshift-534113870fc5e6c47fe8dbba1322a462c9cbef37.tar.bz2
openshift-534113870fc5e6c47fe8dbba1322a462c9cbef37.tar.xz
openshift-534113870fc5e6c47fe8dbba1322a462c9cbef37.zip
Hooks for installing CFME during full openshift installation
Diffstat (limited to 'playbooks/common/openshift-cluster/openshift_cfme.yml')
-rw-r--r--playbooks/common/openshift-cluster/openshift_cfme.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/openshift_cfme.yml b/playbooks/common/openshift-cluster/openshift_cfme.yml
new file mode 100644
index 000000000..29966d99e
--- /dev/null
+++ b/playbooks/common/openshift-cluster/openshift_cfme.yml
@@ -0,0 +1,25 @@
+---
+- name: CFME Install Checkpoint Start
+ hosts: localhost
+ connection: local
+ gather_facts: false
+ tasks:
+ - name: Set CFME install 'In Progress'
+ set_stats:
+ data:
+ installer_phase_cfme: "In Progress"
+ aggregate: false
+
+- name: CFME
+ include: ../openshift-cfme/config.yml
+
+- name: CFME Install Checkpoint End
+ hosts: localhost
+ connection: local
+ gather_facts: false
+ tasks:
+ - name: Set CFME install 'Complete'
+ set_stats:
+ data:
+ installer_phase_CFME: "Complete"
+ aggregate: false