
Document plugins, metadata services, configuration file, how the project is supposed to work and some user related usecases. Change-Id: I184a9409a9e9173c346f0ab149cb7d78ed87e0b3
44 lines
1.5 KiB
ReStructuredText
44 lines
1.5 KiB
ReStructuredText
.. _intro:
|
|
|
|
Intro
|
|
=====
|
|
|
|
The open source `project <https://github.com/stackforge/cloudbase-init>`_
|
|
**cloudbase-init** is a service conceived and
|
|
maintained by Cloudbase Solutions Srl, currently working on NT systems.
|
|
It was designed to initialize and configure guest operating systems under
|
|
`OpenStack <https://www.openstack.org/>`_,
|
|
`OpenNebula <http://opennebula.org/>`_,
|
|
`CloudStack <https://cloudstack.apache.org/>`_,
|
|
`MaaS <https://maas.ubuntu.com/>`_ and many others.
|
|
Under `Cloudbase <http://www.cloudbase.it/cloud-init-windows/>`_ page,
|
|
beta and stable installers can be found and the service itself is very easy to
|
|
configure through configuration files. It can also customize instances based
|
|
on user input like local scripts and data.
|
|
|
|
More details on how you can use this can be found under :ref:`tutorial`.
|
|
|
|
|
|
Portable cloud initialization service
|
|
-------------------------------------
|
|
|
|
The main goal of this project is to provide guest cloud initialization for
|
|
*Windows* and other operating systems.
|
|
The architecture of the project is highly flexible and allows extensions for
|
|
additional clouds and plugins.
|
|
|
|
There's no limitation in the type of supported hypervisors. This service can be
|
|
used on instances running on Hyper-V, KVM, Xen, ESXi etc.
|
|
|
|
|
|
.. _download:
|
|
|
|
Binaries
|
|
--------
|
|
|
|
The following x64 and x86 builds are automatically generated by a Jenkins
|
|
job at every commit:
|
|
|
|
* https://www.cloudbase.it/downloads/CloudbaseInitSetup_x64.msi
|
|
* https://www.cloudbase.it/downloads/CloudbaseInitSetup_x86.msi
|