RETIRED. A utility to run diskimage-builder elements in place on a running host
Go to file
2018-09-06 21:02:15 +00:00
doc/source Fix readme for package 2018-05-29 11:54:14 -06:00
HOWTO agroup -> rdo-management 2015-06-04 09:20:52 -04: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 for stable/rocky 2018-07-26 12:33:46 +00:00
.testr.conf Fix up unit tests 2015-09-02 18:12:15 +00:00
.zuul.yaml import zuul job settings from project-config 2018-08-24 05:07:27 +00:00
AUTHORS Fix dry_run 2014-04-08 08:21:45 -04:00
babel.cfg Add cookiecutter code for OpenStack project 2014-02-18 07:37:53 -05: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
openstack-common.conf 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
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

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