RETIRED. A utility to run diskimage-builder elements in place on a running host
Go to file
Vu Cong Tuan 03416a844c Switch to stestr
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
Let's switch to stestr as other projects have already moved to it.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: Ifa7bb85e6290898c073859cbaf38f566ece2dff9
2018-07-11 07:42:15 +07: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 Switch to stestr 2018-07-11 07:42:15 +07:00
.gitreview Update gitreview 2015-09-08 14:48:49 -04:00
.stestr.conf Switch to stestr 2018-07-11 07:42:15 +07: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 Switch to stestr 2018-07-11 07:42:15 +07:00
tox.ini Switch to stestr 2018-07-11 07:42:15 +07: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