diff options
author | Dan Prince <dprince@redhat.com> | 2015-06-06 10:25:05 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2015-06-21 08:12:41 -0400 |
commit | 599dd5ad8da60e8870c69d50a0c587eadd1a00ad (patch) | |
tree | 35763b00ae474755289c6691d8975798f4dcb2fc /puppet/manifests/overcloud_volume.pp | |
parent | 882ee42f4a35010259c6f2bec1847946e76f3718 (diff) |
Add support for isolating block storage nets
This patch updates the cinder block storage role
for Puppet so that it supports network isolation.
This includes using the (optional) isolated networks
for MySQL, Glance API, and iscsi network traffic.
Change-Id: Icdfbf5fce7380e6049babca0cd50ca2e4008c1b0
Diffstat (limited to 'puppet/manifests/overcloud_volume.pp')
-rw-r--r-- | puppet/manifests/overcloud_volume.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/manifests/overcloud_volume.pp b/puppet/manifests/overcloud_volume.pp index 80cf6a21..edfeaeca 100644 --- a/puppet/manifests/overcloud_volume.pp +++ b/puppet/manifests/overcloud_volume.pp @@ -31,6 +31,7 @@ if count(hiera('ntp::servers')) > 0 { } include ::cinder +include ::cinder::glance include ::cinder::volume include ::cinder::setup_test_volume |