Andreas Jaeger | da8979b | 2017-11-02 09:53:16 +0100 | [diff] [blame] | 1 | - project: |
Takashi Kajinami | cb6e982 | 2022-06-13 09:58:49 +0900 | [diff] [blame] | 2 | queue: barbican |
Doug Hellmann | 123dd7d | 2018-09-04 11:49:53 -0400 | [diff] [blame] | 3 | templates: |
| 4 | - tempest-plugin-jobs |
| 5 | - check-requirements |
Andreas Jaeger | da8979b | 2017-11-02 09:53:16 +0100 | [diff] [blame] | 6 | check: |
| 7 | jobs: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 8 | - barbican-tempest-plugin-simple-crypto |
Douglas Mendizábal | d013596 | 2021-03-11 15:38:53 -0600 | [diff] [blame] | 9 | - barbican-tempest-plugin-simple-crypto-secure-rbac |
Takashi Kajinami | c8b6d07 | 2024-02-17 02:47:15 +0900 | [diff] [blame^] | 10 | - barbican-tempest-plugin-simple-crypto-2023-2 |
Ghanshyam Mann | ca7738b | 2023-06-08 21:17:37 -0500 | [diff] [blame] | 11 | - barbican-tempest-plugin-simple-crypto-2023-1 |
Ghanshyam Mann | a396ac4 | 2022-10-15 22:34:46 -0500 | [diff] [blame] | 12 | - barbican-tempest-plugin-simple-crypto-zed |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 13 | - barbican-tempest-plugin-simple-crypto-ipv6-only |
| 14 | - barbican-tempest-plugin-simple-crypto-castellan-src |
| 15 | - barbican-tempest-plugin-simple-crypto-cursive |
Andreas Jaeger | da8979b | 2017-11-02 09:53:16 +0100 | [diff] [blame] | 16 | gate: |
Andreas Jaeger | da8979b | 2017-11-02 09:53:16 +0100 | [diff] [blame] | 17 | jobs: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 18 | - barbican-tempest-plugin-simple-crypto |
| 19 | |
| 20 | - job: |
| 21 | name: barbican-tempest-plugin-simple-crypto |
| 22 | parent: devstack-tempest |
| 23 | required-projects: &barbican-tempest-reqs |
| 24 | - opendev.org/openstack/barbican |
| 25 | - opendev.org/openstack/barbican-tempest-plugin |
| 26 | - opendev.org/openstack/python-barbicanclient |
| 27 | vars: &barbican-tempest-vars |
| 28 | devstack_plugins: |
| 29 | barbican: https://opendev.org/openstack/barbican |
| 30 | devstack_localrc: |
| 31 | NOVA_BACKEND: LVM |
| 32 | LVM_VOLUME_CLEAR: none |
| 33 | devstack_local_conf: |
| 34 | post-config: |
| 35 | $NOVA_CONF: |
| 36 | glance: |
| 37 | verify_glance_signatures: True |
| 38 | ephemeral_storage_encryption: |
| 39 | key_size: 256 |
| 40 | cipher: aes-xts-plain64 |
| 41 | enabled: True |
| 42 | test-config: |
| 43 | $TEMPEST_CONFIG: |
| 44 | auth: |
| 45 | tempest_roles: creator |
| 46 | image-feature-enabled: |
| 47 | # this may be removed soon, as api_v1 is false since tempest>=20 |
| 48 | api_v1: False |
| 49 | ephemeral_storage_encryption: |
| 50 | enabled: True |
Ade Lee | 519aa80 | 2022-05-06 12:33:06 -0400 | [diff] [blame] | 51 | key_manager: |
| 52 | min_microversion: '1.0' |
| 53 | max_microversion: latest |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 54 | tox_envlist: all |
| 55 | tempest_test_regex: barbican |
| 56 | tempest_plugins: |
| 57 | - barbican-tempest-plugin |
| 58 | |
| 59 | - job: |
Takashi Kajinami | c8b6d07 | 2024-02-17 02:47:15 +0900 | [diff] [blame^] | 60 | name: barbican-tempest-plugin-simple-crypto-2023-2 |
| 61 | parent: barbican-tempest-plugin-simple-crypto |
| 62 | nodeset: openstack-single-node-jammy |
| 63 | override-checkout: stable/2023.1 |
| 64 | vars: |
| 65 | devstack_local_conf: |
| 66 | test-config: |
| 67 | $TEMPEST_CONFIG: |
| 68 | key_manager: |
| 69 | min_microversion: '1.0' |
| 70 | max_microversion: '1.1' |
| 71 | |
| 72 | - job: |
Ghanshyam Mann | ca7738b | 2023-06-08 21:17:37 -0500 | [diff] [blame] | 73 | name: barbican-tempest-plugin-simple-crypto-2023-1 |
| 74 | parent: barbican-tempest-plugin-simple-crypto |
| 75 | nodeset: openstack-single-node-jammy |
| 76 | override-checkout: stable/2023.1 |
| 77 | vars: |
| 78 | devstack_local_conf: |
| 79 | test-config: |
| 80 | $TEMPEST_CONFIG: |
| 81 | key_manager: |
| 82 | min_microversion: '1.0' |
| 83 | max_microversion: '1.1' |
| 84 | |
| 85 | - job: |
Ghanshyam Mann | a396ac4 | 2022-10-15 22:34:46 -0500 | [diff] [blame] | 86 | name: barbican-tempest-plugin-simple-crypto-zed |
| 87 | parent: barbican-tempest-plugin-simple-crypto |
| 88 | nodeset: openstack-single-node-focal |
| 89 | override-checkout: stable/zed |
| 90 | vars: |
| 91 | devstack_local_conf: |
| 92 | test-config: |
| 93 | $TEMPEST_CONFIG: |
| 94 | key_manager: |
| 95 | min_microversion: '1.0' |
| 96 | max_microversion: '1.1' |
| 97 | |
| 98 | - job: |
Ghanshyam Mann | 8580430 | 2022-04-14 19:10:21 -0500 | [diff] [blame] | 99 | name: barbican-tempest-plugin-simple-crypto-yoga |
| 100 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 101 | nodeset: openstack-single-node-focal |
Ghanshyam Mann | 8580430 | 2022-04-14 19:10:21 -0500 | [diff] [blame] | 102 | override-checkout: stable/yoga |
Ade Lee | 519aa80 | 2022-05-06 12:33:06 -0400 | [diff] [blame] | 103 | vars: µversion_v1_0 |
| 104 | devstack_local_conf: |
| 105 | test-config: |
| 106 | $TEMPEST_CONFIG: |
| 107 | key_manager: |
| 108 | min_microversion: '1.0' |
| 109 | max_microversion: '1.0' |
Ghanshyam Mann | 8580430 | 2022-04-14 19:10:21 -0500 | [diff] [blame] | 110 | |
| 111 | - job: |
Ghanshyam Mann | 2f208f0 | 2022-01-18 18:48:26 -0600 | [diff] [blame] | 112 | name: barbican-tempest-plugin-simple-crypto-xena |
| 113 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 114 | nodeset: openstack-single-node-focal |
Ghanshyam Mann | 2f208f0 | 2022-01-18 18:48:26 -0600 | [diff] [blame] | 115 | override-checkout: stable/xena |
Ade Lee | 519aa80 | 2022-05-06 12:33:06 -0400 | [diff] [blame] | 116 | vars: *microversion_v1_0 |
Ghanshyam Mann | 2f208f0 | 2022-01-18 18:48:26 -0600 | [diff] [blame] | 117 | |
| 118 | - job: |
Ghanshyam Mann | e3cafb2 | 2021-04-29 18:54:57 -0500 | [diff] [blame] | 119 | name: barbican-tempest-plugin-simple-crypto-wallaby |
| 120 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 121 | nodeset: openstack-single-node-focal |
Ghanshyam Mann | e3cafb2 | 2021-04-29 18:54:57 -0500 | [diff] [blame] | 122 | override-checkout: stable/wallaby |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 123 | required-projects: |
| 124 | - name: opendev.org/openstack/barbican-tempest-plugin |
| 125 | override-checkout: wallaby-last |
Ade Lee | 519aa80 | 2022-05-06 12:33:06 -0400 | [diff] [blame] | 126 | vars: *microversion_v1_0 |
Ghanshyam Mann | e3cafb2 | 2021-04-29 18:54:57 -0500 | [diff] [blame] | 127 | |
| 128 | - job: |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 129 | name: barbican-tempest-plugin-simple-crypto-victoria |
| 130 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 131 | nodeset: openstack-single-node-focal |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 132 | override-checkout: stable/victoria |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 133 | required-projects: |
| 134 | - name: opendev.org/openstack/barbican-tempest-plugin |
| 135 | override-checkout: victoria-last |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 136 | vars: *microversion_v1_0 |
| 137 | |
| 138 | - job: |
| 139 | name: barbican-tempest-plugin-simple-crypto-ussuri |
| 140 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 141 | nodeset: openstack-single-node-bionic |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 142 | override-checkout: stable/ussuri |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 143 | required-projects: |
| 144 | - name: opendev.org/openstack/barbican-tempest-plugin |
| 145 | override-checkout: ussuri-last |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 146 | vars: *microversion_v1_0 |
| 147 | |
| 148 | - job: |
| 149 | name: barbican-tempest-plugin-simple-crypto-train |
| 150 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 151 | nodeset: openstack-single-node-bionic |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 152 | override-checkout: stable/train |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 153 | required-projects: |
| 154 | - name: opendev.org/openstack/barbican-tempest-plugin |
| 155 | override-checkout: train-last |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 156 | vars: *microversion_v1_0 |
| 157 | |
| 158 | - job: |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 159 | name: barbican-tempest-plugin-simple-crypto-secure-rbac |
| 160 | parent: barbican-tempest-plugin-simple-crypto |
| 161 | vars: |
| 162 | devstack_local_conf: |
| 163 | post-config: |
| 164 | $BARBICAN_CONF: |
| 165 | oslo_policy: |
| 166 | enforce_new_defaults: True |
| 167 | enforce_scope: True |
Lukas Piwowarski | 6345b34 | 2023-12-15 16:00:48 +0100 | [diff] [blame] | 168 | # (lpiwowar): Uncomment once this bug is resolved: |
| 169 | # https://bugs.launchpad.net/barbican/+bug/2043457 |
| 170 | # secretstore: |
| 171 | # enable_multiple_secret_stores: True |
| 172 | # stores_lookup_suffix: simple_crypto |
| 173 | # secretstore:simple_crypto: |
| 174 | # secret_store_plugin: store_crypto |
| 175 | # crypto_plugin: simple_crypto |
| 176 | # global_default: true |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 177 | test-config: |
| 178 | $TEMPEST_CONFIG: |
Takashi Kajinami | 39eb56d | 2023-11-30 22:29:10 +0900 | [diff] [blame] | 179 | enforce_scope: |
| 180 | barbican: True |
Lukas Piwowarski | 6345b34 | 2023-12-15 16:00:48 +0100 | [diff] [blame] | 181 | # barbican_tempest: |
| 182 | # enable_multiple_secret_stores: True |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 183 | |
| 184 | - job: |
| 185 | name: barbican-tempest-plugin-simple-crypto-secure-rbac-yoga |
| 186 | parent: barbican-tempest-plugin-simple-crypto-secure-rbac |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 187 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 188 | override-checkout: stable/yoga |
| 189 | vars: *microversion_v1_0 |
| 190 | |
| 191 | - job: |
| 192 | name: barbican-tempest-plugin-simple-crypto-secure-rbac-xena |
| 193 | parent: barbican-tempest-plugin-simple-crypto-secure-rbac |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 194 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 195 | override-checkout: stable/xena |
| 196 | vars: *microversion_v1_0 |
| 197 | |
| 198 | - job: |
| 199 | name: barbican-tempest-plugin-simple-crypto-secure-rbac-wallaby |
| 200 | parent: barbican-tempest-plugin-simple-crypto-secure-rbac |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 201 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 202 | override-checkout: stable/wallaby |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 203 | required-projects: |
| 204 | - name: opendev.org/openstack/barbican-tempest-plugin |
| 205 | override-checkout: wallaby-last |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 206 | vars: *microversion_v1_0 |
| 207 | |
| 208 | - job: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 209 | name: barbican-tempest-plugin-simple-crypto-ipv6-only |
| 210 | parent: devstack-tempest-ipv6 |
| 211 | required-projects: *barbican-tempest-reqs |
| 212 | vars: *barbican-tempest-vars |
| 213 | |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 214 | |
| 215 | - job: |
| 216 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-yoga |
| 217 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 218 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 219 | override-checkout: stable/yoga |
| 220 | vars: *microversion_v1_0 |
| 221 | |
| 222 | - job: |
| 223 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-xena |
| 224 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 225 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 226 | override-checkout: stable/xena |
| 227 | vars: *microversion_v1_0 |
| 228 | |
| 229 | - job: |
| 230 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-wallaby |
| 231 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 232 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 233 | override-checkout: stable/wallaby |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 234 | required-projects: |
| 235 | - name: opendev.org/openstack/barbican-tempest-plugin |
| 236 | override-checkout: wallaby-last |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 237 | vars: *microversion_v1_0 |
| 238 | |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 239 | - job: |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 240 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-victoria |
| 241 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 242 | nodeset: openstack-single-node-focal |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 243 | override-checkout: stable/victoria |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 244 | required-projects: |
| 245 | - name: opendev.org/openstack/barbican-tempest-plugin |
| 246 | override-checkout: victoria-last |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 247 | vars: *microversion_v1_0 |
| 248 | |
| 249 | - job: |
| 250 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-ussuri |
| 251 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 252 | nodeset: openstack-single-node-bionic |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 253 | override-checkout: stable/ussuri |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 254 | required-projects: |
| 255 | - name: opendev.org/openstack/barbican-tempest-plugin |
| 256 | override-checkout: ussuri-last |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 257 | vars: *microversion_v1_0 |
| 258 | |
| 259 | - job: |
| 260 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-train |
| 261 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 262 | nodeset: openstack-single-node-bionic |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 263 | override-checkout: stable/train |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 264 | required-projects: |
| 265 | - name: opendev.org/openstack/barbican-tempest-plugin |
| 266 | override-checkout: train-last |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 267 | vars: *microversion_v1_0 |
| 268 | |
| 269 | - job: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 270 | name: barbican-tempest-plugin-simple-crypto-castellan-src |
| 271 | parent: barbican-tempest-plugin-simple-crypto |
| 272 | required-projects: |
| 273 | - opendev.org/openstack/castellan |
| 274 | |
| 275 | - job: |
| 276 | name: barbican-tempest-plugin-simple-crypto-cursive |
| 277 | parent: barbican-tempest-plugin-simple-crypto |
| 278 | required-projects: |
| 279 | - opendev.org/x/cursive |