tripleo-ci/test-environments/ipv6-network-templates
Ben Nemec 2b470d2ad7 Re-generate nic-configs
The template generator tool has been improved to output more readable
templates.  This just re-generates the tripleo-ci templates to take
advantage of that.

Change-Id: Id4230b88e9ed8bcd865f989c0f5c88930eb94dce
2017-01-17 16:52:02 -06:00
..
nic-configs Re-generate nic-configs 2017-01-17 16:52:02 -06:00
README Add ipv6 nic-configs 2016-09-16 12:49:27 +00:00
network-environment.yaml Stop using documentation network range 2016-11-16 13:51:11 +02:00
network-isolation.yaml Add ipv6 nic-configs 2016-09-16 12:49:27 +00:00
ui-settings.pickle Stop using documentation network range 2016-11-16 13:51:11 +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 these templates are at ~/generated-templates and a local copy of
tripleo-heat-templates (it is not recommended to make changes to the packaged
tripleo-heat-templates tree) is at ~/tht, then an example deployment would
look like this:

cp ~/generated-templates/network-isolation.yaml ~/tht/environments/generated-network-isolation.yaml
openstack overcloud deploy --templates ~/tht -e ~/tht/environments/generated-network-isolation.yaml -e ~/generated-templates/network-environment.yaml