Re: Adding a Config value to Cloudstack

2016-11-04 Thread Jeff Hair
You pretty much have to insert it manually. You need to either make a database migration for it, or just run a query for insert. We've run into similar problems on our own fork, and our solution was to ensure all config values get created on startup. This is the code we used to do it:

[GitHub] cloudstack issue #1745: CLOUDSTACK-9503: Increased the VR script timeout. Mo...

2016-11-04 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1745 Trillian test result (tid-298) Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7 Total time taken: 31109 seconds Marvin logs:

[GitHub] cloudstack issue #1745: CLOUDSTACK-9503: Increased the VR script timeout. Mo...

2016-11-04 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1745 Trillian test result (tid-296) Environment: xenserver-65sp1 (x2), Advanced Networking with Mgmt server 6 Total time taken: 30497 seconds Marvin logs:

Re: Adding a Config value to Cloudstack

2016-11-04 Thread Syed Ahmed
Yes, I've done exactly what you've shown here Nicolas, make the class implement Configurable, add the getConfigKeys and created the Param. However when I reinstall Cloudstack, the startup does not seem to pick up the newly added config. As a workaround, I had to reset the "init" value as "false"

Re: Adding a Config value to Cloudstack

2016-11-04 Thread Nicolás Vázquez
Hi Syed, You can do it using ConfigKey class (org.apache.cloudstack.framework.config.ConfigKey) like this: - Define your new configuration as a variable in a class that implements Configurable (org.apache.cloudstack.framework.config.Configurable) using ConfigKey constructor in which you

Adding a Config value to Cloudstack

2016-11-04 Thread Syed Ahmed
Hi Guys, I've been trying to add a new global config to Cloudstack. I've been following the instructions mentioned at https://cwiki.apache.org/confluence/display/CLOUDSTACK/Configuration but when I reinstall my Cloudstack, I don't see the setting in the configuration table in Cloudstack. Does

Re: Marvin Error

2016-11-04 Thread Tutkowski, Mike
I just saw your other e-mail, Will. Most of my VMs in our lab do run with Bridged, but this one is a little Ubuntu VM on my laptop, so I had just decided to use NAT. NAT had worked well until VirtualBox 5.0.28 and only seemed to fail for me when making use of the CloudStack integration port

Re: Marvin Error

2016-11-04 Thread Will Stevens
good to know. :P *Will STEVENS* Lead Developer On Fri, Nov 4, 2016 at 3:22 PM, Tutkowski, Mike wrote: > Wow…that solved it. I rolled back to VirtualBox 5.0.22 from 5.0.28. I > probably could have just gone back one version, but wasn’t sure

Re: Marvin Error

2016-11-04 Thread Tutkowski, Mike
Wow…that solved it. I rolled back to VirtualBox 5.0.22 from 5.0.28. I probably could have just gone back one version, but wasn’t sure exactly what version I was running before “upgrading” to 5.0.28. On 11/4/16, 1:17 PM, "Tutkowski, Mike" wrote: I’m using NAT.

Re: Marvin Error

2016-11-04 Thread Will Stevens
I would try bridged if you haven't already. I have found that bridged networking has the least side effects when running VMs on my laptop. *Will STEVENS* Lead Developer On Fri, Nov 4, 2016 at 3:17 PM, Tutkowski, Mike wrote: > I’m using NAT.

Re: Marvin Error

2016-11-04 Thread Tutkowski, Mike
I’m using NAT. I’m in the process of going back to an earlier version of VirtualBox to see if that fixes the issue. On 11/4/16, 1:15 PM, "williamstev...@gmail.com on behalf of Will Stevens" wrote: what networking configuration

Re: Marvin Error

2016-11-04 Thread Will Stevens
what networking configuration are you using? bridged? maybe try changing it to shared or natted. i don't remember which options you have in vbox, but i remember there were a couple options. just a thought... *Will STEVENS* Lead Developer On Fri, Nov 4, 2016 at 3:10

Re: Marvin Error

2016-11-04 Thread Tutkowski, Mike
Yeah, the weird part is that, for example, http://192.168.129.50:8096/client/api?response=json=listUsers=true works from any Ubuntu client of my that is not running on VirtualBox on my Mac OX X laptop. I may have recently “upgraded” VirtualBox this past week (I can’t remember) and it may have

