blob: 36a641bb3a5dfcfababf33bc1b4482b747cbc340 [file] [log] [blame]
okozachenko87131922022-04-09 01:04:53 +10001# 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 Naser2145fc32023-01-29 23:23:03 +000015_tempest_helm_values:
okozachenko87131922022-04-09 01:04:53 +100016 endpoints: "{{ openstack_helm_endpoints }}"
17 images:
Michiel Piscaer60d09f92023-01-20 18:58:55 +010018 tags: "{{ atmosphere_images | vexxhost.atmosphere.openstack_helm_image_tags('tempest') }}"
okozachenko87131922022-04-09 01:04:53 +100019 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
31 swift: false
32 compute:
33 endpoint_type: internal
34 fixed_network_name: public
35 dashboard:
36 dashboard_url: "http://horizon-int.openstack.svc.cluster.local"
37 image:
38 endpoint_type: internal
39 network:
40 endpoint_type: internal
41 floating_network_name: public
42 shared_physical_network: false
43 placement:
44 endpoint_type: internal
45 validation:
46 image_ssh_user: cirros
47 volume:
48 endpoint_type: internal
49 object-storage:
50 endpoint_type: internal
51 pvc:
52 enabled: false