Commit Graph

9 Commits

Author SHA1 Message Date
Ghanshyam Mann 8325044e7a Retire Tripleo: remove repo content
TripleO project is retiring
- https://review.opendev.org/c/openstack/governance/+/905145

this commit remove the content of this project repo

Change-Id: Ib988f3b567e31c2b9402f41e5dd222b7fc006756
2024-02-24 11:41:49 -08:00
Ben Nemec 33bf9e2727 Correct indentation in nic-configs
There was an indentation problem in the new nic-configs from the
previous commit. This corrects it.
2019-01-11 15:47:45 -06:00
Ben Nemec 474e03ac8c Add mtu parameters to overcloud templates
These are required for the nic-configs to work with current TripleO.
2019-01-11 14:32:54 -06:00
Ben Nemec 09ece3f122 Add ControlPlaneStaticRoutes to nic-configs
TripleO just added another mandatory parameter so this is needed to
use the templates with master.
2018-12-14 17:08:13 +00:00
Harald Jensås a16f379e1b Use 192.168.x.x addressing instead of 192.0.x.x addressing
192.0.x.x is non-private addresses. Since we now in some
cases care about the address ranges used in the environment
switch to use addresses in the private space 192.168.x.x.

Also minor update to doc, router addresses are no longer
dynamically allocated.
2018-10-18 11:46:16 +02:00
Ben Nemec ca2f47d343 Update network templates for latest TripleO
Regenerate the templates using the latest net-iso-gen to reflect a
necessary change for recent versions of TripleO
2018-10-02 16:33:56 -05:00
Ben Nemec 6f371b1220 Regenerate network templates
The only actual change is some parameter descriptions so that they
are consistent with the ones in tripleo-heat-templates.
2018-02-01 17:11:42 -06:00
Ben Nemec d67f0cf65b Deprecate top-level network templates
The top-level network template directories have been copied to the
overcloud-templates directory.  The old locations are left for
backwards compatibility, but any existing references to them should
be updated to use the version in overcloud-templates instead.
2017-08-11 10:23:32 -05:00
Ben Nemec 3db2c1a4af Add v2 versions of net-iso templates
This creates a new directory called overcloud-templates and adds
v2 versions of the existing ipv4, ipv6, and bond net-iso templates
to it.  The existing v1 templates will also be copied to the new
directory and the old top-level directories will be deprecated.

Note that the v2 templates default to the 192.168.24.0/24 CIDR that
is the default in all releases that support v2 net-iso templates.
Otherwise they are configured identically to the v1 templates.
2017-08-08 11:45:15 -05:00