blob: e20df74e0d2d2eb48d507cf40e44608ff034bd41 [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
Mohammed Naser58052682025-02-05 14:03:20 -050022# Class name to use for the Ingress
23octavia_ingress_class_name: "{{ atmosphere_ingress_class_name }}"
24
Mohammed Naser2145fc32023-01-29 23:23:03 +000025# List of annotations to apply to the Ingress
26octavia_ingress_annotations: {}
27
Mohammed Naser0a13cee2023-03-02 11:28:29 +010028# TLS settings
29octavia_tls_server_common_name: octavia-server
30octavia_tls_server_private_key_algorithm: ECDSA
31octavia_tls_server_private_key_size: 256
32octavia_tls_client_common_name: octavia-client
33octavia_tls_client_private_key_algorithm: ECDSA
34octavia_tls_client_private_key_size: 256
35
Mohammed Naser2145fc32023-01-29 23:23:03 +000036# Heartbeat key
37octavia_heartbeat_key: "{{ undef(hint='You must specify a Octavia heartbeat key') }}"
38
39# Octavia management subnet (CIDR)
Mohammed Naser0a13cee2023-03-02 11:28:29 +010040octavia_management_network_name: lb-mgmt-net
41octavia_management_subnet_name: lb-mgmt-subnet
Mohammed Naser2145fc32023-01-29 23:23:03 +000042octavia_management_subnet_cidr: "172.24.0.0/22"
43
Mohammed Naser9c8115d2023-02-07 22:06:48 +000044# Octavia Amphora flavor
45octavia_amphora_flavor_name: m1.amphora
46octavia_amphora_flavor_vcpus: 2
47octavia_amphora_flavor_ram: 2048
48octavia_amphora_flavor_disk: 0
thywynbee9ae02023-12-22 16:51:25 +000049octavia_amphora_flavor_extra_specs: {}
Mohammed Naser9c8115d2023-02-07 22:06:48 +000050
Mohammed Naser0a13cee2023-03-02 11:28:29 +010051# Octavia Amphora security group
52octavia_amphora_security_group_name: lb-mgmt-sec-grp
53
Mohammed Naser9c8115d2023-02-07 22:06:48 +000054# Octavia Amphora Image
Mohammed Naser4b630042023-02-07 20:47:45 +000055octavia_amphora_image_name: amphora-x64-haproxy
56octavia_amphora_image_url: https://tarballs.opendev.org/openstack/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-focal.qcow2
57octavia_amphora_image_container_format: bare
58octavia_amphora_image_disk_format: raw
59octavia_amphora_image_tags:
60 - amphora