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
This commit is contained in:
Edward Hope-Morley 2016-03-23 14:06:00 +00:00
parent f4b9a78139
commit 4eb974c58f
1 changed files with 26 additions and 0 deletions

View File

@ -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: