RETIRED, A utility to run diskimage-builder undercloud elements on a running host
Go to file
Brad P. Crochet 7087dbea03 Make cleanup of os-refresh-config actually work
subprocess.check_output won't expand globs without shell=True. Not
desirable to use that, so use glob module instead to expand the wildcard
and pass that to the cleanup rm.

Change-Id: I392bf8a933f7aba282b61153e88a60eebfa0f5c9
(cherry picked from commit c6f54522ff)
2016-02-22 14:49:44 +00:00
config-generator Pythonize instack-install-undercloud 2015-05-26 14:02:18 +02:00
doc/source Add basic API docs 2015-09-16 14:20:35 +00:00
elements Merge "Set Nova's ram_allocation_ratio configuration option to "1.0" By default" into stable/liberty 2016-02-19 15:15:57 +00:00
imagefactory Don't specify the input type to qemu-img 2014-10-27 19:08:51 +00:00
instack_undercloud Make cleanup of os-refresh-config actually work 2016-02-22 14:49:44 +00:00
json-files Use puppet to configure ironic-inspector 2015-10-09 13:39:41 -04:00
scripts Don't use dnsmasq lease file to retrieve address 2015-10-08 17:43:15 +02:00
.gitignore Add Puppet 4.x lint checks 2015-12-03 12:51:30 +00:00
.gitreview Update gitreview on stable/liberty 2015-11-12 13:26:02 +00:00
.testr.conf Test _generate_environment 2015-05-28 11:27:15 -05:00
Gemfile Add Puppet 4.x lint checks 2015-12-03 12:51:30 +00:00
LICENSE Add LICENSE 2014-02-18 09:48:12 -05:00
README.md Update README to include tags recognized by release-tools 2015-09-14 14:57:35 +02:00
Rakefile Add Puppet 4.x lint checks 2015-12-03 12:51:30 +00:00
requirements.txt Add check for sufficient memory to undercloud install 2016-01-29 20:30:01 +00:00
setup.cfg Remove some legacy stuff 2015-10-13 15:23:41 +00:00
setup.py Remove pbr version specifier 2015-06-26 22:55:50 +02:00
test-requirements.txt Pythonize instack-install-undercloud 2015-05-26 14:02:18 +02:00
tox.ini Add placeholder docs 2015-09-16 14:23:43 +01:00
undercloud.conf.sample Enable loadbalancer with ssl on undercloud 2016-01-08 17:29:46 +00:00

README.md

Undercloud Install via instack

instack-undercloud is tooling for installing a TripleO undercloud.

It is part of the TripleO project: http://docs.openstack.org/developer/tripleo-docs/index.html