blob: 3f6427b05e1037a107a05f247d3b3a24056632ae [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
Austin Talbot78a774a2024-09-25 10:15:36 -060020octavia_helm_kubeconfig: "{{ kubeconfig_path | default('/etc/kubernetes/admin.conf') }}"
Mohammed Naser2145fc32023-01-29 23:23:03 +000021octavia_helm_values: {}
22
Mohammed Naserc139abc2025-02-05 14:03:20 -050023# Class name to use for the Ingress
24octavia_ingress_class_name: "{{ atmosphere_ingress_class_name }}"
25
Mohammed Naser2145fc32023-01-29 23:23:03 +000026# List of annotations to apply to the Ingress
27octavia_ingress_annotations: {}
28
Mohammed Naser0a13cee2023-03-02 11:28:29 +010029# TLS settings
30octavia_tls_server_common_name: octavia-server
31octavia_tls_server_private_key_algorithm: ECDSA
32octavia_tls_server_private_key_size: 256
33octavia_tls_client_common_name: octavia-client
34octavia_tls_client_private_key_algorithm: ECDSA
35octavia_tls_client_private_key_size: 256
36
Mohammed Naser2145fc32023-01-29 23:23:03 +000037# Heartbeat key
38octavia_heartbeat_key: "{{ undef(hint='You must specify a Octavia heartbeat key') }}"
39
40# Octavia management subnet (CIDR)
Mohammed Naser0a13cee2023-03-02 11:28:29 +010041octavia_management_network_name: lb-mgmt-net
42octavia_management_subnet_name: lb-mgmt-subnet
Mohammed Naser2145fc32023-01-29 23:23:03 +000043octavia_management_subnet_cidr: "172.24.0.0/22"
44
Mohammed Naser9c8115d2023-02-07 22:06:48 +000045# Octavia Amphora flavor
46octavia_amphora_flavor_name: m1.amphora
47octavia_amphora_flavor_vcpus: 2
48octavia_amphora_flavor_ram: 2048
49octavia_amphora_flavor_disk: 0
thywynbee9ae02023-12-22 16:51:25 +000050octavia_amphora_flavor_extra_specs: {}
Mohammed Naser9c8115d2023-02-07 22:06:48 +000051
Mohammed Naser0a13cee2023-03-02 11:28:29 +010052# Octavia Amphora security group
53octavia_amphora_security_group_name: lb-mgmt-sec-grp
54
Mohammed Naser9c8115d2023-02-07 22:06:48 +000055# Octavia Amphora Image
Mohammed Naser4b630042023-02-07 20:47:45 +000056octavia_amphora_image_name: amphora-x64-haproxy
57octavia_amphora_image_url: https://tarballs.opendev.org/openstack/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-focal.qcow2
58octavia_amphora_image_container_format: bare
59octavia_amphora_image_disk_format: raw
60octavia_amphora_image_tags:
61 - amphora