Commit Graph

6 Commits

Author SHA1 Message Date
Alex Schultz 87abe05ba0 Retire instack-undercloud
instack-undercloud is no longer in use by the TripleO project. Removing
the code to avoid confusion. Stable branches will continue to be
maintained for their life however no new features should be added.

Change-Id: I63a813c7c1ffd30ca30017133d31a497b77a9a4d
Blueprint: remove-instack-undercloud
2018-10-30 12:16:18 +00:00
Harald Jensas 983c2be88e Add per subnet masquerading
Masquerading for external access for each routed
network, if enabled.

Implements: blueprint tripleo-routed-networks-ironic-inspector
Implements: blueprint tripleo-routed-networks-deployment
Change-Id: I792b516314302e2c290e63c10fb0fe6881ce7236
2018-02-06 09:35:07 +01:00
Derek Higgins 7dd3434afe Update the masquerade script to support IPv6
Change-Id: Ie033a5563fd0ed066ae9de33437abf7c5d92cc07
2017-09-07 15:58:53 +01:00
Harald Jensas 9261a868b6 Remove hardcoded libvirt default network iptalbes rules
The hardcoded libvirt default networks rulse should be removed.
They can cause issues if the 192.168.122.0 network exists in an
environment that is not libvirt.

If removing this breaks quickstart or CI, the libvirt fix should
be implemetned elsewhere.

Change-Id: I7e59ee723a3205bfcd311c95de2ecf44d016505d
Closes-Bug: #1690811
2017-05-23 14:36:44 +00:00
Harald Jensas 333ca292fc 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
2017-05-14 17:07:58 +02:00
James Slagle a1a15201d5 Consolidate undercloud* elements
Consolidate undercloud-post-config and undercloud-stack-config into
undercloud-install element. All 3 of these elements have to be used
together anyway, so it makes sense to consolidate them all into one as
they're getting smaller. The consolidation will also make easier to
reason about what is remaining in the elements.

blueprint undercloud-elements
Change-Id: I50059a8a58b3082e929d0252d48c4144250c5784
2016-05-19 16:24:34 -04:00