blob: 011f03c7e4419722a1b4e65bc3f1b73ec24b0efe [file] [log] [blame]
Andreas Jaegerda8979b2017-11-02 09:53:16 +01001- project:
Takashi Kajinamicb6e9822022-06-13 09:58:49 +09002 queue: barbican
Doug Hellmann123dd7d2018-09-04 11:49:53 -04003 templates:
4 - tempest-plugin-jobs
5 - check-requirements
Andreas Jaegerda8979b2017-11-02 09:53:16 +01006 check:
7 jobs:
Luigi Toscano73a0d092020-08-11 15:17:37 +02008 - barbican-tempest-plugin-simple-crypto
Douglas Mendizábald0135962021-03-11 15:38:53 -06009 - barbican-tempest-plugin-simple-crypto-secure-rbac
Ghanshyam Mannca7738b2023-06-08 21:17:37 -050010 - barbican-tempest-plugin-simple-crypto-2023-1
Ghanshyam Manna396ac42022-10-15 22:34:46 -050011 - barbican-tempest-plugin-simple-crypto-zed
Ghanshyam Mann85804302022-04-14 19:10:21 -050012 - barbican-tempest-plugin-simple-crypto-yoga
Ghanshyam Mann2f208f02022-01-18 18:48:26 -060013 - barbican-tempest-plugin-simple-crypto-xena
Ghanshyam Manne3cafb22021-04-29 18:54:57 -050014 - barbican-tempest-plugin-simple-crypto-wallaby
Luigi Toscano73a0d092020-08-11 15:17:37 +020015 - barbican-tempest-plugin-simple-crypto-ipv6-only
16 - barbican-tempest-plugin-simple-crypto-castellan-src
17 - barbican-tempest-plugin-simple-crypto-cursive
Andreas Jaegerda8979b2017-11-02 09:53:16 +010018 gate:
Andreas Jaegerda8979b2017-11-02 09:53:16 +010019 jobs:
Luigi Toscano73a0d092020-08-11 15:17:37 +020020 - barbican-tempest-plugin-simple-crypto
21
22- job:
23 name: barbican-tempest-plugin-simple-crypto
24 parent: devstack-tempest
25 required-projects: &barbican-tempest-reqs
26 - opendev.org/openstack/barbican
27 - opendev.org/openstack/barbican-tempest-plugin
28 - opendev.org/openstack/python-barbicanclient
29 vars: &barbican-tempest-vars
30 devstack_plugins:
31 barbican: https://opendev.org/openstack/barbican
32 devstack_localrc:
33 NOVA_BACKEND: LVM
34 LVM_VOLUME_CLEAR: none
35 devstack_local_conf:
36 post-config:
37 $NOVA_CONF:
38 glance:
39 verify_glance_signatures: True
40 ephemeral_storage_encryption:
41 key_size: 256
42 cipher: aes-xts-plain64
43 enabled: True
44 test-config:
45 $TEMPEST_CONFIG:
46 auth:
47 tempest_roles: creator
48 image-feature-enabled:
49 # this may be removed soon, as api_v1 is false since tempest>=20
50 api_v1: False
51 ephemeral_storage_encryption:
52 enabled: True
Ade Lee519aa802022-05-06 12:33:06 -040053 key_manager:
54 min_microversion: '1.0'
55 max_microversion: latest
Luigi Toscano73a0d092020-08-11 15:17:37 +020056 tox_envlist: all
57 tempest_test_regex: barbican
58 tempest_plugins:
59 - barbican-tempest-plugin
60
61- job:
Ghanshyam Mannca7738b2023-06-08 21:17:37 -050062 name: barbican-tempest-plugin-simple-crypto-2023-1
63 parent: barbican-tempest-plugin-simple-crypto
64 nodeset: openstack-single-node-jammy
65 override-checkout: stable/2023.1
66 vars:
67 devstack_local_conf:
68 test-config:
69 $TEMPEST_CONFIG:
70 key_manager:
71 min_microversion: '1.0'
72 max_microversion: '1.1'
73
74- job:
Ghanshyam Manna396ac42022-10-15 22:34:46 -050075 name: barbican-tempest-plugin-simple-crypto-zed
76 parent: barbican-tempest-plugin-simple-crypto
77 nodeset: openstack-single-node-focal
78 override-checkout: stable/zed
79 vars:
80 devstack_local_conf:
81 test-config:
82 $TEMPEST_CONFIG:
83 key_manager:
84 min_microversion: '1.0'
85 max_microversion: '1.1'
86
87- job:
Ghanshyam Mann85804302022-04-14 19:10:21 -050088 name: barbican-tempest-plugin-simple-crypto-yoga
89 parent: barbican-tempest-plugin-simple-crypto
Ghanshyam Mannfb42f012022-10-15 20:53:18 -050090 nodeset: openstack-single-node-focal
Ghanshyam Mann85804302022-04-14 19:10:21 -050091 override-checkout: stable/yoga
Ade Lee519aa802022-05-06 12:33:06 -040092 vars: &microversion_v1_0
93 devstack_local_conf:
94 test-config:
95 $TEMPEST_CONFIG:
96 key_manager:
97 min_microversion: '1.0'
98 max_microversion: '1.0'
Ghanshyam Mann85804302022-04-14 19:10:21 -050099
100- job:
Ghanshyam Mann2f208f02022-01-18 18:48:26 -0600101 name: barbican-tempest-plugin-simple-crypto-xena
102 parent: barbican-tempest-plugin-simple-crypto
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500103 nodeset: openstack-single-node-focal
Ghanshyam Mann2f208f02022-01-18 18:48:26 -0600104 override-checkout: stable/xena
Ade Lee519aa802022-05-06 12:33:06 -0400105 vars: *microversion_v1_0
Ghanshyam Mann2f208f02022-01-18 18:48:26 -0600106
107- job:
Ghanshyam Manne3cafb22021-04-29 18:54:57 -0500108 name: barbican-tempest-plugin-simple-crypto-wallaby
109 parent: barbican-tempest-plugin-simple-crypto
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500110 nodeset: openstack-single-node-focal
Ghanshyam Manne3cafb22021-04-29 18:54:57 -0500111 override-checkout: stable/wallaby
Lukáš Piwowarski638efcc2023-08-08 13:45:32 +0200112 required-projects:
113 - name: opendev.org/openstack/barbican-tempest-plugin
114 override-checkout: wallaby-last
Ade Lee519aa802022-05-06 12:33:06 -0400115 vars: *microversion_v1_0
Ghanshyam Manne3cafb22021-04-29 18:54:57 -0500116
117- job:
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400118 name: barbican-tempest-plugin-simple-crypto-victoria
119 parent: barbican-tempest-plugin-simple-crypto
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500120 nodeset: openstack-single-node-focal
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400121 override-checkout: stable/victoria
Lukáš Piwowarski638efcc2023-08-08 13:45:32 +0200122 required-projects:
123 - name: opendev.org/openstack/barbican-tempest-plugin
124 override-checkout: victoria-last
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400125 vars: *microversion_v1_0
126
127- job:
128 name: barbican-tempest-plugin-simple-crypto-ussuri
129 parent: barbican-tempest-plugin-simple-crypto
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500130 nodeset: openstack-single-node-bionic
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400131 override-checkout: stable/ussuri
Lukáš Piwowarski638efcc2023-08-08 13:45:32 +0200132 required-projects:
133 - name: opendev.org/openstack/barbican-tempest-plugin
134 override-checkout: ussuri-last
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400135 vars: *microversion_v1_0
136
137- job:
138 name: barbican-tempest-plugin-simple-crypto-train
139 parent: barbican-tempest-plugin-simple-crypto
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500140 nodeset: openstack-single-node-bionic
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400141 override-checkout: stable/train
Lukáš Piwowarski638efcc2023-08-08 13:45:32 +0200142 required-projects:
143 - name: opendev.org/openstack/barbican-tempest-plugin
144 override-checkout: train-last
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400145 vars: *microversion_v1_0
146
147- job:
Ade Lee01da5612022-08-25 13:58:44 +0200148 name: barbican-tempest-plugin-simple-crypto-secure-rbac
149 parent: barbican-tempest-plugin-simple-crypto
150 vars:
151 devstack_local_conf:
152 post-config:
153 $BARBICAN_CONF:
154 oslo_policy:
155 enforce_new_defaults: True
156 enforce_scope: True
Lukas Piwowarskid8047c22023-05-22 13:55:41 +0000157 secretstore:
158 enable_multiple_secret_stores: True
159 stores_lookup_suffix: simple_crypto
160 secretstore:simple_crypto:
161 secret_store_plugin: store_crypto
162 crypto_plugin: simple_crypto
163 global_default: true
Ade Lee01da5612022-08-25 13:58:44 +0200164 test-config:
165 $TEMPEST_CONFIG:
Ade Lee01da5612022-08-25 13:58:44 +0200166 barbican_rbac_scope_verification:
167 enforce_scope: True
Lukas Piwowarskid8047c22023-05-22 13:55:41 +0000168 barbican_tempest:
169 enable_multiple_secret_stores: True
Ade Lee01da5612022-08-25 13:58:44 +0200170
171- job:
172 name: barbican-tempest-plugin-simple-crypto-secure-rbac-yoga
173 parent: barbican-tempest-plugin-simple-crypto-secure-rbac
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500174 nodeset: openstack-single-node-focal
Ade Lee01da5612022-08-25 13:58:44 +0200175 override-checkout: stable/yoga
176 vars: *microversion_v1_0
177
178- job:
179 name: barbican-tempest-plugin-simple-crypto-secure-rbac-xena
180 parent: barbican-tempest-plugin-simple-crypto-secure-rbac
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500181 nodeset: openstack-single-node-focal
Ade Lee01da5612022-08-25 13:58:44 +0200182 override-checkout: stable/xena
183 vars: *microversion_v1_0
184
185- job:
186 name: barbican-tempest-plugin-simple-crypto-secure-rbac-wallaby
187 parent: barbican-tempest-plugin-simple-crypto-secure-rbac
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500188 nodeset: openstack-single-node-focal
Ade Lee01da5612022-08-25 13:58:44 +0200189 override-checkout: stable/wallaby
Lukáš Piwowarski638efcc2023-08-08 13:45:32 +0200190 required-projects:
191 - name: opendev.org/openstack/barbican-tempest-plugin
192 override-checkout: wallaby-last
Ade Lee01da5612022-08-25 13:58:44 +0200193 vars: *microversion_v1_0
194
195- job:
Luigi Toscano73a0d092020-08-11 15:17:37 +0200196 name: barbican-tempest-plugin-simple-crypto-ipv6-only
197 parent: devstack-tempest-ipv6
198 required-projects: *barbican-tempest-reqs
199 vars: *barbican-tempest-vars
200
Ade Lee01da5612022-08-25 13:58:44 +0200201
202- job:
203 name: barbican-tempest-plugin-simple-crypto-ipv6-only-yoga
204 parent: barbican-tempest-plugin-simple-crypto-ipv6-only
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500205 nodeset: openstack-single-node-focal
Ade Lee01da5612022-08-25 13:58:44 +0200206 override-checkout: stable/yoga
207 vars: *microversion_v1_0
208
209- job:
210 name: barbican-tempest-plugin-simple-crypto-ipv6-only-xena
211 parent: barbican-tempest-plugin-simple-crypto-ipv6-only
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500212 nodeset: openstack-single-node-focal
Ade Lee01da5612022-08-25 13:58:44 +0200213 override-checkout: stable/xena
214 vars: *microversion_v1_0
215
216- job:
217 name: barbican-tempest-plugin-simple-crypto-ipv6-only-wallaby
218 parent: barbican-tempest-plugin-simple-crypto-ipv6-only
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500219 nodeset: openstack-single-node-focal
Ade Lee01da5612022-08-25 13:58:44 +0200220 override-checkout: stable/wallaby
Lukáš Piwowarski638efcc2023-08-08 13:45:32 +0200221 required-projects:
222 - name: opendev.org/openstack/barbican-tempest-plugin
223 override-checkout: wallaby-last
Ade Lee01da5612022-08-25 13:58:44 +0200224 vars: *microversion_v1_0
225
Luigi Toscano73a0d092020-08-11 15:17:37 +0200226- job:
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400227 name: barbican-tempest-plugin-simple-crypto-ipv6-only-victoria
228 parent: barbican-tempest-plugin-simple-crypto-ipv6-only
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500229 nodeset: openstack-single-node-focal
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400230 override-checkout: stable/victoria
Lukáš Piwowarski638efcc2023-08-08 13:45:32 +0200231 required-projects:
232 - name: opendev.org/openstack/barbican-tempest-plugin
233 override-checkout: victoria-last
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400234 vars: *microversion_v1_0
235
236- job:
237 name: barbican-tempest-plugin-simple-crypto-ipv6-only-ussuri
238 parent: barbican-tempest-plugin-simple-crypto-ipv6-only
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500239 nodeset: openstack-single-node-bionic
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400240 override-checkout: stable/ussuri
Lukáš Piwowarski638efcc2023-08-08 13:45:32 +0200241 required-projects:
242 - name: opendev.org/openstack/barbican-tempest-plugin
243 override-checkout: ussuri-last
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400244 vars: *microversion_v1_0
245
246- job:
247 name: barbican-tempest-plugin-simple-crypto-ipv6-only-train
248 parent: barbican-tempest-plugin-simple-crypto-ipv6-only
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500249 nodeset: openstack-single-node-bionic
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400250 override-checkout: stable/train
Lukáš Piwowarski638efcc2023-08-08 13:45:32 +0200251 required-projects:
252 - name: opendev.org/openstack/barbican-tempest-plugin
253 override-checkout: train-last
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400254 vars: *microversion_v1_0
255
256- job:
Luigi Toscano73a0d092020-08-11 15:17:37 +0200257 name: barbican-tempest-plugin-simple-crypto-castellan-src
258 parent: barbican-tempest-plugin-simple-crypto
259 required-projects:
260 - opendev.org/openstack/castellan
261
262- job:
263 name: barbican-tempest-plugin-simple-crypto-cursive
264 parent: barbican-tempest-plugin-simple-crypto
265 required-projects:
266 - opendev.org/x/cursive