diff options
author | Scott Dodson <sdodson@redhat.com> | 2015-08-06 12:26:49 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2015-08-06 12:26:49 -0400 |
commit | 517557bd7e7bf22c5ccfc226df32e86dab70940a (patch) | |
tree | 22a2437691c3285974d7cbeff71e5dd0a6ad4a71 /inventory/byo/hosts.example | |
parent | bf01e8911fa875250856d5d554da0cb779195fa8 (diff) | |
download | openshift-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 'inventory/byo/hosts.example')
-rw-r--r-- | inventory/byo/hosts.example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example index c8a4272f0..4c652d06e 100644 --- a/inventory/byo/hosts.example +++ b/inventory/byo/hosts.example @@ -2,8 +2,8 @@ # Create an OSEv3 group that contains the masters and nodes groups [OSEv3:children] -openshift_masters -openshift_nodes +masters +nodes etcd # Set variables common for all OSEv3 hosts @@ -58,13 +58,13 @@ deployment_type=enterprise #osm_default_subdomain=apps.test.example.com # host group for masters -[openshift_masters] +[masters] ose3-master[1:3]-ansible.test.example.com [etcd] ose3-etcd[1:3]-ansible.test.example.com # host group for nodes -[openshift_nodes] +[nodes] ose3-master[1:3]-ansible.test.example.com openshift_scheduleable=False ose3-node[1:2]-ansible.test.example.com openshift_node_labels="{'region': 'primary', 'zone': 'default'}" |