diff options
author | Ryan Hallisey <rhallise@redhat.com> | 2015-12-07 11:57:21 -0500 |
---|---|---|
committer | Ryan Hallisey <rhallise@redhat.com> | 2016-01-04 20:41:41 +0000 |
commit | db16fd6b59257ea9eacbf071e9e799041822dcab (patch) | |
tree | 62b35564befaffa7e3a142bbfc981afa0972c4c9 /docker | |
parent | 5e30128459191e1122a73cc4971472fd818b5e38 (diff) |
Network Isolation support for containerized compute
The template will all neutron-agents to be configured so that it can
run the network isolation templates on the containerized compute node.
Co-Authored-By: Dan Prince <dpince@redhat.com>
Change-Id: I7837ed7ed3e807ec5c1276904893695918bef293
Diffstat (limited to 'docker')
-rw-r--r-- | docker/README-containers.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docker/README-containers.md b/docker/README-containers.md index 17990b54..ff062a93 100644 --- a/docker/README-containers.md +++ b/docker/README-containers.md @@ -22,7 +22,12 @@ https://github.com/openstack/tripleo-common/blob/master/scripts/tripleo.sh Create the Overcloud: ``` -$ openstack overcloud deploy --templates=tripleo-heat-templates -e tripleo-heat-templates/environments/docker-rdo.yaml --libvirt-type=qemu +$ openstack overcloud deploy --templates=tripleo-heat-templates -e tripleo-heat-templates/environments/docker.yaml -e tripleo-heat-templates/environments/docker-network.yaml --libvirt-type=qemu +``` + +Using Network Isolation in the Overcloud: +``` +$ openstack overcloud deploy --templates=tripleo-heat-templates -e tripleo-heat-templates/environments/docker.yaml -e tripleo-heat-templates/environments/docker-network-isolation.yaml --libvirt-type=qemu ``` Source the overcloudrc and then you can use the overcloud. |