blob: 2f38e5dc48ce0cea71cb3b7f258349015d114a18 [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 Piwowarski6345b342023-12-15 16:00:48 +0100157 # (lpiwowar): Uncomment once this bug is resolved:
158 # https://bugs.launchpad.net/barbican/+bug/2043457
159 # secretstore:
160 # enable_multiple_secret_stores: True
161 # stores_lookup_suffix: simple_crypto
162 # secretstore:simple_crypto:
163 # secret_store_plugin: store_crypto
164 # crypto_plugin: simple_crypto
165 # global_default: true
Ade Lee01da5612022-08-25 13:58:44 +0200166 test-config:
167 $TEMPEST_CONFIG:
Ade Lee01da5612022-08-25 13:58:44 +0200168 barbican_rbac_scope_verification:
169 enforce_scope: True
Lukas Piwowarski6345b342023-12-15 16:00:48 +0100170 # barbican_tempest:
171 # enable_multiple_secret_stores: True
Ade Lee01da5612022-08-25 13:58:44 +0200172
173- job:
174 name: barbican-tempest-plugin-simple-crypto-secure-rbac-yoga
175 parent: barbican-tempest-plugin-simple-crypto-secure-rbac
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500176 nodeset: openstack-single-node-focal
Ade Lee01da5612022-08-25 13:58:44 +0200177 override-checkout: stable/yoga
178 vars: *microversion_v1_0
179
180- job:
181 name: barbican-tempest-plugin-simple-crypto-secure-rbac-xena
182 parent: barbican-tempest-plugin-simple-crypto-secure-rbac
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500183 nodeset: openstack-single-node-focal
Ade Lee01da5612022-08-25 13:58:44 +0200184 override-checkout: stable/xena
185 vars: *microversion_v1_0
186
187- job:
188 name: barbican-tempest-plugin-simple-crypto-secure-rbac-wallaby
189 parent: barbican-tempest-plugin-simple-crypto-secure-rbac
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500190 nodeset: openstack-single-node-focal
Ade Lee01da5612022-08-25 13:58:44 +0200191 override-checkout: stable/wallaby
Lukáš Piwowarski638efcc2023-08-08 13:45:32 +0200192 required-projects:
193 - name: opendev.org/openstack/barbican-tempest-plugin
194 override-checkout: wallaby-last
Ade Lee01da5612022-08-25 13:58:44 +0200195 vars: *microversion_v1_0
196
197- job:
Luigi Toscano73a0d092020-08-11 15:17:37 +0200198 name: barbican-tempest-plugin-simple-crypto-ipv6-only
199 parent: devstack-tempest-ipv6
200 required-projects: *barbican-tempest-reqs
201 vars: *barbican-tempest-vars
202
Ade Lee01da5612022-08-25 13:58:44 +0200203
204- job:
205 name: barbican-tempest-plugin-simple-crypto-ipv6-only-yoga
206 parent: barbican-tempest-plugin-simple-crypto-ipv6-only
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500207 nodeset: openstack-single-node-focal
Ade Lee01da5612022-08-25 13:58:44 +0200208 override-checkout: stable/yoga
209 vars: *microversion_v1_0
210
211- job:
212 name: barbican-tempest-plugin-simple-crypto-ipv6-only-xena
213 parent: barbican-tempest-plugin-simple-crypto-ipv6-only
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500214 nodeset: openstack-single-node-focal
Ade Lee01da5612022-08-25 13:58:44 +0200215 override-checkout: stable/xena
216 vars: *microversion_v1_0
217
218- job:
219 name: barbican-tempest-plugin-simple-crypto-ipv6-only-wallaby
220 parent: barbican-tempest-plugin-simple-crypto-ipv6-only
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500221 nodeset: openstack-single-node-focal
Ade Lee01da5612022-08-25 13:58:44 +0200222 override-checkout: stable/wallaby
Lukáš Piwowarski638efcc2023-08-08 13:45:32 +0200223 required-projects:
224 - name: opendev.org/openstack/barbican-tempest-plugin
225 override-checkout: wallaby-last
Ade Lee01da5612022-08-25 13:58:44 +0200226 vars: *microversion_v1_0
227
Luigi Toscano73a0d092020-08-11 15:17:37 +0200228- job:
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400229 name: barbican-tempest-plugin-simple-crypto-ipv6-only-victoria
230 parent: barbican-tempest-plugin-simple-crypto-ipv6-only
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500231 nodeset: openstack-single-node-focal
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400232 override-checkout: stable/victoria
Lukáš Piwowarski638efcc2023-08-08 13:45:32 +0200233 required-projects:
234 - name: opendev.org/openstack/barbican-tempest-plugin
235 override-checkout: victoria-last
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400236 vars: *microversion_v1_0
237
238- job:
239 name: barbican-tempest-plugin-simple-crypto-ipv6-only-ussuri
240 parent: barbican-tempest-plugin-simple-crypto-ipv6-only
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500241 nodeset: openstack-single-node-bionic
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400242 override-checkout: stable/ussuri
Lukáš Piwowarski638efcc2023-08-08 13:45:32 +0200243 required-projects:
244 - name: opendev.org/openstack/barbican-tempest-plugin
245 override-checkout: ussuri-last
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400246 vars: *microversion_v1_0
247
248- job:
249 name: barbican-tempest-plugin-simple-crypto-ipv6-only-train
250 parent: barbican-tempest-plugin-simple-crypto-ipv6-only
Ghanshyam Mannfb42f012022-10-15 20:53:18 -0500251 nodeset: openstack-single-node-bionic
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400252 override-checkout: stable/train
Lukáš Piwowarski638efcc2023-08-08 13:45:32 +0200253 required-projects:
254 - name: opendev.org/openstack/barbican-tempest-plugin
255 override-checkout: train-last
Douglas Mendizábal0eebe182022-10-05 14:58:11 -0400256 vars: *microversion_v1_0
257
258- job:
Luigi Toscano73a0d092020-08-11 15:17:37 +0200259 name: barbican-tempest-plugin-simple-crypto-castellan-src
260 parent: barbican-tempest-plugin-simple-crypto
261 required-projects:
262 - opendev.org/openstack/castellan
263
264- job:
265 name: barbican-tempest-plugin-simple-crypto-cursive
266 parent: barbican-tempest-plugin-simple-crypto
267 required-projects:
268 - opendev.org/x/cursive