You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by DaanHoogland <gi...@git.apache.org> on 2015/12/30 10:14:16 UTC

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

GitHub user DaanHoogland opened a pull request:

    https://github.com/apache/cloudstack/pull/1297

    CLOUDSTACK-9203 Implement security group move on updateVM API call

      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaanHoogland/cloudstack CLOUDSTACK-9203

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1297.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 #1297
    
----
commit c1040f0fb004c2aa4f39d8d8c195f9334a7b6014
Author: Loic Lambiel <ll...@exoscale.ch>
Date:   2015-05-13T14:43:09Z

    CLOUDSTACK-9203 Implement security group move on updateVM API call
    
      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by wido <gi...@git.apache.org>.
Github user wido commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-168991998
  
    Checked all the commits, re-read the code and LGTM. Based on the tests already performed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219996391
  
    I don't know who uses scalevm on xen @wido... @remibergsma, do you guys? anybosy else?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-167964150
  
    @borisroman @wido as of now this is just a place holder as some extra requirements are put in by @resmo and no testing is done yet. I will update with at least the extra parameter and hopefully some test data. @resmo can you help with the testing? Thanks @llambiel and @pyr for the contribution.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by ustcweizhou <gi...@git.apache.org>.
Github user ustcweizhou commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-172261703
  
    LGTM, based on manual functional testing in advanced zone with security groups.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by NuxRo <gi...@git.apache.org>.
Github user NuxRo commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219247683
  
    Good job, if integration tests pass I'll start testing it as well as the dynamic offering bit.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland closed the pull request at:

    https://github.com/apache/cloudstack/pull/1297


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
GitHub user DaanHoogland reopened a pull request:

    https://github.com/apache/cloudstack/pull/1297

    CLOUDSTACK-9203 Implement security group move on updateVM API call

      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaanHoogland/cloudstack CLOUDSTACK-9203

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1297.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 #1297
    
----
commit bd585da5e16cfd7e7ed35be7c60a6d1ef96fad3c
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-04-11T18:22:34Z

    CLOUDSTACK-9203 Implement security group move on updateVM API call
    
      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

commit e7ff7ebac2713ace91ccc0f9024cee41a1ee67a9
Author: Daan Hoogland <da...@onecht.net>
Date:   2015-12-30T12:13:38Z

    CLOUDSTACK-9203 refactorred DeployVM code to be used by UpdateVM as well
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java

commit 5af102f4695a694c854b5e1efd9a48bd356b9fc1
Author: Loic Lambiel <ll...@exoscale.ch>
Date:   2015-05-15T13:15:26Z

    CLOUDSTACK-9203 Prevent security group update while instance is running
    
          cherry-picked from a exoscale internal fix
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java

commit 07863d99eea4943fbeddd31183810d9bc9edf0ce
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2016-01-12T09:56:07Z

    CLOUDSTACK-9203: fix issue if there are multiple shared networks

commit f1eb294a1b803de8729542c6dddd505f029b5c87
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2016-01-22T11:45:13Z

    CLOUDSTACK-9203: fix issue when update vm in isolated networks

commit 94b7bf51b40ff91ba36ecd340d9e26c08f6c1008
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-04-11T18:22:34Z

    CLOUDSTACK-9203 Implement security group move on updateVM API call
    
      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

commit 72636e2a9c88b1517064410837b5ea77b1c33a5a
Author: Daan Hoogland <da...@onecht.net>
Date:   2015-12-30T12:13:38Z

    CLOUDSTACK-9203 refactorred DeployVM code to be used by UpdateVM as well
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by wido <gi...@git.apache.org>.
Github user wido commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-175826191
  
    Can we rebase against master (4.9)? Seems that this one is ready to merge


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by NuxRo <gi...@git.apache.org>.
Github user NuxRo commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-217853178
  
    Thanks Daan


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219873858
  
    @NuxRo the problem in @swill his CI run is new to me. The scale vm problem is xen specific. I'd have to debug it on xen based env. My bubble currently doesn't deploy xen based envs. I would have to spend some time on that.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by NuxRo <gi...@git.apache.org>.
Github user NuxRo commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219870382
  
    Meh, this PR really doesn't want to make the freeze.
    
    Daan, any ideas?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by NuxRo <gi...@git.apache.org>.
Github user NuxRo commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-216812806
  
    Ah, indeed. It should be running the test against a Security Group zone, not Adv.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-218841768
  
    I'm an ass but no. I can close and reopen however. should do the trick


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-220943511
  
    @swill, i had a nice weekend, thanks. The test that is failing throws a different kind of exception if I run it on master in my bubble. I have just pushed a limited part of the change to see what it does and if the exception is still the same.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by swill <gi...@git.apache.org>.
Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-221160368
  
    This is coming back clean now.  Those failures are not related to this PR.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-220740982
  
    Yes, I'm just not sure it is Travis or the xen plug-in. 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-217839619
  
    @nuxro I have rebased but did not get to testing. I don't trust the scalevm problem. It might be in the test, in the test environment or in the actual code. Looking at it is in (the back of) my queue.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by ustcweizhou <gi...@git.apache.org>.
Github user ustcweizhou commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-170847583
  
    this does not work if there are multiple shared network in advanced zone with sg.
    I will fix it.



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-208751962
  
    
    ### CI bubble run
    
    
    **Commit Reference: de53cd1799122f6448faef950cf9afd5caeaf412**
    
    
    initially two test failed. I reran the 'unusual' failure and it succeeded.
    
    
    



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-220946105
  
    @swill, the test_scale_vm didn't error out because it wasn't run on this version! I have lost a tiny bit of confidence in our travis runs again. I will now start adding the rest of the code again.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-208921203
  
    @swill sorry it is not the same test that fails in my env: 
    
    
    "Ping to outside world from VM should be successful" in test_02_redundant_VPC_default_routes is mine


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-208319965
  
    @nux, it probably doesn't apply anymore. This PR is 4 months old :(


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by wido <gi...@git.apache.org>.
Github user wido commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1297#discussion_r48840288
  
    --- Diff: server/src/com/cloud/vm/UserVmManagerImpl.java ---
    @@ -2288,6 +2290,7 @@ public UserVm updateVirtualMachine(UpdateVMCmd cmd) throws ResourceUnavailableEx
             String hostName = cmd.getHostName();
             Map<String,String> details = cmd.getDetails();
             Account caller = CallContext.current().getCallingAccount();
    +        List<Long> securityGroupIdList = getSecurityGroupIdList(cmd);
    --- End diff --
    
    Shouldn't there be a check for NULL here?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