Re: Marvin Error

2016-11-04 Thread Will Stevens
stupid question, but you do have the port 8096 turned on right? i think cloudstack ships with that turned off by default. if you use port 8080 with an api and secret key, does that work? if you try with cloudmonkey, does that work? *Will STEVENS* Lead Developer On

Re: Marvin Error

2016-11-04 Thread Tutkowski, Mike
Actually, the problem only surfaces on Ubuntu VMs running on my Mac OS X laptop. Weird. Was working just fine a couple days ago. Maybe an automatic update on Mac OS X broke something. On 11/4/16, 12:59 PM, "Tutkowski, Mike" wrote: Interesingly, I just installed

Re: Marvin Error

2016-11-04 Thread Tutkowski, Mike
Interesingly, I just installed a new Ubuntu 14.04 VM with no CloudStack components on it and it, too, cannot successfully run this command: http://192.168.129.50:8096/client/api?response=json=listUsers=true Is it possible that new code in master has broken support for Ubuntu clients (works OK

[GitHub] cloudstack issue #1745: CLOUDSTACK-9503: Increased the VR script timeout. Mo...

2016-11-04 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1745 Trillian test result (tid-297) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 24264 seconds Marvin logs:

[GitHub] cloudstack issue #1578: CLOUDSTACK-9401 : Support for Internal DNS in Nuage ...

2016-11-04 Thread singalrahul
Github user singalrahul commented on the issue: https://github.com/apache/cloudstack/pull/1578 @jburwell We analyze KVM run (as we do most of our testing on KVM :-) ). On KVM there is only one script fail which is "test_01_create_template" and which fails during deletion of

Re: Marvin Error

2016-11-04 Thread Tutkowski, Mike
Looks like it’s not a problem specific to Marvin. This is the same error, but run from the interactive Python interpreter (and I get an error returned running this command from my web browser, as well): >>> r = >>>

Re: Migrating CloudStack content from download.cloud.com

2016-11-04 Thread Chiradeep Vittal
Also, the default templates are bad defaults. For example, "CentOS 5.3(64-bit) no GUI (XenServer)" is severely out of date and is probably riddled with hundreds of critical vulnerabilities. We should treat our community as informed choosers and point them to - well known / frequently updated

Re: Migrating CloudStack content from download.cloud.com

2016-11-04 Thread Chiradeep Vittal
I am all for the change, but urge you to consider this: - past releases are still in use and will be affected - it would be good to decouple the release of the management server from the release of the templates. So, let's say there is a new 'SHELLACK' bug in bash which needs an update to the

[GitHub] cloudstack issue #873: CLOUDSTACK-8896: allocated percentage of storage pool...

2016-11-04 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/873 Trillian test result (tid-293) Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7 Total time taken: 38539 seconds Marvin logs:

[GitHub] cloudstack issue #1727: CLOUDSTACK-9539: Support changing Service offering f...

2016-11-04 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1727 Trillian test result (tid-294) Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7 Total time taken: 37155 seconds Marvin logs:

[GitHub] cloudstack issue #1697: CLOUDSTACK-4858 Honors the snapshot.backup.rightafte...

2016-11-04 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1697 Trillian test result (tid-290) Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7 Total time taken: 36987 seconds Marvin logs:

[GitHub] cloudstack issue #1727: CLOUDSTACK-9539: Support changing Service offering f...

2016-11-04 Thread nvazquez
Github user nvazquez commented on the issue: https://github.com/apache/cloudstack/pull/1727 @rhtyd I refactored `test_vm_snapshots.py` file. As it is in the first test, KVM, hyperv and lxc will be excluded for new test. Specifically about running it on Vmware, most tests on this file

[GitHub] cloudstack issue #1736: CLOUDSTACK-9562 Linux Guest VM get wrong default rou...

2016-11-04 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1736 Trillian test result (tid-289) Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7 Total time taken: 32164 seconds Marvin logs:

Marvin Error

2016-11-04 Thread Tutkowski, Mike
Hi, Does anyone know why I might suddently be getting the following error when starting up my Marvin tests? I see this problem on Ubuntu 14.04, but not on Mac OS X. On both platforms, I’ve got requests 2.11.1 installed (current version). I’ve tried un-install and re-install requests, but I

