diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-09-27 13:03:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-27 13:03:14 -0400 |
commit | bd7363f4b64181dee300a85775b484ffa6f45917 (patch) | |
tree | 9bd340de3a8936d67bc1886aa3b6f406f4449b20 /playbooks/openstack/openshift-cluster/vars.yml | |
parent | 93c242367ee6e29ab0cb2b1f33da9ed8c4f084a7 (diff) | |
parent | 41407f31f8cc88401d8e435c4bb0de89ae0d052a (diff) | |
download | openshift-bd7363f4b64181dee300a85775b484ffa6f45917.tar.gz openshift-bd7363f4b64181dee300a85775b484ffa6f45917.tar.bz2 openshift-bd7363f4b64181dee300a85775b484ffa6f45917.tar.xz openshift-bd7363f4b64181dee300a85775b484ffa6f45917.zip |
Merge pull request #2507 from lhuard1A/remove_openstack_dns
Remove the DNS VM on OpenStack
Diffstat (limited to 'playbooks/openstack/openshift-cluster/vars.yml')
-rw-r--r-- | playbooks/openstack/openshift-cluster/vars.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/playbooks/openstack/openshift-cluster/vars.yml b/playbooks/openstack/openshift-cluster/vars.yml index 17063ef34..62111dacf 100644 --- a/playbooks/openstack/openshift-cluster/vars.yml +++ b/playbooks/openstack/openshift-cluster/vars.yml @@ -15,7 +15,6 @@ openstack_ssh_access_from: "{{ lookup('oo_option', 'ssh_from') | openstack_node_port_access_from: "{{ lookup('oo_option', 'node_port_from') | default('0.0.0.0/0', True) }}" openstack_flavor: - dns: "{{ lookup('oo_option', 'dns_flavor' ) | default('m1.small', True) }}" etcd: "{{ lookup('oo_option', 'etcd_flavor' ) | default('m1.small', True) }}" master: "{{ lookup('oo_option', 'master_flavor' ) | default('m1.small', True) }}" infra: "{{ lookup('oo_option', 'infra_flavor' ) | default('m1.small', True) }}" |