2013-11-12 10:24:04 -05:00
|
|
|
name "os-object-storage"
|
|
|
|
description "OpenStack object storage roll-up role"
|
|
|
|
run_list(
|
|
|
|
"role[os-base]",
|
2013-12-26 15:05:36 -05:00
|
|
|
"role[os-object-storage-setup]",
|
2013-12-24 15:16:11 -05:00
|
|
|
"role[os-object-storage-management]",
|
2013-12-26 15:05:36 -05:00
|
|
|
"role[os-object-storage-proxy]",
|
2013-12-24 15:16:11 -05:00
|
|
|
"role[os-object-storage-object]",
|
2013-12-26 15:05:36 -05:00
|
|
|
"role[os-object-storage-container]",
|
|
|
|
"role[os-object-storage-account]"
|
2013-11-12 10:24:04 -05:00
|
|
|
)
|