ucarp #5
Description
UCARP - derived from the BSD project CARP (common address redundancy protocol) . This charm supports .... .. . . . ..
- Tags:
- openstack ›
- openstack ›
- ha ›
- cluster ›
Overview
This subordinate charm provides ....
Usage
Use this charm with the ... charm:
juju deploy ??
juju config ...
juju deploy ucarp
juju add-relation ucarp ...
Configuration Options
juju config ucarp id_vip="1,192.168.255.1"
The subordinate charm will figure out the primary network interface of the unit
add a ucarp sub-interface, reconfigure the network interfaces and
restart networking.service.
Bugs
Please report bugs on Launchpad.
For general questions please refer to the OpenStack Charm Guide.
Configuration
- debug
- (boolean) Enable debug logging
- id_vip
- (string) ucarpvid:vip:nic- 1:10.0.0.100:ens3 ucarp vid (1-255?) and vip, e.g. if nic is absent, we will attempt to guess Example: 1:10.0.0.100:eth0,2:192.168.1.101
- nic
- (string) NIC to use for load balancing
- eth0
- use-internal-endpoints
- (boolean) Openstack mostly defaults to using public endpoints for internal communication between services. If set to True this option will configure services to use internal endpoints where possible.
- use-syslog
- (boolean) Setting this to True will allow supporting services to log to syslog.
- verbose
- (boolean) Enable verbose logging
- vip_ip_address
- (string) VIP IP Address
- vip_ip_mask
- (string) VIP IP Subnet mask
- 255.255.255.0
- vip_vid
- (int) VIP ID - must be different for each set of ucarp subordinates
- 100