summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2015-08-06 12:26:49 -0400
committerScott Dodson <sdodson@redhat.com>2015-08-06 12:26:49 -0400
commit517557bd7e7bf22c5ccfc226df32e86dab70940a (patch)
tree22a2437691c3285974d7cbeff71e5dd0a6ad4a71 /playbooks
parentbf01e8911fa875250856d5d554da0cb779195fa8 (diff)
downloadopenshift-517557bd7e7bf22c5ccfc226df32e86dab70940a.tar.gz
openshift-517557bd7e7bf22c5ccfc226df32e86dab70940a.tar.bz2
openshift-517557bd7e7bf22c5ccfc226df32e86dab70940a.tar.xz
openshift-517557bd7e7bf22c5ccfc226df32e86dab70940a.zip
Revert "namespace the byo inventory so the group names aren't so generic"
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/byo/openshift-cluster/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/byo/openshift-cluster/config.yml b/playbooks/byo/openshift-cluster/config.yml
index 67d394e5d..2ee1d50a7 100644
--- a/playbooks/byo/openshift-cluster/config.yml
+++ b/playbooks/byo/openshift-cluster/config.yml
@@ -2,8 +2,8 @@
- include: ../../common/openshift-cluster/config.yml
vars:
g_etcd_group: "{{ 'etcd' }}"
- g_masters_group: "{{ 'openshift_masters' }}"
- g_nodes_group: "{{ 'openshift_nodes' }}"
+ g_masters_group: "{{ 'masters' }}"
+ g_nodes_group: "{{ 'nodes' }}"
openshift_cluster_id: "{{ cluster_id | default('default') }}"
openshift_debug_level: 4
openshift_deployment_type: "{{ deployment_type }}"