blob: cf4c861d5e4d523b4d4709dc53110041472e6464 [file] [log] [blame]
Mehdi Abaakoukc8c2ecb2018-01-15 10:07:53 +01001- job:
zhurong02538c12019-04-12 16:00:25 +08002 name: telemetry-tempest-base
Ghanshyam Mann1fac68f2019-10-30 07:47:38 +00003 parent: devstack-tempest
4 description: |
Jaromir Wysogladb8ab3aa2023-11-14 09:19:22 -05005 This job is for testing telemetry components. We test stable branches from wallaby onwards.
Ghanshyam Mann1fac68f2019-10-30 07:47:38 +00006 irrelevant-files:
7 - ^(test-|)requirements.txt$
8 - ^setup.cfg$
9 - ^doc/.*$
10 - ^.*\.rst$
11 - ^releasenotes/.*$
12 timeout: 7800
zhurongd60e6e22019-08-26 14:43:47 +080013 required-projects: &base_required_projects
OpenDev Sysadmins5ddfa332019-04-19 19:26:32 +000014 - openstack/devstack-gate
zhurong02538c12019-04-12 16:00:25 +080015 - openstack/panko
Mehdi Abaakoukc8c2ecb2018-01-15 10:07:53 +010016 - openstack/aodh
17 - openstack/ceilometer
Mehdi Abaakoukc8c2ecb2018-01-15 10:07:53 +010018 - openstack/telemetry-tempest-plugin
Mehdi Abaakouk7f0e3152019-02-08 12:30:17 +010019 - openstack/heat-tempest-plugin
zhurong02538c12019-04-12 16:00:25 +080020 - openstack/heat
Mehdi Abaakoukc8c2ecb2018-01-15 10:07:53 +010021 - openstack/dib-utils
22 - openstack/diskimage-builder
zhurong02538c12019-04-12 16:00:25 +080023 - openstack/tempest
Sean Mooney5ba27fb2023-01-31 14:47:58 -050024 - gnocchixyz/gnocchi
Jaromír Wysogladd6c49722023-10-13 09:08:38 +020025 - infrawatch/sg-core
zhurongd60e6e22019-08-26 14:43:47 +080026 vars: &base_vars
Matthias Rungef49e5bc2021-01-15 16:51:26 +010027 configure_swap_size: 8192
zhurong02538c12019-04-12 16:00:25 +080028 devstack_plugins:
29 heat: https://opendev.org/openstack/heat
30 ceilometer: https://opendev.org/openstack/ceilometer
31 aodh: https://opendev.org/openstack/aodh
32 panko: https://opendev.org/openstack/panko
Jaromír Wysogladd6c49722023-10-13 09:08:38 +020033 sg-core: https://github.com/infrawatch/sg-core
zhurong02538c12019-04-12 16:00:25 +080034 devstack_services:
35 tempest: true
zhurong02538c12019-04-12 16:00:25 +080036 devstack_localrc:
zhurong803e77c2019-11-18 18:39:28 -080037 USE_PYTHON3: True
zhurong02538c12019-04-12 16:00:25 +080038 TEMPEST_PLUGINS: '"/opt/stack/telemetry-tempest-plugin /opt/stack/heat-tempest-plugin"'
39 GNOCCHI_ARCHIVE_POLICY_TEMPEST: "ceilometer-high-rate"
Jaromir Wysoglad3dd1d0d2023-11-22 05:17:28 -050040 # NOTE(jwysogla): We can define both of the variables. In versions, where
41 # the ceilometer devstack plugin doesn't support the CEILOMETER_BACKENDS,
42 # it'll just ignore it and use the CEILOMETER_BACKEND. In versions, where
43 # CEILOMETER_BACKENDS is supported, the ceilometer devstack plugin will
44 # just try to merge the variables, so the final contents in this casse will
45 # be "gnocchi,sg-core"
46 CEILOMETER_BACKEND: "gnocchi"
Jaromír Wysogladd6c49722023-10-13 09:08:38 +020047 CEILOMETER_BACKENDS: "gnocchi,sg-core"
zhurong02538c12019-04-12 16:00:25 +080048 CEILOMETER_PIPELINE_INTERVAL: 15
Yadnesh Kulkarni2aaba332022-12-19 10:35:16 -050049 CEILOMETER_ALARM_THRESHOLD: 6000000000
Takashi Kajinami1759b9e2023-08-25 19:04:26 +090050 GLOBAL_VENV: False
Yadnesh Kulkarnieff7af32022-11-23 05:21:13 -050051 devstack_local_conf:
52 test-config:
53 $TEMPEST_CONFIG:
Takashi Kajinami76400662023-11-29 19:41:19 +090054 service_available:
55 sg-core: True
Erno Kuvajab0e09122023-11-30 13:09:46 +000056 telemetry_services:
Takashi Kajinami0beea182024-01-31 19:42:42 +090057 metric_backends: gnocchi,prometheus
Yadnesh Kulkarnieff7af32022-11-23 05:21:13 -050058 telemetry:
59 disable_ssl_certificate_validation: True
zhurong02538c12019-04-12 16:00:25 +080060 tempest_test_regex: telemetry_tempest_plugin
61 tox_envlist: all
62
63- job:
64 name: telemetry-dsvm-integration
65 parent: telemetry-tempest-base
zhurongf4d73752019-11-25 00:56:41 -080066
67- job:
68 name: telemetry-dsvm-integration
69 parent: telemetry-tempest-base
70 branches:
Matthias Runged5c98fd2021-08-18 18:03:35 +020071 - stable/wallaby
zhurongf4d73752019-11-25 00:56:41 -080072 vars:
73 devstack_localrc:
74 USE_PYTHON3: False
zhurong02538c12019-04-12 16:00:25 +080075
76- job:
zhurongd60e6e22019-08-26 14:43:47 +080077 name: telemetry-dsvm-integration-ipv6-only
78 parent: devstack-tempest-ipv6
zhurongd60e6e22019-08-26 14:43:47 +080079 description: |
80 Telemetry devstack tempest tests job for IPv6-only deployment
81 required-projects: *base_required_projects
82 vars: *base_vars
83
Ghanshyam Mann5d5366a2020-05-05 17:38:43 -050084- job:
Matthias Runged5c98fd2021-08-18 18:03:35 +020085 name: telemetry-dsvm-integration-wallaby
Ghanshyam Mann5d5366a2020-05-05 17:38:43 -050086 parent: telemetry-dsvm-integration
Ghanshyam Mann0db03762022-10-15 21:40:54 -050087 nodeset: openstack-single-node-focal
Matthias Runged5c98fd2021-08-18 18:03:35 +020088 override-checkout: stable/wallaby
Matthias Rungeaade8252021-08-12 11:52:55 +020089 voting: false
Ghanshyam Mann5d5366a2020-05-05 17:38:43 -050090
91- job:
Chris Sibbittd42dc012021-08-12 10:54:27 -040092 name: telemetry-dsvm-integration-centos-8s
93 nodeset: devstack-single-node-centos-8-stream
94 parent: telemetry-dsvm-integration
Emma Foley60633b22022-08-19 16:05:51 +010095 branches:
96 - stable/wallaby
97 - stable/xena
98 - stable/yoga
Chris Sibbittd42dc012021-08-12 10:54:27 -040099 description: |
Emma Foley60633b22022-08-19 16:05:51 +0100100 Telemetry devstack tempest test job for Centos 8 stream system using python 36
101 i.e. yoga and below
102 vars:
103 devstack_localrc:
104 # for versions of devstack that don't explicitly support rhel8
105 FORCE: 'yes'
106 TEMPEST_BRANCH: '30.1.0'
107 TEMPEST_VENV_UPPER_CONSTRAINTS: '/opt/stack/requirements/upper-constraints.txt'
Chris Sibbittd42dc012021-08-12 10:54:27 -0400108
109- job:
110 name: telemetry-dsvm-integration-centos-8s-fips
111 parent: telemetry-dsvm-integration-centos-8s
112 description: |
Emma Foley60633b22022-08-19 16:05:51 +0100113 Telemetry devstack tempest tests job for a FIPS enabled Centos 8 stream system using python36
114 i.e. yoga and below
Chris Sibbittd42dc012021-08-12 10:54:27 -0400115 pre-run: playbooks/enable-fips.yaml
afariasa935428a2022-08-16 13:11:47 +0000116 vars:
117 nslookup_target: 'opendev.org'
Chris Sibbittd42dc012021-08-12 10:54:27 -0400118
Takashi Kajinami0d8ebb62022-05-06 12:52:29 +0900119- job:
120 name: telemetry-dsvm-integration-centos-9s
121 nodeset: devstack-single-node-centos-9-stream
122 parent: telemetry-dsvm-integration
123 description: |
124 Telemetry devstack tempest tests job for a Centos 9 stream system
125
126- job:
127 name: telemetry-dsvm-integration-centos-9s-fips
128 parent: telemetry-dsvm-integration-centos-9s
129 description: |
130 Telemetry devstack tempest tests job for a FIPS enabled Centos 9 stream system
131 pre-run: playbooks/enable-fips.yaml
afariasa935428a2022-08-16 13:11:47 +0000132 vars:
133 nslookup_target: 'opendev.org'
Takashi Kajinami0d8ebb62022-05-06 12:52:29 +0900134
Mehdi Abaakoukc8c2ecb2018-01-15 10:07:53 +0100135- project:
Takashi Kajinami82abe002022-06-13 09:58:00 +0900136 queue: telemetry
Doug Hellmann40f2a142018-08-31 08:01:22 -0400137 templates:
138 - check-requirements
139 - tempest-plugin-jobs
Mehdi Abaakoukc8c2ecb2018-01-15 10:07:53 +0100140 check:
141 jobs:
Mehdi Abaakouk319cb262018-01-15 15:49:20 +0100142 - telemetry-dsvm-integration
Matthias Runged5c98fd2021-08-18 18:03:35 +0200143 - telemetry-dsvm-integration-wallaby
zhurongd60e6e22019-08-26 14:43:47 +0800144 - telemetry-dsvm-integration-ipv6-only
Takashi Kajinami0d8ebb62022-05-06 12:52:29 +0900145 - telemetry-dsvm-integration-centos-9s
146 - telemetry-dsvm-integration-centos-9s-fips
Mehdi Abaakoukc8c2ecb2018-01-15 10:07:53 +0100147 gate:
148 jobs:
Mehdi Abaakouk319cb262018-01-15 15:49:20 +0100149 - telemetry-dsvm-integration
zhurongd60e6e22019-08-26 14:43:47 +0800150 - telemetry-dsvm-integration-ipv6-only