Add floating IP for master and infra node for cluster access
This commit is contained in:
parent
31472f1df4
commit
bdd7347948
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@ openshift_openstack_num_etcd: 0
|
||||||
# # Public IP Allocation
|
# # Public IP Allocation
|
||||||
# # - manage which node roles are allocated public IP addresses
|
# # - manage which node roles are allocated public IP addresses
|
||||||
# # - by default, all roles are given Public IP addresses
|
# # - by default, all roles are given Public IP addresses
|
||||||
openshift_openstack_master_floating_ip: false
|
openshift_openstack_master_floating_ip: true
|
||||||
openshift_openstack_infra_floating_ip: false
|
openshift_openstack_infra_floating_ip: true
|
||||||
openshift_openstack_etcd_floating_ip: false
|
openshift_openstack_etcd_floating_ip: false
|
||||||
openshift_openstack_load_balancer_floating_ip: false
|
openshift_openstack_load_balancer_floating_ip: false
|
||||||
openshift_openstack_compute_floating_ip: false
|
openshift_openstack_compute_floating_ip: false
|
||||||
|
|
Loading…
Reference in a new issue