Judd Maltin
2018-06-18 7039aa40eb5b191c1090b609c2f5d8ff05850223
ansible/configs/ocp-implementation-lab/files/labs_hosts_template.j2
@@ -23,7 +23,6 @@
etcd
nodes
nfs
#glusterfs
[lb]
{% for host in groups['loadbalancers'] %}
@@ -56,7 +55,6 @@
{{ hostvars[host].internaldns }} openshift_hostname={{ hostvars[host].internaldns }}  openshift_node_labels="{'env':'app', 'cluster': '{{guid}}'}"
{% endfor %}
## These are CNS nodes
{% for host in groups['support']|sort %}
# {{ hostvars[host].internaldns }} openshift_hostname={{ hostvars[host].internaldns }}  openshift_node_labels="{'env':'glusterfs', 'cluster': '{{guid}}'}"
{% endfor %}
@@ -64,8 +62,3 @@
[nfs]
{% set nfshost = groups['support']|sort|first %}
{{ hostvars[nfshost].internaldns }} openshift_hostname={{ hostvars[nfshost].internaldns }}
#[glusterfs]
{% for host in groups['support']|sort %}
# {{ hostvars[host].internaldns }} glusterfs_devices='[ "{{ glusterfs_app_device_name }}" ]'
{% endfor %}