-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provisioning azure: add remote ign ex on private azure blob #699
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/LGTM
coreos/ignition#1923 got merged, but it did not land in an Ignition release nor in an FCOS one or did I miss something? Ideally we should have waited until that functionality reached at least next/testing before merging this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some nits for a followup PR
@@ -83,3 +83,42 @@ az vm create -n "${az_vm_name}" -g "${az_resource_group}" --image "${az_image_na | |||
---- | |||
ssh core@<ip address> | |||
---- | |||
|
|||
== Launching a VM instance using custom-data and a private azure blob |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
azure -> Azure
az_blob_ignition_file_name=privateConfig.ign | ||
---- | ||
|
||
. Upload your ign file to azure blob storage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
azure -> Azure
As this is not tied to an Ignition specification, we should probably add a note about the FCOS versions that support that once it lands in FCOS. |
I am so sorry, I misunderstood the order at which this documentation had to land. Should we revert it? we are about to do an ignition release, but I have been trying to wait for the IONOS pr. Again, I am so sorry for merging out of order, I dont know what I was thinking. |
Revert here: #701 |
Followup #702 |
depends on changes found here => coreos/ignition#1923