commit | 22a1e5f99a8a96849d623327cad749fceb5428c8 | [log] [tgz] |
---|---|---|
author | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | Tue Nov 05 16:30:19 2024 +0000 |
committer | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | Tue Nov 12 11:05:14 2024 +0000 |
tree | 7bae29b47341803b0d31f7db31ad09b1bd6ca806 | |
parent | de9472a5ff1322e6131504ca94e5d3c191ae0e8d [diff] |
Follow-up to I8ed99c68f8012cd0bf9244f749138ccbd9a3420b in order for user data with cpu loading script to be present in the instance that has no networking, we need to force usage of config drive. Related-Issue: PRODX-46006 Change-Id: Ic32439bae8a063e0ec5147ae30e6c35c6f90ab40 (cherry picked from commit 615d2110b0a8480c123503ad81f9e13515e2aab9) (cherry picked from commit c5f55b3d6748c3b4935da5f0342aae28db24e683)
diff --git a/telemetry_tempest_plugin/scenario/telemetry_integration_gabbits/create_stack.json b/telemetry_tempest_plugin/scenario/telemetry_integration_gabbits/create_stack.json index a36b616..a411a61 100644 --- a/telemetry_tempest_plugin/scenario/telemetry_integration_gabbits/create_stack.json +++ b/telemetry_tempest_plugin/scenario/telemetry_integration_gabbits/create_stack.json
@@ -12,6 +12,7 @@ "resource": { "type": "OS::Nova::Server", "properties": { + "config_drive": true, "networks": [{ "allocate_network": "none" }], "flavor": "$ENVIRON['NOVA_FLAVOR_REF']", "image": "$ENVIRON['GLANCE_IMAGE_NAME']",