GitHub user DaanHoogland reopened a pull request:

    https://github.com/apache/cloudstack/pull/1297

    CLOUDSTACK-9203 Implement security group move on updateVM API call

      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaanHoogland/cloudstack CLOUDSTACK-9203

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1297.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 #1297
    
----
commit c1040f0fb004c2aa4f39d8d8c195f9334a7b6014
Author: Loic Lambiel <ll...@exoscale.ch>
Date:   2015-05-13T14:43:09Z

    CLOUDSTACK-9203 Implement security group move on updateVM API call
    
      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

commit acf33f24a1cbdacef1bd9ce6defd3def703f9433
Author: Daan Hoogland <da...@onecht.net>
Date:   2015-12-30T12:13:38Z

    CLOUDSTACK-9203 refactorred DeployVM code to be used by UpdateVM as well

commit bf7ab1f2d6ab1f568772b242a9b3018fb589f85e
Author: Loic Lambiel <ll...@exoscale.ch>
Date:   2015-05-15T13:15:26Z

    CLOUDSTACK-9203 Prevent security group update while instance is running
    
          cherry-picked from a exoscale internal fix
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java

commit 0aff983cc81895a45295df6671b584d45975453e
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2016-01-12T09:56:07Z

    CLOUDSTACK-9203: fix issue if there are multiple shared networks

commit 6ac415d8d4155c591acf1130f8bc445497993a33
Author: Daan Hoogland <da...@gmail.com>
Date:   2016-01-12T10:10:30Z

    Merge pull request #3 from ustcweizhou/CLOUDSTACK-9203-multiple-shared-networks
    
    LGTM, exoscale probably only uses basic zone, so we need this extra.
    CLOUDSTACK-9203: fix issue if there are multiple shared networks

commit be86551bc8cece5f619e9e54c04c9ec5f43fd6da
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2016-01-22T11:45:13Z

    CLOUDSTACK-9203: fix issue when update vm in isolated networks

commit 4e86f9a6c83d4c94a0f947e9070854da84f5bada
Author: Daan Hoogland <da...@gmail.com>
Date:   2016-01-22T13:16:22Z

    Merge pull request #4 from ustcweizhou/CLOUDSTACK-9203-updatevm-isolated-network
    
    CLOUDSTACK-9203: fix issue when update vm in isolated networks

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland closed the pull request at:

    https://github.com/apache/cloudstack/pull/1297


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
GitHub user DaanHoogland reopened a pull request:

    https://github.com/apache/cloudstack/pull/1297

    CLOUDSTACK-9203 Implement security group move on updateVM API call

      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaanHoogland/cloudstack CLOUDSTACK-9203

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1297.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 #1297
    
----
commit 0d02a778fa89a175a5e1869766202f2308f23fcf
Author: Loic Lambiel <ll...@exoscale.ch>
Date:   2015-05-15T13:15:26Z

    CLOUDSTACK-9203 Prevent security group update while instance is running
    
          cherry-picked from a exoscale internal fix
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java

commit aa72dbd814de4ea88f1835a3eb99053082a2e84c
Author: Daan Hoogland <da...@onecht.net>
Date:   2015-12-30T12:13:38Z

    CLOUDSTACK-9203 refactorred DeployVM code to be used by UpdateVM as well
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java

commit f72c8f23b4acccc35bea10455e70dbc30afeee29
Author: Daan Hoogland <da...@onecht.net>
Date:   2015-12-30T12:13:38Z

    CLOUDSTACK-9203 refactorred DeployVM code to be used by UpdateVM as well
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java

commit 659f527095fe24f55cbe2a73ecbe6eec31714052
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2016-01-12T09:56:07Z

    CLOUDSTACK-9203: fix issue if there are multiple shared networks

commit 64e5792d347540df505dff88087a33d8d62bc0e4
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2016-01-22T11:45:13Z

    CLOUDSTACK-9203: fix issue when update vm in isolated networks

commit acf0213f1cee740ec9ff6c9df902ab5a64adb922
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-04-11T18:22:34Z

    CLOUDSTACK-9203 Implement security group move on updateVM API call
    
      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

commit 976feb31862b5b17f3a3d139bd348ac501cc512b
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-04-11T18:22:34Z

    CLOUDSTACK-9203 Implement security group move on updateVM API call
    
      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by swill <gi...@git.apache.org>.
Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-208361233
  
    @NuxRo asked that I review this.  @DaanHoogland I see you opened this, would you mind rebasing.  I suspect it is still valid considering the fact that not a huge amount of code has been merged since you opened this.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by NuxRo <gi...@git.apache.org>.
Github user NuxRo commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-208318271
  
    Daan,
    
    How did you test?
    I'm trying to apply the patch to either 4.8.0 or master and on neither it does so cleanly:
    
    Hunk #7 FAILED at 467.
    1 out of 7 hunks FAILED -- saving rejects to file api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java.rej



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by NuxRo <gi...@git.apache.org>.
Github user NuxRo commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-215350363
  
    Applied successfully to 4.8 and tested, it works fine as far as I could tell, but the SG change operation goes through even if the VM is online, so "CLOUDSTACK-9203 Prevent security group update while instance is running" is broken?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland closed the pull request at:

    https://github.com/apache/cloudstack/pull/1297


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-216270640
  
    @rhtyd rebased, as these are several different commits by different people from different companies, I will not squash it.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-170016899
  
    @borisroman @wido @resmo @llambiel @pyr @bhaisaab @wilderrodrigues I can run the tests again but I am the contributor. Can someone else, please?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219209805
  
    @NuxRo I am running the integration suite on my laptop to see what I can do. I am not rich on clues so far.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland closed the pull request at:

    https://github.com/apache/cloudstack/pull/1297


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-217856052
  
    @ don't thank me, I just started to check but my infra is based on KVM and it doesn't support scalevm, so I cannot investigate further


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219543063
  
    @swill I just reopened. was there any reason to rebase?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by swill <gi...@git.apache.org>.
Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219872623
  
    Running CI again on a new machine to see if the same thing pops since I have a free CI env right now.  We won't know till tomorrow morning (my time anyway).


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-221098134
  
    @NuxRo can you test if it is still working for you?
    @ustcweizhou can you see if your fixes are still met?
    @swill can you reschedule integration tests?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by resmo <gi...@git.apache.org>.
