RETIRED, A utility to run diskimage-builder undercloud elements on a running host
Go to file
James Slagle a957f0e38d Don't use os-cloud-config/common-venv elements
Moves the os-cloud-config installation to be handled by puppet instead
of the element. Also removes usage of the common-venv element since it
was only ever needed when installing other elements from source.

In order to pass CI, the following commit was also cherry-picked then
squashed into this commit:

Don't use ironic-conductor element

This removes usage of the ironic-conductor element in favor of using
puppet instead.

However, puppet-ironic does not yet have full support for configuring
ipxe and tftp, so we still need to make use of 88-setup-ipxe and
69-ironic-tftp-support. Since those bash scripts need to run after
puppet has installed all the needed packages, they are moved to be
os-refresh-config scripts instead. This should be fine since those
scripts are idempotent.

blueprint undercloud-elements
Change-Id: I9488cebbb479c269901e9b310a1208b6d5ed9e76
Closes-Bug: 1683390
(cherry picked from commit 90bbff7e6e)
(cherry picked from commit 7ea7d61285)
2017-04-17 18:22:13 +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 Don't use os-cloud-config/common-venv elements 2017-04-17 18:22:13 +00:00
imagefactory Don't specify the input type to qemu-img 2014-10-27 19:08:51 +00:00
instack_undercloud Align the stars to unblock instack-undercloud gate on stable/mitaka 2016-12-21 22:13:57 +00:00
json-files Don't use os-cloud-config/common-venv elements 2017-04-17 18:22:13 +00:00
scripts Align the stars to unblock instack-undercloud gate on stable/mitaka 2016-12-21 22:13:57 +00:00
.coveragerc Enable coverage testing 2015-11-30 22:56:47 +00:00
.gitignore Enable coverage testing 2015-11-30 22:56:47 +00:00
.gitreview Update .gitreview defaultbranch for stable/mitaka 2016-04-01 10:46:34 +02:00
.testr.conf Test _generate_environment 2015-05-28 11:27:15 -05:00
Gemfile Update Gemfile to work in gate 2016-07-04 15:23:57 +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 Disable the deprecation warnings as errors for puppet-syntax 2017-02-01 15:09:59 +00:00
requirements.txt Add check for sufficient memory to undercloud install 2015-12-18 18:46:51 +00:00
setup.cfg Remove unused scripts 2016-03-16 18:01:27 +01:00
setup.py Remove pbr version specifier 2015-06-26 22:55:50 +02:00
test-requirements.txt Enable coverage testing 2015-11-30 22:56:47 +00:00
tox.ini Enable coverage testing 2015-11-30 22:56:47 +00:00
undercloud.conf.sample Fix inspection_enable_uefi description 2016-06-07 18:00:27 +01: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