summaryrefslogtreecommitdiffstats
path: root/inventory/byo/hosts.aep_quickstart
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-08-30 13:30:39 -0400
committerGitHub <noreply@github.com>2016-08-30 13:30:39 -0400
commitc4897a30e945b651d3a447705a54391d309c4ecb (patch)
tree7ab7a4c80eff8ec1327ede69a9a22905cb5adf90 /inventory/byo/hosts.aep_quickstart
parentbe4e0f976f313b4a6401fdd13d8e782c51e44289 (diff)
parentefa94c82d7ee44a0cb095c68af3fc32f29480413 (diff)
downloadopenshift-c4897a30e945b651d3a447705a54391d309c4ecb.tar.gz
openshift-c4897a30e945b651d3a447705a54391d309c4ecb.tar.bz2
openshift-c4897a30e945b651d3a447705a54391d309c4ecb.tar.xz
openshift-c4897a30e945b651d3a447705a54391d309c4ecb.zip
Merge pull request #2381 from jeremyeder/pods_per_core
update example inventory files with new pods-per-core flag
Diffstat (limited to 'inventory/byo/hosts.aep_quickstart')
-rw-r--r--inventory/byo/hosts.aep_quickstart20
1 files changed, 0 insertions, 20 deletions
diff --git a/inventory/byo/hosts.aep_quickstart b/inventory/byo/hosts.aep_quickstart
deleted file mode 100644
index 46ea3a03f..000000000
--- a/inventory/byo/hosts.aep_quickstart
+++ /dev/null
@@ -1,20 +0,0 @@
-[OSEv3:children]
-masters
-nodes
-etcd
-lb
-
-[OSEv3:vars]
-ansible_ssh_user=root
-deployment_type=atomic-enterprise
-osm_use_cockpit=true
-
-[masters]
-ose3-master.example.com
-
-[nodes]
-ose3-master.example.com openshift_scheduleable=True
-
-[etcd]
-
-[lb]