From db16fd6b59257ea9eacbf071e9e799041822dcab Mon Sep 17 00:00:00 2001 From: Ryan Hallisey Date: Mon, 7 Dec 2015 11:57:21 -0500 Subject: 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 Change-Id: I7837ed7ed3e807ec5c1276904893695918bef293 --- docker/README-containers.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docker') 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. -- cgit 1.2.3-korg