The upstream ceph cookbook already hooks into chef for environment information. This patch utilizes the client LWRP to create or add ceph keys for RBD support. This patch also changes some default attribute names for more sane organization Partial-Bug: #1409943 Change-Id: Ibba6c568d4e4d00153061458b71593cd28714e60
13 lines
354 B
Ruby
13 lines
354 B
Ruby
source "https://supermarket.getchef.com"
|
|
|
|
metadata
|
|
|
|
cookbook "openstack-image",
|
|
github: "stackforge/cookbook-openstack-image"
|
|
cookbook "openstack-identity",
|
|
github: "stackforge/cookbook-openstack-identity"
|
|
cookbook "openstack-common",
|
|
github: "stackforge/cookbook-openstack-common"
|
|
cookbook "ceph",
|
|
github: "ceph/ceph-cookbook", branch: "master"
|