okozachenko | 8713192 | 2022-04-09 01:04:53 +1000 | [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 | _tempest_helm_values: |
Mohammed Naser | 2860a7c | 2023-03-22 15:31:24 +0000 | [diff] [blame] | 16 | endpoints: "{{ openstack_helm_endpoints | combine(_tempest_endpoint_values, recursive=True) }}" |
okozachenko | 8713192 | 2022-04-09 01:04:53 +1000 | [diff] [blame] | 17 | images: |
Michiel Piscaer | 60d09f9 | 2023-01-20 18:58:55 +0100 | [diff] [blame] | 18 | tags: "{{ atmosphere_images | vexxhost.atmosphere.openstack_helm_image_tags('tempest') }}" |
okozachenko | 8713192 | 2022-04-09 01:04:53 +1000 | [diff] [blame] | 19 | jobs: |
| 20 | run_tests: |
| 21 | restartPolicy: Never |
| 22 | backoffLimit: 0 |
| 23 | conf: |
| 24 | tempest: |
| 25 | service_available: |
| 26 | cinder: true |
| 27 | glance: true |
| 28 | horizon: true |
| 29 | neutron: true |
| 30 | nova: true |
Mohammed Naser | 491f6a5 | 2023-02-10 06:09:58 +0000 | [diff] [blame] | 31 | swift: true |
okozachenko | 8713192 | 2022-04-09 01:04:53 +1000 | [diff] [blame] | 32 | compute: |
| 33 | endpoint_type: internal |
| 34 | fixed_network_name: public |
| 35 | dashboard: |
Mohammed Naser | 1b396e3 | 2025-02-05 14:07:02 -0500 | [diff] [blame] | 36 | dashboard_url: "https://{{ openstack_helm_endpoints_horizon_api_host }}" |
| 37 | disable_ssl_certificate_validation: "{{ cluster_issuer_type == 'self-signed' }}" |
Mohammed Naser | 19d6312 | 2024-01-08 17:10:05 -0500 | [diff] [blame] | 38 | identity: |
| 39 | v3_endpoint_type: internal |
okozachenko | 8713192 | 2022-04-09 01:04:53 +1000 | [diff] [blame] | 40 | image: |
| 41 | endpoint_type: internal |
Mohammed Naser | 1220717 | 2024-02-05 18:49:35 -0500 | [diff] [blame] | 42 | load_balancer: |
| 43 | endpoint_type: internal |
| 44 | enable_security_groups: true |
okozachenko | 8713192 | 2022-04-09 01:04:53 +1000 | [diff] [blame] | 45 | network: |
| 46 | endpoint_type: internal |
| 47 | floating_network_name: public |
| 48 | shared_physical_network: false |
Mohammed Naser | 1220717 | 2024-02-05 18:49:35 -0500 | [diff] [blame] | 49 | network-feature-enabled: |
| 50 | port_security: true |
okozachenko | 8713192 | 2022-04-09 01:04:53 +1000 | [diff] [blame] | 51 | placement: |
| 52 | endpoint_type: internal |
| 53 | validation: |
| 54 | image_ssh_user: cirros |
| 55 | volume: |
| 56 | endpoint_type: internal |
| 57 | object-storage: |
Mohammed Naser | 19d6312 | 2024-01-08 17:10:05 -0500 | [diff] [blame] | 58 | build_timeout: 60 |
okozachenko | 8713192 | 2022-04-09 01:04:53 +1000 | [diff] [blame] | 59 | endpoint_type: internal |
Mohammed Naser | 491f6a5 | 2023-02-10 06:09:58 +0000 | [diff] [blame] | 60 | reseller_admin_role: admin |
okozachenko | 8713192 | 2022-04-09 01:04:53 +1000 | [diff] [blame] | 61 | pvc: |
| 62 | enabled: false |
Mohammed Naser | 2860a7c | 2023-03-22 15:31:24 +0000 | [diff] [blame] | 63 | |
| 64 | _tempest_endpoint_values: |
| 65 | identity: |
| 66 | auth: |
| 67 | tempest: |
| 68 | region_name: "{{ openstack_helm_endpoints_tempest_region_name }}" |
| 69 | username: "tempest-{{ openstack_helm_endpoints_tempest_region_name }}" |
| 70 | password: "{{ openstack_helm_endpoints_tempest_keystone_password }}" |
| 71 | path: |
| 72 | # NOTE(mnaser): Heat uses the catalog and blindly adds a /v3 to the end of |
| 73 | # the endpoint. This is a workaround to make it work. |
| 74 | default: /v3 |
Mohammed Naser | 1d75a92 | 2023-07-23 19:24:49 +0000 | [diff] [blame] | 75 | |
| 76 | _tempest_network_backend_settings: |
Mohammed Naser | e2407ec | 2023-07-23 19:47:47 +0000 | [diff] [blame] | 77 | openvswitch: |
| 78 | conf: |
| 79 | tempest: |
| 80 | network-feature-enabled: |
| 81 | api_extensions: |
| 82 | - address-scope |
| 83 | - agent |
| 84 | - allowed-address-pairs |
| 85 | - auto-allocated-topology |
| 86 | - availability_zone |
| 87 | - binding |
| 88 | - default-subnetpools |
| 89 | - dhcp_agent_scheduler |
| 90 | - dvr |
| 91 | - ext-gw-mode |
| 92 | - external-net |
| 93 | - extra_dhcp_opt |
| 94 | - extraroute |
| 95 | - flavors |
| 96 | - l3_agent_scheduler |
| 97 | - l3-flavors |
| 98 | - l3-ha |
| 99 | - multi-provider |
| 100 | - net-mtu |
| 101 | - network_availability_zone |
| 102 | - network-ip-availability |
| 103 | - pagination |
| 104 | - port-security |
| 105 | - project-id |
| 106 | - provider |
| 107 | - qos |
| 108 | - qos-bw-limit-direction |
| 109 | - qos-bw-minimum-ingress |
| 110 | - qos-default |
| 111 | - qos-fip |
| 112 | - qos-gateway-ip |
| 113 | - qos-port-network-policy |
| 114 | - qos-pps |
| 115 | - qos-pps-minimum |
| 116 | - qos-pps-minimum-rule-alias |
| 117 | - qos-rule-type-details |
| 118 | - qos-rule-type-filter |
| 119 | - qos-rules-alias |
| 120 | - qos-specs |
| 121 | - quotas |
| 122 | - rbac-policies |
| 123 | - router |
| 124 | - router_availability_zone |
| 125 | - security-group |
| 126 | - service-type |
| 127 | - sorting |
| 128 | - standard-attr-description |
| 129 | - standard-attr-revisions |
| 130 | - standard-attr-tag |
| 131 | - standard-attr-timestamp |
| 132 | - subnet_allocation |
| 133 | - subnet-service-types |
| 134 | - tag |
| 135 | - trunk |
| 136 | - trunk-details |
Mohammed Naser | 1d75a92 | 2023-07-23 19:24:49 +0000 | [diff] [blame] | 137 | ovn: |
| 138 | conf: |
| 139 | tempest: |
| 140 | network-feature-enabled: |
| 141 | api_extensions: |
Mohammed Naser | 1d75a92 | 2023-07-23 19:24:49 +0000 | [diff] [blame] | 142 | - address-scope |
Mohammed Naser | e2407ec | 2023-07-23 19:47:47 +0000 | [diff] [blame] | 143 | - agent |
Mohammed Naser | 1d75a92 | 2023-07-23 19:24:49 +0000 | [diff] [blame] | 144 | - allowed-address-pairs |
Mohammed Naser | e2407ec | 2023-07-23 19:47:47 +0000 | [diff] [blame] | 145 | - auto-allocated-topology |
| 146 | - availability_zone |
| 147 | - binding |
| 148 | - default-subnetpools |
| 149 | - ext-gw-mode |
| 150 | - external-net |
| 151 | - extra_dhcp_opt |
| 152 | - extraroute |
| 153 | - flavors |
| 154 | - l3-flavors |
| 155 | - l3-ha |
| 156 | - multi-provider |
| 157 | - net-mtu |
| 158 | - network_availability_zone |
| 159 | - network-ip-availability |
| 160 | - pagination |
| 161 | - port-security |
Mohammed Naser | 1d75a92 | 2023-07-23 19:24:49 +0000 | [diff] [blame] | 162 | - project-id |
Mohammed Naser | e2407ec | 2023-07-23 19:47:47 +0000 | [diff] [blame] | 163 | - provider |
| 164 | - qos |
| 165 | - qos-bw-limit-direction |
| 166 | - qos-bw-minimum-ingress |
| 167 | - qos-default |
| 168 | - qos-fip |
| 169 | - qos-gateway-ip |
| 170 | - qos-port-network-policy |
| 171 | - qos-pps |
| 172 | - qos-pps-minimum |
| 173 | - qos-pps-minimum-rule-alias |
| 174 | - qos-rule-type-details |
| 175 | - qos-rule-type-filter |
| 176 | - qos-rules-alias |
| 177 | - qos-specs |
| 178 | - quotas |
| 179 | - rbac-policies |
| 180 | - router |
| 181 | - router_availability_zone |
| 182 | - security-group |
| 183 | - service-type |
| 184 | - sorting |
| 185 | - standard-attr-description |
| 186 | - standard-attr-revisions |
| 187 | - standard-attr-tag |
| 188 | - standard-attr-timestamp |
| 189 | - subnet_allocation |
| 190 | - subnet-service-types |
| 191 | - tag |
| 192 | - trunk |
| 193 | - trunk-details |
Rico Lin | 9245bf7 | 2024-10-22 01:16:35 +0800 | [diff] [blame] | 194 | - vpnaas |
| 195 | - vpn-endpoint-groups |