Skip to content

delaballe/fcu-cloud-init

fcu-cloud-init

This is a fork of Canonical cloud-init that can be found at :

it has been patched to work out of the box in the Outscale® Cloud Platform.

Ubuntu Cloud-Init Technology

Install

git clone https://github.com/delaballe/fcu-cloud-init
cd fc2-cloud-init
python setup.py install --init-system systemd

or the line bellow in your project's pip requirement.txt

-e git+https://github.com/delaballe/fcu-cloud-init.git

and then run

pip install -r requirement.txt

Test

rm -rf /var/lib/cloud/instance && rm -rf /var/lib/cloud/instances/* && rm -rf /var/lib/cloud/sem/*
cloud-init init && cloud-init modules --mode config && cloud-init modules --mode final

About

Canonical cloud-init patched to work out of the box in the Outscale® Cloud Platform.

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-Apache2.0
GPL-3.0
LICENSE-GPLv3

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published