RETIRED, A utility to run diskimage-builder undercloud elements on a running host
Go to file
Harald Jensas a48f3a8ed6 Remove hardcoded eth0 MASQUERADE rule
Any data that should be masqueraded will be masqueraded
by the following rule which is earlier in the chain.

  iptables -t nat-A BOOTSTACK_MASQ_NEW -s $NETWORK ! -d $NETWORK -j MASQUERADE

Closes-Bug: #1690584
Change-Id: Ic30b24959ca3259974160abcfa213e6a14c953f5
(cherry picked from commit 333ca292fc)
2018-03-26 15:40:46 +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 Remove hardcoded eth0 MASQUERADE rule 2018-03-26 15:40:46 +00:00
imagefactory Don't specify the input type to qemu-img 2014-10-27 19:08:51 +00:00
instack_undercloud Set password for mysql root user on undercloud 2018-01-11 13:37:54 +01:00
json-files Use ironic::pxe class to setup PXE 2016-09-02 11:52:14 +02:00
releasenotes/notes [CVE-2018-1000115] memcached: restrict to TCP & localhost 2018-03-09 22:55:15 +01:00
scripts Align the stars to unblock instack-undercloud gate on stable/newton 2016-12-20 16:42:02 -05:00
templates Add net config override 2016-06-21 15:40:13 -04:00
zuul.d Zuul: Remove project name 2018-02-12 23:27:22 -08: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 for stable/newton 2016-09-29 12:58:56 -04:00
.testr.conf Test _generate_environment 2015-05-28 11:27:15 -05:00
Gemfile Disable the deprecation warnings as errors for puppet-syntax 2017-02-01 12:54:40 -05: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 12:54:40 -05:00
bindep.txt Add ssl development headers to bindep 2017-07-06 15:44:33 +00:00
requirements.txt Work around deletion of _member_ role assignments on upgrade 2016-09-20 09:08:01 +03:00
setup.cfg Use certmonger for automatic cert generation 2016-08-03 13:44:21 +03:00
setup.py Remove pbr version specifier 2015-06-26 22:55:50 +02:00
test-requirements.txt Using fixtures.MockPatch instead of mockpatch.Patch 2017-11-20 08:45:24 -08:00
tox.ini Align stars to fix CI 2017-03-17 22:44:27 +00:00
undercloud.conf.sample Set password for mysql root user on undercloud 2018-01-11 13:37:54 +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