add os-ceph-image role for ceph&opesntack
Change-Id: I1ea11ebb32220b9830fbe5a0444f00f8573c4427
This commit is contained in:
parent
b8fd970ed4
commit
2c1cda205a
19
chef/roles/os-ceph-image.json
Normal file
19
chef/roles/os-ceph-image.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "os-ceph-image",
|
||||
"description": "Roll-up role for Glance.",
|
||||
"json_class": "Chef::Role",
|
||||
"default_attributes": {
|
||||
},
|
||||
"override_attributes": {
|
||||
},
|
||||
"chef_type": "role",
|
||||
"run_list": [
|
||||
"role[os-image-api]",
|
||||
"role[os-image-registry]",
|
||||
"recipe[openstack-image::identity_registration]",
|
||||
"role[ceph-os-image-config]",
|
||||
"role[os-image-upload]"
|
||||
],
|
||||
"env_run_lists": {
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user