Commit Graph

4 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 5353915e2c Create static routes for remote subnets
Add static routes to reach remote subnets via
router connected to locale ctlplane segment.

Implements: blueprint tripleo-routed-networks-ironic-inspector
Implements: blueprint tripleo-routed-networks-deployment
Change-Id: Ibfc4c1492377ea4c3966ffadfd440bd705c45d19
2018-02-05 19:24:02 -08:00
Ade Lee 2e88f187bb Add option to set undercloud dns nameserver
This adds an undercloud_nameserver option which will be taken into
account in os-net-config to set up the undercloud's nameserver. If left
unset, it will give an empty list to the dns_servers parameter in
os-net-config, which will actually do nothing. If set, it will use that
nameserver as the sole member of a list that is passed to the
aforementioned parameter.

Co-Authored-By: Juan Antonio Osorio Robles <jaosorior@redhat.com>
Change-Id: I2b8a3f64dc1958f00b0471b68ba8283da76a4e7b
2016-12-02 08:15:47 +02:00
James Slagle f52a3af42b Add net config override
Adds the ability to override the os-net-config data for the undercloud.
In some cases, a single bridge with a single physical interface may not
be sufficient for all cases. This will allow for more advanced
customization of the undercloud networking.

The path to a custom os-net-config json template can be specificed in
undercloud.conf with the net_config_override option.

Change-Id: I1fdc62d61eb5d2ea7e9418e40aa8c07173169d35
2016-06-21 15:40:13 -04:00