You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/31 18:17:25 UTC

[jira] [Commented] (CLOUDSTACK-9333) Exclude clusters from OVF operations

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-9333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15220115#comment-15220115 ] 

ASF GitHub Bot commented on CLOUDSTACK-9333:
--------------------------------------------

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 <ni...@gmail.com>
Date:   2016-03-31T16:12:07Z

    CLOUDSTACK-9333: Proposed way to exclude clusters for OVF operations

----


> Exclude clusters from OVF operations
> ------------------------------------
>
>                 Key: CLOUDSTACK-9333
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9333
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: VMware
>    Affects Versions: 4.9.0
>            Reporter: Nicolas Vazquez
>             Fix For: 4.9.0
>
>
> h2. Description
> 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 {{cluster_details}} specifying property *{{'vmware.exclude_from_ovf'}}* in this way: (supposing we want to exclude cluster X)
> ||cluster_id||||name||value||
> |X|vmware.exclude_from_ovf|true|



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)