Allow tenants to create a virtual cluster that contains multiple instances
This blue print adds an api extension called vcluster to nova. The new api allows the creation/
POST v2/{tenant_
GET v2/{tenant_
DELETE v2/{tenant_
Example parameters for virtual clusters in JSON format are given as below.
1. use case of one volume attached to one server
{
"vcluster" : {
"name" : "new-virtual-
}
}
}
}
}
}
}
2. use case of a redundant data servers
{
"vcluster" : {
"name" : "new-virtual-
}
}
}
}
}
}
}
}
}
}
}
}
Blueprint information
- Status:
- Not started
- Approver:
- Russell Bryant
- Priority:
- Undefined
- Drafter:
- Senhua Huang
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- Drafting
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
This needs to be discussed on the openstack-dev list. It also seems related to https:/
======
Assuming that both instances and groupings belong to the vcluster definition the semantically correct JSON for use case 2 should look like this:
{
"vcluster":{
}
},
}
},
}
},
}
}
},
],
}
},
],
}
},
],
}
},
],
}
}
}
}
}
---jarekmisz--- This needs to be discussed on the openstack-dev list. It also seems related to https:/
======
Assuming that both instances and groupings belong to the vcluster definition the semantically correct JSON for use case 2 should look like this:
{
"vcluster":{
}
},
}
},
}
},
}
}
},
],
}
},
],
}
},
],
}
},
],
}
}
}
}
}
---jarekmisz---
Marking this blueprint as definition: Drafting. If you are still working on this, please re-submit via nova-specs. If not, please mark as obsolete, and add a quick comment to describe why. --johnthetubaguy (20th April 2014)
Work Items
Dependency tree
* Blueprints in grey have been implemented.