Re: CentOS Cloud SIG effort

2015-04-02 Thread Nux!
Sure, I'll do my best to attend. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "sebgoa" > To: dev@cloudstack.apache.org, "Paul Angus" , > "Nux!" > Sent: Thursday, 2 April, 2015 07:54:13 > Subject: Re: CentOS Cloud SIG effort > All

Re: CentOS Cloud SIG effort

2015-04-02 Thread Nux!
BTW, if anyone has some concrete ideas/questions re Cloudstack and CentOS, please come forth so we can mention them during the meeting. Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nux!" > To: "sebgoa" > Cc: dev@cloudstac

Re: reset sshkeyforvirtualmachine also resets password

2015-04-02 Thread Nux!
Thanks Harikrishna, I did not know the password would get encrypted with the ssh key. What happens when there is no ssh key registered, how are the passwords encrypted then? Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Har

RE: [ANNOUNCE] New committer: Rene Moser

2015-04-02 Thread Paul Angus
Congratulations Rene, well deserved! (your round btw). Regards Paul Angus Cloud Architect S: +44 20 3603 0540 | M: +447711418784 | T: CloudyAngus paul.an...@shapeblue.com -Original Message- From: ilya [mailto:ilya.mailing.li...@gmail.com] Sent: 01 April 2015 22:24 To: dev@cloudstack.apac

[GitHub] cloudstack pull request: fix yum install require java => 1.7.0 whe...

2015-04-02 Thread karuturi
Github user karuturi commented on the pull request: https://github.com/apache/cloudstack/pull/108#issuecomment-88835845 Hi @ghxandsky After this change, if I install the rpm, its installing java 1.6. I am trying on centos6.3 machine. if I give the version as java-1.7.0-openjdk it

Re: [ANNOUNCE] New committer: Rene Moser

2015-04-02 Thread Daan Hoogland
welcome and congratulations, Rene, hope to hear a lot more of you in the coming time. Am I to take Paul's word you as a suggestion you are buying drinks? Regards, On Thu, Apr 2, 2015 at 4:53 PM, Paul Angus wrote: > Congratulations Rene, well deserved! > (your round btw). > > Regards > > Paul An

Re: [ANNOUNCE] New committer Pierre-Yves Ritschard

2015-04-02 Thread Daan Hoogland
Congrats and welcome Pierr-Yves. On Wed, Apr 1, 2015 at 1:59 PM, Erik Weber wrote: > Congrats Pierre-Yves! > > -- > Erik > > Den tirsdag 31. mars 2015 skrev sebgoa følgende: > >> The Project Management Committee (PMC) for Apache CloudStack >> has asked Pierre-Yves Rischard (@pyr) to become a com

Re: vim25.jar missing from mvn repo?

2015-04-02 Thread Jeronimo Garcia
Thanks guys , i was able to compile the needed projects excluding some projects like f5 and netapp: *mvn -P vmware,developer,-f5,-netapp,-srx -D noredist -DskipTests=true clean instal*l I'm yet to try "*mvn -pl :cloud-client-ui jetty:run -Dnoredist*" to see weather i can select vmware on cluster c

RE: [ANNOUNCE] New committer Pierre-Yves Ritschard

2015-04-02 Thread Koushik Das
Congrats Pierre-Yves! -Original Message- From: sebgoa [mailto:run...@gmail.com] Sent: Wednesday, 1 April 2015 2:41 To: dev@cloudstack.apache.org Subject: [ANNOUNCE] New committer Pierre-Yves Ritschard The Project Management Committee (PMC) for Apache CloudStack has asked Pierre-Yves Ris

RE: [ANNOUNCE] New committer: Rene Moser

2015-04-02 Thread Koushik Das
Congrats Rene! -Original Message- From: sebgoa [mailto:run...@gmail.com] Sent: Wednesday, 1 April 2015 2:43 To: dev@cloudstack.apache.org Subject: [ANNOUNCE] New committer: Rene Moser The Project Management Committee (PMC) for Apache CloudStack has asked Rene Moser to become a committer

Re: reset sshkeyforvirtualmachine also resets password

2015-04-02 Thread Harikrishna Patnala
Password is encrypted and stored only if the vm is deployed from password enabled template and ssh public key is provided, Otherwise we don’t encrypt or store the password. -Harikrishna On 02-Apr-2015, at 1:48 pm, Nux! wrote: > Thanks Harikrishna, I did not know the password would get encry

Build failed in Jenkins: simulator-singlerun #1071

2015-04-02 Thread jenkins
See Changes: [Rajani Karuturi] reverted 555c4329462ac632890c7cde3bac8db8b6e8a682 for centos6.3 as the rpm installs java 1.6 -- [...truncated 10410 lines...] > Running query:

Re: reset sshkeyforvirtualmachine also resets password

2015-04-02 Thread Harikrishna Patnala
When we create or register ssh key with CS API, CS only stores public key. So, cloudstack does not know the private key to decrypt the password and encrypt it with new ssh key. Thanks, Harikrishna On 02-Apr-2015, at 11:59 am, Erik Weber wrote: > Could it not simply be reencoded with the new key

Re: vim25.jar missing from mvn repo?

2015-04-02 Thread Rohit Yadav
Jeronimo - if you need the jars I maintain them here: https://github.com/bhaisaab/cloudstack-nonoss > On 02-Apr-2015, at 2:58 pm, Jeronimo Garcia wrote: > > Thanks guys , i was able to compile the needed projects excluding some > projects like f5 and netapp: > *mvn -P vmware,developer,-f5,-netap

Re: CentOS Cloud SIG effort

2015-04-02 Thread Paul Angus
I'll try to attend too. Regards Paul Angus Cloud Architect ShapeBlue Ltd M: 07711418784 | T: @CloudyAngus paul.an...@shapeblue.com Original message From: Nux! Date:02/04/2015 10:09 (GMT+01:00) To: sebgoa Cc: dev@cloudstack.apache.org,Paul Angus Subject: Re: CentOS Cloud S

RE: CentOS Cloud SIG effort

2015-04-02 Thread Adrian Lewis
Pretty sure that if getting the management server up and running was as simple as... 1. Install CentOS 2. yum install cloudstack 3. setup-cloudstack-all-in-one.sh ...we'd see many more people at least trying it out. Some might see the current installation options as easy enough but if someone coul

Re: vim25.jar missing from mvn repo?

2015-04-02 Thread Jeronimo Garcia
Thanks buddy , saved on my puppet manifest , thanks again! . I'm trying to set up a mini dev environment , using the Vmware VCSIM ... its going well so far ... but as the VCSIM fails quite a lot i expect cloudstack to fail accordingly too , having said that i keep you posted if this works. Has

[GitHub] cloudstack pull request: CLOUDSTACK-8380: Adding automation test c...

2015-04-02 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/117#discussion_r27650336 --- Diff: test/integration/testpaths/testpath_storage_migration.py --- @@ -479,6 +283,19 @@ def setUpClass(cls): )

[GitHub] cloudstack pull request: CLOUDSTACK-8380: Adding automation test c...

2015-04-02 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/117#discussion_r27650373 --- Diff: test/integration/testpaths/testpath_storage_migration.py --- @@ -536,8 +353,10 @@ def test_01_migrate_root_and_data_disk_nonlive(self):

[GitHub] cloudstack pull request: CLOUDSTACK-8380: Adding automation test c...

2015-04-02 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/117#discussion_r27650440 --- Diff: test/integration/testpaths/testpath_storage_migration.py --- @@ -659,11 +478,11 @@ def test_01_migrate_root_and_data_disk_nonlive(self):

[GitHub] cloudstack pull request: CLOUDSTACK-8380: Adding automation test c...

2015-04-02 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/117#discussion_r27650484 --- Diff: test/integration/testpaths/testpath_storage_migration.py --- @@ -765,7 +597,7 @@ def test_01_migrate_root_and_data_disk_nonlive(self):

[GitHub] cloudstack pull request: CLOUDSTACK-8380: Adding automation test c...