Github user resmo commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-168295696
  
    LGTM


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland closed the pull request at:

    https://github.com/apache/cloudstack/pull/1297


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by swill <gi...@git.apache.org>.
Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-221160227
  
    
    
    ### CI RESULTS
    
    ```
    Tests Run: 82
      Skipped: 0
       Failed: 0
       Errors: 3
     Duration: 8h 35m 03s
    ```
    
    **Summary of the problem(s):**
    ```
    ERROR: test suite for <class 'integration.smoke.test_vpc_vpn.TestRVPCSite2SiteVpn'>
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 209, in run
        self.setUp()
      File "/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 292, in setUp
        self.setupContext(ancestor)
      File "/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 315, in setupContext
        try_run(context, names)
      File "/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/util.py", line 471, in try_run
        return func()
      File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_vpn.py", line 835, in setUpClass
        cls.template.download(cls.apiclient)
      File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 1350, in download
        elif 'Downloaded' in template.status:
    TypeError: argument of type 'NoneType' is not iterable
    ----------------------------------------------------------------------
    Additional details in: /tmp/MarvinLogs/test_network_TJUSR5/results.txt
    ```
    
    ```
    ERROR: test suite for <class 'integration.smoke.test_vpc_vpn.TestVpcRemoteAccessVpn'>
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 209, in run
        self.setUp()
      File "/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 292, in setUp
        self.setupContext(ancestor)
      File "/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 315, in setupContext
        try_run(context, names)
      File "/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/util.py", line 471, in try_run
        return func()
      File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_vpn.py", line 293, in setUpClass
        cls.template.download(cls.apiclient)
      File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 1350, in download
        elif 'Downloaded' in template.status:
    TypeError: argument of type 'NoneType' is not iterable
    ----------------------------------------------------------------------
    Additional details in: /tmp/MarvinLogs/test_network_TJUSR5/results.txt
    ```
    
    ```
    ERROR: test suite for <class 'integration.smoke.test_vpc_vpn.TestVpcSite2SiteVpn'>
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 209, in run
        self.setUp()
      File "/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 292, in setUp
        self.setupContext(ancestor)
      File "/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 315, in setupContext
        try_run(context, names)
      File "/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/util.py", line 471, in try_run
        return func()
      File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_vpn.py", line 472, in setUpClass
        cls.template.download(cls.apiclient)
      File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 1350, in download
        elif 'Downloaded' in template.status:
    TypeError: argument of type 'NoneType' is not iterable
    ----------------------------------------------------------------------
    Additional details in: /tmp/MarvinLogs/test_network_TJUSR5/results.txt
    ```
    
    
    
    **Associated Uploads**
    
    **`/tmp/MarvinLogs/DeployDataCenter__May_22_2016_06_11_44_7O49QH:`**
    * [dc_entries.obj](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/DeployDataCenter__May_22_2016_06_11_44_7O49QH/dc_entries.obj)
    * [failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/DeployDataCenter__May_22_2016_06_11_44_7O49QH/failed_plus_exceptions.txt)
    * [runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/DeployDataCenter__May_22_2016_06_11_44_7O49QH/runinfo.txt)
    
    **`/tmp/MarvinLogs/test_network_TJUSR5:`**
    * [failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/test_network_TJUSR5/failed_plus_exceptions.txt)
    * [results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/test_network_TJUSR5/results.txt)
    * [runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/test_network_TJUSR5/runinfo.txt)
    
    **`/tmp/MarvinLogs/test_vpc_routers_179GPQ:`**
    * [failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/test_vpc_routers_179GPQ/failed_plus_exceptions.txt)
    * [results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/test_vpc_routers_179GPQ/results.txt)
    * [runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/test_vpc_routers_179GPQ/runinfo.txt)
    
    
    Uploads will be available until `2016-07-24 02:00:00 +0200 CEST`
    
    *Comment created by [`upr comment`](https://github.com/cloudops/upr).*



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by swill <gi...@git.apache.org>.
Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-220021664
  
    CI came back with a clean bill of health this time...
    
    The scale-vm error was also seen in a different PR, so I don't think it is related to this one.  I think this one is ready and I just make a judgement call.  Our tooling is not 100% accurate and we will be doing physical hardware testing on the RC, so think this one gets in.  Thanks for the effort everyone...


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
GitHub user DaanHoogland reopened a pull request:

    https://github.com/apache/cloudstack/pull/1297

    CLOUDSTACK-9203 Implement security group move on updateVM API call

      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaanHoogland/cloudstack CLOUDSTACK-9203

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1297.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 #1297
    
----
commit 50992aa72ba0795b04110c6fd49860496b0dd118
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-05-23T11:54:10Z

    just a comment for testing, please do not merge ;)

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219255024
  
    @NuxRo, is for vmware as well or only xen?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by swill <gi...@git.apache.org>.
Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-220739661
  
    @DaanHoogland you think the issue that travis is having is a genuine issue, is that what you mean?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-220988239
  
    @NuxRo it means debugging the problem has started. what is in here now is not much (you can review it)


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-168254105
  
    pinging every badoy again: @borisroman @wido @resmo @llambiel @pyr @bhaisaab @wilderrodrigues 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-167964362
  
    ping @ustcweizhou


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

