RETIRED. A utility to run diskimage-builder elements in place on a running host
Go to file
qingszhao 7f36b61922 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I8ab3b15a4a2dae363b760987ab36b71fa11f2789
Story: #2002586
Task: #24341
2018-08-24 04:57:17 +00: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
.zuul.yaml import zuul job settings from project-config 2018-08-24 04:57:17 +00: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