aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/hieradata
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2015-07-17 00:01:33 +0200
committerGiulio Fidente <gfidente@redhat.com>2015-07-17 00:39:46 +0200
commite91d3b1d03c8b964641031f8d59ed8e6de563e8f (patch)
treef8e762db1c1f7590878a79f8ad3649c45638e445 /puppet/hieradata
parentb9a1f31df3d4a33b1d317ad0f970b88adff17f5a (diff)
Ensure CinderStorage nodes use internalURL as catalog_info
By default Cinder will get the publicURL for Nova and Swift, which is not reachable by the CinderStorage nodes. Change-Id: I25b7900c9ab261e0f706257ffdf6844533b63b94
Diffstat (limited to 'puppet/hieradata')
-rw-r--r--puppet/hieradata/volume.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/hieradata/volume.yaml b/puppet/hieradata/volume.yaml
index 9f3907ef..f4cd78a9 100644
--- a/puppet/hieradata/volume.yaml
+++ b/puppet/hieradata/volume.yaml
@@ -3,4 +3,10 @@
# cinder
cinder::scheduler::scheduler_driver: cinder.scheduler.filter_scheduler.FilterScheduler
+cinder::config::cinder_config:
+ DEFAULT/nova_catalog_info:
+ value: 'compute:Compute Service:internalURL'
+ DEFAULT/swift_catalog_info:
+ value: 'object-store:swift:internalURL'
+
volume_classes: [] \ No newline at end of file