summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-node/config.yml
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2015-07-10 13:50:03 -0400
committerJason DeTiberus <jdetiber@redhat.com>2015-07-10 13:57:49 -0400
commitf08e64ac98a62863dfd7b7802338a0a7f4770188 (patch)
treefa1fa44272de608a55d9c02031981336683cfaf3 /playbooks/aws/openshift-node/config.yml
parent85966c8d520fbd166e651a2850e701e6339f5835 (diff)
downloadopenshift-f08e64ac98a62863dfd7b7802338a0a7f4770188.tar.gz
openshift-f08e64ac98a62863dfd7b7802338a0a7f4770188.tar.bz2
openshift-f08e64ac98a62863dfd7b7802338a0a7f4770188.tar.xz
openshift-f08e64ac98a62863dfd7b7802338a0a7f4770188.zip
Remove outdated playbooks
- Remove aws openshift-node and openshift-master playbooks - Rmove gce openshift-node and openshift-master playbooks - Consolidate aws terminate playbooks
Diffstat (limited to 'playbooks/aws/openshift-node/config.yml')
-rw-r--r--playbooks/aws/openshift-node/config.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/playbooks/aws/openshift-node/config.yml b/playbooks/aws/openshift-node/config.yml
deleted file mode 100644
index a993a1e99..000000000
--- a/playbooks/aws/openshift-node/config.yml
+++ /dev/null
@@ -1,26 +0,0 @@
----
-- name: Populate oo_nodes_to_config and oo_first_master host groups
- hosts: localhost
- gather_facts: no
- tasks:
- - name: Evaluate oo_nodes_to_config
- add_host:
- name: "{{ item }}"
- groups: oo_nodes_to_config
- ansible_ssh_user: root
- with_items: oo_host_group_exp | default([])
- - name: Evaluate oo_first_master
- add_host:
- name: "{{ groups['tag_env-host-type_' ~ cluster_id ~ '-openshift-master'][0] }}"
- groups: oo_first_master
- ansible_ssh_user: root
-
-
-- include: ../../common/openshift-node/config.yml
- vars:
- openshift_cluster_id: "{{ cluster_id }}"
- openshift_debug_level: 4
- openshift_deployment_type: "{{ deployment_type }}"
- openshift_first_master: "{{ groups.oo_first_master.0 }}"
- openshift_hostname: "{{ ec2_private_ip_address }}"
- openshift_public_hostname: "{{ ec2_ip_address }}"