summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
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 /Vagrantfile
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 'Vagrantfile')
-rw-r--r--Vagrantfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 8e6796927..a832ae84e 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -52,8 +52,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
ansible.limit = 'all'
ansible.sudo = true
ansible.groups = {
- "openshift_masters" => ["master"],
- "openshift_nodes" => ["node1", "node2"],
+ "masters" => ["master"],
+ "nodes" => ["node1", "node2"],
}
ansible.extra_vars = {
openshift_deployment_type: "origin",