add missing ceph-osd role to Ubuntu release; use cephjournal volume label

This commit is contained in:
Dmitry Borodaenko 2013-09-16 09:46:27 -07:00 committed by Nikolay Markov
parent 2c1f8ddcf4
commit ff65008319
1 changed files with 7 additions and 3 deletions

View File

@ -61,7 +61,7 @@
"name": "Ceph Journal",
"label": "Ceph Journal",
"mount": "/var/lib/ceph/journal",
"disk_label": "ceph-journal",
"disk_label": "cephjournal",
"file_system": "xfs"
},
{
@ -706,7 +706,7 @@
"operating_system": "Ubuntu",
"description": "This option will install the OpenStack Grizzly packages using Ubuntu as a base operating system. With high availability features built in, you are getting a robust, enterprise-grade OpenStack deployment.",
"state": "available",
"roles": ["controller", "compute", "cinder"],
"roles": ["controller", "compute", "cinder", "ceph-osd"],
"roles_metadata": {
"controller": {
"name": "Controller",
@ -721,6 +721,10 @@
"cinder": {
"name": "Cinder",
"description": ["Cinder"]
},
"ceph-osd": {
"name": "Ceph OSD",
"description": ["Ceph Storage Node"]
}
},
"networks_metadata": [
@ -755,7 +759,7 @@
"name": "Ceph Journal",
"label": "Ceph Journal",
"mount": "/var/lib/ceph/journal",
"disk_label": "ceph-journal",
"disk_label": "cephjournal",
"file_system": "xfs"
},
{