aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2015-02-12 21:16:31 -0500
committerDan Prince <dprince@redhat.com>2015-02-12 22:19:24 -0500
commitf98f2bdf4d2a0b78494c96627d8da47b92491ce1 (patch)
tree0da860082cd6d8158e822081b4e87d171604761e /puppet
parent3f108ff4bd6a353329f5824bb478c4cb4cbb62d5 (diff)
Revert "puppet: disable swift proxy and glance backend"
This reverts commit 4d470abc589c660cd55e4ced92de234fdf83d882 where we disabled swift (and the glance swift backend) due to the fact that some of the Heat metadata wasn't showing up. Change-Id: Ib0c01be5844aa79d74b7de02ba3d0657db5047ba Closes-bug: 1418805
Diffstat (limited to 'puppet')
-rw-r--r--puppet/hieradata/controller.yaml2
-rw-r--r--puppet/manifests/overcloud_controller.pp30
2 files changed, 16 insertions, 16 deletions
diff --git a/puppet/hieradata/controller.yaml b/puppet/hieradata/controller.yaml
index 5b94a312..39d2a487 100644
--- a/puppet/hieradata/controller.yaml
+++ b/puppet/hieradata/controller.yaml
@@ -43,7 +43,7 @@ swift::proxy::account_autocreate: true
glance::api::pipeline: 'keystone'
glance::api::known_stores:
- glance.store.filesystem.Store
-# - glance.store.swift.Store
+ - glance.store.swift.Store
glance::registry::pipeline: 'keystone'
glance::registry::manage_service: true
glance::backend::swift::swift_store_create_container_on_put: true
diff --git a/puppet/manifests/overcloud_controller.pp b/puppet/manifests/overcloud_controller.pp
index 4801107b..b37f7235 100644
--- a/puppet/manifests/overcloud_controller.pp
+++ b/puppet/manifests/overcloud_controller.pp
@@ -184,9 +184,9 @@ if hiera('step') >= 2 {
# TODO: notifications, scrubber, etc.
include ::glance::api
include ::glance::registry
- #class { 'glance::backend::swift':
- #swift_store_auth_address => join(['http://', hiera('controller_virtual_ip'), ':5000/v2.0']),
- #}
+ class { 'glance::backend::swift':
+ swift_store_auth_address => join(['http://', hiera('controller_virtual_ip'), ':5000/v2.0']),
+ }
class { 'nova':
rabbit_hosts => [hiera('controller_virtual_ip')],
@@ -245,18 +245,18 @@ if hiera('step') >= 2 {
# swift proxy
include ::memcached
- #include ::swift::proxy
- #include ::swift::proxy::proxy_logging
- #include ::swift::proxy::healthcheck
- #include ::swift::proxy::cache
- #include ::swift::proxy::keystone
- #include ::swift::proxy::authtoken
- #include ::swift::proxy::staticweb
- #include ::swift::proxy::ceilometer
- #include ::swift::proxy::ratelimit
- #include ::swift::proxy::catch_errors
- #include ::swift::proxy::tempurl
- #include ::swift::proxy::formpost
+ include ::swift::proxy
+ include ::swift::proxy::proxy_logging
+ include ::swift::proxy::healthcheck
+ include ::swift::proxy::cache
+ include ::swift::proxy::keystone
+ include ::swift::proxy::authtoken
+ include ::swift::proxy::staticweb
+ include ::swift::proxy::ceilometer
+ include ::swift::proxy::ratelimit
+ include ::swift::proxy::catch_errors
+ include ::swift::proxy::tempurl
+ include ::swift::proxy::formpost
# swift storage
class {'swift::storage::all':