2015-04-02 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/117#discussion_r27650534 --- Diff: test/integration/testpaths/testpath_storage_migration.py --- @@ -1771,17 +1666,17 @@ def test_03_migrate_root_and_data_disk_nonlive_cwps_v

[GitHub] cloudstack pull request: CLOUDSTACK-8380: Adding automation test c...

2015-04-02 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/117#discussion_r27650755 --- Diff: test/integration/testpaths/testpath_volume_recurring_snap.py --- @@ -0,0 +1,1015 @@ +# Licensed to the Apache Software Foundation (ASF)

[GitHub] cloudstack pull request: CLOUDSTACK-8380: Adding automation test c...

2015-04-02 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/117#discussion_r27650780 --- Diff: test/integration/testpaths/testpath_volume_recurring_snap.py --- @@ -0,0 +1,1015 @@ +# Licensed to the Apache Software Foundation (ASF)

[GitHub] cloudstack pull request: CLOUDSTACK-8380: Adding automation test c...

2015-04-02 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/117#discussion_r27651210 --- Diff: test/integration/testpaths/testpath_volume_recurring_snap.py --- @@ -0,0 +1,1015 @@ +# Licensed to the Apache Software Foundation (ASF)

Re: CentOS Cloud SIG effort

2015-04-02 Thread Nux!
Hi Adrian > Pretty sure that if getting the management server up and running was as > simple as... > 1. Install CentOS > 2. yum install cloudstack > 3. setup-cloudstack-all-in-one.sh > ...we'd see many more people at least trying it out. > > Some might see the current installation options as easy

[GitHub] cloudstack pull request: CLOUDSTACK-8380: Adding automation test c...

2015-04-02 Thread gauravaradhye
Github user gauravaradhye commented on the pull request: https://github.com/apache/cloudstack/pull/117#issuecomment-0495 Will review remaining changes tomorrow. A quick question, running the test suite should not leave anything behind in the setup. Is this taken care of? --- If y

[GitHub] cloudstack pull request: reboot much faster in case of storage fai...

2015-04-02 Thread runseb
Github user runseb commented on the pull request: https://github.com/apache/cloudstack/pull/140#issuecomment-6601 pinging @llambiel and @pyr @wido 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

[GitHub] cloudstack pull request: reboot much faster in case of storage fai...

2015-04-02 Thread NuxRo
Github user NuxRo commented on the pull request: https://github.com/apache/cloudstack/pull/140#issuecomment-8641 Looks OK to me, waiting for a dead NFS connection is a PITA. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as w

[GitHub] cloudstack pull request: Added the CONTRIBUTING.md doc to the proj...

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

[GitHub] cloudstack pull request: CLOUDSTACK-8357 Add Test cases for vMotio...

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

RE: CentOS Cloud SIG effort

2015-04-02 Thread Adrian Lewis
Hi Lucian, This is still a very devops/developer centric approach which in my opinion is rife within the ACS community (understandably) and which is inadvertently hostile/elitist to many who might otherwise be interested. I think that many regular sys admins who perhaps don't want to get involved

Build failed in Jenkins: simulator-singlerun #1072

2015-04-02 Thread jenkins
See Changes: [Will Stevens] Added the CONTRIBUTING.md doc to the project root [Will Stevens] Fixed the pull request step to make sure the correct branch is selected [Will Stevens] CONTRIBUTING.md: changed wording around modi

[GitHub] cloudstack pull request: CLOUDSTACK-8357 Add Test cases for vMotio...

2015-04-02 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/139#issuecomment-88902351 Hi @abhinavroy02, Against which environment did you execute your tests? I had a look at the code, and all looks fine, but just wanted to know

[GitHub] cloudstack pull request: CLOUDSTACK-8357 Add Test cases for vMotio...

2015-04-02 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/139#issuecomment-88909498 Hi Abhinav, Cool! :) I will close it. Cheers, Wilder --- If your project is set up for it, you can reply to this email and have

Re: master branch: VR not starting

