-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DNM: PoC use RHCOS stream Azure marketplace images
This is a WIP implementation of using Azure marketplace images from the coreOS stream: - reads marketplace images instead of azure disk from stream - sets up images in control plane machine manifests (needs more work) - removes image upload Also includes a marketplace-rhcos.json file which was generated with STREAM_RELEASE_OVERRIDE=417.94.202407010000-0 go run -mod=vendor ./hack/rhcos/populate-marketplace-imagestream.go
- Loading branch information
1 parent
ebc41a4
commit 6944b1b
Showing
6 changed files
with
78 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"aarch64": { | ||
"azure": { | ||
"no-purchase-plan": { | ||
"hyperVGen2": { | ||
"publisher": "azureopenshift", | ||
"offer": "aro4", | ||
"sku": "417-arm", | ||
"version": "417.94.20240701", | ||
"thirdParty": false | ||
} | ||
} | ||
} | ||
}, | ||
"x86_64": { | ||
"azure": { | ||
"no-purchase-plan": { | ||
"hyperVGen1": { | ||
"publisher": "azureopenshift", | ||
"offer": "aro4", | ||
"sku": "aro_417", | ||
"version": "417.94.20240701", | ||
"thirdParty": false | ||
}, | ||
"hyperVGen2": { | ||
"publisher": "azureopenshift", | ||
"offer": "aro4", | ||
"sku": "417-v2", | ||
"version": "417.94.20240701", | ||
"thirdParty": false | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters