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 |
Ghanshyam Mann | ca7738b | 2023-06-08 21:17:37 -0500 | [diff] [blame] | 10 | - barbican-tempest-plugin-simple-crypto-2023-1 |
Ghanshyam Mann | a396ac4 | 2022-10-15 22:34:46 -0500 | [diff] [blame] | 11 | - barbican-tempest-plugin-simple-crypto-zed |
Ghanshyam Mann | 8580430 | 2022-04-14 19:10:21 -0500 | [diff] [blame] | 12 | - barbican-tempest-plugin-simple-crypto-yoga |
Ghanshyam Mann | 2f208f0 | 2022-01-18 18:48:26 -0600 | [diff] [blame] | 13 | - barbican-tempest-plugin-simple-crypto-xena |
Ghanshyam Mann | e3cafb2 | 2021-04-29 18:54:57 -0500 | [diff] [blame] | 14 | - barbican-tempest-plugin-simple-crypto-wallaby |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 15 | - barbican-tempest-plugin-simple-crypto-ipv6-only |
| 16 | - barbican-tempest-plugin-simple-crypto-castellan-src |
| 17 | - barbican-tempest-plugin-simple-crypto-cursive |
Andreas Jaeger | da8979b | 2017-11-02 09:53:16 +0100 | [diff] [blame] | 18 | gate: |
Andreas Jaeger | da8979b | 2017-11-02 09:53:16 +0100 | [diff] [blame] | 19 | jobs: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 20 | - 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 Lee | 519aa80 | 2022-05-06 12:33:06 -0400 | [diff] [blame] | 53 | key_manager: |
| 54 | min_microversion: '1.0' |
| 55 | max_microversion: latest |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 56 | tox_envlist: all |
| 57 | tempest_test_regex: barbican |
| 58 | tempest_plugins: |
| 59 | - barbican-tempest-plugin |
| 60 | |
| 61 | - job: |
Ghanshyam Mann | ca7738b | 2023-06-08 21:17:37 -0500 | [diff] [blame] | 62 | 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 Mann | a396ac4 | 2022-10-15 22:34:46 -0500 | [diff] [blame] | 75 | 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 Mann | 8580430 | 2022-04-14 19:10:21 -0500 | [diff] [blame] | 88 | name: barbican-tempest-plugin-simple-crypto-yoga |
| 89 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 90 | nodeset: openstack-single-node-focal |
Ghanshyam Mann | 8580430 | 2022-04-14 19:10:21 -0500 | [diff] [blame] | 91 | override-checkout: stable/yoga |
Ade Lee | 519aa80 | 2022-05-06 12:33:06 -0400 | [diff] [blame] | 92 | vars: µversion_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 Mann | 8580430 | 2022-04-14 19:10:21 -0500 | [diff] [blame] | 99 | |
| 100 | - job: |
Ghanshyam Mann | 2f208f0 | 2022-01-18 18:48:26 -0600 | [diff] [blame] | 101 | name: barbican-tempest-plugin-simple-crypto-xena |
| 102 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 103 | nodeset: openstack-single-node-focal |
Ghanshyam Mann | 2f208f0 | 2022-01-18 18:48:26 -0600 | [diff] [blame] | 104 | override-checkout: stable/xena |
Ade Lee | 519aa80 | 2022-05-06 12:33:06 -0400 | [diff] [blame] | 105 | vars: *microversion_v1_0 |
Ghanshyam Mann | 2f208f0 | 2022-01-18 18:48:26 -0600 | [diff] [blame] | 106 | |
| 107 | - job: |
Ghanshyam Mann | e3cafb2 | 2021-04-29 18:54:57 -0500 | [diff] [blame] | 108 | name: barbican-tempest-plugin-simple-crypto-wallaby |
| 109 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 110 | nodeset: openstack-single-node-focal |
Ghanshyam Mann | e3cafb2 | 2021-04-29 18:54:57 -0500 | [diff] [blame] | 111 | override-checkout: stable/wallaby |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 112 | required-projects: |
| 113 | - name: opendev.org/openstack/barbican-tempest-plugin |
| 114 | override-checkout: wallaby-last |
Ade Lee | 519aa80 | 2022-05-06 12:33:06 -0400 | [diff] [blame] | 115 | vars: *microversion_v1_0 |
Ghanshyam Mann | e3cafb2 | 2021-04-29 18:54:57 -0500 | [diff] [blame] | 116 | |
| 117 | - job: |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 118 | name: barbican-tempest-plugin-simple-crypto-victoria |
| 119 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 120 | nodeset: openstack-single-node-focal |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 121 | override-checkout: stable/victoria |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 122 | required-projects: |
| 123 | - name: opendev.org/openstack/barbican-tempest-plugin |
| 124 | override-checkout: victoria-last |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 125 | vars: *microversion_v1_0 |
| 126 | |
| 127 | - job: |
| 128 | name: barbican-tempest-plugin-simple-crypto-ussuri |
| 129 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 130 | nodeset: openstack-single-node-bionic |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 131 | override-checkout: stable/ussuri |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 132 | required-projects: |
| 133 | - name: opendev.org/openstack/barbican-tempest-plugin |
| 134 | override-checkout: ussuri-last |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 135 | vars: *microversion_v1_0 |
| 136 | |
| 137 | - job: |
| 138 | name: barbican-tempest-plugin-simple-crypto-train |
| 139 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 140 | nodeset: openstack-single-node-bionic |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 141 | override-checkout: stable/train |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 142 | required-projects: |
| 143 | - name: opendev.org/openstack/barbican-tempest-plugin |
| 144 | override-checkout: train-last |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 145 | vars: *microversion_v1_0 |
| 146 | |
| 147 | - job: |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 148 | 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 Piwowarski | 6345b34 | 2023-12-15 16:00:48 +0100 | [diff] [blame^] | 157 | # (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 Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 166 | test-config: |
| 167 | $TEMPEST_CONFIG: |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 168 | barbican_rbac_scope_verification: |
| 169 | enforce_scope: True |
Lukas Piwowarski | 6345b34 | 2023-12-15 16:00:48 +0100 | [diff] [blame^] | 170 | # barbican_tempest: |
| 171 | # enable_multiple_secret_stores: True |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 172 | |
| 173 | - job: |
| 174 | name: barbican-tempest-plugin-simple-crypto-secure-rbac-yoga |
| 175 | parent: barbican-tempest-plugin-simple-crypto-secure-rbac |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 176 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 177 | 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 Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 183 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 184 | 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 Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 190 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 191 | override-checkout: stable/wallaby |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 192 | required-projects: |
| 193 | - name: opendev.org/openstack/barbican-tempest-plugin |
| 194 | override-checkout: wallaby-last |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 195 | vars: *microversion_v1_0 |
| 196 | |
| 197 | - job: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 198 | 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 Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 203 | |
| 204 | - job: |
| 205 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-yoga |
| 206 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 207 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 208 | 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 Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 214 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 215 | 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 Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 221 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 222 | override-checkout: stable/wallaby |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 223 | required-projects: |
| 224 | - name: opendev.org/openstack/barbican-tempest-plugin |
| 225 | override-checkout: wallaby-last |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 226 | vars: *microversion_v1_0 |
| 227 | |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 228 | - job: |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 229 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-victoria |
| 230 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 231 | nodeset: openstack-single-node-focal |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 232 | override-checkout: stable/victoria |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 233 | required-projects: |
| 234 | - name: opendev.org/openstack/barbican-tempest-plugin |
| 235 | override-checkout: victoria-last |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 236 | 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 Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 241 | nodeset: openstack-single-node-bionic |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 242 | override-checkout: stable/ussuri |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 243 | required-projects: |
| 244 | - name: opendev.org/openstack/barbican-tempest-plugin |
| 245 | override-checkout: ussuri-last |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 246 | 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 Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 251 | nodeset: openstack-single-node-bionic |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 252 | override-checkout: stable/train |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 253 | required-projects: |
| 254 | - name: opendev.org/openstack/barbican-tempest-plugin |
| 255 | override-checkout: train-last |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 256 | vars: *microversion_v1_0 |
| 257 | |
| 258 | - job: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 259 | 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 |