From cc1cb3ad370412b744005e8de2d7d08c23932be5 Mon Sep 17 00:00:00 2001 From: Ilya Popov Date: Wed, 6 Jun 2018 22:30:09 +0300 Subject: [PATCH] IP addresses in examples were changed IP addresses in examples were changed from 172.29.236.0/22 to 172.29.236.9/32 to be the same in all part of the document. Change-Id: I69bb78463dbe4f78ef266e8e98631a4e4af1cc28 Closes-Bug: #1773793 --- etc/openstack_deploy/user_variables.yml.prod-ceph.example | 2 +- etc/openstack_deploy/user_variables.yml.prod.example | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/etc/openstack_deploy/user_variables.yml.prod-ceph.example b/etc/openstack_deploy/user_variables.yml.prod-ceph.example index 498398906b..ea9cacd118 100644 --- a/etc/openstack_deploy/user_variables.yml.prod-ceph.example +++ b/etc/openstack_deploy/user_variables.yml.prod-ceph.example @@ -3,7 +3,7 @@ # to one active LB IP, and we use keepalived for that. ## Load Balancer Configuration (haproxy/keepalived) haproxy_keepalived_external_vip_cidr: "/" -haproxy_keepalived_internal_vip_cidr: "172.29.236.0/22" +haproxy_keepalived_internal_vip_cidr: "172.29.236.9/32" haproxy_keepalived_external_interface: ens2 haproxy_keepalived_internal_interface: br-mgmt diff --git a/etc/openstack_deploy/user_variables.yml.prod.example b/etc/openstack_deploy/user_variables.yml.prod.example index 37c8da2037..2baadd9288 100644 --- a/etc/openstack_deploy/user_variables.yml.prod.example +++ b/etc/openstack_deploy/user_variables.yml.prod.example @@ -1,9 +1,8 @@ --- # This file contains an example of the global variable overrides # which may need to be set for a production environment. - ## Load Balancer Configuration (haproxy/keepalived) haproxy_keepalived_external_vip_cidr: "/" -haproxy_keepalived_internal_vip_cidr: "172.29.236.0/22" +haproxy_keepalived_internal_vip_cidr: "172.29.236.9/32" haproxy_keepalived_external_interface: ens2 haproxy_keepalived_internal_interface: br-mgmt