[GitHub] cloudstack issue #1578: CLOUDSTACK-9401 : Support for Internal DNS in Nuage ...

2016-11-04 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1578 @prashanthvarma since those tests are passing for other PRs, something about this PR caused the failures. Therefore, we need an explanation (either environmental, test case bug, or CloudStack

Re: Migrating CloudStack content from download.cloud.com

2016-11-04 Thread John Burwell
Chiradeep, I am +1 to using a mirror list downloaded from downloads.cloudstack.apache.org via https only (i.e. https://downloads.cloudstack.apache.org/mirror.lst). This approach seems to be a common approach employed by other Apache projects that need to provided downloadable assets.

[GitHub] cloudstack issue #1744: CLOUDSTACK-9183: bash: /opt/cloud/bin/getRouterAlert...

2016-11-04 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1744 Trillian test result (tid-295) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 26009 seconds Marvin logs:

[GitHub] cloudstack issue #1745: CLOUDSTACK-9503: Increased the VR script timeout. Mo...

2016-11-04 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1745 @blueorangutan test matrix --- 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

[GitHub] cloudstack issue #1745: CLOUDSTACK-9503: Increased the VR script timeout. Mo...

2016-11-04 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1745 @karuturi a Trillian-Jenkins matrix job (centos6 mgmt + xs65sp1, centos7 mgmt + vmware55u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests --- If your project is set up

[GitHub] cloudstack issue #1745: CLOUDSTACK-9503: Increased the VR script timeout. Mo...

2016-11-04 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1745 @karuturi I understand these words: "help", "hello", "thanks", "package", "test" Test command usage: test [mgmt os] [hypervisor] [additional tests] Mgmt OS options: ['centos6',

[GitHub] cloudstack issue #1745: CLOUDSTACK-9503: Increased the VR script timeout. Mo...

2016-11-04 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1745 @blueorangutan 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

[GitHub] cloudstack issue #1745: CLOUDSTACK-9503: Increased the VR script timeout. Mo...

2016-11-04 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1745 @blueorangutan test matrix component/test_routers.py component/test_acl_isolatednetwork.py component/test_add_remove_network.py component/test_network_offering.py

[GitHub] cloudstack pull request #1746: SSVM downloader now handles redirects properl...

2016-11-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/1746 --- 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

[GitHub] cloudstack issue #1578: CLOUDSTACK-9401 : Support for Internal DNS in Nuage ...

2016-11-04 Thread prashanthvarma
Github user prashanthvarma commented on the issue: https://github.com/apache/cloudstack/pull/1578 @rhtyd @jburwell Looks like, above test failures are not related to the code changes on this PR. Let me know, if you want us to do anything from our side to assist you in

ACS 4.9 + VMware/ESXi 6.0: Sometimes VRs are failing to fully come up into running state (CLOUDSTACK-9575)

2016-11-04 Thread Prashanth Manthena
Hi All, We are hitting this issue quite often (not always, but one out of three times) in particular use cases (e.g. restart networks with cleanup, create VPCs, etc.). I have raised the following bug, which contains all the information regarding this issue: CLOUDSTACK-9575

[GitHub] cloudstack issue #1730: VMTemplateZone needs some love

2016-11-04 Thread marcaurele
Github user marcaurele commented on the issue: https://github.com/apache/cloudstack/pull/1730 No, there isn't any bug related to this yet. I discovered this when I implemented something new in our CS (allow a template to be re-downloaded from its url via the `CopyTemplate` command).

[GitHub] cloudstack issue #1735: CLOUDSTACK-9570: Bug in listSnapshots for snapshots ...

2016-11-04 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1735 LGTM on 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

[GitHub] cloudstack issue #1730: VMTemplateZone needs some love

2016-11-04 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1730 @marcaurele Are these fixes against some bugs, checking as there is no ticket number mentioned in the PR. --- If your project is set up for it, you can reply to this email and have

[GitHub] cloudstack issue #1730: VMTemplateZone needs some love

2016-11-04 Thread marcaurele
Github user marcaurele commented on the issue: https://github.com/apache/cloudstack/pull/1730 @rhtyd I triggered another jenkins build by rebasing my branch on master this morning. I hope it will fix the failing test. --- If your project is set up for it, you can reply to this email