xcat-core/xCAT-OpenStack/chef-cookbooks/grizzly-xcat/roles/os-block-storage.rb

9 lines
238 B
Ruby
Raw Normal View History

name "os-block-storage"
description "Configures OpenStack block storage, configured by attributes."
run_list(
"role[os-base]",
2013-12-17 20:12:10 +00:00
"role[os-block-storage-api]",
"role[os-block-storage-scheduler]",
"role[os-block-storage-volume]",
)