Donny Davis da6dc35042 Update README.rst
Updating to let people know they need to check/change parameters.conf before running the script
2019-10-23 12:27:32 -07:00
2017-03-10 11:32:47 -08:00
2016-01-23 22:53:58 -08:00
2019-10-23 12:27:32 -07:00
2018-11-08 21:54:11 -08:00

ICIS: Ister Cloud Initialization Service
#######################################

ICIS is a service that `Ister`_ uses to automatically install an instance of
Clear Linux.  It applies role-based coud-init configurations during the
installation.  It can be used to stand up a cluster of Clear Linux instances
that are ready to be managed with Ansible.

Getting Started
===============

To get started, simply ``git clone https://github.com/clearlinux/ister-cloud-init-svc.git`` , 
configure parameters.conf to suit your system, and run ``install.sh``. 
This will provision a PXE server and install ICIS with default configurations.

The default configuration for provisioning a PXE server creates a router that
performs network address translation for PXE clients.  Additional requirements
that must be met to use the default configuration out of the box are outlined in
the preparations section of the `network booting`_ documentation for Clear
Linux.

ICIS relies on cloud-init configurations to perform an automated installation of
Clear Linux. These need to be changed to apply user-specific configurations.
Instructions on how to change these are outlined in the `bulk provisioning`_
documentation for Clear Linux.


.. _Ister: https://github.com/bryteise/ister
.. _network booting: https://clearlinux.org/documentation/clear-linux/guides/network/ipxe-install
.. _bulk provisioning: https://clearlinux.org/documentation/clear-linux/guides/maintenance/bulk-provision
S
Description
No description provided
Readme Apache-2.0
159 KiB
Languages
Shell 76.8%
Python 23.2%