Merge "Include ::swift::config in Swift API and Storage roles"
This commit is contained in:
@@ -38,6 +38,7 @@ class tripleo::profile::base::swift::proxy (
|
|||||||
) {
|
) {
|
||||||
if $step >= 4 {
|
if $step >= 4 {
|
||||||
$swift_memcache_servers = suffix(any2array(normalize_ip_for_uri($memcache_servers)), ":${memcache_port}")
|
$swift_memcache_servers = suffix(any2array(normalize_ip_for_uri($memcache_servers)), ":${memcache_port}")
|
||||||
|
include ::swift::config
|
||||||
include ::swift::proxy
|
include ::swift::proxy
|
||||||
include ::swift::proxy::proxy_logging
|
include ::swift::proxy::proxy_logging
|
||||||
include ::swift::proxy::healthcheck
|
include ::swift::proxy::healthcheck
|
||||||
|
@@ -34,6 +34,7 @@ class tripleo::profile::base::swift::storage (
|
|||||||
) {
|
) {
|
||||||
if $step >= 4 {
|
if $step >= 4 {
|
||||||
if $enable_swift_storage {
|
if $enable_swift_storage {
|
||||||
|
include ::swift::config
|
||||||
include ::swift::storage::disks
|
include ::swift::storage::disks
|
||||||
include ::swift::storage::all
|
include ::swift::storage::all
|
||||||
if(!defined(File['/srv/node'])) {
|
if(!defined(File['/srv/node'])) {
|
||||||
|
Reference in New Issue
Block a user