Introduction
Purpose
Provide ability that user can use UCS blades as hardware resource pool in CloudStack, and provisioning operation system/hypervisor on UCS blade by CloudStack baremetal feature
Document History
Glossary
Feature Specifications
- The feature would allow user to register UCS manager through CloudStack UI and provision OS/hypervisor on blades by CloudStack baremetal feature
- Currently this feature would only support:
- Registering UCS manager
- Listing UCS template in CloudStack UI
- Creating UCS profile from UCS template
- Applying UCS profile to a selected blade
- Provisioning the blade in previous step with baremetal template
- Only supporting CloudStack basic mode
-
Use cases
- user has a UCS chassis setup in their lab, and a UCS manager managing UCS chassis
- user creates one or more UCS template to describe what kind of hardware they want to realize on UCS blade
- user go to CloudStack to register UCS manager with necessary UCS credentials. The UCS manager is zone wide
- CloudStack connects to UCS manager and discovers available blades and create a resource pool based on these blades
- user create a baremetal cluster in CloudStack
- user chooses some blades from resource pool and add them to baremetal cluster
- when adding a blade to baremetal cluster, user select a UCS template which tells CloudStack hardware specification of this blade
- CloudStack connects to UCS manager and initializes a UCS profile from UCS template selected in step 7
- CloudStack uses profile initialized in step 8 to realize the blades to add in baremetal cluster
- after blades being added to baremetal cluster, user is able to provision these hosts using common CloudStack baremetal feature
Architecture and Design description
- A new concept of UCS manager will be added, it's a zone wide resource
- user can add multiple UCS managers into a zone
- CloudStack creates one resource pool for each UCS manager. In future release, CloudStack should be able to create multiple resource pools per UCS manager
- CloudStack discovers used/available UCS blades managed by UCS manager and add them into resource pool created in step2
- On each resource pool, UI provides a button to add a blade in pool to an existing CloudStack cluster
- at this release, the CloudStack cluster is a CloudStack baremetal cluster
- when adding a blade, CloudStack provides a dropdown box showing all UCS templates in UCS manager
- user select a template and instruct CloudStack to realize blade from the template
web services APIs
list changes to existing web services APIs and new APIs introduced with signatures and throughout documentation
UI flow
- either demonstrate it visually here or link to relevant mockups
Appendix
Appendix A:
Appendix B: