From 4eb974c58fb4bded10e91938d3b817de6453f335 Mon Sep 17 00:00:00 2001 From: Edward Hope-Morley Date: Wed, 23 Mar 2016 14:06:00 +0000 Subject: [PATCH] Add multinetwork support The identity relation supports admin/internal/public networks so this patch allows these networks to be configured by adding os-*-network to config.yaml. Closes-Bug: 1483984 Change-Id: If9d3d3281f189a0e14af59fdadd97cddc4786848 --- config.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/config.yaml b/config.yaml index 85bf9e45..f53870d2 100644 --- a/config.yaml +++ b/config.yaml @@ -96,6 +96,32 @@ options: description: | Default multicast port number that will be used to communicate between HA Cluster nodes. + # Network configuration options + # by default all access is over 'private-address' + os-admin-network: + type: string + default: + description: | + The IP address and netmask of the OpenStack Admin network (e.g., + 192.168.0.0/24) + . + This network will be used for admin endpoints. + os-internal-network: + type: string + default: + description: | + The IP address and netmask of the OpenStack Internal network (e.g., + 192.168.0.0/24) + . + This network will be used for internal endpoints. + os-public-network: + type: string + default: + description: | + The IP address and netmask of the OpenStack Public network (e.g., + 192.168.0.0/24) + . + This network will be used for public endpoints. os-public-hostname: type: string default: