From e1a91973650a26859d1d02449ac35b1946746392 Mon Sep 17 00:00:00 2001
From: Tim Bielawa <tbielawa@redhat.com>
Date: Fri, 28 Apr 2017 13:44:54 -0400
Subject: First POC of a CFME turnkey solution in openshift-anisble

---
 playbooks/byo/openshift-cfme/config.yml    | 8 ++++++++
 playbooks/byo/openshift-cfme/uninstall.yml | 6 ++++++
 2 files changed, 14 insertions(+)
 create mode 100644 playbooks/byo/openshift-cfme/config.yml
 create mode 100644 playbooks/byo/openshift-cfme/uninstall.yml

(limited to 'playbooks/byo')

diff --git a/playbooks/byo/openshift-cfme/config.yml b/playbooks/byo/openshift-cfme/config.yml
new file mode 100644
index 000000000..0e8e7a94d
--- /dev/null
+++ b/playbooks/byo/openshift-cfme/config.yml
@@ -0,0 +1,8 @@
+---
+- include: ../openshift-cluster/initialize_groups.yml
+  tags:
+    - always
+
+- include: ../../common/openshift-cluster/evaluate_groups.yml
+
+- include: ../../common/openshift-cfme/config.yml
diff --git a/playbooks/byo/openshift-cfme/uninstall.yml b/playbooks/byo/openshift-cfme/uninstall.yml
new file mode 100644
index 000000000..c8ed16859
--- /dev/null
+++ b/playbooks/byo/openshift-cfme/uninstall.yml
@@ -0,0 +1,6 @@
+---
+# - include: ../openshift-cluster/initialize_groups.yml
+#   tags:
+#     - always
+
+- include: ../../common/openshift-cfme/uninstall.yml
-- 
cgit v1.2.3