# ansible hosts file


[OSEv3:children]
masters
nodes

[OSEv3:vars]

# These variables may be added to the host file used to install the cluster

# This is the community build (default)
ovn_image="docker.io/ovnkube/ovn-daemonset:latest"
# This is an official redhat build
# ovn_image="registry.access.redhat.com/openshift3/ose-ovn-kubernetes:v4.0"
# This is an official (internal) redhat build
# ovn_image="brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/ose-ovn-kubernetes:v4.0"
# This is an official image on aws
# ovn_image="registry.reg-aws.openshift.com:443/openshift3/ose-ovn-kubernetes:v4.0"

ovn_image_pull_policy=IfNotPresent
# ovn_image_pull_policy=Always

# network configuration
# net_cidr=10.128.0.0/14/23
# svc_cidr=172.30.0.0/16


[masters]

# This should be the master node form the cluster install.

# result of `hostname` on master node
#wsfd-netdev22.ntdv.lab.eng.bos.redhat.com

[nodes]

# list of all of the nodes
#wsfd-netdev22.ntdv.lab.eng.bos.redhat.com
#wsfd-netdev28.ntdv.lab.eng.bos.redhat.com
#wsfd-netdev35.ntdv.lab.eng.bos.redhat.com
