RETIRED, A utility to run diskimage-builder undercloud elements on a running host
Go to file
Ben Nemec a82f4dc363 Pythonize instack-install-undercloud
-Very incomplete testing right now
-Puts the password and stackrc files in the current user's home
 directory during the install.  Given that they now have secure
 permissions and we recommend doing that anyway, I think it's fine,
 but it is a non-trivial change in behavior.

 This was done because it's awkward to read a root-owned file from
 a Python process running as a regular user.
-Uses oslo.config instead of the bash-style answers file. A sample
 conf file created by the oslo.config generator is included (for
 now, although we may want to generate that dynamically at some
 point).  Backwards compatibility with existing answers files is
 maintained for now, but is deprecated.
-Hard-codes the image path in instack-test-overcloud to .  It's
 difficult to extract the value from the conf file in bash (unless
 they overrode the default, there's nothing for ConfigParser to read),
 and since it's just a simple sanity test script I think that's okay,
 at least for now.

Change-Id: I09270997dea7fdad2b40dfb303967ff425b55a9b
2015-05-26 14:02:18 +02:00
config-generator Pythonize instack-install-undercloud 2015-05-26 14:02:18 +02:00
doc/source Pythonize instack-install-undercloud 2015-05-26 14:02:18 +02:00
elements Pythonize instack-install-undercloud 2015-05-26 14:02:18 +02:00
heat-templates Update Satellite resource registry 2015-04-28 14:34:21 -04:00
imagefactory Don't specify the input type to qemu-img 2014-10-27 19:08:51 +00:00
instack_undercloud Pythonize instack-install-undercloud 2015-05-26 14:02:18 +02:00
jenkins-jobs Add a command to run the config tools provision.sh 2015-01-26 10:13:17 -05:00
json-files Don't use os-collect-config 2015-05-13 08:48:56 -04:00
scripts Pythonize instack-install-undercloud 2015-05-26 14:02:18 +02:00
.gitignore Pythonize instack-install-undercloud 2015-05-26 14:02:18 +02:00
.gitreview Add .gitreview 2015-02-11 10:51:30 -05:00
.testr.conf Pythonize instack-install-undercloud 2015-05-26 14:02:18 +02:00
deploy-baremetal-overcloudrc Add documentation comments to deploy-baremetal-overcloudrc sample. 2015-04-10 11:44:40 -07:00
LICENSE Add LICENSE 2014-02-18 09:48:12 -05:00
README.md Clean up no longer relevant artifacts 2015-03-20 16:19:53 -04:00
requirements.txt Pythonize instack-install-undercloud 2015-05-26 14:02:18 +02:00
setup.cfg Pythonize instack-install-undercloud 2015-05-26 14:02:18 +02:00
setup.py Add initial setup.py and setup.cfg for easier packaging. 2015-02-05 16:56:49 -05:00
test-requirements.txt Pythonize instack-install-undercloud 2015-05-26 14:02:18 +02:00
tox.ini Pythonize instack-install-undercloud 2015-05-26 14:02:18 +02:00
undercloud.conf.sample Pythonize instack-install-undercloud 2015-05-26 14:02:18 +02:00

Undercloud Install via instack

instack-undercloud documentation: https://repos.fedorapeople.org/repos/openstack-m/instack-undercloud/html/

To build the docs locally:

tox -e docs