Size: 4395
Comment:
|
Size: 4276
Comment: mid links, https
|
Deletions are marked like this. | Additions are marked like this. |
Line 15: | Line 15: |
* Google Compute Engine: https://console.cloud.google.com/marketplace/browse?q=debian * Amazon AWS: https://aws.amazon.com/marketplace/search/results?x=0&y=0&searchTerms=debian * Microsoft Azure: https://azuremarketplace.microsoft.com/en-us/marketplace/apps?search=debian&page=1 |
* [[/GoogleComputeEngineImage|Google Compute Engine]]: https://console.cloud.google.com/marketplace/browse?q=debian * [[Amazon EC2|Amazon AWS]]: https://aws.amazon.com/marketplace/search/results?x=0&y=0&searchTerms=debian * [[/MicrosoftAzure|Microsoft Azure]]: https://azuremarketplace.microsoft.com/en-us/marketplace/apps?search=debian&page=1 |
Line 23: | Line 23: |
Line 32: | Line 34: |
=== Unsupported === These clouds don't have Debian images yet: * [[https://developer.ibm.com/linuxone/|IBM LinuxONE Community Cloud]] * Oracle cloud ---- == Cloud software already available in Debian == * OpenStack |
|
Line 47: | Line 60: |
After reporting a bug against a Debian package, which has an impact on Debian images provided on or for clouds, please mark that the bug [[http://www.debian.org/Bugs/server-control#affects|affects]] cloud.debian.org. | After reporting a bug against a Debian package, which has an impact on Debian images provided on or for clouds, please mark that the bug [[https://www.debian.org/Bugs/server-control#affects|affects]] cloud.debian.org. |
Line 62: | Line 75: |
* [[http://lists.debian.org/20121123012638.GA17190@falafel.plessy.net|20121123012638.GA17190@falafel.plessy.net]] * [[http://lists.debian.org/20121123015033.GA3022@falafel.plessy.net|20121123015033.GA3022@falafel.plessy.net]] * [[https://lists.debian.org/debian-cloud/2016/07/msg00074.html|20160727143418.GG3906@bashton004]] |
* <<mid(20121123012638.GA17190@falafel.plessy.net)>> * <<mid(20121123015033.GA3022@falafel.plessy.net)>> * <<mid(20160727143418.GG3906@bashton004)>> |
Line 78: | Line 91: |
== Unsupported == These clouds don't have Debian images yet: * [[https://developer.ibm.com/linuxone/|IBM LinuxONE Community Cloud]] * Oracle cloud ---- == What cloud software are already available in Debian == * OpenStack ---- |
Contents
Cloud Computing with Debian and its descendants
This page summaries on what to expect from Debian when it comes to compute clouds. The idea is that you get virtual instances of some self-assembled or off-shelf booting disk image. You start them, pay for their lifetime (likely), pay for the data that goes in or out, and stop them again.
Our fine distribution can play any role in here. It can
- run as a cloud OS
- run the infrastructure that runs the clouds
- run as the joe the plumber's regular desktop OS that contacts the cloud infrastructure with requests to control the clouds
Debian cloud images in the cloud marketplaces
Google Compute Engine: https://console.cloud.google.com/marketplace/browse?q=debian
Amazon AWS: https://aws.amazon.com/marketplace/search/results?x=0&y=0&searchTerms=debian
Microsoft Azure: https://azuremarketplace.microsoft.com/en-us/marketplace/apps?search=debian&page=1
OpenStack: https://cdimage.debian.org/cdimage/openstack/current-10/
Cloud images have to deviate from the base Debian image due to nature of the environment in which they are running.
On pages listed below we're trying to explain differences between them:
Cloud images requirements
Teams/DPL/OfficialImages - list of requirements to call a image Official Debian Image
Building cloud images
The Cloud team settled on FAI to generate new images in the November 2016 sprint, see Sprints/2016/DebianCloudNov2016 and https://lists.debian.org/debian-cloud/2016/11/msg00100.html for details.
The whole toolchain and configs: https://salsa.debian.org/cloud-team/debian-cloud-images
Unsupported
These clouds don't have Debian images yet:
- Oracle cloud
Cloud software already available in Debian
How to contribute
Join the Debian Cloud team or for Openstack this mailing list:
Note that, especially OpenStack, is BIG. We already have more than 50 binary packages of it in SID. So of course, we'd be more than happy to have help for its packaging/testing.
Reporting bugs
The Debian Cloud team uses the cloud.debian.org pseudo-package to track issues not bound to a specific package maintained in the team (for example, for the Amazon AWS images).
After reporting a bug against a Debian package, which has an impact on Debian images provided on or for clouds, please mark that the bug affects cloud.debian.org.
Bugs are divided in four categories, by usertagging with the address ?cloud.debian.org@packages.debian.org:
image (Machine Images)
infrastructure
documentation
package
Bugs related to the images distributed in public clouds (outdatedness, lack of availability in all zones, etc.) can be usertagged ( More names of public clouds can of course be added, please keep the list of control commands below up to date) with:
aws (for Amazon Web Services)
azure (for Microsoft Azure)
gce (for Google Compute Engine)
openstack (for Openstack)
The user categories were set up with the following control emails:
FAQ
What is the default login name on the Debian AMIs?
A. The default user name is: admin. Authentication is ssh key based, therefore there is no password. admin is a privileged account with passwordless sudo to become root run:
sudo -i