2015-04-02 Thread Pierre-Luc Dion
Hi Jayapal, Here is the management server log when I create a new VPC. I have the complete log file if you want. Thanks, 2015-04-02 09:24:33,464 DEBUG [c.c.a.ApiServlet] (catalina-exec-13:ctx-d346aa74 ctx-cb3cf0b3) ===END=== 172.16.11.102 -- GET command=createNetwork&response=json&sessionkey=

[GitHub] cloudstack pull request: CLOUDSTACK-8357 Add Test cases for vMotio...

2015-04-02 Thread abhinavroy02
Github user abhinavroy02 commented on the pull request: https://github.com/apache/cloudstack/pull/139#issuecomment-88908912 Hi @wilderrodrigues , I have tested it on VMware environment as it is for the vMotion support on VMFS type primary storage. Thanks, Abhinav

[GitHub] cloudstack pull request: reboot much faster in case of storage fai...

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

Vms resource usage history

2015-04-02 Thread Rafael Weingartner
Hi folks, Does Cloudstack store the resource usage of VMs? I mean, when I call the API command: https://cloudstack/client/api?command=listVirtualMachines&details=stats&;... It returns the resource usage statistics for a VM (the amount of resource used in that moment/the last monitored resource u

[GitHub] cloudstack pull request: reboot much faster in case of storage fai...

2015-04-02 Thread wido
Github user wido commented on the pull request: https://github.com/apache/cloudstack/pull/140#issuecomment-88928090 Yes, it is, but we should log somewhere. Now a machine just reboots. We should send something to syslog prior to rebooting. --- If your project is set up for it, you ca

Re: Simulator failing

2015-04-02 Thread cs user
Fix for this was to use this command: mvn -P simulator -pl :cloud-client-ui jetty:run And not: mvn -pl :cloud-client-ui jetty:run On Thu, Apr 2, 2015 at 2:42 PM, cs user wrote: > Hi All, > > I'm trying to run the simulator, I've tried with git tags 4.3, 4.3.2 and > 4.4.1. > > Each time I

Build failed in Jenkins: simulator-singlerun #1073

2015-04-02 Thread jenkins
See Changes: [abhinav.roy] CLOUDSTACK-8357 Add Test cases for vMotion support on VMFS as primary storage -- [...truncated 10369 lines...] > Running query: drop database if e

RE: [ANNOUNCE] New committer: Rene Moser

2015-04-02 Thread Somesh Naidu
Congratulation Rene! Somesh CloudPlatform Escalations Citrix Systems, Inc. -Original Message- From: Koushik Das [mailto:koushik@citrix.com] Sent: Thursday, April 02, 2015 5:31 AM To: dev@cloudstack.apache.org Subject: RE: [ANNOUNCE] New committer: Rene Moser Congrats Rene! -Ori

[GitHub] cloudstack pull request: CLOUDSTACK-8357 Add Test cases for vMotio...

2015-04-02 Thread abhinavroy02
Github user abhinavroy02 commented on the pull request: https://github.com/apache/cloudstack/pull/139#issuecomment-88910071 Thanks @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 n

RE: [ANNOUNCE] New committer Pierre-Yves Ritschard

2015-04-02 Thread Somesh Naidu
Congratulations Pierre-Yves! Regards, Somesh -Original Message- From: Koushik Das [mailto:koushik@citrix.com] Sent: Thursday, April 02, 2015 5:31 AM To: dev@cloudstack.apache.org Subject: RE: [ANNOUNCE] New committer Pierre-Yves Ritschard Congrats Pierre-Yves! -Original Messag

Simulator failing