Re: [GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by Daan Hoogland <da...@gmail.com>.
Yes, Will.  And it is xen specific.

send by tablet, no warranties in existence
On 21 May 2016 00:59, "swill" <gi...@git.apache.org> wrote:

> Github user swill commented on the pull request:
>
>     https://github.com/apache/cloudstack/pull/1297#issuecomment-220737825
>
>     This is one of the only PRs I have seen consistently failing on the
> scale vm test.  I am not sure what to think about that.  Can you rebase and
> force push or close and reopen to see if we can kick this off again to try
> again?  thx...
>
>
> ---
> 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 infrastructure@apache.org or file a JIRA ticket
> with INFRA.
> ---
>

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by swill <gi...@git.apache.org>.
Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-220737825
  
    This is one of the only PRs I have seen consistently failing on the scale vm test.  I am not sure what to think about that.  Can you rebase and force push or close and reopen to see if we can kick this off again to try again?  thx...


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland closed the pull request at:

    https://github.com/apache/cloudstack/pull/1297


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by NuxRo <gi...@git.apache.org>.
Github user NuxRo commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-217857669
  
    Same here.
    
    Is this XenServer specific, can anyone with an XS test bed help? 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland closed the pull request at:

    https://github.com/apache/cloudstack/pull/1297


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by wido <gi...@git.apache.org>.
Github user wido commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219994116
  
    @DaanHoogland Good! So that means there is no direct blocker for this PR, right?
    
    This is a great addition for CloudStack which I personally would like to see go in.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219210863
  
    I am getting rebase conflicts. In a meetup today but will find some time to resolve conflicts.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by swill <gi...@git.apache.org>.
Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-220020636
  
    
    
    ### CI RESULTS
    
    ```
    Tests Run: 85
      Skipped: 0
       Failed: 0
       Errors: 0
     Duration: 9h 11m 45s
    ```
    
    
    
    **Associated Uploads**
    
    **`/tmp/MarvinLogs/DeployDataCenter__May_18_2016_00_50_54_ZEE42A:`**
    * [dc_entries.obj](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/DeployDataCenter__May_18_2016_00_50_54_ZEE42A/dc_entries.obj)
    * [failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/DeployDataCenter__May_18_2016_00_50_54_ZEE42A/failed_plus_exceptions.txt)
    * [runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/DeployDataCenter__May_18_2016_00_50_54_ZEE42A/runinfo.txt)
    
    **`/tmp/MarvinLogs/test_network_76OYPC:`**
    * [failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/test_network_76OYPC/failed_plus_exceptions.txt)
    * [results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/test_network_76OYPC/results.txt)
    * [runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/test_network_76OYPC/runinfo.txt)
    
    **`/tmp/MarvinLogs/test_vpc_routers_9JCGWG:`**
    * [failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/test_vpc_routers_9JCGWG/failed_plus_exceptions.txt)
    * [results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/test_vpc_routers_9JCGWG/results.txt)
    * [runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/test_vpc_routers_9JCGWG/runinfo.txt)
    
    
    Uploads will be available until `2016-07-18 02:00:00 +0200 CEST`
    
    *Comment created by [`upr comment`](https://github.com/cloudops/upr).*



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by NuxRo <gi...@git.apache.org>.
Github user NuxRo commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219173152
  
    It still doesn't look. I've tested this in a real setup and it seems to do what it's supposed to.
    
    Anything I can help with to get past these errors?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by NuxRo <gi...@git.apache.org>.
Github user NuxRo commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-216222227
  
    rhtyd,
    
    You can test via cloudmonkey, e.g.
    update virtualmachine id=937daff4-7ce8-454c-bc8b-6f96b72017f5 securitygroupids=db6b797f-5262-4be2-a3b1-2a86c7c4f77b,98c9f1da-ce7a-11e5-a710-f2a3ece198a5
    



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-168254041
  
    done some testing:
    
    ![screen shot 2015-12-31 at 22 55 55](https://cloud.githubusercontent.com/assets/2486961/12068663/38964556-b012-11e5-83a3-efd0e5be58e7.png)
    ![screen shot 2015-12-31 at 22 56 20](https://cloud.githubusercontent.com/assets/2486961/12068665/3d2464ae-b012-11e5-8fb8-41fb7fb71cfb.png)
    with cloudmonkey:
    ```
    🐵 > update virtualmachine id=39f058ad-3021-4753-9c96-1aa922a74632 securitygroupnames=exceptional
    Error 431: Virtual machine must be stopped prior to update security groups
    
    🐵 > stop virtualmachine id=39f058ad-3021-4753-9c96-1aa922a74632
    ...
    🐵 > update virtualmachine id=39f058ad-3021-4753-9c96-1aa922a74632 securitygroupnames=exceptional
    ...
    ```
    resulting in
    ![screen shot 2015-12-31 at 22 58 54](https://cloud.githubusercontent.com/assets/2486961/12068669/6b2f229e-b012-11e5-8111-2b0f669aebfa.png)



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by swill <gi...@git.apache.org>.
Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-208915830
  
    @DaanHoogland for the test that often fails in my environment, check @remibergsma's comments here: https://github.com/apache/cloudstack/pull/1449#issuecomment-204764789


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by bvbharatk <gi...@git.apache.org>.
Github user bvbharatk commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-202176758
  
    ### ACS CI BVT Run
     **Sumarry:**
     Build Number 137
     Hypervisor xenserver
     NetworkType Advanced
     Passed=101
     Failed=1
     Skipped=4
    
    _Link to logs Folder (search by build_no):_ https://www.dropbox.com/sh/yj3wnzbceo9uef2/AAB6u-Iap-xztdm6jHX9SjPja?dl=0
    
    
    **Failed tests:**
    * integration.smoke.test_privategw_acl.TestPrivateGwACL
    
     * test_01_vpc_privategw_acl Failed
    
    
    **Skipped tests:**
    test_vm_nic_adapter_vmxnet3
    test_deploy_vgpu_enabled_vm
    test_06_copy_template
    test_06_copy_iso
    
    **Passed test suits:**
    integration.smoke.test_deploy_vm_with_userdata.TestDeployVmWithUserData
    integration.smoke.test_affinity_groups_projects.TestDeployVmWithAffinityGroup
    integration.smoke.test_portable_publicip.TestPortablePublicIPAcquire
    integration.smoke.test_over_provisioning.TestUpdateOverProvision
    integration.smoke.test_global_settings.TestUpdateConfigWithScope
    integration.smoke.test_scale_vm.TestScaleVm
    integration.smoke.test_service_offerings.TestCreateServiceOffering
    integration.smoke.test_loadbalance.TestLoadBalance
    integration.smoke.test_routers.TestRouterServices
    integration.smoke.test_reset_vm_on_reboot.TestResetVmOnReboot
    integration.smoke.test_snapshots.TestSnapshotRootDisk
    integration.smoke.test_deploy_vms_with_varied_deploymentplanners.TestDeployVmWithVariedPlanners
    integration.smoke.test_network.TestDeleteAccount
    integration.smoke.test_non_contigiousvlan.TestUpdatePhysicalNetwork
    integration.smoke.test_deploy_vm_iso.TestDeployVMFromISO
    integration.smoke.test_public_ip_range.TestDedicatePublicIPRange
    integration.smoke.test_multipleips_per_nic.TestDeployVM
    integration.smoke.test_regions.TestRegions
    integration.smoke.test_affinity_groups.TestDeployVmWithAffinityGroup
    integration.smoke.test_network_acl.TestNetworkACL
    integration.smoke.test_pvlan.TestPVLAN
    integration.smoke.test_volumes.TestCreateVolume
    integration.smoke.test_ssvm.TestSSVMs
    integration.smoke.test_nic.TestNic
    integration.smoke.test_deploy_vm_root_resize.TestDeployVM
    integration.smoke.test_resource_detail.TestResourceDetail
    integration.smoke.test_secondary_storage.TestSecStorageServices
    integration.smoke.test_disk_offerings.TestCreateDiskOffering


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by NuxRo <gi...@git.apache.org>.
Github user NuxRo commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219252770
  
    Not right now, I can try to build some nested stuff next week and have a go with that. I'll let you know. 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by NuxRo <gi...@git.apache.org>.
Github user NuxRo commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-220984529
  
    Thanks Daan,
    
    Does that mean we're good to go?
    



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by swill <gi...@git.apache.org>.
Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-218810209
  
    @DaanHoogland can you force push as we should have fixes for Jenkins and Travis in place now.  If we can get some final verification on this one then we can get into 4.9.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by swill <gi...@git.apache.org>.
Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-220745686
  
    Have a nice weekend. :) 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
GitHub user DaanHoogland reopened a pull request:

    https://github.com/apache/cloudstack/pull/1297

    CLOUDSTACK-9203 Implement security group move on updateVM API call

      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaanHoogland/cloudstack CLOUDSTACK-9203

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1297.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 #1297
    
----
commit 151c1fb2f15813db724752e435dd5817afafe06d
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-04-11T18:22:34Z

    CLOUDSTACK-9203 Implement security group move on updateVM API call
    
      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

commit b8dbaf7fa439c941af0b3e21110ef33ff310d974
Author: Loic Lambiel <ll...@exoscale.ch>
Date:   2015-05-15T13:15:26Z

    CLOUDSTACK-9203 Prevent security group update while instance is running
    
          cherry-picked from a exoscale internal fix
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java

commit f6aaf3323cb0f0b4b1cfe08a58c2e4e391698c77
Author: Daan Hoogland <da...@onecht.net>
Date:   2015-12-30T12:13:38Z

    CLOUDSTACK-9203 refactorred DeployVM code to be used by UpdateVM as well
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java

commit 2fa8b22ec6a4f24e08c34f2e0de361c414eecaa4
Author: Daan Hoogland <da...@onecht.net>
Date:   2015-12-30T12:13:38Z

    CLOUDSTACK-9203 refactorred DeployVM code to be used by UpdateVM as well
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java

commit 545e8adfe7a8d6e63639d34f8160efa559f4fc83
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2016-01-12T09:56:07Z

    CLOUDSTACK-9203: fix issue if there are multiple shared networks

commit ae558e9f34fb239e35a6e3e078f121b7440f917d
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2016-01-22T11:45:13Z

    CLOUDSTACK-9203: fix issue when update vm in isolated networks

commit 3efc7c2ccc211c0a40f6edf7f1ce394e1e8f64dc
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-04-11T18:22:34Z

    CLOUDSTACK-9203 Implement security group move on updateVM API call
    
      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-216853436
  
    @rhtyd @NuxRo sound like a regession. I will look at it.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by swill <gi...@git.apache.org>.
Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-221278053
  
    Apparently `status` is missing from the `listTemplates` response in some cases.  I will investigate after we freeze and before we cut an RC to see if we can resolve it.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
GitHub user DaanHoogland reopened a pull request:

    https://github.com/apache/cloudstack/pull/1297

    CLOUDSTACK-9203 Implement security group move on updateVM API call

      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaanHoogland/cloudstack CLOUDSTACK-9203

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1297.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 #1297
    
----
commit 0d02a778fa89a175a5e1869766202f2308f23fcf
Author: Loic Lambiel <ll...@exoscale.ch>
Date:   2015-05-15T13:15:26Z

    CLOUDSTACK-9203 Prevent security group update while instance is running
    
          cherry-picked from a exoscale internal fix
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java

commit aa72dbd814de4ea88f1835a3eb99053082a2e84c
Author: Daan Hoogland <da...@onecht.net>
Date:   2015-12-30T12:13:38Z

    CLOUDSTACK-9203 refactorred DeployVM code to be used by UpdateVM as well
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java

commit f72c8f23b4acccc35bea10455e70dbc30afeee29
Author: Daan Hoogland <da...@onecht.net>
Date:   2015-12-30T12:13:38Z

    CLOUDSTACK-9203 refactorred DeployVM code to be used by UpdateVM as well
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java

commit 659f527095fe24f55cbe2a73ecbe6eec31714052
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2016-01-12T09:56:07Z

    CLOUDSTACK-9203: fix issue if there are multiple shared networks

commit 64e5792d347540df505dff88087a33d8d62bc0e4
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2016-01-22T11:45:13Z

    CLOUDSTACK-9203: fix issue when update vm in isolated networks

commit acf0213f1cee740ec9ff6c9df902ab5a64adb922
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-04-11T18:22:34Z

    CLOUDSTACK-9203 Implement security group move on updateVM API call
    
      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

commit 976feb31862b5b17f3a3d139bd348ac501cc512b
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-04-11T18:22:34Z

    CLOUDSTACK-9203 Implement security group move on updateVM API call
    
      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by wido <gi...@git.apache.org>.
Github user wido commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-168987824
  
    One comment I have on the code. Otherwise it looks good.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by NuxRo <gi...@git.apache.org>.
Github user NuxRo commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-217795687
  
    Sorry to be a pain, but any updates on this? 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by swill <gi...@git.apache.org>.
Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219835068
  
    
    
    ### CI RESULTS
    
    ```
    Tests Run: 85
      Skipped: 0
       Failed: 1
       Errors: 0
     Duration: 4h 17m 48s
    ```
    
    **Summary of the problem(s):**
    ```
    FAIL: test_03_vpc_privategw_restart_vpc_cleanup (integration.smoke.test_privategw_acl.TestPrivateGwACL)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/data/git/cs2/cloudstack/test/integration/smoke/test_privategw_acl.py", line 274, in test_03_vpc_privategw_restart_vpc_cleanup
        self.performVPCTests(vpc_off, restart_with_cleanup = True)
      File "/data/git/cs2/cloudstack/test/integration/smoke/test_privategw_acl.py", line 351, in performVPCTests
        self.check_pvt_gw_connectivity(vm1, public_ip_1, [vm2.nic[0].ipaddress, vm1.nic[0].ipaddress])
      File "/data/git/cs2/cloudstack/test/integration/smoke/test_privategw_acl.py", line 704, in check_pvt_gw_connectivity
        "Ping to VM on Network Tier N from VM in Network Tier A should be successful at least for 2 out of 3 VMs"
    AssertionError: Ping to VM on Network Tier N from VM in Network Tier A should be successful at least for 2 out of 3 VMs
    ----------------------------------------------------------------------
    Additional details in: /tmp/MarvinLogs/test_network_BW9J52/results.txt
    ```
    
    
    
    **Associated Uploads**
    
    **`/tmp/MarvinLogs/DeployDataCenter__May_17_2016_17_19_42_5JBV7P:`**
    * [dc_entries.obj](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/DeployDataCenter__May_17_2016_17_19_42_5JBV7P/dc_entries.obj)
    * [failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/DeployDataCenter__May_17_2016_17_19_42_5JBV7P/failed_plus_exceptions.txt)
    * [runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/DeployDataCenter__May_17_2016_17_19_42_5JBV7P/runinfo.txt)
    
    **`/tmp/MarvinLogs/test_network_BW9J52:`**
    * [failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/test_network_BW9J52/failed_plus_exceptions.txt)
    * [results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/test_network_BW9J52/results.txt)
    * [runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/test_network_BW9J52/runinfo.txt)
    
    **`/tmp/MarvinLogs/test_vpc_routers_HFGHFG:`**
    * [failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/test_vpc_routers_HFGHFG/failed_plus_exceptions.txt)
    * [results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/test_vpc_routers_HFGHFG/results.txt)
    * [runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1297/tmp/MarvinLogs/test_vpc_routers_HFGHFG/runinfo.txt)
    
    
    Uploads will be available until `2016-07-17 02:00:00 +0200 CEST`
    
    *Comment created by [`upr comment`](https://github.com/cloudops/upr).*



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cloudstack/pull/1297


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219252532
  
    test_01_scale_vm failed again. Any body with the right infra to test this? @NuxRo ?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by remibergsma <gi...@git.apache.org>.
Github user remibergsma commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-172245080
  
    @DaanHoogland Did I miss the integration tests?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-208752537
  
    @ustcweizhou Can you review, the rebasing led to more commits then expected. The result looks fine but I am not sure.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
GitHub user DaanHoogland reopened a pull request:

    https://github.com/apache/cloudstack/pull/1297

    CLOUDSTACK-9203 Implement security group move on updateVM API call

      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaanHoogland/cloudstack CLOUDSTACK-9203

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1297.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 #1297
    
----
commit 8c633f27622b09aca4f49062baeca83523071c06
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-04-11T18:22:34Z

    CLOUDSTACK-9203 Implement security group move on updateVM API call
    
      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

commit 6e7260ed246f955429a3a1c0e93576c9d4864fca
Author: Daan Hoogland <da...@onecht.net>
Date:   2015-12-30T12:13:38Z

    CLOUDSTACK-9203 refactorred DeployVM code to be used by UpdateVM as well
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java

commit 4506fa93f00c18800d31a2d00e5698c80622936b
Author: Loic Lambiel <ll...@exoscale.ch>
Date:   2015-05-15T13:15:26Z

    CLOUDSTACK-9203 Prevent security group update while instance is running
    
          cherry-picked from a exoscale internal fix
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java

commit 7bce4badbe29724e575883ef9485312603dfc46c
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2016-01-12T09:56:07Z

    CLOUDSTACK-9203: fix issue if there are multiple shared networks

commit 3d859c90effd71aab99f97ae65e2cad30960ca4b
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2016-01-22T11:45:13Z

    CLOUDSTACK-9203: fix issue when update vm in isolated networks

commit b7d58e6451a2f2234f05d6899a62a0e5da7e87e2
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-04-11T18:22:34Z

    CLOUDSTACK-9203 Implement security group move on updateVM API call
    
      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

commit 82a8d2dde76289dcd7a17ebda6fec8af07f8df73
Author: Daan Hoogland <da...@onecht.net>
Date:   2015-12-30T12:13:38Z

    CLOUDSTACK-9203 refactorred DeployVM code to be used by UpdateVM as well
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-208506356
  
    new integration run pending


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-208919017
  
    @swill that is definitely not the same issue as I'm having. it is in the same test however


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by NuxRo <gi...@git.apache.org>.
Github user NuxRo commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-216781424
  
    Any idea why Travis fails that 1 job?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by NuxRo <gi...@git.apache.org>.
Github user NuxRo commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219459752
  
    Right, had a closer look. That check fails due to env problems:
    https://paste.fedoraproject.org/367164/12782146/raw/
    
    i.e. "updatevirtualmachine failed, due to: errorCode: 431, errorText:Unable to find network with trafficType Guest and guestType Shared in zone 1"
    
    The check should be run in a Security Group zone, not in a pure Advanced one.
    
    Talked to @swill and he doesn't know how to get out of this pickle.
    
    @wido Do things still check out for you? I'm guessing the feature is mostly of interest to you (,me) and others who run public cloud with SG.
    
    Any suggestions how to move forward?
    



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-220739198
  
    @swill I think it is genuine.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by rhtyd <gi...@git.apache.org>.
Github user rhtyd commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-216792938
  
    Looks like a cleanup/env issue, can you push -f again @DaanHoogland 
    
    In Travis, scroll down at the end -- see the table which test failed (exception/failed etc) and at the end click on the second last knob/triangle to see marvin output and search for failed test:
    
    ```
    2016-05-03 17:31:02,554 - CRITICAL - EXCEPTION: test_01_scale_vm: ['Traceback (most recent call last):\n', '  File "/opt/python/2.7.10/lib/python2.7/unittest/case.py", line 331, in run\n    testMethod()\n', '  File "/home/travis/build/apache/cloudstack/test/integration/smoke/test_scale_vm.py", line 151, in test_01_scale_vm\n    isdynamicallyscalable=\'true\')\n', '  File "/home/travis/.local/lib/python2.7/site-packages/marvin/lib/base.py", line 631, in update\n    return(apiclient.updateVirtualMachine(cmd))\n', '  File "/home/travis/.local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 740, in updateVirtualMachine\n    response = self.connection.marvinRequest(command, response_type=response, method=method)\n', '  File "/home/travis/.local/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 379, in marvinRequest\n    raise e\n', 'CloudstackAPIException: Execute cmd: updatevirtualmachine failed, due to: errorCode: 431, errorText:Unable 
 to find network with trafficType Guest and guestType Shared in zone 1\n']
    ```


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by remibergsma <gi...@git.apache.org>.
Github user remibergsma commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1297#discussion_r64153911
  
    --- Diff: server/src/com/cloud/vm/UserVmManagerImpl.java ---
    @@ -2451,6 +2455,21 @@ public UserVm updateVirtualMachine(long id, String displayName, String group, Bo
                 isDynamicallyScalable = vm.isDynamicallyScalable();
             }
     
    +        // Get default guest network in Basic zone
    +        DataCenterVO zone = _dcDao.findById(vm.getDataCenterId());
    +        Network defaultNetwork = _networkModel.getExclusiveGuestNetwork(zone.getId());
    +
    +        boolean isVmWare = (vm.getHypervisorType() == HypervisorType.VMware);
    --- End diff --
    
    Small detail: Please check the spelling of VMware, I see lots of different variations and believe VMware is the right one.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland closed the pull request at:

    https://github.com/apache/cloudstack/pull/1297


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-221202570
  
    @swill, do you know what those errors are about? (always a dizzy feeling when this happens)


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland closed the pull request at:

    https://github.com/apache/cloudstack/pull/1297


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1297#discussion_r48840815
  
    --- Diff: server/src/com/cloud/vm/UserVmManagerImpl.java ---
    @@ -2288,6 +2290,7 @@ public UserVm updateVirtualMachine(UpdateVMCmd cmd) throws ResourceUnavailableEx
             String hostName = cmd.getHostName();
             Map<String,String> details = cmd.getDetails();
             Account caller = CallContext.current().getCallingAccount();
    +        List<Long> securityGroupIdList = getSecurityGroupIdList(cmd);
    --- End diff --
    
    The updateVirtualMachine below can handle the null value (see line 2463)


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by rhtyd <gi...@git.apache.org>.
Github user rhtyd commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-216219677
  
    @DaanHoogland rebase against master, squash changes into a single commit, thanks
    
    Please advise how to test this


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-172261361
  
    btw it also is based on exoscale production code


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-220973201
  
    got the test to run locally with
    ```
    ssh cs0 /data/shared/helper_scripts/cloudstack/build_run_deploy_test.sh -m /data/git/cs1/cloudstack/setup/dev/advanced.cfg -S -s -t -f /data/shared/helper_scripts/cloudstack/run_scale_vm.sh
    ```
    , so the rest is office-time-work


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
GitHub user DaanHoogland reopened a pull request:

    https://github.com/apache/cloudstack/pull/1297

    CLOUDSTACK-9203 Implement security group move on updateVM API call

      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaanHoogland/cloudstack CLOUDSTACK-9203

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1297.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 #1297
    
----
commit 151c1fb2f15813db724752e435dd5817afafe06d
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-04-11T18:22:34Z

    CLOUDSTACK-9203 Implement security group move on updateVM API call
    
      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

commit b8dbaf7fa439c941af0b3e21110ef33ff310d974
Author: Loic Lambiel <ll...@exoscale.ch>
Date:   2015-05-15T13:15:26Z

    CLOUDSTACK-9203 Prevent security group update while instance is running
    
          cherry-picked from a exoscale internal fix
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java

commit f6aaf3323cb0f0b4b1cfe08a58c2e4e391698c77
Author: Daan Hoogland <da...@onecht.net>
Date:   2015-12-30T12:13:38Z

    CLOUDSTACK-9203 refactorred DeployVM code to be used by UpdateVM as well
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java

commit 2fa8b22ec6a4f24e08c34f2e0de361c414eecaa4
Author: Daan Hoogland <da...@onecht.net>
Date:   2015-12-30T12:13:38Z

    CLOUDSTACK-9203 refactorred DeployVM code to be used by UpdateVM as well
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java

commit 545e8adfe7a8d6e63639d34f8160efa559f4fc83
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2016-01-12T09:56:07Z

    CLOUDSTACK-9203: fix issue if there are multiple shared networks

commit ae558e9f34fb239e35a6e3e078f121b7440f917d
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2016-01-22T11:45:13Z

    CLOUDSTACK-9203: fix issue when update vm in isolated networks

commit 3efc7c2ccc211c0a40f6edf7f1ce394e1e8f64dc
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-04-11T18:22:34Z

    CLOUDSTACK-9203 Implement security group move on updateVM API call
    
      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by swill <gi...@git.apache.org>.
Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219546552
  
    there were a couple fixes to jenkins and travis in a commit a few days ago, so i wanted to make sure those fixes were in the code base when you pushed.  I am concerned some of the PRs with failing Jenkins or Travis runs are missing some of the recent fixes.  I am going to have to make judgement calls on some of these anyway.  Just trying to get a final status on everything before I merge and freeze.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by NuxRo <gi...@git.apache.org>.
Github user NuxRo commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-220033959
  
    Thanks buddies.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by swill <gi...@git.apache.org>.
Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219540048
  
    @DaanHoogland can you rebase and push this one again to see if we can get travis to finally pass?  thx...


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by wido <gi...@git.apache.org>.
Github user wido commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219950787
  
    @swill Is the failure related to this PR you think? Having this in 4.9 would be a good to have.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
GitHub user DaanHoogland reopened a pull request:

    https://github.com/apache/cloudstack/pull/1297

    CLOUDSTACK-9203 Implement security group move on updateVM API call

      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaanHoogland/cloudstack CLOUDSTACK-9203

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1297.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 #1297
    
----
commit 0d02a778fa89a175a5e1869766202f2308f23fcf
Author: Loic Lambiel <ll...@exoscale.ch>
Date:   2015-05-15T13:15:26Z

    CLOUDSTACK-9203 Prevent security group update while instance is running
    
          cherry-picked from a exoscale internal fix
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java

commit aa72dbd814de4ea88f1835a3eb99053082a2e84c
Author: Daan Hoogland <da...@onecht.net>
Date:   2015-12-30T12:13:38Z

    CLOUDSTACK-9203 refactorred DeployVM code to be used by UpdateVM as well
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java

commit f72c8f23b4acccc35bea10455e70dbc30afeee29
Author: Daan Hoogland <da...@onecht.net>
Date:   2015-12-30T12:13:38Z

    CLOUDSTACK-9203 refactorred DeployVM code to be used by UpdateVM as well
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java

commit 659f527095fe24f55cbe2a73ecbe6eec31714052
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2016-01-12T09:56:07Z

    CLOUDSTACK-9203: fix issue if there are multiple shared networks

commit 64e5792d347540df505dff88087a33d8d62bc0e4
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2016-01-22T11:45:13Z

    CLOUDSTACK-9203: fix issue when update vm in isolated networks

commit acf0213f1cee740ec9ff6c9df902ab5a64adb922
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-04-11T18:22:34Z

    CLOUDSTACK-9203 Implement security group move on updateVM API call
    
      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

commit 976feb31862b5b17f3a3d139bd348ac501cc512b
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-04-11T18:22:34Z

    CLOUDSTACK-9203 Implement security group move on updateVM API call
    
      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
GitHub user DaanHoogland reopened a pull request:

    https://github.com/apache/cloudstack/pull/1297

    CLOUDSTACK-9203 Implement security group move on updateVM API call

      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaanHoogland/cloudstack CLOUDSTACK-9203

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1297.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 #1297
    
----
commit 8c633f27622b09aca4f49062baeca83523071c06
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-04-11T18:22:34Z

    CLOUDSTACK-9203 Implement security group move on updateVM API call
    
      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

commit 6e7260ed246f955429a3a1c0e93576c9d4864fca
Author: Daan Hoogland <da...@onecht.net>
Date:   2015-12-30T12:13:38Z

    CLOUDSTACK-9203 refactorred DeployVM code to be used by UpdateVM as well
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java

commit 4506fa93f00c18800d31a2d00e5698c80622936b
Author: Loic Lambiel <ll...@exoscale.ch>
Date:   2015-05-15T13:15:26Z

    CLOUDSTACK-9203 Prevent security group update while instance is running
    
          cherry-picked from a exoscale internal fix
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java

commit 7bce4badbe29724e575883ef9485312603dfc46c
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2016-01-12T09:56:07Z

    CLOUDSTACK-9203: fix issue if there are multiple shared networks

commit 3d859c90effd71aab99f97ae65e2cad30960ca4b
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2016-01-22T11:45:13Z

    CLOUDSTACK-9203: fix issue when update vm in isolated networks

commit b7d58e6451a2f2234f05d6899a62a0e5da7e87e2
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-04-11T18:22:34Z

    CLOUDSTACK-9203 Implement security group move on updateVM API call
    
      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

commit 82a8d2dde76289dcd7a17ebda6fec8af07f8df73
Author: Daan Hoogland <da...@onecht.net>
Date:   2015-12-30T12:13:38Z

    CLOUDSTACK-9203 refactorred DeployVM code to be used by UpdateVM as well
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-172261313
  
    @remibergsma the api was tested in sg. We can run a full regression suit if you feel it is needed. I don't feel we need to test anything but the call with updated security groups.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-172191812
  
    @wido @remibergsma Can we merge?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-208753341
  
    @remibergsma @swill this one test always failing in our environments doesn't sit good with me. It feels like we are accepting a crippled system to be carried. I'll spend some time there.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by rhtyd <gi...@git.apache.org>.
Github user rhtyd commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-216442091
  
    @DaanHoogland can you do a rebase and push -f, Travis failed for `test_01_scale_vm` test
    
    In general, LGTM (just code review)


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by rhtyd <gi...@git.apache.org>.
Github user rhtyd commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-216435475
  
    @DaanHoogland thanks, how about you have consecutive changes by the same author squashed to one commit; while keep it separate per author in general


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
GitHub user DaanHoogland reopened a pull request:

    https://github.com/apache/cloudstack/pull/1297

    CLOUDSTACK-9203 Implement security group move on updateVM API call

      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaanHoogland/cloudstack CLOUDSTACK-9203

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1297.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 #1297
    
----
commit 151c1fb2f15813db724752e435dd5817afafe06d
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-04-11T18:22:34Z

    CLOUDSTACK-9203 Implement security group move on updateVM API call
    
      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

commit b8dbaf7fa439c941af0b3e21110ef33ff310d974
Author: Loic Lambiel <ll...@exoscale.ch>
Date:   2015-05-15T13:15:26Z

    CLOUDSTACK-9203 Prevent security group update while instance is running
    
          cherry-picked from a exoscale internal fix
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java

commit f6aaf3323cb0f0b4b1cfe08a58c2e4e391698c77
Author: Daan Hoogland <da...@onecht.net>
Date:   2015-12-30T12:13:38Z

    CLOUDSTACK-9203 refactorred DeployVM code to be used by UpdateVM as well
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java

commit 2fa8b22ec6a4f24e08c34f2e0de361c414eecaa4
Author: Daan Hoogland <da...@onecht.net>
Date:   2015-12-30T12:13:38Z

    CLOUDSTACK-9203 refactorred DeployVM code to be used by UpdateVM as well
    
     Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java

commit 545e8adfe7a8d6e63639d34f8160efa559f4fc83
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2016-01-12T09:56:07Z

    CLOUDSTACK-9203: fix issue if there are multiple shared networks

commit ae558e9f34fb239e35a6e3e078f121b7440f917d
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2016-01-22T11:45:13Z

    CLOUDSTACK-9203: fix issue when update vm in isolated networks

commit 3efc7c2ccc211c0a40f6edf7f1ce394e1e8f64dc
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-04-11T18:22:34Z

    CLOUDSTACK-9203 Implement security group move on updateVM API call
    
      cherry-picked from a exoscale internal fix
    
    Conflicts:
    	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
    	server/src/com/cloud/vm/UserVmManager.java
    	server/src/com/cloud/vm/UserVmManagerImpl.java

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-220742798
  
    I might find the time but it is long since I worked with xen. Also I must find new joy for this hobby. So no promises


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland closed the pull request at:

    https://github.com/apache/cloudstack/pull/1297


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by swill <gi...@git.apache.org>.
Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-220741573
  
    OK. I don't really have the bandwidth to troubleshoot this (unfortunately).  This is one of the many PRs that are on the bubble which I am trying to figure out what to do with. For now I am thinking not to merge it because this issue seems to be only happening with this PR. I am already almost a week late (of my own imposed deadline), so I have to make hard decisions soon on some of these.  


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219238801
  
    @rhtyd  @swill @NuxRo I resolved the conflict. Looks like we want to rerun integration tests and maybe test the dynamic service offering bit???


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland closed the pull request at:

    https://github.com/apache/cloudstack/pull/1297


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by swill <gi...@git.apache.org>.
Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219100429
  
    This one errored again in both Jenkins and Travis.  Not sure if that signifies an actual problem or if things are just acting up.  I fix to some of the issues in Jenkins and Travis have been pushed since this was last run.  Can we kick this one again to see if it comes back clean now.  If not, we may need to investigate.  Thx...


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1297#issuecomment-219974055
  
    @wido the travis problems seem to be in xen functionality. I haven't got a working xen setup atm. The eror from @swill his run is not specific to this PR


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---