[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-17 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-219702802 Everything is duplicated in these results because I ran it a second time to see if any of the errors cleared up on a second run. --- If your project is set up for it

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-17 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-219702648 ### CI RESULTS ``` Tests Run: 170 Skipped: 0 Failed: 9 Errors: 0 Duration: 8h 52m 46s ``` **Summary of the

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-16 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-219462622 I will run CI against it again today to see if it was an issue with that environment. --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-16 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-219432167 @swill I can only reproduce the loadbalance errors, not the others. When I look at the errors I doubt they are related. They work fine for me. But anyway, no mo

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-16 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-21941 As you can see, I am still having a hell of a time with CI on this one. :( --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-16 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-219413266 ### CI RESULTS ``` Tests Run: 57 Skipped: 0 Failed: 4 Errors: 14 Duration: 5h 15m 07s ``` **Summary of the

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-13 Thread kiwiflyer
Github user kiwiflyer commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-219137807 LGTM based on the manual testing above. --- 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 pr

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-13 Thread kiwiflyer
Github user kiwiflyer commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-219137482 Kill the Master VR: ![int_before_fo](https://cloud.githubusercontent.com/assets/17278194/15259402/b4659c14-1916-11e6-8169-b397f102.png) ![ki

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-13 Thread kiwiflyer
Github user kiwiflyer commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-219137269 Add a new ACL, add a rule to it and apply it to a Tier: ![acs_before](https://cloud.githubusercontent.com/assets/17278194/15259376/94178760-1916-11e6-845d

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-13 Thread kiwiflyer
Github user kiwiflyer commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-219137332 Add a private gw: ![add_pg](https://cloud.githubusercontent.com/assets/17278194/15259388/a3d1da2a-1916-11e6-8077-d9980fc8641a.png) --- If your project

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-13 Thread kiwiflyer
Github user kiwiflyer commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-219137126 Hot add static route: ![hot_add_static_route](https://cloud.githubusercontent.com/assets/17278194/15259361/77dad958-1916-11e6-904c-d0ae35b8554a.png) --

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-13 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-219077134 @kiwiflyer thanks, I will run CI against it as well. It is good to have CI posted as well as manual verification. that gives us the most confidence that everything

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-13 Thread kiwiflyer
Github user kiwiflyer commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-219076184 We have the fixes pulled in for testing. --- 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 p

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-13 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-219074669 I will rerun CI on this now. 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 d

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-13 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-219037267 Pushed the fix and the tests now pass: ``` [root@cs2 cloudstack]# cat /tmp//MarvinLogs/test_network_7VU0DJ/results.txt Test for port forwarding

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-13 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-219005330 @swill @kiwiflyer I run the integration tests over night and they look much better now. I only see some test fail in `smoke/test_network.py` that seem to have t

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-11 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-218648913 Thanks for the hard work @remibergsma. 👍 --- 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

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-11 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-218595232 Worked with @swill and @kiwiflyer and found the issue: one bit was missing in the backport from Cosmic. Will look into that tomorrow. --- If your project is se

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-11 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-218578631 ### CI RESULTS ``` Tests Run: 85 Skipped: 0 Failed: 24 Errors: 10 Duration: 10h 46m 24s ``` **Summary of th

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-11 Thread kiwiflyer
Github user kiwiflyer commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-218446038 Remi, I'm seeing some issues with this PR, related to the way the VR scripts utilize the argv file name for other uses. We spent a fair bit of time trying

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-05-02 Thread rhtyd
Github user rhtyd commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-216226822 Good improvement, LGTM (just code review) tag:needlove --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-04-11 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1470#discussion_r59294770 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java --- @@ -300,6 +303,8 @@ public ExecutionResult cr

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-04-11 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1470#discussion_r59294795 --- Diff: core/src/com/cloud/agent/resource/virtualnetwork/facade/AbstractConfigItemFacade.java --- @@ -104,13 +109,25 @@ public static AbstractConfigI

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-04-11 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1470#discussion_r59294765 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java --- @@ -292,6 +292,9 @@ public ExecutionResult ex

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-04-11 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1470#discussion_r59294640 --- Diff: core/src/com/cloud/agent/resource/virtualnetwork/facade/AbstractConfigItemFacade.java --- @@ -104,13 +109,25 @@ public static AbstractConfigI

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-04-11 Thread swill
Github user swill commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1470#discussion_r59290164 --- Diff: core/src/com/cloud/agent/resource/virtualnetwork/facade/AbstractConfigItemFacade.java --- @@ -104,13 +109,25 @@ public static AbstractConfigItem

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-04-07 Thread jburwell
Github user jburwell commented on the pull request: https://github.com/apache/cloudstack/pull/1470#issuecomment-207082450 @remibergsma this looks like a good improvement to processing on the VR. Please look through my feedback on #1465 regarding string and logging performance. They

[GitHub] cloudstack pull request: Make the generated json files unique to p...

2016-04-07 Thread remibergsma
GitHub user remibergsma opened a pull request: https://github.com/apache/cloudstack/pull/1470 Make the generated json files unique to prevent concurrency issues The json files now have UUIDs to prevent them from getting overwritten before they've been executed. Prevents config to be