blob: e97c77b2112d1235914fcdeb6cf0e0f704e02b51 [file] [log] [blame]
Mohammed Naser2145fc32023-01-29 23:23:03 +00001# Copyright (c) 2023 VEXXHOST, Inc.
2#
3# Licensed under the Apache License, Version 2.0 (the "License"); you may
4# not use this file except in compliance with the License. You may obtain
5# a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12# License for the specific language governing permissions and limitations
13# under the License.
14
15octavia_helm_release_name: octavia
Mohammed Naser574d6502023-03-21 23:34:48 +000016octavia_helm_chart_path: "../../charts/octavia/"
Mohammed Naser2145fc32023-01-29 23:23:03 +000017octavia_helm_chart_ref: /usr/local/src/octavia
18
19octavia_helm_release_namespace: openstack
20octavia_helm_values: {}
21
22# List of annotations to apply to the Ingress
23octavia_ingress_annotations: {}
24
Mohammed Naser0a13cee2023-03-02 11:28:29 +010025# TLS settings
26octavia_tls_server_common_name: octavia-server
27octavia_tls_server_private_key_algorithm: ECDSA
28octavia_tls_server_private_key_size: 256
29octavia_tls_client_common_name: octavia-client
30octavia_tls_client_private_key_algorithm: ECDSA
31octavia_tls_client_private_key_size: 256
32
Mohammed Naser2145fc32023-01-29 23:23:03 +000033# Heartbeat key
34octavia_heartbeat_key: "{{ undef(hint='You must specify a Octavia heartbeat key') }}"
35
36# Octavia management subnet (CIDR)
Mohammed Naser0a13cee2023-03-02 11:28:29 +010037octavia_management_network_name: lb-mgmt-net
38octavia_management_subnet_name: lb-mgmt-subnet
Mohammed Naser2145fc32023-01-29 23:23:03 +000039octavia_management_subnet_cidr: "172.24.0.0/22"
40
Mohammed Naser9c8115d2023-02-07 22:06:48 +000041# Octavia Amphora flavor
42octavia_amphora_flavor_name: m1.amphora
43octavia_amphora_flavor_vcpus: 2
44octavia_amphora_flavor_ram: 2048
45octavia_amphora_flavor_disk: 0
thywynbee9ae02023-12-22 16:51:25 +000046octavia_amphora_flavor_extra_specs: {}
Mohammed Naser9c8115d2023-02-07 22:06:48 +000047
Mohammed Naser0a13cee2023-03-02 11:28:29 +010048# Octavia Amphora security group
49octavia_amphora_security_group_name: lb-mgmt-sec-grp
50
Mohammed Naser9c8115d2023-02-07 22:06:48 +000051# Octavia Amphora Image
Mohammed Naser4b630042023-02-07 20:47:45 +000052octavia_amphora_image_name: amphora-x64-haproxy
53octavia_amphora_image_url: https://tarballs.opendev.org/openstack/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-focal.qcow2
54octavia_amphora_image_container_format: bare
55octavia_amphora_image_disk_format: raw
56octavia_amphora_image_tags:
57 - amphora