From cf4240858241b8031234a0708dbec1e7f3203f8d Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Thu, 7 Jul 2016 12:12:56 +0200 Subject: Pass MysqlVirtualIP without brackets to EndpointMap While the endpoints do need brackets around IPv6 addresses these are not wanted by some of the puppet classes so we must pass the non bracketed version as well. It will allow us to remove the need for the MysqlVirtualIP param passed to the controller role thouh when hieradata/database.yaml is emptied. Change-Id: If264b02a134b96368035f032e05d02e84f6499ed --- network/endpoints/endpoint_data.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'network/endpoints/endpoint_data.yaml') diff --git a/network/endpoints/endpoint_data.yaml b/network/endpoints/endpoint_data.yaml index 53b474de..f1dee045 100644 --- a/network/endpoints/endpoint_data.yaml +++ b/network/endpoints/endpoint_data.yaml @@ -66,6 +66,12 @@ Mysql: protocol: mysql+pymysql port: 3306 +MysqlNoBrackets: + Internal: + vip_param: MysqlNoBrackets + protocol: mysql+pymysql + port: 3306 + Heat: Internal: vip_param: HeatApi -- cgit 1.2.3-korg