2015-04-02 Thread cs user
Hi All, I'm trying to run the simulator, I've tried with git tags 4.3, 4.3.2 and 4.4.1. Each time I hit this error when adding a cluster. Adding a zone and pod work fine. Deploy DC Started Exception Occurred ['Traceback (most recent call last):\n', ' File "marvin/deployDataCenter.py",

RE: [ANNOUNCE] Rohit Yadav as new PMC member of CloudStack

2015-04-02 Thread Somesh Naidu
Congratulations Rohit! Very well deserved! Regards, Somesh -Original Message- From: Francois Gaudreault [mailto:fgaudrea...@cloudops.com] Sent: Wednesday, April 01, 2015 11:44 PM To: dev@cloudstack.apache.org Subject: Re: [ANNOUNCE] Rohit Yadav as new PMC member of CloudStack On 2015-0

RE: Vms resource usage history

2015-04-02 Thread Somesh Naidu
AFAIK, it doesn't. VM stats are fetched from the hypervisor at specified frequency and only exist in memory. Somesh CloudPlatform Escalations Citrix Systems, Inc. -Original Message- From: Rafael Weingartner [mailto:rafaelweingart...@gmail.com] Sent: Thursday, April 02, 2015 10:08 AM To

Build failed in Jenkins: simulator-singlerun #1074

2015-04-02 Thread jenkins
See Changes: [github] reboot much faster in case of storage failure -- [...truncated 10377 lines...] > Running query: GRANT ALL ON cloudbridge.* to 'cloud'@`%` identified by

Re: CentOS Cloud SIG effort

2015-04-02 Thread Sebastien Goasguen
> On Apr 2, 2015, at 3:46 PM, Adrian Lewis wrote: > > Hi Lucian, > > This is still a very devops/developer centric approach which in my opinion > is rife within the ACS community (understandably) and which is inadvertently > hostile/elitist to many who might otherwise be interested. I think tha

Re: CentOS Cloud SIG effort

2015-04-02 Thread Nux!
Adrian, You're not too old-fashioned, in fact you have a good point that may not appear so obvious to others on this list. I personally resigned to the idea that to do "cloud" you really, _really_ need to know what you're doing, otherwise it will end in tears. I experienced this first hand, but

[GIT] Apache.org timing out

2015-04-02 Thread Wilder Rodrigues
Hi all, Has anyone else noticed that? https://git-wip-us.apache.org/repos/asf/cloudstack.git/': Failed connect to git-wip-us.apache.org:443; Operation timed out It was working fine 1h ago. Cheers, Wilder

Re: [GIT] Apache.org timing out

2015-04-02 Thread David Nalley
Yes. See: http://status.apache.org --David On Thu, Apr 2, 2015 at 12:42 PM, Wilder Rodrigues wrote: > Hi all, > > Has anyone else noticed that? > > https://git-wip-us.apache.org/repos/asf/cloudstack.git/': Failed connect to > git-wip-us.apache.org:443; Operation ti

Re: [GIT] Apache.org timing out

2015-04-02 Thread Sebastien Goasguen
yes, David is on it > On Apr 2, 2015, at 6:42 PM, Wilder Rodrigues > wrote: > > Hi all, > > Has anyone else noticed that? > > https://git-wip-us.apache.org/repos/asf/cloudstack.git/': Failed connect to > git-wip-us.apache.org:443; Operation timed out > > It was

Re: [GIT] Apache.org timing out

2015-04-02 Thread Prashant s
last week there was a ddos attack on github not sure if its still ongoin issue https://threatpost.com/ddos-attack-on-github-linked-to-earlier-one-against-greatfire-org/111919 On Thu, Apr 2, 2015 at 1:11 PM, David Nalley wrote: > Yes. > See: http://status.apache.org > > --David > > On Thu, Apr

[GitHub] cloudstack pull request: Refactor/citrix resource base rebase

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

[GitHub] cloudstack pull request: Refactor/citrix resource base rebase

2015-04-02 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/137#issuecomment-88999899 Skimmed over diff, looks good. Built after merging branch and was able to deploy a basic zone and do basic vm lifecycle tests. TravisCI is green as well, so merging.

[GitHub] cloudstack pull request: reboot much faster in case of storage fai...

2015-04-02 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/140#issuecomment-89006232 Ok, check! I will add it like that. Although you can never be sure log packets go out over the network because if the storage is unavailable due to local

Build failed in Jenkins: simulator-singlerun #1075

2015-04-02 Thread jenkins
See Changes: [wrodrigues] First piece of the refactor of the CitrisResourceBase [wrodrigues] Adding CitrixCreateCommandWrapper.java and basic unit tests [wrodrigues] Adding the refactor of CitrixCheckConsoleProxyLoadCommandW

[GitHub] cloudstack pull request: Refactor/citrix resource base rebase

2015-04-02 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/137#issuecomment-89023853 Thanks a lot, man! Will keep an eye on Master. Cheers, Wilder --- If your project is set up for it, you can reply to this email and have

[GitHub] cloudstack pull request: Bump priority stragety is no longer used ...

2015-04-02 Thread wilderrodrigues
GitHub user wilderrodrigues opened a pull request: https://github.com/apache/cloudstack/pull/142 Bump priority stragety is no longer used for redundant virtual routers - With the changes added by the rVPC work, the bump priority became deprecated. This commit includes a

[GitHub] cloudstack pull request: Bump priority stragety is no longer used ...

2015-04-02 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/142#issuecomment-89047515 Build passed fine and tests, including vm_life_cycle as well. Don't know why Travis complained about 1 of the builds. My output: [INFO]

[GitHub] cloudstack pull request: Bump priority stragety is no longer used ...

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

Build failed in Jenkins: simulator-singlerun #1076

2015-04-02 Thread jenkins
See Changes: [wrodrigues] Bump priority stragety is no longer used for redundant virtual routers -- [...truncated 10390 lines...] > Processing SQL file at

[GitHub] cloudstack pull request: fix yum install require java => 1.7.0 whe...

2015-04-02 Thread ghxandsky
Github user ghxandsky commented on the pull request: https://github.com/apache/cloudstack/pull/108#issuecomment-89127744 @karuturi I'm sorry for this commit, it should be "Requires: java-1.7.0-openjdk" . I make a mistake. :( --- If your project is set up for it, you can reply to thi

[GitHub] cloudstack pull request: fix yum install require java => 1.7.0 whe...

2015-04-02 Thread ghxandsky
Github user ghxandsky commented on the pull request: https://github.com/apache/cloudstack/pull/108#issuecomment-89128055 @karuturi Can you craete a new commit and 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. I

Re: [GitHub] cloudstack pull request: fix yum install require java => 1.7.0 whe...

2015-04-02 Thread Star Guo
@karuturi After I fix it "Requires: java-1.7.0-openjdk" , the snapshot picture of attachment. Best Regards, Star Guo === Github user ghxandsky commented on the pull request: https://github.com/apache/cloudstack/pull/108#issuecomment-8

Re: master branch: VR not starting

2015-04-02 Thread Abhinandan Prateek
Looks like the system vm template that you are using are not good. Try the templates from http://packages.shapeblue.com/systemvmtemplate/4.5/ > On 02-Apr-2015, at 7:00 pm, Pierre-Luc Dion wrote: > > Hi Jayapal, > > Here is the management server log when I create a new VPC. I have the > complete l

Re: master branch: VR not starting

2015-04-02 Thread Jayapal Reddy Uradi
The router start is failing because of the error (import error) in executing update_config.py. Template that you are using seems older version of cloudstack. As Abhi mentioned, Use the template which has the supported packages installed. * (DirectAgent-142:ctx-bc757c1a) SSH execution of command

Re: master branch: VR not starting

2015-04-02 Thread Rohit Yadav
Hi, Looks like Python netaddr package is missing, can anyone check if this gets installed when systemvms are baked? I’ll try to test master and fix it next week. > On 03-Apr-2015, at 9:34 am, Jayapal Reddy Uradi > wrote: > > The router start is failing because of the error (import error) in ex

[GitHub] cloudstack pull request: fix yum install require java => 1.7.0 whe...

2015-04-02 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/108#issuecomment-89187325 @ghxandsky can you send a new PR, both both master and 4.5 (separately)? Thanks. --- If your project is set up for it, you can reply to this email and have your rep

Jenkins build is still unstable: simulator-4.5-singlerun #195

2015-04-02 Thread jenkins
See