RETIRED. A utility to run diskimage-builder elements in place on a running host
Go to file
Alex Schultz 1dca54c838 Fix readme for package
The previous readme contained formatting issues for pypi which prevents
publishing. This change moves the old readme to the docs page and
simplifies the main README.

Change-Id: I0bee3951c8c5d7a8d5650c8cfdbf40e9ba6734fc
Related-Bug: #1774001
2018-05-29 11:54:14 -06:00
HOWTO agroup -> rdo-management 2015-06-04 09:20:52 -04:00
doc/source Fix readme for package 2018-05-29 11:54:14 -06:00
instack Merge "Call dib-run-parts from dib" 2017-04-11 22:22:08 +00:00
.gitignore Fix up unit tests 2015-09-02 18:12:15 +00:00
.gitreview Update gitreview 2015-09-08 14:48:49 -04:00
.testr.conf Fix up unit tests 2015-09-02 18:12:15 +00:00
AUTHORS Fix dry_run 2014-04-08 08:21:45 -04:00
HACKING.rst Update and replace http with https for doc links 2017-09-12 23:44:29 -07:00
LICENSE Add cookiecutter code for OpenStack project 2014-02-18 07:37:53 -05:00
MANIFEST.in Add cookiecutter code for OpenStack project 2014-02-18 07:37:53 -05:00
README.md Fix readme for package 2018-05-29 11:54:14 -06:00
babel.cfg Add cookiecutter code for OpenStack project 2014-02-18 07:37:53 -05:00
openstack-common.conf Add cookiecutter code for OpenStack project 2014-02-18 07:37:53 -05:00
requirements.txt Updated from global requirements 2017-05-17 03:48:30 +00:00
setup.cfg Drop py34 target in tox.ini 2017-06-09 17:28:53 +08:00
setup.py Updated from global requirements 2017-03-27 12:16:58 +00:00
test-requirements.txt Updated from global requirements 2018-03-15 06:59:22 +00:00
tox.ini Drop py34 target in tox.ini 2017-06-09 17:28:53 +08:00

README.md

Team and repository tags

Team and repository tags

instack

instack executes diskimage-builder style elements on the current system. This enables a current running system to have an element applied in the same way that diskimage-builder applies the element to an image build.

instack, in its current form, should be considered low level tooling. It is meant to be used by higher level scripting that understands what elements and hook scripts need execution. Using instack requires a rather in depth knowledge of the elements within diskimage-builder and tripleo-image-elements.

An example of higher level tooling that uses instack to install a TripleO style undercloud is at: https://github.com/rdo-management/instack-undercloud