From bdd7347948ceda2dba7db72ccbdf96eaa3858b6e Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Fri, 11 Jan 2019 14:56:24 +0100 Subject: [PATCH] Add floating IP for master and infra node for cluster access --- inventory/group_vars/all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/all.yml b/inventory/group_vars/all.yml index 06b6a01..df07a96 100644 --- a/inventory/group_vars/all.yml +++ b/inventory/group_vars/all.yml @@ -110,8 +110,8 @@ openshift_openstack_num_etcd: 0 # # Public IP Allocation # # - manage which node roles are allocated public IP addresses # # - by default, all roles are given Public IP addresses -openshift_openstack_master_floating_ip: false -openshift_openstack_infra_floating_ip: false +openshift_openstack_master_floating_ip: true +openshift_openstack_infra_floating_ip: true openshift_openstack_etcd_floating_ip: false openshift_openstack_load_balancer_floating_ip: false openshift_openstack_compute_floating_ip: false