Feature #2092
Allow mixed VM templates for Hybrid EC2
Status: | Closed | Start date: | 05/29/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 4.4 | |||
Resolution: | fixed | Pull request: |
Description
Infer BASE_PATH from DATASTORE_LOCATION if present in datastore template and default to the one in oned.conf. As of now, this is the only valid value, which prevent hybrid hypervisor deployments.
Related issues
Associated revisions
feature #2092: Datastore gets its base path from DATASTORE_LOCATION in Datastore template or from oned.conf
feature #2092: Added hybrid mode, not triggering PROLOG
Still need to figure out EPILOG
feature #2092: Changed PROLOG and EPILOG bypass to TransferManager.cc
Feature #2092: Put hybrid checks in do_action for better coding understanding
feature #2092: Make use of hybrid hypervisor instead of attribute
History
#1 Updated by Ruben S. Montero almost 8 years ago
- Tracker changed from Bug to Feature
- Subject changed from Infer BASE_PATH from DATASTORE_LOCATION if present in datastore template to Allow mixed VM templates for Hybrid EC2
- Description updated (diff)
- Target version set to Release 4.4
#2 Updated by Ruben S. Montero almost 8 years ago
To include hybrid VM definitions:
- VM Templates will be tagged as hybrid
- AUTOMATIC_REQUIREMENTS will include an option to deploy the VM on a cloud host
- Hosts will be tagged as cloud, so TM operations will not be performed on them.
#3 Updated by Ruben S. Montero over 7 years ago
- Status changed from New to Closed
- Resolution set to fixed