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 | 8580430 | 2022-04-14 19:10:21 -0500 | [diff] [blame] | 10 | - barbican-tempest-plugin-simple-crypto-yoga |
Ghanshyam Mann | 2f208f0 | 2022-01-18 18:48:26 -0600 | [diff] [blame] | 11 | - barbican-tempest-plugin-simple-crypto-xena |
Ghanshyam Mann | e3cafb2 | 2021-04-29 18:54:57 -0500 | [diff] [blame] | 12 | - barbican-tempest-plugin-simple-crypto-wallaby |
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: |
Ghanshyam Mann | 8580430 | 2022-04-14 19:10:21 -0500 | [diff] [blame] | 60 | name: barbican-tempest-plugin-simple-crypto-yoga |
| 61 | parent: barbican-tempest-plugin-simple-crypto |
| 62 | override-checkout: stable/yoga |
Ade Lee | 519aa80 | 2022-05-06 12:33:06 -0400 | [diff] [blame] | 63 | vars: µversion_v1_0 |
| 64 | devstack_local_conf: |
| 65 | test-config: |
| 66 | $TEMPEST_CONFIG: |
| 67 | key_manager: |
| 68 | min_microversion: '1.0' |
| 69 | max_microversion: '1.0' |
Ghanshyam Mann | 8580430 | 2022-04-14 19:10:21 -0500 | [diff] [blame] | 70 | |
| 71 | - job: |
Ghanshyam Mann | 2f208f0 | 2022-01-18 18:48:26 -0600 | [diff] [blame] | 72 | name: barbican-tempest-plugin-simple-crypto-xena |
| 73 | parent: barbican-tempest-plugin-simple-crypto |
| 74 | override-checkout: stable/xena |
Ade Lee | 519aa80 | 2022-05-06 12:33:06 -0400 | [diff] [blame] | 75 | vars: *microversion_v1_0 |
Ghanshyam Mann | 2f208f0 | 2022-01-18 18:48:26 -0600 | [diff] [blame] | 76 | |
| 77 | - job: |
Ghanshyam Mann | e3cafb2 | 2021-04-29 18:54:57 -0500 | [diff] [blame] | 78 | name: barbican-tempest-plugin-simple-crypto-wallaby |
| 79 | parent: barbican-tempest-plugin-simple-crypto |
| 80 | override-checkout: stable/wallaby |
Ade Lee | 519aa80 | 2022-05-06 12:33:06 -0400 | [diff] [blame] | 81 | vars: *microversion_v1_0 |
Ghanshyam Mann | e3cafb2 | 2021-04-29 18:54:57 -0500 | [diff] [blame] | 82 | |
| 83 | - job: |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 84 | name: barbican-tempest-plugin-simple-crypto-secure-rbac |
| 85 | parent: barbican-tempest-plugin-simple-crypto |
| 86 | vars: |
| 87 | devstack_local_conf: |
| 88 | post-config: |
| 89 | $BARBICAN_CONF: |
| 90 | oslo_policy: |
| 91 | enforce_new_defaults: True |
| 92 | enforce_scope: True |
| 93 | test-config: |
| 94 | $TEMPEST_CONFIG: |
| 95 | auth: |
| 96 | tempest_roles: member |
| 97 | barbican_rbac_scope_verification: |
| 98 | enforce_scope: True |
| 99 | |
| 100 | - job: |
| 101 | name: barbican-tempest-plugin-simple-crypto-secure-rbac-yoga |
| 102 | parent: barbican-tempest-plugin-simple-crypto-secure-rbac |
| 103 | override-checkout: stable/yoga |
| 104 | vars: *microversion_v1_0 |
| 105 | |
| 106 | - job: |
| 107 | name: barbican-tempest-plugin-simple-crypto-secure-rbac-xena |
| 108 | parent: barbican-tempest-plugin-simple-crypto-secure-rbac |
| 109 | override-checkout: stable/xena |
| 110 | vars: *microversion_v1_0 |
| 111 | |
| 112 | - job: |
| 113 | name: barbican-tempest-plugin-simple-crypto-secure-rbac-wallaby |
| 114 | parent: barbican-tempest-plugin-simple-crypto-secure-rbac |
| 115 | override-checkout: stable/wallaby |
| 116 | vars: *microversion_v1_0 |
| 117 | |
| 118 | - job: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 119 | name: barbican-tempest-plugin-simple-crypto-ipv6-only |
| 120 | parent: devstack-tempest-ipv6 |
| 121 | required-projects: *barbican-tempest-reqs |
| 122 | vars: *barbican-tempest-vars |
| 123 | |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 124 | |
| 125 | - job: |
| 126 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-yoga |
| 127 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
| 128 | override-checkout: stable/yoga |
| 129 | vars: *microversion_v1_0 |
| 130 | |
| 131 | - job: |
| 132 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-xena |
| 133 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
| 134 | override-checkout: stable/xena |
| 135 | vars: *microversion_v1_0 |
| 136 | |
| 137 | - job: |
| 138 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-wallaby |
| 139 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
| 140 | override-checkout: stable/wallaby |
| 141 | vars: *microversion_v1_0 |
| 142 | |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 143 | - job: |
| 144 | name: barbican-tempest-plugin-simple-crypto-castellan-src |
| 145 | parent: barbican-tempest-plugin-simple-crypto |
| 146 | required-projects: |
| 147 | - opendev.org/openstack/castellan |
| 148 | |
| 149 | - job: |
| 150 | name: barbican-tempest-plugin-simple-crypto-cursive |
| 151 | parent: barbican-tempest-plugin-simple-crypto |
| 152 | required-projects: |
| 153 | - opendev.org/x/cursive |