GitHub user nvazquez opened a pull request:
https://github.com/apache/cloudstack/pull/1457
CLOUDSTACK-9333: Exclude clusters from OVF operations
JIRA TICKET: https://issues.apache.org/jira/browse/CLOUDSTACK-9333
It is proposed to add a way to exclude hosts from selected clusters for OVF
operations.
To exclude a cluster, would be necessary to insert a record in
<code>cluster_details</code> specifying property
<code>vmware.exclude_from_ovf</code> in this way: (supposing we want to exclude
cluster X)
| cluster_id | name| value |
|:-------------:|:-------------:|:-------------:|
|X|vmware.exclude_from_ovf|true|
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nvazquez/cloudstack excludeclusters
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1457.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1457
----
commit fd02f3d8fe2d0bc9750ffe2aa32337c06e3edde7
Author: nvazquez <[email protected]>
Date: 2016-03-31T16:12:07Z
CLOUDSTACK-9333: Proposed way to exclude clusters for OVF operations
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---