openstack-virtual-baremetal/bond-network-templates
Ben Nemec 5deb87eb2d Regenerate net-iso templates with latest tool
This is a noop change that just reorders the yaml into a more
readable form.
2016-10-21 10:34:56 -05:00
..
nic-configs Regenerate net-iso templates with latest tool 2016-10-21 10:34:56 -05:00
network-environment.yaml Add templates for testing bonded interfaces 2016-10-11 22:31:20 -05:00
network-isolation.yaml Add templates for testing bonded interfaces 2016-10-11 22:31:20 -05:00
README Add templates for testing bonded interfaces 2016-10-11 22:31:20 -05:00
ui-settings.pickle Add templates for testing bonded interfaces 2016-10-11 22:31:20 -05:00

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