-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Allow populating generic templates during Zone Deployment #10947
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
Open
sudo87
wants to merge
7
commits into
apache:main
Choose a base branch
from
sudo87:popTemplates
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
6f7655d
Registration template step in ZoneWizard for populating generic templ…
sudo87 ea6d142
fix typos
sudo87 2d3290b
use cloudstack cdn for genric templates
sudo87 64b0cc0
move template metadata to json file instead of hardcoding
sudo87 0939c8c
restructure cloud-image-templates.json
sudo87 afd2b19
minor enhancements
sudo87 39435e5
use http urls for edgezone as directdownload fails for https
sudo87 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,110 @@ | ||
[ | ||
{ | ||
"id": 1, | ||
"name": "Ubuntu 24.04", | ||
"arch": "x86_64", | ||
"url": "https://download.cloudstack.org/templates/cloud-images/ubuntu/ubuntu-24.04-server-cloudimg-amd64.img" | ||
}, | ||
weizhouapache marked this conversation as resolved.
Show resolved
Hide resolved
|
||
{ | ||
"id": 2, | ||
"name": "Ubuntu 22.04", | ||
"arch": "x86_64", | ||
"url": "https://download.cloudstack.org/templates/cloud-images/ubuntu/ubuntu-22.04-server-cloudimg-amd64.img" | ||
}, | ||
{ | ||
"id": 3, | ||
"name": "Ubuntu 20.04", | ||
"arch": "x86_64", | ||
"url": "https://download.cloudstack.org/templates/cloud-images/ubuntu/ubuntu-20.04-server-cloudimg-amd64.img" | ||
}, | ||
{ | ||
"id": 4, | ||
"name": "Debian GNU/Linux 12 (64-bit)", | ||
"arch": "x86_64", | ||
"url": "https://download.cloudstack.org/templates/cloud-images/debian/debian-12-genericcloud-amd64.qcow2" | ||
}, | ||
{ | ||
"id": 5, | ||
"name": "Rocky Linux 8", | ||
"arch": "x86_64", | ||
"url": "https://download.cloudstack.org/templates/cloud-images/rockylinux/Rocky-8-GenericCloud.latest.x86_64.qcow2" | ||
}, | ||
{ | ||
"id": 6, | ||
"name": "Rocky Linux 9", | ||
"arch": "x86_64", | ||
"url": "https://download.cloudstack.org/templates/cloud-images/rockylinux/Rocky-9-GenericCloud.latest.x86_64.qcow2" | ||
}, | ||
{ | ||
"id": 7, | ||
"name": "OpenSUSE 15.5", | ||
"arch": "x86_64", | ||
"url": "https://download.cloudstack.org/templates/cloud-images/opensuse/openSUSE-Leap-15.5-Minimal-VM.x86_64-Cloud.qcow2" | ||
}, | ||
{ | ||
"id": 8, | ||
"name": "Ubuntu 24.04", | ||
"arch": "aarch64", | ||
"url": "https://download.cloudstack.org/templates/cloud-images/ubuntu/ubuntu-24.04-server-cloudimg-arm64.img" | ||
}, | ||
{ | ||
"id": 9, | ||
"name": "Ubuntu 22.04", | ||
"arch": "aarch64", | ||
"url": "https://download.cloudstack.org/templates/cloud-images/ubuntu/ubuntu-22.04-server-cloudimg-arm64.img" | ||
}, | ||
{ | ||
"id": 10, | ||
"name": "Ubuntu 20.04", | ||
"arch": "aarch64", | ||
"url": "https://download.cloudstack.org/templates/cloud-images/ubuntu/ubuntu-20.04-server-cloudimg-arm64.img" | ||
}, | ||
{ | ||
"id": 11, | ||
"name": "Debian GNU/Linux 12 (64-bit)", | ||
"arch": "aarch64", | ||
"url": "https://download.cloudstack.org/templates/cloud-images/debian/debian-12-genericcloud-arm64.qcow2" | ||
}, | ||
{ | ||
"id": 12, | ||
"name": "Rocky Linux 8", | ||
"arch": "aarch64", | ||
"url": "https://download.cloudstack.org/templates/cloud-images/rockylinux/Rocky-8-GenericCloud.latest.aarch64.qcow2" | ||
}, | ||
{ | ||
"id": 13, | ||
"name": "Rocky Linux 9", | ||
"arch": "aarch64", | ||
"url": "https://download.cloudstack.org/templates/cloud-images/rockylinux/Rocky-9-GenericCloud.latest.aarch64.qcow2" | ||
}, | ||
{ | ||
"id": 14, | ||
"name": "OpenSUSE 15.5", | ||
"arch": "aarch64", | ||
"url": "https://download.cloudstack.org/templates/cloud-images/opensuse/openSUSE-Leap-15.5-Minimal-VM.aarch64-Cloud.qcow2" | ||
}, | ||
{ | ||
"id": 15, | ||
"name": "Oracle Linux 8", | ||
"arch": "aarch64", | ||
"url": "https://download.cloudstack.org/templates/cloud-images/oraclelinux/OL8U10_aarch64-kvm-b122.qcow2" | ||
}, | ||
{ | ||
"id": 16, | ||
"name": "Oracle Linux 8", | ||
"arch": "x86_64", | ||
"url": "https://download.cloudstack.org/templates/cloud-images/oraclelinux/OL8U10_x86_64-kvm-b258.qcow2" | ||
}, | ||
{ | ||
"id": 17, | ||
"name": "Oracle Linux 9", | ||
"arch": "aarch64", | ||
"url": "https://download.cloudstack.org/templates/cloud-images/oraclelinux/OL9U5_aarch64-kvm-b126.qcow2" | ||
}, | ||
{ | ||
"id": 18, | ||
"name": "Oracle Linux 9", | ||
"arch": "x86_64", | ||
"url": "https://download.cloudstack.org/templates/cloud-images/oraclelinux/OL9U5_x86_64-kvm-b259.qcow2" | ||
} | ||
] |
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.