aboutsummaryrefslogtreecommitdiffstats
path: root/cinder-storage.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2015-06-06 10:25:05 -0400
committerDan Prince <dprince@redhat.com>2015-06-21 08:12:41 -0400
commit599dd5ad8da60e8870c69d50a0c587eadd1a00ad (patch)
tree35763b00ae474755289c6691d8975798f4dcb2fc /cinder-storage.yaml
parent882ee42f4a35010259c6f2bec1847946e76f3718 (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 'cinder-storage.yaml')
-rw-r--r--cinder-storage.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/cinder-storage.yaml b/cinder-storage.yaml
index 47a97081..2b59607e 100644
--- a/cinder-storage.yaml
+++ b/cinder-storage.yaml
@@ -71,6 +71,10 @@ parameters:
default: "9292"
description: Glance port.
type: string
+ GlanceProtocol:
+ default: http
+ description: Protocol to use when connecting to glance, set to https for SSL.
+ type: string
KeyName:
default: default
description: Name of an existing EC2 KeyPair to enable SSH access to the instances
@@ -109,6 +113,17 @@ parameters:
Hostname:
type: string
default: '' # Defaults to Heat created hostname
+ ServiceNetMap:
+ default: {}
+ description: Mapping of service_name -> network name. Typically set
+ via parameter_defaults in the resource registry.
+ type: json
+ GlanceApiVirtualIP:
+ type: string
+ default: ''
+ MysqlVirtualIP:
+ type: string
+ default: ''
resources:
BlockStorage: