databags and related items in the openstack chef cookbooks.

These are some examples, they can work with the current cookbooks.
If there are some changes in the cookbooks, please update the
databags and related items
This commit is contained in:
jjhua 2013-11-29 14:38:30 -05:00
parent f3925b9cf0
commit 25ef66f1d2
15 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{
"id": "ceilometer",
"ceilometer": "xcatcloud"
}

View File

@ -0,0 +1,4 @@
{
"id": "cinder",
"cinder": "xcatcloud"
}

View File

@ -0,0 +1,4 @@
{
"id": "glance",
"glance": "xcatcloud"
}

View File

@ -0,0 +1,4 @@
{
"id": "horizon",
"horizon": "xcatcloud"
}

View File

@ -0,0 +1,4 @@
{
"id": "keystone",
"keystone": "xcatcloud"
}

View File

@ -0,0 +1,4 @@
{
"id": "nova",
"nova": "xcatcloud"
}

View File

@ -0,0 +1,4 @@
{
"id": "quantum",
"quantum": "xcatcloud"
}

View File

@ -0,0 +1,4 @@
{
"id": "openstack_identity_bootstrap_token",
"openstack_identity_bootstrap_token": "openstack_identity_bootstrap_token"
}

View File

@ -0,0 +1,4 @@
{
"id": "quantum_metadata_secret",
"quantum_metadata_secret": "quantum_metadata_secret"
}

View File

@ -0,0 +1,4 @@
{
"id": "openstack-block-storage",
"openstack-block-storage": "xcatcloud"
}

View File

@ -0,0 +1,4 @@
{
"id": "openstack-compute",
"openstack-compute": "xcatcloud"
}

View File

@ -0,0 +1,4 @@
{
"id": "openstack-image",
"openstack-image": "xcatcloud"
}

View File

@ -0,0 +1,4 @@
{
"id": "openstack-network",
"openstack-network": "xcatcloud"
}

View File

@ -0,0 +1,4 @@
{
"id": "admin",
"admin": "xcatcloud"
}

View File

@ -0,0 +1,4 @@
{
"id": "guest",
"guest": "xcatcloud"
}