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 |
Ade Lee | 519aa80 | 2022-05-06 12:33:06 -0400 | [diff] [blame] | 112 | vars: *microversion_v1_0 |
Ghanshyam Mann | e3cafb2 | 2021-04-29 18:54:57 -0500 | [diff] [blame] | 113 | |
| 114 | - job: |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 115 | name: barbican-tempest-plugin-simple-crypto-victoria |
| 116 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 117 | nodeset: openstack-single-node-focal |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 118 | override-checkout: stable/victoria |
| 119 | vars: *microversion_v1_0 |
| 120 | |
| 121 | - job: |
| 122 | name: barbican-tempest-plugin-simple-crypto-ussuri |
| 123 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 124 | nodeset: openstack-single-node-bionic |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 125 | override-checkout: stable/ussuri |
| 126 | vars: *microversion_v1_0 |
| 127 | |
| 128 | - job: |
| 129 | name: barbican-tempest-plugin-simple-crypto-train |
| 130 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 131 | nodeset: openstack-single-node-bionic |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 132 | override-checkout: stable/train |
| 133 | vars: *microversion_v1_0 |
| 134 | |
| 135 | - job: |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 136 | name: barbican-tempest-plugin-simple-crypto-secure-rbac |
| 137 | parent: barbican-tempest-plugin-simple-crypto |
| 138 | vars: |
| 139 | devstack_local_conf: |
| 140 | post-config: |
| 141 | $BARBICAN_CONF: |
| 142 | oslo_policy: |
| 143 | enforce_new_defaults: True |
| 144 | enforce_scope: True |
Lukas Piwowarski | d8047c2 | 2023-05-22 13:55:41 +0000 | [diff] [blame] | 145 | secretstore: |
| 146 | enable_multiple_secret_stores: True |
| 147 | stores_lookup_suffix: simple_crypto |
| 148 | secretstore:simple_crypto: |
| 149 | secret_store_plugin: store_crypto |
| 150 | crypto_plugin: simple_crypto |
| 151 | global_default: true |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 152 | test-config: |
| 153 | $TEMPEST_CONFIG: |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 154 | barbican_rbac_scope_verification: |
| 155 | enforce_scope: True |
Lukas Piwowarski | d8047c2 | 2023-05-22 13:55:41 +0000 | [diff] [blame] | 156 | barbican_tempest: |
| 157 | enable_multiple_secret_stores: True |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 158 | |
| 159 | - job: |
| 160 | name: barbican-tempest-plugin-simple-crypto-secure-rbac-yoga |
| 161 | parent: barbican-tempest-plugin-simple-crypto-secure-rbac |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 162 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 163 | override-checkout: stable/yoga |
| 164 | vars: *microversion_v1_0 |
| 165 | |
| 166 | - job: |
| 167 | name: barbican-tempest-plugin-simple-crypto-secure-rbac-xena |
| 168 | parent: barbican-tempest-plugin-simple-crypto-secure-rbac |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 169 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 170 | override-checkout: stable/xena |
| 171 | vars: *microversion_v1_0 |
| 172 | |
| 173 | - job: |
| 174 | name: barbican-tempest-plugin-simple-crypto-secure-rbac-wallaby |
| 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/wallaby |
| 178 | vars: *microversion_v1_0 |
| 179 | |
| 180 | - job: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 181 | name: barbican-tempest-plugin-simple-crypto-ipv6-only |
| 182 | parent: devstack-tempest-ipv6 |
| 183 | required-projects: *barbican-tempest-reqs |
| 184 | vars: *barbican-tempest-vars |
| 185 | |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 186 | |
| 187 | - job: |
| 188 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-yoga |
| 189 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
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/yoga |
| 192 | vars: *microversion_v1_0 |
| 193 | |
| 194 | - job: |
| 195 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-xena |
| 196 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 197 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 198 | override-checkout: stable/xena |
| 199 | vars: *microversion_v1_0 |
| 200 | |
| 201 | - job: |
| 202 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-wallaby |
| 203 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 204 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 205 | override-checkout: stable/wallaby |
| 206 | vars: *microversion_v1_0 |
| 207 | |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 208 | - job: |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 209 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-victoria |
| 210 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 211 | nodeset: openstack-single-node-focal |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 212 | override-checkout: stable/victoria |
| 213 | vars: *microversion_v1_0 |
| 214 | |
| 215 | - job: |
| 216 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-ussuri |
| 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-bionic |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 219 | override-checkout: stable/ussuri |
| 220 | vars: *microversion_v1_0 |
| 221 | |
| 222 | - job: |
| 223 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-train |
| 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-bionic |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 226 | override-checkout: stable/train |
| 227 | vars: *microversion_v1_0 |
| 228 | |
| 229 | - job: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 230 | name: barbican-tempest-plugin-simple-crypto-castellan-src |
| 231 | parent: barbican-tempest-plugin-simple-crypto |
| 232 | required-projects: |
| 233 | - opendev.org/openstack/castellan |
| 234 | |
| 235 | - job: |
| 236 | name: barbican-tempest-plugin-simple-crypto-cursive |
| 237 | parent: barbican-tempest-plugin-simple-crypto |
| 238 | required-projects: |
| 239 | - opendev.org/x/cursive |