Skip to content

Commit

Permalink
Added arch and storage_account, needed by CIV to deploy the resources…
Browse files Browse the repository at this point in the history
… without having to check for vhd uri regex.

The regex check is now not needed since we create other shared image metadata on the fly. Plus it was not a good solution for an upstream project, as the regex was only affecting our RH teams internally.
  • Loading branch information
narmaku committed Jul 8, 2024
1 parent 4e1ab4c commit 80a782c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/cases/azure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,11 @@ tee "${TEMPDIR}/resource-file.json" <<EOF
"instances": [
{
"vhd_uri": "${BLOB_URL}",
"arch": "${ARCH}",
"location": "${AZURE_LOCATION}",
"name": "${IMAGE_KEY}",
"hyper_v_generation": "${HYPER_V_GEN}"
"hyper_v_generation": "${HYPER_V_GEN}",
"storage_account": "${AZURE_STORAGE_ACCOUNT}"
}
]
}
Expand Down

0 comments on commit 80a782c

Please sign in to comment.