Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 1 | # Copyright (c) 2022 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 | |
Mohammed Naser | 2145fc3 | 2023-01-29 23:23:03 +0000 | [diff] [blame] | 15 | _libvirt_helm_values: |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 16 | endpoints: "{{ openstack_helm_endpoints }}" |
Mohammed Naser | d6db245 | 2023-07-23 14:34:59 +0000 | [diff] [blame] | 17 | network: |
| 18 | backend: |
| 19 | - "{{ atmosphere_network_backend | default('openvswitch') }}" |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 20 | images: |
Michiel Piscaer | 60d09f9 | 2023-01-20 18:58:55 +0100 | [diff] [blame] | 21 | tags: "{{ atmosphere_images | vexxhost.atmosphere.openstack_helm_image_tags('libvirt') }}" |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 22 | conf: |
Mohammed Naser | 92f1150 | 2022-08-10 17:24:32 -0400 | [diff] [blame] | 23 | ceph: |
| 24 | enabled: "{{ atmosphere_ceph_enabled | default(true) | bool }}" |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 25 | libvirt: |
Mohammed Naser | 16baaab | 2023-07-10 15:07:11 -0400 | [diff] [blame] | 26 | listen_tcp: "0" |
| 27 | listen_tls: "1" |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 28 | listen_addr: 0.0.0.0 |
Mohammed Naser | 16baaab | 2023-07-10 15:07:11 -0400 | [diff] [blame] | 29 | qemu: |
Mohammed Naser | f799a7b | 2023-07-10 18:06:38 -0400 | [diff] [blame] | 30 | default_tls_x509_verify: "1" |
Mohammed Naser | 16baaab | 2023-07-10 15:07:11 -0400 | [diff] [blame] | 31 | vnc_tls: "1" |
okozachenko1203 | fbca509 | 2023-09-01 02:11:37 +1000 | [diff] [blame] | 32 | issuers: |
| 33 | libvirt: |
| 34 | kind: Issuer |
okozachenko1203 | 7d02fa7 | 2023-09-01 02:48:01 +1000 | [diff] [blame] | 35 | name: libvirt-api |
okozachenko1203 | d2cd687 | 2023-08-31 19:53:51 +1000 | [diff] [blame] | 36 | vencrypt: |
okozachenko1203 | fbca509 | 2023-09-01 02:11:37 +1000 | [diff] [blame] | 37 | kind: Issuer |
okozachenko1203 | 7d02fa7 | 2023-09-01 02:48:01 +1000 | [diff] [blame] | 38 | name: libvirt-vnc |
| 39 | manifests: |
| 40 | role_cert_manager: true |
Oleksandr Kozachenko | 947a84a | 2023-10-30 21:50:15 +0100 | [diff] [blame] | 41 | pod: |
| 42 | sidecars: |
| 43 | libvirt_exporter: true |