c7c66b9e93
This patch adds ansible for creating resources required for octavia load balancers in the overcloud and updating the octavia configuration. While this can be used directly from the command line, it is intended to be driven from heat via mistral workflow. Change-Id: Ia4916e431bf241b92194773a4d55300c7230ebf9
14 lines
513 B
YAML
14 lines
513 B
YAML
---
|
|
amp_image_name: "octavia-amphora"
|
|
amp_image_filename: "/usr/share/openstack-octavia-amphora-images/amphora-x64-haproxy.qcow2"
|
|
amp_image_tag: "amphora-image"
|
|
lb_mgmt_net_name: "lb-mgmt-net"
|
|
lb_mgmt_subnet_name: "lb-mgmt-subnet"
|
|
lb_mgmt_subnet_cidr: "192.168.199.0/24"
|
|
lb_mgmt_subnet_gateway: "192.168.199.1"
|
|
lb_mgmt_subnet_pool_start: "192.168.199.50"
|
|
lb_mgmt_subnet_pool_end: "192.168.199.200"
|
|
lb_mgmt_sec_grp_name: "lb-mgmt-sec-grp"
|
|
lb_health_mgr_sec_grp_name: "lb-health-mgr-sec-grp"
|
|
mgmt_port_dev: "o-hm0"
|