Merge ~chad.smith/cloud-init:github/readme into cloud-init:master

Proposed by Chad Smith
Status: Merged
Approved by: Chad Smith
Approved revision: e8661a7acca044754a3ef748c47e7deb6fbd1b6f
Merge reported by: Server Team CI bot
Merged at revision: not available
Proposed branch: ~chad.smith/cloud-init:github/readme
Merge into: cloud-init:master
Diff against target: 65 lines (+59/-0)
1 file modified
README.md (+59/-0)
Reviewer Review Type Date Requested Status
Ryan Harper Approve
Server Team CI bot continuous-integration Approve
Joshua Powers (community) Approve
Review via email: mp+375194@code.launchpad.net

Commit message

github: new basic project readme

See rendered content at
https://github.com/blackboxsw/cloud-init/tree/github/readme

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :

PASSED: Continuous integration, rev:2c1fd044b71d542db29e30846b6bd12eb1add58b
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1259/
Executed test runs:
    SUCCESS: Checkout
    SUCCESS: Unit & Style Tests
    SUCCESS: Ubuntu LTS: Build
    SUCCESS: Ubuntu LTS: Integration
    IN_PROGRESS: Declarative: Post Actions

Click here to trigger a rebuild:
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1259//rebuild

review: Approve (continuous-integration)
Revision history for this message
Ryan Harper (raharper) :
Revision history for this message
Paride Legovini (paride) wrote :

In general LVGTM; I left a couple of nitpick comments inline.

Revision history for this message
Ryan Harper (raharper) :
review: Needs Fixing
Revision history for this message
Joshua Powers (powersj) :
review: Needs Fixing
Revision history for this message
Chad Smith (chad.smith) :
Revision history for this message
Joshua Powers (powersj) wrote :

two more

review: Needs Fixing
Revision history for this message
Server Team CI bot (server-team-bot) wrote :

PASSED: Continuous integration, rev:3a45c7ba6867b844dfa92af5e58cc3678b554f0f
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1266/
Executed test runs:
    SUCCESS: Checkout
    SUCCESS: Unit & Style Tests
    SUCCESS: Ubuntu LTS: Build
    SUCCESS: Ubuntu LTS: Integration
    IN_PROGRESS: Declarative: Post Actions

Click here to trigger a rebuild:
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1266//rebuild

review: Approve (continuous-integration)
Revision history for this message
Chad Smith (chad.smith) :
Revision history for this message
Joshua Powers (powersj) :
review: Approve
Revision history for this message
Server Team CI bot (server-team-bot) wrote :

PASSED: Continuous integration, rev:101b7cd241c1a1526fb6e5aed0061c733f144b63
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1267/
Executed test runs:
    SUCCESS: Checkout
    SUCCESS: Unit & Style Tests
    SUCCESS: Ubuntu LTS: Build
    SUCCESS: Ubuntu LTS: Integration
    IN_PROGRESS: Declarative: Post Actions

Click here to trigger a rebuild:
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1267//rebuild

review: Approve (continuous-integration)
Revision history for this message
Server Team CI bot (server-team-bot) wrote :

PASSED: Continuous integration, rev:e8661a7acca044754a3ef748c47e7deb6fbd1b6f
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1268/
Executed test runs:
    SUCCESS: Checkout
    SUCCESS: Unit & Style Tests
    SUCCESS: Ubuntu LTS: Build
    SUCCESS: Ubuntu LTS: Integration
    IN_PROGRESS: Declarative: Post Actions

Click here to trigger a rebuild:
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1268//rebuild

review: Approve (continuous-integration)
Revision history for this message
Ryan Harper (raharper) wrote :

That looks great!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/README.md b/README.md
0new file mode 1006440new file mode 100644
index 0000000..07347d9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,59 @@
1# Cloud-init official mirror synced from https://launchpad.net/cloud-init
2
3[![Build Status](https://travis-ci.org/cloud-init/cloud-init.svg?branch=master)](https://travis-ci.org/cloud-init/cloud-init) [![Read the Docs](https://readthedocs.org/projects/cloudinit/badge/?version=latest&style=flat)](https://cloudinit.readthedocs.org)
4
5Cloud-init is the *industry standard* multi-distribution method for
6cross-platform cloud instance initialization. It is supported across all
7major public cloud providers, provisioning systems for private cloud
8infrastructure, and bare-metal installations.
9
10Cloud instances are initialized from a disk image and instance data:
11
12- Cloud metadata
13- User data (optional)
14- Vendor data (optional)
15
16Cloud-init will identify the cloud it is running on during boot, read any
17provided metadata from the cloud and initialize the system accordingly. This
18may involve setting up the network and storage devices to configuring SSH
19access key and many other aspects of a system. Later on the cloud-init will
20also parse and process any optional user or vendor data that was passed to the
21instance.
22
23## Getting involved
24All contributions welcome! [Join us easily following our hacking guide](https://cloudinit.readthedocs.io/en/latest/topics/hacking.html)
25
26## Getting help
27
28Having trouble? We would like to help!
29
30- Ask a question in the [``#cloud-init`` IRC channel on Freenode](https://webchat.freenode.net/?channel=#cloud-init)
31- Join and ask questions on the [cloud-init mailing list](https://launchpad.net/~cloud-init)
32- Find a bug? [Report bugs on Launchpad](https://bugs.launchpad.net/cloud-init)
33
34## Recent cloud-init upstream releases
35Upstream release version | Release date |
36--- | --- |
3719.4 | planned (2019-12-XX) |
38[19.3](https://launchpad.net/cloud-init/+milestone/19.3) | 2019-11-05 |
39[19.2](https://launchpad.net/cloud-init/+milestone/19.2) | 2019-07-17 |
40[19.1](https://launchpad.net/cloud-init/+milestone/19.1) | 2019-05-10 |
41
42
43## Cloud-init distribution and cloud support
44Note: Each linux distribution and cloud tracks cloud-init upstream updates at
45a different pace. If your distribution or cloud doesn't contain a recent
46cloud-init, suggest or propose an upgrade with your distribution of choice.
47
48| Supported OSes | Supported Public Clouds | Supported Private Clouds |
49| --- | --- | --- |
50| Ubuntu<br />SLES/openSUSE<br />RHEL/CentOS<br />Fedora<br />Gentoo Linux<br />Debian<br />ArchLinux<br />FreeBSD<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> | Amazon Web Services<br />Microsoft Azure<br />Google Cloud Platform<br />Oracle Cloud Infrastructure<br />Softlayer<br />Rackspace Public Cloud<br />IBM Cloud<br />Digital Ocean<br />Bigstep<br />Hetzner<br />Joyent<br />CloudSigma<br />Alibaba Cloud<br />OVH<br />OpenNebula<br />Exoscale<br />Scaleway<br />CloudStack<br />AltCloud<br />SmartOS<br /> | Bare metal installs<br />OpenStack<br />LXD<br />KVM<br />Metal-as-a-Service (MAAS)<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />|
51
52
53## Daily Package Builds
54We host daily [Ubuntu Daily PPAs](https://code.launchpad.net/~cloud-init-dev/+recipes) that build package for each Ubuntu series from tip of cloud-init.
55
56For CentOS 7/8 we publish to a couple of COPR build repos:
57
58 * [**cloud-init-dev**: daily builds from cloud-init tip](https://copr.fedorainfracloud.org/coprs/g/cloud-init/cloud-init-dev/)
59

Subscribers

People subscribed via source and target branches