From c0f63fb902b53bc592e6862d5876af9b244ee82b Mon Sep 17 00:00:00 2001 From: Tim Bielawa Date: Thu, 5 Oct 2017 15:42:18 -0400 Subject: Rename openshift_cfme role to openshift_management --- playbooks/common/openshift-cfme/config.yml | 15 --------------- playbooks/common/openshift-cfme/filter_plugins | 1 - playbooks/common/openshift-cfme/library | 1 - playbooks/common/openshift-cfme/roles | 1 - playbooks/common/openshift-cfme/uninstall.yml | 8 -------- 5 files changed, 26 deletions(-) delete mode 100644 playbooks/common/openshift-cfme/config.yml delete mode 120000 playbooks/common/openshift-cfme/filter_plugins delete mode 120000 playbooks/common/openshift-cfme/library delete mode 120000 playbooks/common/openshift-cfme/roles delete mode 100644 playbooks/common/openshift-cfme/uninstall.yml (limited to 'playbooks/common/openshift-cfme') diff --git a/playbooks/common/openshift-cfme/config.yml b/playbooks/common/openshift-cfme/config.yml deleted file mode 100644 index 08df4a57e..000000000 --- a/playbooks/common/openshift-cfme/config.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- name: Setup CFME - hosts: oo_first_master - pre_tasks: - - name: Create a temporary place to evaluate the PV templates - command: mktemp -d /tmp/openshift-ansible-XXXXXXX - register: r_openshift_cfme_mktemp - changed_when: false - - tasks: - - name: Run the CFME Setup Role - include_role: - name: openshift_cfme - vars: - template_dir: "{{ hostvars[groups.masters.0].r_openshift_cfme_mktemp.stdout }}" diff --git a/playbooks/common/openshift-cfme/filter_plugins b/playbooks/common/openshift-cfme/filter_plugins deleted file mode 120000 index 99a95e4ca..000000000 --- a/playbooks/common/openshift-cfme/filter_plugins +++ /dev/null @@ -1 +0,0 @@ -../../../filter_plugins \ No newline at end of file diff --git a/playbooks/common/openshift-cfme/library b/playbooks/common/openshift-cfme/library deleted file mode 120000 index ba40d2f56..000000000 --- a/playbooks/common/openshift-cfme/library +++ /dev/null @@ -1 +0,0 @@ -../../../library \ No newline at end of file diff --git a/playbooks/common/openshift-cfme/roles b/playbooks/common/openshift-cfme/roles deleted file mode 120000 index 20c4c58cf..000000000 --- a/playbooks/common/openshift-cfme/roles +++ /dev/null @@ -1 +0,0 @@ -../../../roles \ No newline at end of file diff --git a/playbooks/common/openshift-cfme/uninstall.yml b/playbooks/common/openshift-cfme/uninstall.yml deleted file mode 100644 index 78b8e7668..000000000 --- a/playbooks/common/openshift-cfme/uninstall.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -- name: Uninstall CFME - hosts: masters - tasks: - - name: Run the CFME Uninstall Role Tasks - include_role: - name: openshift_cfme - tasks_from: uninstall -- cgit v1.2.3