openstack-virtual-baremetal/bond-network-templates
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
..
nic-configs Fix bond nic-configs for ceph node 2017-06-22 16:34:45 -05:00
DEPRECATED Deprecate top-level network templates 2017-08-11 10:23:32 -05:00
README Regenerate templates with latest net-iso-gen 2017-03-02 10:57:35 -06:00
network-environment.yaml Use 192.168.x.x addressing instead of 192.0.x.x addressing 2018-10-18 11:46:16 +02:00
network-isolation-absolute.yaml Update network-isolation templates 2017-04-12 15:50:34 -05:00
network-isolation.yaml Update network-isolation templates 2017-04-12 15:50:34 -05:00
ui-settings.pickle Use 192.168.x.x addressing instead of 192.0.x.x addressing 2018-10-18 11:46:16 +02:00

README

Generated Network Isolation Templates
-------------------------------------
These templates were generated by the UI tool at
https://github.com/cybertron/tripleo-scripts#net-iso-genpy

ui-settings.pickle is specific to the tool.  TripleO will not use it when
doing deployments with these templates, but it is needed to be able to
load the templates into the UI again.  Note that the UI only reads this file,
so any changes made by hand to the templates will not be reflected in the UI.

The network-isolation.yaml file needs to reference the port files shipped with
tripleo-heat-templates, so by default the tool generates the paths assuming
network-isolation.yaml will be copied into the environments/ directory of
tripleo-heat-templates.

If the standard tripleo-heat-templates are in use, then the
network-isolation-absolute.yaml file can be used instead.  It has hard-coded
references to the port files in /usr/share/openstack-tripleo-heat-templates.

If the generated network isolation templates are at ~/generated-templates, an
example deployment command would look like:

openstack overcloud deploy --templates -e ~/generated-templates/network-isolation-absolute.yaml -e ~/generated-templates/network-environment.yaml