Updates for HA

This commit is contained in:
James Page
2013-02-13 15:55:06 +00:00
parent 1e0e5ec86c
commit ba98457fc4
8 changed files with 272 additions and 1 deletions

View File

@@ -26,3 +26,27 @@ options:
description: |
Default role for Horizon operations that will be created in
Keystone upon introduction of an identity-service relation.
# HA configuration settings
vip:
type: string
description: "Virtual IP to use to front openstack dashboard ha configuration"
vip_iface:
type: string
default: eth0
description: "Network Interface where to place the Virtual IP"
vip_cidr:
type: int
default: 24
description: "Netmask that will be used for the Virtual IP"
ha-bindiface:
type: string
default: eth0
description: |
Default network interface on which HA cluster will bind to communication
with the other members of the HA Cluster.
ha-mcastport:
type: int
default: 5410
description: |
Default multicast port number that will be used to communicate between
HA Cluster nodes.