RETIRED, Cross-platform instance initialization
Go to file
Claudiu Popa afacc4881a Add the base classes for the new OS utils architecture
The base classes follows the OS utils architecture spec.

Change-Id: I1365e6c9de20dccc905e35113ccdea03f2a03f1b
2015-04-27 15:41:16 +03:00
cloudinit Add the base classes for the new OS utils architecture 2015-04-27 15:41:16 +03:00
doc/source change license header in from GPL to Apache 2015-04-16 10:02:04 -04:00
inits change license header in from GPL to Apache 2015-04-16 10:02:04 -04:00
packages license change GPLv3 to Apache 2.0 2015-03-24 20:22:08 -04:00
specs Improve the design spec for the distro hierarchy. 2015-01-30 02:05:01 +02:00
tools tools/tox-venv: remove unnecessary redirection 2015-03-24 20:19:23 -04:00
.gitignore initial .gitignore 2015-01-21 16:20:00 -05:00
.gitreview Fix all the current brokeness 2015-04-01 11:54:46 -07:00
ChangeLog empty changelog 2015-01-21 16:09:19 -05:00
HACKING.rst Fix wording of push to 2015-04-01 13:07:18 -07:00
LICENSE license change GPLv3 to Apache 2.0 2015-03-24 20:22:08 -04:00
LICENSE-GPLv3 license change GPLv3 to Apache 2.0 2015-03-24 20:22:08 -04:00
LICENSE.txt license change GPLv3 to Apache 2.0 2015-03-24 20:22:08 -04:00
MANIFEST.in Fix all the current brokeness 2015-04-01 11:54:46 -07:00
README.rst Fix all the current brokeness 2015-04-01 11:54:46 -07:00
requirements.txt Fix all the current brokeness 2015-04-01 11:54:46 -07:00
setup.cfg Fix all the current brokeness 2015-04-01 11:54:46 -07:00
setup.py Fix all the current brokeness 2015-04-01 11:54:46 -07:00
test-requirements.txt Fix all the current brokeness 2015-04-01 11:54:46 -07:00
tox.ini Fix all the current brokeness 2015-04-01 11:54:46 -07:00

README.rst

Cloud-init

Cloud-init initializes systems for cloud environments.

Join us

Testing and requirements

Requirements

TBD

Tox.ini

Our tox.ini file describes several test environments that allow to test cloud-init with different python versions and sets of requirements installed. Please refer to the tox documentation to understand how to make these test environments work for you.

Developer documentation

We also have sphinx documentation in docs/source.

To build it, run:

$ python setup.py build_sphinx