Re: [ACS 4.5.1 RC1] Caught SQLException on startup

2015-03-23 Thread Rohit Yadav
Thanks for sharing Alena!

> On 24-Mar-2015, at 6:02 am, Alena Prokharchyk  wrote:
>
> network_group table is long gone. I guess the only one reason for the
> keeping table related mysql statements in ConfigurationServerImpl.java - is
> to handle the upgrade scenarios. We should probably just disable the
> logging for this case.
>
> The situation with creating duplicated system/admin user is different. I
> believe the records for them get created as a part of the setup scripts
> when install from rpm. And as on dev environment those scripts don't get
> run, the records get inserted by ConfigurationServerImpl on a server
> startup. For the rpm deployment case, the latter insertion will result in
> duplicates, hence the silent exception catch. Ideally, the fix should be -
> create the users on a first server startup in the Java code only, so its
> common for dev and users environments.
>
> Not a high priority fix.
>
> On Mon, Mar 23, 2015 at 4:26 AM, Rohit Yadav 
> wrote:
>
>> Hi Erik,
>>
>> Yes, I've seen them before. The network_group table does not exist in
>> ACS, I've seen this issue as well but this is probably harmless and
>> perhaps has to do with maintaining migrations from old/other CCP
>> releases though I'm not sure.
>>
>> I'll try to see if we can address them, though they look harmless to me.
>>
>>
>> On Monday 23 March 2015 04:31 PM, Erik Weber wrote:
>>
>>> Anyone else see these during startup?
>>>
>>> 2015-03-23 11:59:32,712 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
>>> Caught exception when inserting system account: Duplicate entry '1' for
>>> key
>>> 'PRIMARY'
>>> 2015-03-23 11:59:32,713 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
>>> Caught SQLException when inserting system user: Duplicate entry '1' for
>>> key
>>> 'PRIMARY'
>>> 2015-03-23 11:59:32,714 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
>>> Caught SQLException when creating admin account: Duplicate entry '2' for
>>> key 'PRIMARY'
>>> 2015-03-23 11:59:32,715 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
>>> Caught SQLException when inserting admin user: Duplicate entry '2' for key
>>> 'PRIMARY'
>>> 2015-03-23 11:59:32,716 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
>>> Caught (SQL?)Exception: no network_group  Table 'cloud.network_group'
>>> doesn't exist
>>> 2015-03-23 11:59:32,791 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
>>> resource_count table has records missing for some accounts...going to
>>> insert them
>>> 2015-03-23 11:59:32,806 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
>>> Inserting resource count of type user_vm for account id=3
>>>
>>>
>>> The duplicate keys doesn't really worry me much, as that should mean it's
>>> already there, but the
>>> Table 'cloud.network_group' doesn't exist is a different story..
>>>
>>>
>> --
>> Regards,
>> Rohit Yadav
>> Software Architect, ShapeBlue
>> M. +91 8826230892 | rohit.ya...@shapeblue.com
>> Blog: bhaisaab.org | Twitter: @_bhaisaab
>> PS. If you see any footer below, I did not add it :)
>> Find out more about ShapeBlue and our range of CloudStack related services
>>
>> IaaS Cloud Design & Build> iaas-cloud-design-and-build//>
>> CSForge – rapid IaaS deployment framework
>> CloudStack Consulting
>> CloudStack Software Engineering> engineering/>
>> CloudStack Infrastructure Support> cloudstack-infrastructure-support/>
>> CloudStack Bootcamp Training Courses> cloudstack-training/>
>>
>> This email and any attachments to it may be confidential and are intended
>> solely for the use of the individual to whom it is addressed. Any views or
>> opinions expressed are solely those of the author and do not necessarily
>> represent those of Shape Blue Ltd or related companies. If you are not the
>> intended recipient of this email, you must neither take any action based
>> upon its contents, nor copy or show it to anyone. Please contact the sender
>> if you believe you have received this email in error. Shape Blue Ltd is a
>> company incorporated in England & Wales. ShapeBlue Services India LLP is a
>> company incorporated in India and is operated under license from Shape Blue
>> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil
>> and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is
>> a company registered by The Republic of South Africa and is traded under
>> license from Shape Blue Ltd. ShapeBlue is a registered trademark.
>>
>
>
>
> --
> Alena Prokharchyk
> https://twitter.com/Lemonjet
> http://www.linkedin.com/pub/alena-prokharchyk/13/282/a7b

Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 88 262 30892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab



Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build

Re: [VOTE] Apache CloudStack 4.5.1-rc1

2015-03-23 Thread Rohit Yadav
Hi Ilya - Yes, I think we’ll need a RC2 but I don’t want another RC3 so let’s 
wait at least for today to see if anyone reports anything.

Meanwhile, let’s continue testing and let’s report/fix any issues we find. I 
think we’ve tested RC1 with KVM and Xen, it would be great if someone could 
share their test results against VMWare and report success/failures before we 
do RC2 if possible?

> On 24-Mar-2015, at 7:21 am, David Nalley  wrote:
>
> Very likely - just waiting to see if anyone uncovers anything else
> before I do so.
>
> On Mon, Mar 23, 2015 at 7:35 PM, ilya  wrote:
>> Rohit,
>>
>> While we have fixes and I hate to do this to David, but i think this
>> warrants RC2 release.
>>
>> David, how likely are you to spin up another vote for RC2?
>>
>> Thanks
>> ilya
>>
>>
>> On 3/20/15 10:31 AM, Rohit Yadav wrote:
>>>
>>> Hi everyone,
>>>
>>> Don’t get discouraged by the minor regressions found as they are fixed.
>>> Note: they would only affect VMWare/Xen and the rpm bug will affect only
>>> CentOS6 users.
>>>
>>> In case you’re building from source, apply these two patches on top of RC1
>>> and please continue testing:
>>>
>>>
>>> https://github.com/apache/cloudstack/commit/53ca0b1861c743caf61ec04f776c87eac334f185
>>>
>>> https://github.com/apache/cloudstack/commit/d70937aeb92e89efa8fcc39d7f89bdd8c885b2a2
>>>
 On 20-Mar-2015, at 7:51 pm, Paul Angus  wrote:

 -1
 Regression caused by
 https://issues.apache.org/jira/browse/CLOUDSTACK-8312
 Causes:
 Unable to start instance due to can't find mapping in ObjectInDataStore
 table for: org.apache.cloudstack.storage.image.store.TemplateObject

 When trying to deploy system VM templates.

 Template gets copied to primary storage but no entries appear to be added
 to the db
 Systemvm.iso not copied to secondary storage.
 SSVM and CPVM do not get created

 Rohit has created a fix for RC2 - testing on that now.

 Regards,

 Paul Angus
 Cloud Architect
 D: +44 20 3468 5163 |S: +44 20 3603 0540 | M: +44 7711 418 784 | T:
 @CloudyAngus
 paul.an...@shapeblue.com

 -Original Message-
 From: Nux! [mailto:n...@li.nux.ro]
 Sent: 20 March 2015 14:12
 To: dev@cloudstack.apache.org
 Subject: Re: [VOTE] Apache CloudStack 4.5.1-rc1

 +1 from me as well based on upgrade from 4.4.1 and ADV+SG zone tests.

 Thanks Rohit for the packages.

 Lucian

 --
 Sent from the Delta quadrant using Borg technology!

 Nux!
 www.nux.ro

 - Original Message -
>
> From: "Rohit Yadav" 
> To: dev@cloudstack.apache.org
> Sent: Friday, 20 March, 2015 11:38:42
> Subject: Re: [VOTE] Apache CloudStack 4.5.1-rc1
> +1 (with one centos6 rpm build fix required, read below)
>
> Advance zone testing with/without local storage, KVM:
>
> - VM lifecycle with and without local storage and vm's volume
> migrations (after vm was stopped) across 2 hosts
> - Password server, reset password. Stress tested password server,
> served
> 1000 req/second with 95.7% successful http request completion (though
> I realize ab is not really a good tool)
> - Egress rules, Firewall rules, port forwarding SNAT usage, load
> balancing
> - Register template and ISO
> - VM statistics, dashboard capacity values
> - Observed normal CPVM, SSVM behaviours
> - Use of both NFS and local primary storage
> - Download volume, iso, template
> - VPC: multiple tiers, password server + load tests, vm lifecycle
> with/without local storage, SNAT for vms in tiers, ACL rules
> create/update/delete/apply etc
>
> Basic Zone testing with/without local storage, KVM:
>
> - Basic zone with local storage, vm lifecycle
> - Volume migration (after stopped)
> - Attach/detach volumes
> - NFS primary+secondary and local storage primary
> - Normal CPVM, SSVM behaviour seen
> - Register template/iso worked
> - Download volume, iso, template
> - Shared network with SG worked
> - Password server tested, reset password
>
> Minor issues:
>
> - RC1 will require this minor centos6 rpm build fix that we can slip
> in
> https://github.com/apache/cloudstack/commit/d70937aeb92e89efa8fcc39d7f
> 89bdd8c885b2a2
> Note: centos7 builds are fine.
> - UI logs out on refresh (due to known CSRF fix) or opening in another
> tab.
>
> On Thursday 19 March 2015 08:10 PM, David Nalley wrote:
>>
>> Hi All,
>>
>> I've created a X.X.X release, with the following artifacts up for a
>> vote:
>>
>> Git Branch and Commit SH:
>> https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h
>> =refs/heads/4.5-RC20150319T1429
>> Commit: 3c06466e208769f32c03767abc6bd2680fd8
>>
>> Source release (checksums and signatures are available at the same
>> 

Re: Review Request 30553: A new script to test_hosts and added update modules for few classes in base.py

2015-03-23 Thread Sowmya Krishnan

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30553/#review77529
---



test/integration/component/test_escalations_hosts.py


It's better to have the method definitions outside of the class so it may 
be used later for the entire suite.



test/integration/component/test_escalations_hosts.py


host_state is not used. Can be removed from both definition and invocation



test/integration/component/test_escalations_hosts.py


host_state not used here as well. Can be removed



test/integration/component/test_escalations_hosts.py


host_state can be removed here too



test/integration/component/test_escalations_hosts.py


These tests can be run without hardware as well I presume. If you think so, 
can you change this?


- Sowmya Krishnan


On Feb. 3, 2015, 12:25 p.m., abhinav roy wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/30553/
> ---
> 
> (Updated Feb. 3, 2015, 12:25 p.m.)
> 
> 
> Review request for cloudstack, sanjeev n and SrikanteswaraRao Talluri.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> This Patch has following changes :
> 
> 1. A new script to test host status after enabling/disabling of Pods, 
> Clusters, Zones or by managing/unmanaging of clusters etc.
> 
> 2. "update" Modules added for Pod, Zone, cluster classes in base.py
> 
> 
> Diffs
> -
> 
>   test/integration/component/test_escalations_hosts.py PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/30553/diff/
> 
> 
> Testing
> ---
> 
> Disable the host and it's cluster, ... === TestName: 
> test_01_op_host_capacity_disable_cluster | Status : SUCCESS ===
> ok
> Disable the host and it's pod, ... === TestName: 
> test_02_op_host_capacity_disable_pod | Status : SUCCESS ===
> ok
> Disable the host and it's zone, ... === TestName: 
> test_03_op_host_capacity_disable_zone | Status : SUCCESS ===
> ok
> Disable the host then unmanage the cluster, ... === TestName: 
> test_04_disable_host_unmanage_cluster_check_hosts_status | Status : SUCCESS 
> ===
> ok
> 
> --
> Ran 4 tests in 126.360s
> 
> 
> Thanks,
> 
> abhinav roy
> 
>



Re: [ACS 4.5.1 RC1] Caught SQLException on startup

2015-03-23 Thread Erik Weber
Thanks for the insight Alena :-)

-- 
Erik

Den tirsdag 24. mars 2015 skrev Alena Prokharchyk 
følgende:

> network_group table is long gone. I guess the only one reason for the
> keeping table related mysql statements in ConfigurationServerImpl.java - is
> to handle the upgrade scenarios. We should probably just disable the
> logging for this case.
>
> The situation with creating duplicated system/admin user is different. I
> believe the records for them get created as a part of the setup scripts
> when install from rpm. And as on dev environment those scripts don't get
> run, the records get inserted by ConfigurationServerImpl on a server
> startup. For the rpm deployment case, the latter insertion will result in
> duplicates, hence the silent exception catch. Ideally, the fix should be -
> create the users on a first server startup in the Java code only, so its
> common for dev and users environments.
>
> Not a high priority fix.
>
> On Mon, Mar 23, 2015 at 4:26 AM, Rohit Yadav  >
> wrote:
>
> > Hi Erik,
> >
> > Yes, I've seen them before. The network_group table does not exist in
> > ACS, I've seen this issue as well but this is probably harmless and
> > perhaps has to do with maintaining migrations from old/other CCP
> > releases though I'm not sure.
> >
> > I'll try to see if we can address them, though they look harmless to me.
> >
> >
> > On Monday 23 March 2015 04:31 PM, Erik Weber wrote:
> >
> >> Anyone else see these during startup?
> >>
> >> 2015-03-23 11:59:32,712 DEBUG [c.c.s.ConfigurationServerImpl]
> (main:null)
> >> Caught exception when inserting system account: Duplicate entry '1' for
> >> key
> >> 'PRIMARY'
> >> 2015-03-23 11:59:32,713 DEBUG [c.c.s.ConfigurationServerImpl]
> (main:null)
> >> Caught SQLException when inserting system user: Duplicate entry '1' for
> >> key
> >> 'PRIMARY'
> >> 2015-03-23 11:59:32,714 DEBUG [c.c.s.ConfigurationServerImpl]
> (main:null)
> >> Caught SQLException when creating admin account: Duplicate entry '2' for
> >> key 'PRIMARY'
> >> 2015-03-23 11:59:32,715 DEBUG [c.c.s.ConfigurationServerImpl]
> (main:null)
> >> Caught SQLException when inserting admin user: Duplicate entry '2' for
> key
> >> 'PRIMARY'
> >> 2015-03-23 11:59:32,716 DEBUG [c.c.s.ConfigurationServerImpl]
> (main:null)
> >> Caught (SQL?)Exception: no network_group  Table 'cloud.network_group'
> >> doesn't exist
> >> 2015-03-23 11:59:32,791 DEBUG [c.c.s.ConfigurationServerImpl]
> (main:null)
> >> resource_count table has records missing for some accounts...going to
> >> insert them
> >> 2015-03-23 11:59:32,806 DEBUG [c.c.s.ConfigurationServerImpl]
> (main:null)
> >> Inserting resource count of type user_vm for account id=3
> >>
> >>
> >> The duplicate keys doesn't really worry me much, as that should mean
> it's
> >> already there, but the
> >> Table 'cloud.network_group' doesn't exist is a different story..
> >>
> >>
> > --
> > Regards,
> > Rohit Yadav
> > Software Architect, ShapeBlue
> > M. +91 8826230892 | rohit.ya...@shapeblue.com 
> > Blog: bhaisaab.org | Twitter: @_bhaisaab
> > PS. If you see any footer below, I did not add it :)
> > Find out more about ShapeBlue and our range of CloudStack related
> services
> >
> > IaaS Cloud Design & Build > iaas-cloud-design-and-build//>
> > CSForge – rapid IaaS deployment framework
> > CloudStack Consulting
> > CloudStack Software Engineering<
> http://shapeblue.com/cloudstack-software-
> > engineering/>
> > CloudStack Infrastructure Support > cloudstack-infrastructure-support/>
> > CloudStack Bootcamp Training Courses > cloudstack-training/>
> >
> > This email and any attachments to it may be confidential and are intended
> > solely for the use of the individual to whom it is addressed. Any views
> or
> > opinions expressed are solely those of the author and do not necessarily
> > represent those of Shape Blue Ltd or related companies. If you are not
> the
> > intended recipient of this email, you must neither take any action based
> > upon its contents, nor copy or show it to anyone. Please contact the
> sender
> > if you believe you have received this email in error. Shape Blue Ltd is a
> > company incorporated in England & Wales. ShapeBlue Services India LLP is
> a
> > company incorporated in India and is operated under license from Shape
> Blue
> > Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in
> Brasil
> > and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd
> is
> > a company registered by The Republic of South Africa and is traded under
> > license from Shape Blue Ltd. ShapeBlue is a registered trademark.
> >
>
>
>
> --
> Alena Prokharchyk
> https://twitter.com/Lemonjet
> http://www.linkedin.com/pub/alena-prokharchyk/13/282/a7b
>


Re: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Punith S
Congrats Sebastien and thanks Hugo :)

On Tue, Mar 24, 2015 at 10:13 AM, Jayapal Reddy Uradi <
jayapalreddy.ur...@citrix.com> wrote:

> Congrats Sebastien!
>
> On 24-Mar-2015, at 9:56 AM, Koushik Das 
>  wrote:
>
> > Congrats Sebastien and thanks Hugo!
> >
> > -Original Message-
> > From: Giles Sirett [mailto:giles.sir...@shapeblue.com]
> > Sent: Monday, 23 March 2015 17:11
> > To: dev@cloudstack.apache.org; us...@cloudstack.apache.org;
> market...@cloudstack.apache.org
> > Subject: [Announce] - New VP Apache Cloudstack
> >
> > All
> > The Apache Cloudstack PMC is delighted to announce that on March 18 an
> ASF board resolution was passed to make Sebastien Goasguen the new Chair/VP
> of Apache CloudStack.
> >
> > Sebastien replaces Hugo in this role
> >
> >
> > I'm sure you'll all join me in wishing Sebastien all the best for the
> next 12 months and also in thanking Hugo for all of his hard work over the
> last year.
> >
> > Giles
> >
> >
> >
> > Find out more about ShapeBlue and our range of CloudStack related
> services
> >
> > IaaS Cloud Design & Build<
> http://shapeblue.com/iaas-cloud-design-and-build//>
> > CSForge - rapid IaaS deployment framework
> > CloudStack Consulting
> > CloudStack Software Engineering<
> http://shapeblue.com/cloudstack-software-engineering/>
> > CloudStack Infrastructure Support<
> http://shapeblue.com/cloudstack-infrastructure-support/>
> > CloudStack Bootcamp Training Courses<
> http://shapeblue.com/cloudstack-training/>
> >
> > This email and any attachments to it may be confidential and are
> intended solely for the use of the individual to whom it is addressed. Any
> views or opinions expressed are solely those of the author and do not
> necessarily represent those of Shape Blue Ltd or related companies. If you
> are not the intended recipient of this email, you must neither take any
> action based upon its contents, nor copy or show it to anyone. Please
> contact the sender if you believe you have received this email in error.
> Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue
> Services India LLP is a company incorporated in India and is operated under
> license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a
> company incorporated in Brasil and is operated under license from Shape
> Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by The Republic of
> South Africa and is traded under license from Shape Blue Ltd. ShapeBlue is
> a registered trademark.
>
>


-- 
Regards,

punith s
cloudbyte.com


[GitHub] cloudstack pull request: CLOUDSTACK-8278: Usage test path - Correc...

2015-03-23 Thread gauravaradhye
GitHub user gauravaradhye opened a pull request:

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

CLOUDSTACK-8278: Usage test path - Correct code flow in case the usage job 
configuration is not to be set through test case

The flag "setUsageConfigurationThroughTestCase" dictates whether we should 
set the usage related config from test case itself (And restart the management 
server and usage server in the process) or not.

When the flag is False (When we don't want to disrupt other test cases 
and/or usage server/job is already configured), then it should be ensured that 
the code is not broken anywhere.

Currently the value of the flag is True, hence by default test case sets 
the usage global setting values and restarts the management and usage server in 
the process. This can disrupt other test case execution going on in parallel. 
So making the default value of the flag to False and also making changes in the 
test case to ensure test case works correctly in this case.

If we are running the test suite on a separate setup and want to set global 
settings related to usage through test case itself, then we can turn the flag 
to True whenever required before the run.

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

$ git pull https://github.com/gauravaradhye/cloudstack 8278

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

https://github.com/apache/cloudstack/pull/127.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 #127


commit 5ad31da1dc751e0a358f1657dee98c5bd3b1b7c6
Author: Gaurav Aradhye 
Date:   2015-02-23T10:48:16Z

CLOUDSTACK-8278: Usage test path - Correct code flow in case the usage job 
configuration is not to be set through test case

commit 71653dc1388f431e9bb4e7758cc43a813902e12b
Author: Gaurav Aradhye 
Date:   2015-03-24T04:46:01Z

Setting the default value of flag to False




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


Re: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Jayapal Reddy Uradi
Congrats Sebastien!

On 24-Mar-2015, at 9:56 AM, Koushik Das 
 wrote:

> Congrats Sebastien and thanks Hugo!
> 
> -Original Message-
> From: Giles Sirett [mailto:giles.sir...@shapeblue.com] 
> Sent: Monday, 23 March 2015 17:11
> To: dev@cloudstack.apache.org; us...@cloudstack.apache.org; 
> market...@cloudstack.apache.org
> Subject: [Announce] - New VP Apache Cloudstack
> 
> All
> The Apache Cloudstack PMC is delighted to announce that on March 18 an ASF 
> board resolution was passed to make Sebastien Goasguen the new Chair/VP of 
> Apache CloudStack.
> 
> Sebastien replaces Hugo in this role
> 
> 
> I'm sure you'll all join me in wishing Sebastien all the best for the next 12 
> months and also in thanking Hugo for all of his hard work over the last year.
> 
> Giles
> 
> 
> 
> Find out more about ShapeBlue and our range of CloudStack related services
> 
> IaaS Cloud Design & Build
> CSForge - rapid IaaS deployment framework
> CloudStack Consulting
> CloudStack Software 
> Engineering
> CloudStack Infrastructure 
> Support
> CloudStack Bootcamp Training 
> Courses
> 
> This email and any attachments to it may be confidential and are intended 
> solely for the use of the individual to whom it is addressed. Any views or 
> opinions expressed are solely those of the author and do not necessarily 
> represent those of Shape Blue Ltd or related companies. If you are not the 
> intended recipient of this email, you must neither take any action based upon 
> its contents, nor copy or show it to anyone. Please contact the sender if you 
> believe you have received this email in error. Shape Blue Ltd is a company 
> incorporated in England & Wales. ShapeBlue Services India LLP is a company 
> incorporated in India and is operated under license from Shape Blue Ltd. 
> Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
> operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
> registered by The Republic of South Africa and is traded under license from 
> Shape Blue Ltd. ShapeBlue is a registered trademark.



RE: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Koushik Das
Congrats Sebastien and thanks Hugo!

-Original Message-
From: Giles Sirett [mailto:giles.sir...@shapeblue.com] 
Sent: Monday, 23 March 2015 17:11
To: dev@cloudstack.apache.org; us...@cloudstack.apache.org; 
market...@cloudstack.apache.org
Subject: [Announce] - New VP Apache Cloudstack

All
The Apache Cloudstack PMC is delighted to announce that on March 18 an ASF 
board resolution was passed to make Sebastien Goasguen the new Chair/VP of 
Apache CloudStack.

Sebastien replaces Hugo in this role


I'm sure you'll all join me in wishing Sebastien all the best for the next 12 
months and also in thanking Hugo for all of his hard work over the last year.

Giles



Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build
CSForge - rapid IaaS deployment framework
CloudStack Consulting
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support
CloudStack Bootcamp Training Courses

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
registered by The Republic of South Africa and is traded under license from 
Shape Blue Ltd. ShapeBlue is a registered trademark.


Re: [VOTE] Apache CloudStack 4.5.1-rc1

2015-03-23 Thread Nux!
I got nothing.

Go with rc2 as far as I'm concerned.

Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "David Nalley" 
> To: dev@cloudstack.apache.org
> Sent: Tuesday, 24 March, 2015 01:51:02
> Subject: Re: [VOTE] Apache CloudStack 4.5.1-rc1

> Very likely - just waiting to see if anyone uncovers anything else
> before I do so.
> 
> On Mon, Mar 23, 2015 at 7:35 PM, ilya  wrote:
>> Rohit,
>>
>> While we have fixes and I hate to do this to David, but i think this
>> warrants RC2 release.
>>
>> David, how likely are you to spin up another vote for RC2?
>>
>> Thanks
>> ilya
>>
>>
>> On 3/20/15 10:31 AM, Rohit Yadav wrote:
>>>
>>> Hi everyone,
>>>
>>> Don’t get discouraged by the minor regressions found as they are fixed.
>>> Note: they would only affect VMWare/Xen and the rpm bug will affect only
>>> CentOS6 users.
>>>
>>> In case you’re building from source, apply these two patches on top of RC1
>>> and please continue testing:
>>>
>>>
>>> https://github.com/apache/cloudstack/commit/53ca0b1861c743caf61ec04f776c87eac334f185
>>>
>>> https://github.com/apache/cloudstack/commit/d70937aeb92e89efa8fcc39d7f89bdd8c885b2a2
>>>
 On 20-Mar-2015, at 7:51 pm, Paul Angus  wrote:

 -1
 Regression caused by
 https://issues.apache.org/jira/browse/CLOUDSTACK-8312
 Causes:
 Unable to start instance due to can't find mapping in ObjectInDataStore
 table for: org.apache.cloudstack.storage.image.store.TemplateObject

 When trying to deploy system VM templates.

 Template gets copied to primary storage but no entries appear to be added
 to the db
 Systemvm.iso not copied to secondary storage.
 SSVM and CPVM do not get created

 Rohit has created a fix for RC2 - testing on that now.

 Regards,

 Paul Angus
 Cloud Architect
 D: +44 20 3468 5163 |S: +44 20 3603 0540 | M: +44 7711 418 784 | T:
 @CloudyAngus
 paul.an...@shapeblue.com

 -Original Message-
 From: Nux! [mailto:n...@li.nux.ro]
 Sent: 20 March 2015 14:12
 To: dev@cloudstack.apache.org
 Subject: Re: [VOTE] Apache CloudStack 4.5.1-rc1

 +1 from me as well based on upgrade from 4.4.1 and ADV+SG zone tests.

 Thanks Rohit for the packages.

 Lucian

 --
 Sent from the Delta quadrant using Borg technology!

 Nux!
 www.nux.ro

 - Original Message -
>
> From: "Rohit Yadav" 
> To: dev@cloudstack.apache.org
> Sent: Friday, 20 March, 2015 11:38:42
> Subject: Re: [VOTE] Apache CloudStack 4.5.1-rc1
> +1 (with one centos6 rpm build fix required, read below)
>
> Advance zone testing with/without local storage, KVM:
>
> - VM lifecycle with and without local storage and vm's volume
> migrations (after vm was stopped) across 2 hosts
> - Password server, reset password. Stress tested password server,
> served
> 1000 req/second with 95.7% successful http request completion (though
> I realize ab is not really a good tool)
> - Egress rules, Firewall rules, port forwarding SNAT usage, load
> balancing
> - Register template and ISO
> - VM statistics, dashboard capacity values
> - Observed normal CPVM, SSVM behaviours
> - Use of both NFS and local primary storage
> - Download volume, iso, template
> - VPC: multiple tiers, password server + load tests, vm lifecycle
> with/without local storage, SNAT for vms in tiers, ACL rules
> create/update/delete/apply etc
>
> Basic Zone testing with/without local storage, KVM:
>
> - Basic zone with local storage, vm lifecycle
> - Volume migration (after stopped)
> - Attach/detach volumes
> - NFS primary+secondary and local storage primary
> - Normal CPVM, SSVM behaviour seen
> - Register template/iso worked
> - Download volume, iso, template
> - Shared network with SG worked
> - Password server tested, reset password
>
> Minor issues:
>
> - RC1 will require this minor centos6 rpm build fix that we can slip
> in
> https://github.com/apache/cloudstack/commit/d70937aeb92e89efa8fcc39d7f
> 89bdd8c885b2a2
> Note: centos7 builds are fine.
> - UI logs out on refresh (due to known CSRF fix) or opening in another
> tab.
>
> On Thursday 19 March 2015 08:10 PM, David Nalley wrote:
>>
>> Hi All,
>>
>> I've created a X.X.X release, with the following artifacts up for a
>> vote:
>>
>> Git Branch and Commit SH:
>> https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h
>> =refs/heads/4.5-RC20150319T1429
>> Commit: 3c06466e208769f32c03767abc6bd2680fd8
>>
>> Source release (checksums and signatures are available at the same
>> location):
>> https://dist.apache.org/repos/dist/dev/cloudstack/4.5.1-rc1/
>>
>> PGP release keys (signed using 0x6fe50f1c

Re: Fwd: [GSOC] Setting up multiple devcloud host in cloudstack dev environment

2015-03-23 Thread Will Stevens
Can you launch a VM through the CS ui?
On Mar 23, 2015 9:14 PM, "Tilak Raj Singh"  wrote:

> Hi Will,
>
> yeah cloudstack management is running fine...I can open
> 127.0.0.1:8080/client on my browser...And there are two vms
> running..xenserver : I can ssh into it on port  and management : i can
> ssh into it on port 2200. I configured the networking in virtual box under
> preferences/network/vboxnet0 192.168.56.1 and dhcp disabled...but there is
> nothing under preferences/network/NAT in the virtualbox...do I have to
> configure something there??
>
> On Tue, Mar 24, 2015 at 6:32 AM, Will Stevens 
> wrote:
>
> > Is the cloudstack up and working?  Did you check in virtual box if the
> > box(s?) are up?  If so can you check the logs?
> >
> > It seems like you are not getting your networking configured because the
> VM
> > seems to come up but there is no connection. Is the network reported
> > correct?  Nat and host only is right?  I think that is what I read.
> >
> > Ws
> > On Mar 23, 2015 8:54 PM, "Tilak Raj Singh"  wrote:
> >
> > > -- Forwarded message --
> > > From: Tilak Raj Singh 
> > > Date: Tue, Mar 24, 2015 at 6:12 AM
> > > Subject: Re: [GSOC] Setting up multiple devcloud host in cloudstack dev
> > > environment
> > > To: Pierre-Luc Dion 
> > >
> > >
> > > I just tried deploying on 4.3 branch using binary directory on 4.3
> branch
> > > https://github.com/imduffy15/devcloud4/tree/master/basic and followed
> > the
> > > instructions given here
> > > https://github.com/imduffy15/devcloud4/blob/master/basic/README.md
> > >
> > > still I am getting the same error... :/
> > >
> > > Traceback (most recent call last):
> > >   File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
> > > "__main__", fname, loader, pkg_name)
> > >   File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
> > > exec code in run_globals
> > >   File
> > "/usr/local/lib/python2.7/dist-packages/marvin/deployDataCenter.py",
> > > line 572, in 
> > > deploy.deploy()
> > >   File
> > "/usr/local/lib/python2.7/dist-packages/marvin/deployDataCenter.py",
> > > line 554, in deploy
> > > self.loadCfg()
> > >   File
> > "/usr/local/lib/python2.7/dist-packages/marvin/deployDataCenter.py",
> > > line 516, in loadCfg
> > > mgtDetails.apiKey, mgtDetails.securityKey = self.registerApiKey()
> > >   File
> > "/usr/local/lib/python2.7/dist-packages/marvin/deployDataCenter.py",
> > > line 485, in registerApiKey
> > > listuserRes = self.testClient.getApiClient().listUsers(listuser)
> > >   File
> > >
> > >
> >
> "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
> > > line 527, in listUsers
> > > response = self.connection.marvinRequest(command,
> > > response_type=response, method=method)
> > >   File
> > >
> "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py",
> > > line 272, in marvinRequest
> > > response = jsonHelper.getResultObj(response.json(), response_type)
> > >   File "/usr/local/lib/python2.7/dist-packages/requests/models.py",
> line
> > > 802, in json
> > > return json.loads(self.text, **kwargs)
> > >   File "/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line
> > 413,
> > > in loads
> > > return _default_decoder.decode(s)
> > >   File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line
> > 402,
> > > in decode
> > > obj, end = self.raw_decode(s, idx=_w(s, 0).end())
> > >   File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line
> > 420,
> > > in raw_decode
> > > raise JSONDecodeError("No JSON object could be decoded", s, idx)
> > > simplejson.decoder.JSONDecodeError: No JSON object could be decoded:
> > line 1
> > > column 0 (char 0)
> > >
> > >
> > > I cant figure out if the issue is in python or simplejson so I
> > reinstalled
> > > both but I am still stuck at the same stage
> > >
> > > On Tue, Mar 24, 2015 at 4:53 AM, Tilak Raj Singh 
> > > wrote:
> > >
> > > > Yeah I tried the binary-installation-basic one but ended up getting
> the
> > > > errors I posted above. I followed up trying the not binary advanced
> as
> > > you
> > > > are provisioning. Doing vagrant up setup xenserver and management
> > server
> > > > successfully.
> > > >
> > > > I installed Marvin successfully doing 2015-03-24 04:41:49,970 -
> DEBUG -
> > > > Parsing Test data successfully using pip install
> > > > tools/marvin/dist/Marvin-0.1.0.tar.gz. But when I try to deploy the
> > > > configuration using python -m marvin.deployDataCenter -i
> > > > /path/to/GSoC-2014/repo/advanced/advanced.json I get the following
> > error
> > > in
> > > > the log files
> > > >
> > > > 2015-03-24 04:41:49,970 - DEBUG - Payload: {'account': 'admin',
> > > 'command':
> > > > 'listUsers', 'response': 'json'}
> > > > 2015-03-24 04:41:49,970 - DEBUG - Sending GET Cmd :
> > > > listUsers===
> > > > 2015-03-24 04:42:53,086 - ERROR - Exception:['Traceback (most recent
> > call
> > > > last):\n', '  File

Re: [VOTE] Apache CloudStack 4.5.1-rc1

2015-03-23 Thread David Nalley
Very likely - just waiting to see if anyone uncovers anything else
before I do so.

On Mon, Mar 23, 2015 at 7:35 PM, ilya  wrote:
> Rohit,
>
> While we have fixes and I hate to do this to David, but i think this
> warrants RC2 release.
>
> David, how likely are you to spin up another vote for RC2?
>
> Thanks
> ilya
>
>
> On 3/20/15 10:31 AM, Rohit Yadav wrote:
>>
>> Hi everyone,
>>
>> Don’t get discouraged by the minor regressions found as they are fixed.
>> Note: they would only affect VMWare/Xen and the rpm bug will affect only
>> CentOS6 users.
>>
>> In case you’re building from source, apply these two patches on top of RC1
>> and please continue testing:
>>
>>
>> https://github.com/apache/cloudstack/commit/53ca0b1861c743caf61ec04f776c87eac334f185
>>
>> https://github.com/apache/cloudstack/commit/d70937aeb92e89efa8fcc39d7f89bdd8c885b2a2
>>
>>> On 20-Mar-2015, at 7:51 pm, Paul Angus  wrote:
>>>
>>> -1
>>> Regression caused by
>>> https://issues.apache.org/jira/browse/CLOUDSTACK-8312
>>> Causes:
>>> Unable to start instance due to can't find mapping in ObjectInDataStore
>>> table for: org.apache.cloudstack.storage.image.store.TemplateObject
>>>
>>> When trying to deploy system VM templates.
>>>
>>> Template gets copied to primary storage but no entries appear to be added
>>> to the db
>>> Systemvm.iso not copied to secondary storage.
>>> SSVM and CPVM do not get created
>>>
>>> Rohit has created a fix for RC2 - testing on that now.
>>>
>>> Regards,
>>>
>>> Paul Angus
>>> Cloud Architect
>>> D: +44 20 3468 5163 |S: +44 20 3603 0540 | M: +44 7711 418 784 | T:
>>> @CloudyAngus
>>> paul.an...@shapeblue.com
>>>
>>> -Original Message-
>>> From: Nux! [mailto:n...@li.nux.ro]
>>> Sent: 20 March 2015 14:12
>>> To: dev@cloudstack.apache.org
>>> Subject: Re: [VOTE] Apache CloudStack 4.5.1-rc1
>>>
>>> +1 from me as well based on upgrade from 4.4.1 and ADV+SG zone tests.
>>>
>>> Thanks Rohit for the packages.
>>>
>>> Lucian
>>>
>>> --
>>> Sent from the Delta quadrant using Borg technology!
>>>
>>> Nux!
>>> www.nux.ro
>>>
>>> - Original Message -

 From: "Rohit Yadav" 
 To: dev@cloudstack.apache.org
 Sent: Friday, 20 March, 2015 11:38:42
 Subject: Re: [VOTE] Apache CloudStack 4.5.1-rc1
 +1 (with one centos6 rpm build fix required, read below)

 Advance zone testing with/without local storage, KVM:

 - VM lifecycle with and without local storage and vm's volume
 migrations (after vm was stopped) across 2 hosts
 - Password server, reset password. Stress tested password server,
 served
 1000 req/second with 95.7% successful http request completion (though
 I realize ab is not really a good tool)
 - Egress rules, Firewall rules, port forwarding SNAT usage, load
 balancing
 - Register template and ISO
 - VM statistics, dashboard capacity values
 - Observed normal CPVM, SSVM behaviours
 - Use of both NFS and local primary storage
 - Download volume, iso, template
 - VPC: multiple tiers, password server + load tests, vm lifecycle
 with/without local storage, SNAT for vms in tiers, ACL rules
 create/update/delete/apply etc

 Basic Zone testing with/without local storage, KVM:

 - Basic zone with local storage, vm lifecycle
 - Volume migration (after stopped)
 - Attach/detach volumes
 - NFS primary+secondary and local storage primary
 - Normal CPVM, SSVM behaviour seen
 - Register template/iso worked
 - Download volume, iso, template
 - Shared network with SG worked
 - Password server tested, reset password

 Minor issues:

 - RC1 will require this minor centos6 rpm build fix that we can slip
 in
 https://github.com/apache/cloudstack/commit/d70937aeb92e89efa8fcc39d7f
 89bdd8c885b2a2
 Note: centos7 builds are fine.
 - UI logs out on refresh (due to known CSRF fix) or opening in another
 tab.

 On Thursday 19 March 2015 08:10 PM, David Nalley wrote:
>
> Hi All,
>
> I've created a X.X.X release, with the following artifacts up for a
> vote:
>
> Git Branch and Commit SH:
> https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h
> =refs/heads/4.5-RC20150319T1429
> Commit: 3c06466e208769f32c03767abc6bd2680fd8
>
> Source release (checksums and signatures are available at the same
> location):
> https://dist.apache.org/repos/dist/dev/cloudstack/4.5.1-rc1/
>
> PGP release keys (signed using 0x6fe50f1c):
> https://dist.apache.org/repos/dist/release/cloudstack/KEYS
>
> Vote will be open for 72 hours.
>
> For sanity in tallying the vote, can PMC members please be sure to
> indicate "(binding)" with their vote?
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
 --
 Regards,
 Rohit Yadav
 Software Architect, ShapeBlue
 M. +91 8826230892 | rohit.ya...@shapeblue.

Re: Fwd: [GSOC] Setting up multiple devcloud host in cloudstack dev environment

2015-03-23 Thread Tilak Raj Singh
Hi Will,

yeah cloudstack management is running fine...I can open
127.0.0.1:8080/client on my browser...And there are two vms
running..xenserver : I can ssh into it on port  and management : i can
ssh into it on port 2200. I configured the networking in virtual box under
preferences/network/vboxnet0 192.168.56.1 and dhcp disabled...but there is
nothing under preferences/network/NAT in the virtualbox...do I have to
configure something there??

On Tue, Mar 24, 2015 at 6:32 AM, Will Stevens 
wrote:

> Is the cloudstack up and working?  Did you check in virtual box if the
> box(s?) are up?  If so can you check the logs?
>
> It seems like you are not getting your networking configured because the VM
> seems to come up but there is no connection. Is the network reported
> correct?  Nat and host only is right?  I think that is what I read.
>
> Ws
> On Mar 23, 2015 8:54 PM, "Tilak Raj Singh"  wrote:
>
> > -- Forwarded message --
> > From: Tilak Raj Singh 
> > Date: Tue, Mar 24, 2015 at 6:12 AM
> > Subject: Re: [GSOC] Setting up multiple devcloud host in cloudstack dev
> > environment
> > To: Pierre-Luc Dion 
> >
> >
> > I just tried deploying on 4.3 branch using binary directory on 4.3 branch
> > https://github.com/imduffy15/devcloud4/tree/master/basic and followed
> the
> > instructions given here
> > https://github.com/imduffy15/devcloud4/blob/master/basic/README.md
> >
> > still I am getting the same error... :/
> >
> > Traceback (most recent call last):
> >   File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
> > "__main__", fname, loader, pkg_name)
> >   File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
> > exec code in run_globals
> >   File
> "/usr/local/lib/python2.7/dist-packages/marvin/deployDataCenter.py",
> > line 572, in 
> > deploy.deploy()
> >   File
> "/usr/local/lib/python2.7/dist-packages/marvin/deployDataCenter.py",
> > line 554, in deploy
> > self.loadCfg()
> >   File
> "/usr/local/lib/python2.7/dist-packages/marvin/deployDataCenter.py",
> > line 516, in loadCfg
> > mgtDetails.apiKey, mgtDetails.securityKey = self.registerApiKey()
> >   File
> "/usr/local/lib/python2.7/dist-packages/marvin/deployDataCenter.py",
> > line 485, in registerApiKey
> > listuserRes = self.testClient.getApiClient().listUsers(listuser)
> >   File
> >
> >
> "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
> > line 527, in listUsers
> > response = self.connection.marvinRequest(command,
> > response_type=response, method=method)
> >   File
> > "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py",
> > line 272, in marvinRequest
> > response = jsonHelper.getResultObj(response.json(), response_type)
> >   File "/usr/local/lib/python2.7/dist-packages/requests/models.py", line
> > 802, in json
> > return json.loads(self.text, **kwargs)
> >   File "/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line
> 413,
> > in loads
> > return _default_decoder.decode(s)
> >   File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line
> 402,
> > in decode
> > obj, end = self.raw_decode(s, idx=_w(s, 0).end())
> >   File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line
> 420,
> > in raw_decode
> > raise JSONDecodeError("No JSON object could be decoded", s, idx)
> > simplejson.decoder.JSONDecodeError: No JSON object could be decoded:
> line 1
> > column 0 (char 0)
> >
> >
> > I cant figure out if the issue is in python or simplejson so I
> reinstalled
> > both but I am still stuck at the same stage
> >
> > On Tue, Mar 24, 2015 at 4:53 AM, Tilak Raj Singh 
> > wrote:
> >
> > > Yeah I tried the binary-installation-basic one but ended up getting the
> > > errors I posted above. I followed up trying the not binary advanced as
> > you
> > > are provisioning. Doing vagrant up setup xenserver and management
> server
> > > successfully.
> > >
> > > I installed Marvin successfully doing 2015-03-24 04:41:49,970 - DEBUG -
> > > Parsing Test data successfully using pip install
> > > tools/marvin/dist/Marvin-0.1.0.tar.gz. But when I try to deploy the
> > > configuration using python -m marvin.deployDataCenter -i
> > > /path/to/GSoC-2014/repo/advanced/advanced.json I get the following
> error
> > in
> > > the log files
> > >
> > > 2015-03-24 04:41:49,970 - DEBUG - Payload: {'account': 'admin',
> > 'command':
> > > 'listUsers', 'response': 'json'}
> > > 2015-03-24 04:41:49,970 - DEBUG - Sending GET Cmd :
> > > listUsers===
> > > 2015-03-24 04:42:53,086 - ERROR - Exception:['Traceback (most recent
> call
> > > last):\n', '  File
> > >
> "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py",
> > > line 307, in __parseAndGetResponse\ncmd_response.json(),\n', '
> File
> > > "/usr/local/lib/python2.7/dist-packages/requests/models.py", line 802,
> in
> > > json\nreturn json.loads(self.text, **kwargs)\n', '  File
> > > "/usr/lib/python2.7/dist-packag

Re: Fwd: [GSOC] Setting up multiple devcloud host in cloudstack dev environment

2015-03-23 Thread Will Stevens
Is the cloudstack up and working?  Did you check in virtual box if the
box(s?) are up?  If so can you check the logs?

It seems like you are not getting your networking configured because the VM
seems to come up but there is no connection. Is the network reported
correct?  Nat and host only is right?  I think that is what I read.

Ws
On Mar 23, 2015 8:54 PM, "Tilak Raj Singh"  wrote:

> -- Forwarded message --
> From: Tilak Raj Singh 
> Date: Tue, Mar 24, 2015 at 6:12 AM
> Subject: Re: [GSOC] Setting up multiple devcloud host in cloudstack dev
> environment
> To: Pierre-Luc Dion 
>
>
> I just tried deploying on 4.3 branch using binary directory on 4.3 branch
> https://github.com/imduffy15/devcloud4/tree/master/basic and followed the
> instructions given here
> https://github.com/imduffy15/devcloud4/blob/master/basic/README.md
>
> still I am getting the same error... :/
>
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
> "__main__", fname, loader, pkg_name)
>   File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
> exec code in run_globals
>   File "/usr/local/lib/python2.7/dist-packages/marvin/deployDataCenter.py",
> line 572, in 
> deploy.deploy()
>   File "/usr/local/lib/python2.7/dist-packages/marvin/deployDataCenter.py",
> line 554, in deploy
> self.loadCfg()
>   File "/usr/local/lib/python2.7/dist-packages/marvin/deployDataCenter.py",
> line 516, in loadCfg
> mgtDetails.apiKey, mgtDetails.securityKey = self.registerApiKey()
>   File "/usr/local/lib/python2.7/dist-packages/marvin/deployDataCenter.py",
> line 485, in registerApiKey
> listuserRes = self.testClient.getApiClient().listUsers(listuser)
>   File
>
> "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
> line 527, in listUsers
> response = self.connection.marvinRequest(command,
> response_type=response, method=method)
>   File
> "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py",
> line 272, in marvinRequest
> response = jsonHelper.getResultObj(response.json(), response_type)
>   File "/usr/local/lib/python2.7/dist-packages/requests/models.py", line
> 802, in json
> return json.loads(self.text, **kwargs)
>   File "/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line 413,
> in loads
> return _default_decoder.decode(s)
>   File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 402,
> in decode
> obj, end = self.raw_decode(s, idx=_w(s, 0).end())
>   File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 420,
> in raw_decode
> raise JSONDecodeError("No JSON object could be decoded", s, idx)
> simplejson.decoder.JSONDecodeError: No JSON object could be decoded: line 1
> column 0 (char 0)
>
>
> I cant figure out if the issue is in python or simplejson so I reinstalled
> both but I am still stuck at the same stage
>
> On Tue, Mar 24, 2015 at 4:53 AM, Tilak Raj Singh 
> wrote:
>
> > Yeah I tried the binary-installation-basic one but ended up getting the
> > errors I posted above. I followed up trying the not binary advanced as
> you
> > are provisioning. Doing vagrant up setup xenserver and management server
> > successfully.
> >
> > I installed Marvin successfully doing 2015-03-24 04:41:49,970 - DEBUG -
> > Parsing Test data successfully using pip install
> > tools/marvin/dist/Marvin-0.1.0.tar.gz. But when I try to deploy the
> > configuration using python -m marvin.deployDataCenter -i
> > /path/to/GSoC-2014/repo/advanced/advanced.json I get the following error
> in
> > the log files
> >
> > 2015-03-24 04:41:49,970 - DEBUG - Payload: {'account': 'admin',
> 'command':
> > 'listUsers', 'response': 'json'}
> > 2015-03-24 04:41:49,970 - DEBUG - Sending GET Cmd :
> > listUsers===
> > 2015-03-24 04:42:53,086 - ERROR - Exception:['Traceback (most recent call
> > last):\n', '  File
> > "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py",
> > line 307, in __parseAndGetResponse\ncmd_response.json(),\n', '  File
> > "/usr/local/lib/python2.7/dist-packages/requests/models.py", line 802, in
> > json\nreturn json.loads(self.text, **kwargs)\n', '  File
> > "/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line 413, in
> > loads\nreturn _default_decoder.decode(s)\n', '  File
> > "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 402, in
> > decode\nobj, end = self.raw_decode(s, idx=_w(s, 0).end())\n', '  File
> > "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 420, in
> > raw_decode\nraise JSONDecodeError("No JSON object could be decoded",
> s,
> > idx)\n', 'JSONDecodeError: No JSON object could be decoded: line 1
> column 0
> > (char 0)\n']
> > Traceback (most recent call last):
> >   File
> > "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py",
> > line 307, in __parseAndGetResponse
> > cmd_response.json(),
> >   File "/usr/local/lib/pyt

Fwd: [GSOC] Setting up multiple devcloud host in cloudstack dev environment

2015-03-23 Thread Tilak Raj Singh
-- Forwarded message --
From: Tilak Raj Singh 
Date: Tue, Mar 24, 2015 at 6:12 AM
Subject: Re: [GSOC] Setting up multiple devcloud host in cloudstack dev
environment
To: Pierre-Luc Dion 


I just tried deploying on 4.3 branch using binary directory on 4.3 branch
https://github.com/imduffy15/devcloud4/tree/master/basic and followed the
instructions given here
https://github.com/imduffy15/devcloud4/blob/master/basic/README.md

still I am getting the same error... :/

Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
  File "/usr/local/lib/python2.7/dist-packages/marvin/deployDataCenter.py",
line 572, in 
deploy.deploy()
  File "/usr/local/lib/python2.7/dist-packages/marvin/deployDataCenter.py",
line 554, in deploy
self.loadCfg()
  File "/usr/local/lib/python2.7/dist-packages/marvin/deployDataCenter.py",
line 516, in loadCfg
mgtDetails.apiKey, mgtDetails.securityKey = self.registerApiKey()
  File "/usr/local/lib/python2.7/dist-packages/marvin/deployDataCenter.py",
line 485, in registerApiKey
listuserRes = self.testClient.getApiClient().listUsers(listuser)
  File
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 527, in listUsers
response = self.connection.marvinRequest(command,
response_type=response, method=method)
  File
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py",
line 272, in marvinRequest
response = jsonHelper.getResultObj(response.json(), response_type)
  File "/usr/local/lib/python2.7/dist-packages/requests/models.py", line
802, in json
return json.loads(self.text, **kwargs)
  File "/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line 413,
in loads
return _default_decoder.decode(s)
  File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 402,
in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 420,
in raw_decode
raise JSONDecodeError("No JSON object could be decoded", s, idx)
simplejson.decoder.JSONDecodeError: No JSON object could be decoded: line 1
column 0 (char 0)


I cant figure out if the issue is in python or simplejson so I reinstalled
both but I am still stuck at the same stage

On Tue, Mar 24, 2015 at 4:53 AM, Tilak Raj Singh  wrote:

> Yeah I tried the binary-installation-basic one but ended up getting the
> errors I posted above. I followed up trying the not binary advanced as you
> are provisioning. Doing vagrant up setup xenserver and management server
> successfully.
>
> I installed Marvin successfully doing 2015-03-24 04:41:49,970 - DEBUG -
> Parsing Test data successfully using pip install
> tools/marvin/dist/Marvin-0.1.0.tar.gz. But when I try to deploy the
> configuration using python -m marvin.deployDataCenter -i
> /path/to/GSoC-2014/repo/advanced/advanced.json I get the following error in
> the log files
>
> 2015-03-24 04:41:49,970 - DEBUG - Payload: {'account': 'admin', 'command':
> 'listUsers', 'response': 'json'}
> 2015-03-24 04:41:49,970 - DEBUG - Sending GET Cmd :
> listUsers===
> 2015-03-24 04:42:53,086 - ERROR - Exception:['Traceback (most recent call
> last):\n', '  File
> "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py",
> line 307, in __parseAndGetResponse\ncmd_response.json(),\n', '  File
> "/usr/local/lib/python2.7/dist-packages/requests/models.py", line 802, in
> json\nreturn json.loads(self.text, **kwargs)\n', '  File
> "/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line 413, in
> loads\nreturn _default_decoder.decode(s)\n', '  File
> "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 402, in
> decode\nobj, end = self.raw_decode(s, idx=_w(s, 0).end())\n', '  File
> "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 420, in
> raw_decode\nraise JSONDecodeError("No JSON object could be decoded", s,
> idx)\n', 'JSONDecodeError: No JSON object could be decoded: line 1 column 0
> (char 0)\n']
> Traceback (most recent call last):
>   File
> "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py",
> line 307, in __parseAndGetResponse
> cmd_response.json(),
>   File "/usr/local/lib/python2.7/dist-packages/requests/models.py", line
> 802, in json
> return json.loads(self.text, **kwargs)
>   File "/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line
> 413, in loads
> return _default_decoder.decode(s)
>   File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 402,
> in decode
> obj, end = self.raw_decode(s, idx=_w(s, 0).end())
>   File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 420,
> in raw_decode
> raise JSONDecodeError("No JSON object could be decoded", s, idx)
> JSONDecodeError: No JSON object could be de

Fwd: [GSOC] Setting up multiple devcloud host in cloudstack dev environment

2015-03-23 Thread Tilak Raj Singh
-- Forwarded message --
From: Tilak Raj Singh 
Date: Tue, Mar 24, 2015 at 4:53 AM
Subject: Re: [GSOC] Setting up multiple devcloud host in cloudstack dev
environment
To: Pierre-Luc Dion 


Yeah I tried the binary-installation-basic one but ended up getting the
errors I posted above. I followed up trying the not binary advanced as you
are provisioning. Doing vagrant up setup xenserver and management server
successfully.

I installed Marvin successfully doing 2015-03-24 04:41:49,970 - DEBUG -
Parsing Test data successfully using pip install
tools/marvin/dist/Marvin-0.1.0.tar.gz. But when I try to deploy the
configuration using python -m marvin.deployDataCenter -i
/path/to/GSoC-2014/repo/advanced/advanced.json I get the following error in
the log files

2015-03-24 04:41:49,970 - DEBUG - Payload: {'account': 'admin', 'command':
'listUsers', 'response': 'json'}
2015-03-24 04:41:49,970 - DEBUG - Sending GET Cmd : listUsers===
2015-03-24 04:42:53,086 - ERROR - Exception:['Traceback (most recent call
last):\n', '  File
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py",
line 307, in __parseAndGetResponse\ncmd_response.json(),\n', '  File
"/usr/local/lib/python2.7/dist-packages/requests/models.py", line 802, in
json\nreturn json.loads(self.text, **kwargs)\n', '  File
"/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line 413, in
loads\nreturn _default_decoder.decode(s)\n', '  File
"/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 402, in
decode\nobj, end = self.raw_decode(s, idx=_w(s, 0).end())\n', '  File
"/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 420, in
raw_decode\nraise JSONDecodeError("No JSON object could be decoded", s,
idx)\n', 'JSONDecodeError: No JSON object could be decoded: line 1 column 0
(char 0)\n']
Traceback (most recent call last):
  File
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py",
line 307, in __parseAndGetResponse
cmd_response.json(),
  File "/usr/local/lib/python2.7/dist-packages/requests/models.py", line
802, in json
return json.loads(self.text, **kwargs)
  File "/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line 413,
in loads
return _default_decoder.decode(s)
  File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 402,
in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 420,
in raw_decode
raise JSONDecodeError("No JSON object could be decoded", s, idx)
JSONDecodeError: No JSON object could be decoded: line 1 column 0 (char 0)
2015-03-24 04:42:53,086 - ERROR - marvinRequest : CmdName:

Exception: ['Traceback (most recent call last):\n', '  File
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py",
line 374, in marvinRequest\nraise self.__lastError\n',
'JSONDecodeError: No JSON object could be decoded: line 1 column 0 (char
0)\n']
Traceback (most recent call last):
  File
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py",
line 374, in marvinRequest
raise self.__lastError
JSONDecodeError: No JSON object could be decoded: line 1 column 0 (char 0)
2015-03-24 04:42:53,088 - ERROR -  Exception Occurred Under
__createApiClient: ['Traceback (most recent call last):\n', '  File
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackTestClient.py",
line 144, in __createApiClient\nlist_user_res =
self.__apiClient.listUsers(list_user)\n', '  File
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 595, in listUsers\nresponse =
self.connection.marvinRequest(command, response_type=response,
method=method)\n', '  File
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py",
line 379, in marvinRequest\nraise e\n', 'JSONDecodeError: No JSON
object could be decoded: line 1 column 0 (char 0)\n']
Traceback (most recent call last):
  File
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackTestClient.py",
line 144, in __createApiClient
list_user_res = self.__apiClient.listUsers(list_user)
  File
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 595, in listUsers
response = self.connection.marvinRequest(command,
response_type=response, method=method)
  File
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py",
line 379, in marvinRequest
raise e
JSONDecodeError: No JSON object could be decoded: line 1 column 0 (char 0)
2015-03-24 04:42:53,088 - ERROR -  Test Client Creation Failed 

Can you help me with this?

On Mon, Mar 23, 2015 at 6:05 PM, Pierre-Luc Dion  wrote:

> Hi Tilak,
>
> This project is back from GSOC 2014, I'm not sure if Ian did maintain it
> recently so it might need some updates.  Anyhow, I'm using the not binary
> version (this section:
> https://github.com/imduffy15/devcloud4/tree/master/advanced) which use
> the management vm for the mysql 

Fwd: [GSOC] Setting up multiple devcloud host in cloudstack dev environment

2015-03-23 Thread Tilak Raj Singh
-- Forwarded message --
From: Tilak Raj Singh 
Date: Mon, Mar 23, 2015 at 2:02 PM
Subject: Re: [GSOC] Setting up multiple devcloud host in cloudstack dev
environment
To: Pierre-Luc Dion 


Thanks Dion for your insights. I tried the new git repository you told
about. I am still struggling to get the environment setup. I installed
virtualbox, chef and vagrant and cloned the repository. configured three
host only networks with dhcp disabled
vboxnet1 192.168.22.1
vboxnet2 192.168.23.1
vboxnet3 192.168.24.1

ran vagrant_prep.sh successfully.

Now when I cd into binary_installation_binary directory and do "vagrant up"
I get the following error

==> xenserver: Clearing any previously set network interfaces...
==> xenserver: Preparing network interfaces based on configuration...
xenserver: Adapter 1: nat
xenserver: Adapter 2: hostonly
==> xenserver: Forwarding ports...
xenserver: 22 =>  (adapter 1)
==> xenserver: Running 'pre-boot' VM customizations...
==> xenserver: Booting VM...
==> xenserver: Waiting for machine to boot. This may take a few minutes...
xenserver: SSH address: 127.0.0.1:
xenserver: SSH username: vagrant
xenserver: SSH auth method: private key
xenserver: Warning: Connection timeout. Retrying...
Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.

If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually good hints as to what may be wrong.

If you're using a custom box, make sure that networking is properly
working and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes.
Verify that authentication configurations are also setup properly,
as well.

If the box appears to be booting properly, you may want to increase
the timeout ("config.vm.boot_timeout") value.

The system is not able to ssh into the vm created. Can you help me figure
this issue out

Regards


On Sun, Mar 22, 2015 at 7:07 PM, Pierre-Luc Dion  wrote:

> Tilak,
>
> Take a look at devcloud4 from Ian Duffy[1], it use vagrant + virtualbox to
> setup a nice test env locally. You might be able to run multiple instance
> of the cloudstack management-server into VMs. devcloud4 does not use the
> simulator as managed hypervisor, it deploy a XenServer VM, so it might help
> validating few tests where your 2 management-servers will interact to same
> hosts.
>
>
> [1] https://github.com/imduffy15/devcloud4
>
> Good luck,
>
>
> On Sun, Mar 22, 2015 at 7:18 AM, Daan Hoogland 
> wrote:
>
>> Tilak,
>>
>> I am cross posting your question as it is more on topic in the dev
>> list. Rohit's age is a good starting point. it is my experience that
>> every body will encounter their own problems in setting up a good
>> environment and needs further support. In your case the dual host
>> environment is a bit of a challange, though it has been set up by
>> several people. It could be convenient to set it up as remote hosts
>> instead of a devcloud vm. It should work though.
>>
>> Good travels and don't hasitate to ask for support,
>>
>> On Fri, Mar 20, 2015 at 9:15 PM, Tilak Raj Singh 
>> wrote:
>> > Hi can anyone please help me here??
>> >
>> > On Fri, Mar 20, 2015 at 4:18 AM, Tilak Raj Singh 
>> wrote:
>> >
>> >> Hello All,
>> >>
>> >> I am trying to setup the cloudstack developement environment on my
>> ubuntu
>> >> 12.04 64bit machine. I have successfully setup the management server
>> >> locally on my machine using the docs [1]. As I am going to start work
>> on
>> >> the issue CLOUDSTACK-8266
>> >>  [2] I need to
>> >> setup atleast two host on my management server. I am trying to setup
>> two
>> >> devcloud hosts for the same. Can anybody guide me how to add them.
>> Should I
>> >> follow this guide [3] to setup first devcloud resources to my
>> management
>> >> server and then manually add the other devcloud host ip into the hosts
>> >> section of cloudstack or should I edit devcloud.cfg file to add an
>> entry
>> >> for the ip, username and password for the second devcloud host and it
>> would
>> >> work?
>> >>
>> >> If I am wrong can please somebody help me figure out the correct
>> method to
>> >> do the same.
>> >>
>> >> Regards
>> >>
>> >> [1]
>> >>
>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+CloudStack+Development+Environment+on+Linux
>> >>
>> >> [2] https://issues.apache.org/jira/browse/CLOUDSTACK-8266
>> >>
>> >> [3] http://bhaisaab.org/logs/devcloud/
>> >>
>>
>>
>>
>> --
>> Daan
>>
>
>


Re: [ACS 4.5.1 RC1] Caught SQLException on startup

2015-03-23 Thread Alena Prokharchyk
network_group table is long gone. I guess the only one reason for the
keeping table related mysql statements in ConfigurationServerImpl.java - is
to handle the upgrade scenarios. We should probably just disable the
logging for this case.

The situation with creating duplicated system/admin user is different. I
believe the records for them get created as a part of the setup scripts
when install from rpm. And as on dev environment those scripts don't get
run, the records get inserted by ConfigurationServerImpl on a server
startup. For the rpm deployment case, the latter insertion will result in
duplicates, hence the silent exception catch. Ideally, the fix should be -
create the users on a first server startup in the Java code only, so its
common for dev and users environments.

Not a high priority fix.

On Mon, Mar 23, 2015 at 4:26 AM, Rohit Yadav 
wrote:

> Hi Erik,
>
> Yes, I've seen them before. The network_group table does not exist in
> ACS, I've seen this issue as well but this is probably harmless and
> perhaps has to do with maintaining migrations from old/other CCP
> releases though I'm not sure.
>
> I'll try to see if we can address them, though they look harmless to me.
>
>
> On Monday 23 March 2015 04:31 PM, Erik Weber wrote:
>
>> Anyone else see these during startup?
>>
>> 2015-03-23 11:59:32,712 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
>> Caught exception when inserting system account: Duplicate entry '1' for
>> key
>> 'PRIMARY'
>> 2015-03-23 11:59:32,713 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
>> Caught SQLException when inserting system user: Duplicate entry '1' for
>> key
>> 'PRIMARY'
>> 2015-03-23 11:59:32,714 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
>> Caught SQLException when creating admin account: Duplicate entry '2' for
>> key 'PRIMARY'
>> 2015-03-23 11:59:32,715 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
>> Caught SQLException when inserting admin user: Duplicate entry '2' for key
>> 'PRIMARY'
>> 2015-03-23 11:59:32,716 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
>> Caught (SQL?)Exception: no network_group  Table 'cloud.network_group'
>> doesn't exist
>> 2015-03-23 11:59:32,791 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
>> resource_count table has records missing for some accounts...going to
>> insert them
>> 2015-03-23 11:59:32,806 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
>> Inserting resource count of type user_vm for account id=3
>>
>>
>> The duplicate keys doesn't really worry me much, as that should mean it's
>> already there, but the
>> Table 'cloud.network_group' doesn't exist is a different story..
>>
>>
> --
> Regards,
> Rohit Yadav
> Software Architect, ShapeBlue
> M. +91 8826230892 | rohit.ya...@shapeblue.com
> Blog: bhaisaab.org | Twitter: @_bhaisaab
> PS. If you see any footer below, I did not add it :)
> Find out more about ShapeBlue and our range of CloudStack related services
>
> IaaS Cloud Design & Build iaas-cloud-design-and-build//>
> CSForge – rapid IaaS deployment framework
> CloudStack Consulting
> CloudStack Software Engineering engineering/>
> CloudStack Infrastructure Support cloudstack-infrastructure-support/>
> CloudStack Bootcamp Training Courses cloudstack-training/>
>
> This email and any attachments to it may be confidential and are intended
> solely for the use of the individual to whom it is addressed. Any views or
> opinions expressed are solely those of the author and do not necessarily
> represent those of Shape Blue Ltd or related companies. If you are not the
> intended recipient of this email, you must neither take any action based
> upon its contents, nor copy or show it to anyone. Please contact the sender
> if you believe you have received this email in error. Shape Blue Ltd is a
> company incorporated in England & Wales. ShapeBlue Services India LLP is a
> company incorporated in India and is operated under license from Shape Blue
> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil
> and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is
> a company registered by The Republic of South Africa and is traded under
> license from Shape Blue Ltd. ShapeBlue is a registered trademark.
>



-- 
Alena Prokharchyk
https://twitter.com/Lemonjet
http://www.linkedin.com/pub/alena-prokharchyk/13/282/a7b


Re: Jenkins access

2015-03-23 Thread ilya

Correct,

I need access to

jenkins.buildacloud.org


Thanks
ilya

On 3/22/15 10:53 PM, Srikanteswararao Talluri wrote:

I think he is talking about jenkins.buildacloud.org as he expressed
interest in enhancing vmware system vm template job.

~Talluri

On 21/03/15 3:19 am, "David Nalley"  wrote:


which jenkins?


On Fri, Mar 20, 2015 at 2:40 PM, ilya 
wrote:

How do i get access to Jenkins?

Thanks
ilya




Re: [VOTE] Apache CloudStack 4.5.1-rc1

2015-03-23 Thread ilya

Rohit,

While we have fixes and I hate to do this to David, but i think this 
warrants RC2 release.


David, how likely are you to spin up another vote for RC2?

Thanks
ilya

On 3/20/15 10:31 AM, Rohit Yadav wrote:

Hi everyone,

Don’t get discouraged by the minor regressions found as they are fixed. Note: 
they would only affect VMWare/Xen and the rpm bug will affect only CentOS6 
users.

In case you’re building from source, apply these two patches on top of RC1 and 
please continue testing:

https://github.com/apache/cloudstack/commit/53ca0b1861c743caf61ec04f776c87eac334f185
https://github.com/apache/cloudstack/commit/d70937aeb92e89efa8fcc39d7f89bdd8c885b2a2


On 20-Mar-2015, at 7:51 pm, Paul Angus  wrote:

-1
Regression caused by https://issues.apache.org/jira/browse/CLOUDSTACK-8312
Causes:
Unable to start instance due to can't find mapping in ObjectInDataStore table 
for: org.apache.cloudstack.storage.image.store.TemplateObject

When trying to deploy system VM templates.

Template gets copied to primary storage but no entries appear to be added to 
the db
Systemvm.iso not copied to secondary storage.
SSVM and CPVM do not get created

Rohit has created a fix for RC2 - testing on that now.

Regards,

Paul Angus
Cloud Architect
D: +44 20 3468 5163 |S: +44 20 3603 0540 | M: +44 7711 418 784 | T: @CloudyAngus
paul.an...@shapeblue.com

-Original Message-
From: Nux! [mailto:n...@li.nux.ro]
Sent: 20 March 2015 14:12
To: dev@cloudstack.apache.org
Subject: Re: [VOTE] Apache CloudStack 4.5.1-rc1

+1 from me as well based on upgrade from 4.4.1 and ADV+SG zone tests.

Thanks Rohit for the packages.

Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -

From: "Rohit Yadav" 
To: dev@cloudstack.apache.org
Sent: Friday, 20 March, 2015 11:38:42
Subject: Re: [VOTE] Apache CloudStack 4.5.1-rc1
+1 (with one centos6 rpm build fix required, read below)

Advance zone testing with/without local storage, KVM:

- VM lifecycle with and without local storage and vm's volume
migrations (after vm was stopped) across 2 hosts
- Password server, reset password. Stress tested password server,
served
1000 req/second with 95.7% successful http request completion (though
I realize ab is not really a good tool)
- Egress rules, Firewall rules, port forwarding SNAT usage, load
balancing
- Register template and ISO
- VM statistics, dashboard capacity values
- Observed normal CPVM, SSVM behaviours
- Use of both NFS and local primary storage
- Download volume, iso, template
- VPC: multiple tiers, password server + load tests, vm lifecycle
with/without local storage, SNAT for vms in tiers, ACL rules
create/update/delete/apply etc

Basic Zone testing with/without local storage, KVM:

- Basic zone with local storage, vm lifecycle
- Volume migration (after stopped)
- Attach/detach volumes
- NFS primary+secondary and local storage primary
- Normal CPVM, SSVM behaviour seen
- Register template/iso worked
- Download volume, iso, template
- Shared network with SG worked
- Password server tested, reset password

Minor issues:

- RC1 will require this minor centos6 rpm build fix that we can slip
in
https://github.com/apache/cloudstack/commit/d70937aeb92e89efa8fcc39d7f
89bdd8c885b2a2
Note: centos7 builds are fine.
- UI logs out on refresh (due to known CSRF fix) or opening in another tab.

On Thursday 19 March 2015 08:10 PM, David Nalley wrote:

Hi All,

I've created a X.X.X release, with the following artifacts up for a vote:

Git Branch and Commit SH:
https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h
=refs/heads/4.5-RC20150319T1429
Commit: 3c06466e208769f32c03767abc6bd2680fd8

Source release (checksums and signatures are available at the same
location):
https://dist.apache.org/repos/dist/dev/cloudstack/4.5.1-rc1/

PGP release keys (signed using 0x6fe50f1c):
https://dist.apache.org/repos/dist/release/cloudstack/KEYS

Vote will be open for 72 hours.

For sanity in tallying the vote, can PMC members please be sure to
indicate "(binding)" with their vote?

[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)


--
Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 8826230892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab PS. If you see any footer
below, I did not add it :) Find out more about ShapeBlue and our range
of CloudStack related services

IaaS Cloud Design &
Build
CSForge – rapid IaaS deployment
framework
CloudStack Consulting
CloudStack Software
Engineering
CloudStack Infrastructure
Support
CloudStack Bootcamp Training
Courses

This email and any attachments to it may be confidential and are
intended solely for the use of the individual

[GitHub] cloudstack pull request: 4.4 for centos7

2015-03-23 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/125#issuecomment-85235970
  
H Laszlo, i noticed and updated the pull request for the jasypt version.


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


[GitHub] cloudstack pull request: 4.4 for centos7

2015-03-23 Thread K0zka
Github user K0zka commented on the pull request:

https://github.com/apache/cloudstack/pull/125#issuecomment-85189126
  
pom.xml specifies 1.9.0 as dependency


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


[GitHub] cloudstack pull request: 4.4 for centos7

2015-03-23 Thread K0zka
Github user K0zka commented on the pull request:

https://github.com/apache/cloudstack/pull/125#issuecomment-85180862
  
Hi Daan,

I installed a clean centos 7 and I got this error while testing the build:

```
+ install -D client/target/pythonlibs/jasypt-1.9.2.jar 
/home/kocka/cloudstack/dist/rpmbuild/BUILDROOT/cloudstack-4.4.3-SNAPSHOT.el7.centos.x86_64/usr/share/cloudstack-common/lib/jasypt-1.9.2.jar
install: cannot stat 'client/target/pythonlibs/jasypt-1.9.2.jar': No such 
file or directory
error: Bad exit status from /var/tmp/rpm-tmp.B2Cj2h (%install)
```

And:
```
[kocka@localhost packaging]$ ls 
../dist/rpmbuild/BUILD/cloudstack-4.4.3-SNAPSHOT/client/target/pythonlibs/
jasypt-1.8.jar  jasypt-1.9.0.jar
```


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


Re: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Ahmad Emneina
Great news Sebastian, congratulations.

Thanks for all the efforts Hugo, cant believe its been a year! :D

On Mon, Mar 23, 2015 at 4:40 AM, Giles Sirett 
wrote:

>  All
>
> The Apache Cloudstack PMC is delighted to announce that on March 18 an ASF
> board resolution was passed to make Sebastien Goasguen the new Chair/VP of
> Apache CloudStack.
>
>
>
> Sebastien replaces Hugo in this role
>
>
>
>
>
> I’m sure you’ll all join me in wishing Sebastien all the best for the next
> 12 months and also in thanking Hugo for all of his hard work over the last
> year.
>
>
>
> Giles
>
>
>
>
>
>
>  Find out more about ShapeBlue and our range of CloudStack related
> services
>
> IaaS Cloud Design & Build
> 
> CSForge – rapid IaaS deployment framework 
> CloudStack Consulting 
> CloudStack Software Engineering
> 
> CloudStack Infrastructure Support
> 
> CloudStack Bootcamp Training Courses
> 
>
> This email and any attachments to it may be confidential and are intended
> solely for the use of the individual to whom it is addressed. Any views or
> opinions expressed are solely those of the author and do not necessarily
> represent those of Shape Blue Ltd or related companies. If you are not the
> intended recipient of this email, you must neither take any action based
> upon its contents, nor copy or show it to anyone. Please contact the sender
> if you believe you have received this email in error. Shape Blue Ltd is a
> company incorporated in England & Wales. ShapeBlue Services India LLP is a
> company incorporated in India and is operated under license from Shape Blue
> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil
> and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is
> a company registered by The Republic of South Africa and is traded under
> license from Shape Blue Ltd. ShapeBlue is a registered trademark.
>


Re: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Cyrano Rizzo
Congratulations Sebastien by the election, good luck in this new challenge!

Congratulations Chip and Hugo by the great work until now!

[]’s

Cyrano Rizzo
Sao Paulo IT Center Director - CeTI-SP
University of Sao Paulo - USP | IT Superintendence - STI
Av. Prof. Luciano Gualberto, No 71 - trav. 3 | 05508-010 | Sao Paulo - SP
M +55 (11) 997-699-001 | D  +55 (11) 3091-8466

> On Mar 23, 2015, at 08:40, Giles Sirett  wrote:
> 
> All
> The Apache Cloudstack PMC is delighted to announce that on March 18 an ASF 
> board resolution was passed to make Sebastien Goasguen the new Chair/VP of 
> Apache CloudStack.
>  
> Sebastien replaces Hugo in this role
>  
>  
> I’m sure you’ll all join me in wishing Sebastien all the best for the next 12 
> months and also in thanking Hugo for all of his hard work over the last year.
>  
> Giles
>  
>  
>  
> Find out more about ShapeBlue and our range of CloudStack related services
> 
> IaaS Cloud Design & Build 
> CSForge – rapid IaaS deployment framework 
> CloudStack Consulting 
> CloudStack Software Engineering 
> 
> CloudStack Infrastructure Support 
> 
> CloudStack Bootcamp Training Courses 
> 
> 
> This email and any attachments to it may be confidential and are intended 
> solely for the use of the individual to whom it is addressed. Any views or 
> opinions expressed are solely those of the author and do not necessarily 
> represent those of Shape Blue Ltd or related companies. If you are not the 
> intended recipient of this email, you must neither take any action based upon 
> its contents, nor copy or show it to anyone. Please contact the sender if you 
> believe you have received this email in error. Shape Blue Ltd is a company 
> incorporated in England & Wales. ShapeBlue Services India LLP is a company 
> incorporated in India and is operated under license from Shape Blue Ltd. 
> Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
> operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
> registered by The Republic of South Africa and is traded under license from 
> Shape Blue Ltd. ShapeBlue is a registered trademark.



Re: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Suresh Ramamurthy
Thanks Hugo...

Congratulations Sebastien..

Thanks,
Suresh

On Mon, Mar 23, 2015 at 11:13 AM, Karen Vuong 
wrote:

> Congrats Sebastien!
>
> Thanks Hugo for all the hard work over the last year.
>
> Karen
>
> From: Giles Sirett [mailto:giles.sir...@shapeblue.com]
> Sent: Monday, March 23, 2015 4:41 AM
> To: dev@cloudstack.apache.org; us...@cloudstack.apache.org;
> market...@cloudstack.apache.org
> Subject: [Announce] - New VP Apache Cloudstack
>
> All
> The Apache Cloudstack PMC is delighted to announce that on March 18 an ASF
> board resolution was passed to make Sebastien Goasguen the new Chair/VP of
> Apache CloudStack.
>
> Sebastien replaces Hugo in this role
>
>
> I'm sure you'll all join me in wishing Sebastien all the best for the next
> 12 months and also in thanking Hugo for all of his hard work over the last
> year.
>
> Giles
>
>
>
> Find out more about ShapeBlue and our range of CloudStack related services
>
> IaaS Cloud Design & Build<
> http://shapeblue.com/iaas-cloud-design-and-build/>
> CSForge - rapid IaaS deployment framework
> CloudStack Consulting
> CloudStack Software Engineering<
> http://shapeblue.com/cloudstack-software-engineering/>
> CloudStack Infrastructure Support<
> http://shapeblue.com/cloudstack-infrastructure-support/>
> CloudStack Bootcamp Training Courses<
> http://shapeblue.com/cloudstack-training/>
>
> This email and any attachments to it may be confidential and are intended
> solely for the use of the individual to whom it is addressed. Any views or
> opinions expressed are solely those of the author and do not necessarily
> represent those of Shape Blue Ltd or related companies. If you are not the
> intended recipient of this email, you must neither take any action based
> upon its contents, nor copy or show it to anyone. Please contact the sender
> if you believe you have received this email in error. Shape Blue Ltd is a
> company incorporated in England & Wales. ShapeBlue Services India LLP is a
> company incorporated in India and is operated under license from Shape Blue
> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil
> and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is
> a company registered by The Republic of South Africa and is traded under
> license from Shape Blue Ltd. ShapeBlue is a registered trademark.
>


RE: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Karen Vuong
Congrats Sebastien!

Thanks Hugo for all the hard work over the last year.

Karen

From: Giles Sirett [mailto:giles.sir...@shapeblue.com]
Sent: Monday, March 23, 2015 4:41 AM
To: dev@cloudstack.apache.org; us...@cloudstack.apache.org; 
market...@cloudstack.apache.org
Subject: [Announce] - New VP Apache Cloudstack

All
The Apache Cloudstack PMC is delighted to announce that on March 18 an ASF 
board resolution was passed to make Sebastien Goasguen the new Chair/VP of 
Apache CloudStack.

Sebastien replaces Hugo in this role


I'm sure you'll all join me in wishing Sebastien all the best for the next 12 
months and also in thanking Hugo for all of his hard work over the last year.

Giles



Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build
CSForge - rapid IaaS deployment framework
CloudStack Consulting
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support
CloudStack Bootcamp Training Courses

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
registered by The Republic of South Africa and is traded under license from 
Shape Blue Ltd. ShapeBlue is a registered trademark.


Re: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Ian Duffy
Congrats Sebastien! :-)
On 23 Mar 2015 16:57, "Rohit Yadav"  wrote:

> Thank you Hugo! Congratulations and welcome Sebastien!
>
> > On 23-Mar-2015, at 5:10 pm, Giles Sirett 
> wrote:
> >
> > All
> > The Apache Cloudstack PMC is delighted to announce that on March 18 an
> ASF board resolution was passed to make Sebastien Goasguen the new Chair/VP
> of Apache CloudStack.
> >
> > Sebastien replaces Hugo in this role
> >
> >
> > I'm sure you'll all join me in wishing Sebastien all the best for the
> next 12 months and also in thanking Hugo for all of his hard work over the
> last year.
> >
> > Giles
> >
> >
> >
> > Find out more about ShapeBlue and our range of CloudStack related
> services
> >
> > IaaS Cloud Design & Build<
> http://shapeblue.com/iaas-cloud-design-and-build//>
> > CSForge - rapid IaaS deployment framework
> > CloudStack Consulting
> > CloudStack Software Engineering<
> http://shapeblue.com/cloudstack-software-engineering/>
> > CloudStack Infrastructure Support<
> http://shapeblue.com/cloudstack-infrastructure-support/>
> > CloudStack Bootcamp Training Courses<
> http://shapeblue.com/cloudstack-training/>
> >
> > This email and any attachments to it may be confidential and are
> intended solely for the use of the individual to whom it is addressed. Any
> views or opinions expressed are solely those of the author and do not
> necessarily represent those of Shape Blue Ltd or related companies. If you
> are not the intended recipient of this email, you must neither take any
> action based upon its contents, nor copy or show it to anyone. Please
> contact the sender if you believe you have received this email in error.
> Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue
> Services India LLP is a company incorporated in India and is operated under
> license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a
> company incorporated in Brasil and is operated under license from Shape
> Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by The Republic of
> South Africa and is traded under license from Shape Blue Ltd. ShapeBlue is
> a registered trademark.
>
> Regards,
> Rohit Yadav
> Software Architect, ShapeBlue
> M. +91 88 262 30892 | rohit.ya...@shapeblue.com
> Blog: bhaisaab.org | Twitter: @_bhaisaab
>
>
>
> Find out more about ShapeBlue and our range of CloudStack related services
>
> IaaS Cloud Design & Build<
> http://shapeblue.com/iaas-cloud-design-and-build//>
> CSForge – rapid IaaS deployment framework
> CloudStack Consulting
> CloudStack Software Engineering<
> http://shapeblue.com/cloudstack-software-engineering/>
> CloudStack Infrastructure Support<
> http://shapeblue.com/cloudstack-infrastructure-support/>
> CloudStack Bootcamp Training Courses<
> http://shapeblue.com/cloudstack-training/>
>
> This email and any attachments to it may be confidential and are intended
> solely for the use of the individual to whom it is addressed. Any views or
> opinions expressed are solely those of the author and do not necessarily
> represent those of Shape Blue Ltd or related companies. If you are not the
> intended recipient of this email, you must neither take any action based
> upon its contents, nor copy or show it to anyone. Please contact the sender
> if you believe you have received this email in error. Shape Blue Ltd is a
> company incorporated in England & Wales. ShapeBlue Services India LLP is a
> company incorporated in India and is operated under license from Shape Blue
> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil
> and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is
> a company registered by The Republic of South Africa and is traded under
> license from Shape Blue Ltd. ShapeBlue is a registered trademark.
>


[GitHub] cloudstack pull request: remove stale project cloud-systemvm

2015-03-23 Thread DaanHoogland
GitHub user DaanHoogland opened a pull request:

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

remove stale project cloud-systemvm



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

$ git pull https://github.com/DaanHoogland/cloudstack 
hotfix/remove-dead-sysvm-code

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

https://github.com/apache/cloudstack/pull/126.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 #126


commit 6a04ec9a9ef5f6b518b52ae5d8cb46766a53e8ae
Author: Daan Hoogland 
Date:   2015-03-23T17:00:43Z

remove stale project cloud-systemvm




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


[GitHub] cloudstack pull request: 4.4 for centos7

2015-03-23 Thread DaanHoogland
GitHub user DaanHoogland opened a pull request:

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

4.4 for centos7



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

$ git pull https://github.com/DaanHoogland/cloudstack feature/4.4/centos7

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

https://github.com/apache/cloudstack/pull/125.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 #125


commit b527aabfc352474541a2f6c7831b819356ec453a
Author: Daan Hoogland 
Date:   2015-03-23T13:22:08Z

4.4 for centos7




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


[GitHub] cloudstack pull request: Feature/4.4/centos7

2015-03-23 Thread DaanHoogland
Github user DaanHoogland closed the pull request at:

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


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


[GitHub] cloudstack pull request: Feature/4.4/centos7

2015-03-23 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/124#issuecomment-85097429
  
against wrong branch :(


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


Re: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Rohit Yadav
Thank you Hugo! Congratulations and welcome Sebastien!

> On 23-Mar-2015, at 5:10 pm, Giles Sirett  wrote:
>
> All
> The Apache Cloudstack PMC is delighted to announce that on March 18 an ASF 
> board resolution was passed to make Sebastien Goasguen the new Chair/VP of 
> Apache CloudStack.
>
> Sebastien replaces Hugo in this role
>
>
> I'm sure you'll all join me in wishing Sebastien all the best for the next 12 
> months and also in thanking Hugo for all of his hard work over the last year.
>
> Giles
>
>
>
> Find out more about ShapeBlue and our range of CloudStack related services
>
> IaaS Cloud Design & Build
> CSForge - rapid IaaS deployment framework
> CloudStack Consulting
> CloudStack Software 
> Engineering
> CloudStack Infrastructure 
> Support
> CloudStack Bootcamp Training 
> Courses
>
> This email and any attachments to it may be confidential and are intended 
> solely for the use of the individual to whom it is addressed. Any views or 
> opinions expressed are solely those of the author and do not necessarily 
> represent those of Shape Blue Ltd or related companies. If you are not the 
> intended recipient of this email, you must neither take any action based upon 
> its contents, nor copy or show it to anyone. Please contact the sender if you 
> believe you have received this email in error. Shape Blue Ltd is a company 
> incorporated in England & Wales. ShapeBlue Services India LLP is a company 
> incorporated in India and is operated under license from Shape Blue Ltd. 
> Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
> operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
> registered by The Republic of South Africa and is traded under license from 
> Shape Blue Ltd. ShapeBlue is a registered trademark.

Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 88 262 30892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab



Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build
CSForge – rapid IaaS deployment framework
CloudStack Consulting
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support
CloudStack Bootcamp Training Courses

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
registered by The Republic of South Africa and is traded under license from 
Shape Blue Ltd. ShapeBlue is a registered trademark.


[GitHub] cloudstack pull request:

2015-03-23 Thread amoghv
Github user amoghv commented on the pull request:


https://github.com/apache/cloudstack/commit/35b741a1c93f525e52eb178db7496e4ec443b4a2#commitcomment-10349520
  
Sorry my bad, forgot about the SQL update file.
Yes, it would override the user's config when the upgrade path is called. 
Had written this patch long ago, so don't remember the exact context around it. 
But I think the idea was that not many folks use the field, plus its easy to 
reset the field via UI if needed.

Thanks
Amogh

From: Rohit Yadav 
mailto:notificati...@github.com>>
Reply-To: apache/cloudstack 
mailto:re...@reply.github.com>>
Date: Monday, March 23, 2015 12:32 AM
To: apache/cloudstack 
mailto:cloudst...@noreply.github.com>>
Cc: Amogh Vasekar 
mailto:amogh.vase...@citrix.com>>
Subject: Re: [cloudstack] excluded plain text authenticator (35b741a)


@karuturi @amoghv 
should we do a check/append, what if users already have PLAINTEXT and other 
authenticators in user.authenticators.exclude - this will simply overwrite and 
remove their configs.

—
Reply to this email directly or view it on 
GitHub.



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


[GitHub] cloudstack pull request:

2015-03-23 Thread amoghv
Github user amoghv commented on the pull request:


https://github.com/apache/cloudstack/commit/35b741a1c93f525e52eb178db7496e4ec443b4a2#commitcomment-10349392
  
Hi,

This code path is called only during the first time initialization. Hence, 
user won't have modified the field when it is set to excluded.

Thanks
Amogh

From: Rohit Yadav 
mailto:notificati...@github.com>>
Reply-To: apache/cloudstack 
mailto:re...@reply.github.com>>
Date: Monday, March 23, 2015 12:32 AM
To: apache/cloudstack 
mailto:cloudst...@noreply.github.com>>
Cc: Amogh Vasekar 
mailto:amogh.vase...@citrix.com>>
Subject: Re: [cloudstack] excluded plain text authenticator (35b741a)


@karuturi @amoghv 
should we do a check/append, what if users already have PLAINTEXT and other 
authenticators in user.authenticators.exclude - this will simply overwrite and 
remove their configs.

—
Reply to this email directly or view it on 
GitHub.



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


Re: Thoughts on CloudStack while starting as new VP

2015-03-23 Thread Sally Khudairi
Wow --Sebastien! That looks like a well-thought-out plan.
I know that there's been a lot of energy put towards making Apache CloudStack 
an even better project. Here's to continued building from strength to strength 
--hats off to all involved! I'll be at ApacheCon and happy to meet up should 
you need anything.
Warmly,Sally

  From: Sebastien Goasguen 
 To: dev@cloudstack.apache.org; us...@cloudstack.apache.org; 
market...@cloudstack.apache.org 
 Sent: Monday, 23 March 2015, 10:15
 Subject: Thoughts on CloudStack while starting as new VP
   
Dear members of the CloudStack community,

Last week the Apache Software Foundation board unanimously voted a resolution 
to make me the new VP of Apache CloudStack. This came after a unanimous vote of 
the CloudStack PMC and is regular process of our community as described in our 
bylaws.

I am excited to take on this new role after two amazing VP (Chip and Hugo) 
since CloudStack came to the ASF. Many thanks to them and especially Hugo for 
the work he has done in the past year.

The ASF is setup so that the governance of a project really belongs to the 
community itself. CloudStack is what we all make it to be, we all have equal 
footing when time comes to develop the code, create events, take decisions and 
so on. As VP I do not have a special say in our direction. This governance 
model is in stark contrast with other open source project that follow more of a 
benevolent dictator model. I mention this as a bit of disclaimer and to 
re-enforce the fact that while I have views about what we should do, they are 
my personal views and that they do not represent any sorts of official 
roadmaps, and that anyone is welcome to disagree :)

In Budapest, we had a great conference. Chip and I showed several CloudStack 
use cases. Our user base is strong with over 300 production deployments. Our 
community is large and diverse with 2000 people on the mailing lists, but we 
need to keep advocating for CloudStack, make it an even greater software and 
grow our community. At the very least this helps us learn from each other, 
better our own skills and our employers IT infrastructure. At the very best AWS 
switches to CloudStack :)

So here are some food for thoughts that will hopefully excite you, want to get 
engage, talk about CloudStack and bring on board your friends:

On the code:
-
- Keep improving quality, remove dead code, cleanup JIRA, cleanup Review Board
We have successfully moved to GitHub pull requests, we should stop using RB
- Simplify the dev process and adopt a new committing system to avoid 
regressions at all costs.
We have talked about this for a long time but have failed had doing something 
concrete. It is time.
- Remove the AWSAPI (there is a branch without it right now), we should merge 
it in master
I am going to push for IP clearance of ec2stack and gstack to get them under 
ASF governance.
- Several Cloud Providers have unveiled new CloudStack UI, maybe it’s time we 
do the same.
- Solidify the testing infrastructure, keep Jenkins builds running
- Brainstorm on the future of CloudStack and IaaS in general. What should 
CloudStack be in 10 years ?
While CloudStack is what it is now, nothing prevents us to re-architect, 
re-think, re-code it within the current framework.
- Finally, package the mgt server and the KVM agent as Docker containers
Docker is a great portability mechanism. We should embrace Docker as a 
packaging tool (first) and provide container images for our mgt server (at a 
minimum).
This could become a type of release artifact that could be easily continuously 
built.


On the ecosystem:
-
We have a really strong ecosystem. From configuration management tools, API 
wrappers, PaaS plugins etc.
We need to feature our ecosystem clearly on our website, support it and keep on 
growing it as new technologies emerge.

Things that come to mind:
- Push to get our Ansible module into the Ansible core
- Publish “official” chef recipes to deploy CloudStack
- Identify and publish “official” Puppet recipes
- Build Docker native templates (coreOS, rancherOS, Snappy, Atomic)
- Finally cleanup cloud-init support for CloudStack, this is preventing us from 
having upstream centOS templates.
- Publish playbooks/recipes to deploy workloads on CloudStack (think Hadoop, 
Spark, Kubernetes)
- Work actively on up to date integration with CloudFoundry

On documentation:
-
I and couple others successfully moved our docs to the Read The Docs service. 
This was a first great move but we need to finish the job.
We need to rethink our documentation tree, maybe merge all guides in one, 
correct the docs, create a new theme for it.
This is an easy area to contribute to if you are using cloudstack. Just send a 
pull request (click on the top right ribbon).
If you don’t know how, then it will teach you how to use github, great exercise.
We also need to routinely build the multi languages support.

On Ev

Re: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Marco Sinhoreli
Congratulations Sebastien!


Marco Sinhoreli
Consultant Manager




Phone: +55 21 2586 6390 | Fax: +55 21 2586 6002 | Mobile: +55 21 99159
4713 | Mobile: +55 21 98276 3636
Praia de Botafogo 501, bloco 1 - sala 101, Botafogo, Rio de Janeiro, RJ -
Brazil - CEP 22250-040
marco.sinhor...@shapeblue.com | www.shapeblue.com
 | Twitter:@shapeBlue









On 23/03/15 08:40, "Giles Sirett"  wrote:

>All
>The Apache Cloudstack PMC is delighted to announce that on March 18 an
>ASF board resolution was passed to make Sebastien Goasguen the new
>Chair/VP of Apache CloudStack.
>
>Sebastien replaces Hugo in this role
>
>
>I'm sure you'll all join me in wishing Sebastien all the best for the
>next 12 months and also in thanking Hugo for all of his hard work over
>the last year.
>
>Giles
>
>
>
>Find out more about ShapeBlue and our range of CloudStack related services
>
>IaaS Cloud Design &
>Build
>CSForge - rapid IaaS deployment framework
>CloudStack Consulting
>CloudStack Software
>Engineering
>CloudStack Infrastructure
>Support
>CloudStack Bootcamp Training
>Courses
>
>This email and any attachments to it may be confidential and are intended
>solely for the use of the individual to whom it is addressed. Any views
>or opinions expressed are solely those of the author and do not
>necessarily represent those of Shape Blue Ltd or related companies. If
>you are not the intended recipient of this email, you must neither take
>any action based upon its contents, nor copy or show it to anyone. Please
>contact the sender if you believe you have received this email in error.
>Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue
>Services India LLP is a company incorporated in India and is operated
>under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is
>a company incorporated in Brasil and is operated under license from Shape
>Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by The Republic of
>South Africa and is traded under license from Shape Blue Ltd. ShapeBlue
>is a registered trademark.

Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build
CSForge – rapid IaaS deployment framework
CloudStack Consulting
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support
CloudStack Bootcamp Training Courses

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
registered by The Republic of South Africa and is traded under license from 
Shape Blue Ltd. ShapeBlue is a registered trademark.


Re: Thoughts on CloudStack while starting as new VP

2015-03-23 Thread Ian Rae
Great overview of important priorities Seb and proof positive of your
qualification in the VP role.

Development process, marketing/`communications, refactoring of secondary
storage and networking, support for Docker/CloudFoundry, Hadoop/Spark and
AWS/OpenStack APIs are on my mind. Sorting through the existing JIRAs and
associated housekeeping will be important to moving forward.

Interested in having CloudOps contribute where we are well positioned to
add value, and definitely up for meeting in Austin!

*Ian Rae*
CEO | PDG
c: *514.944.4008*

*CloudOps** | *Cloud Infrastructure and Networking Solutions
www.cloudops.com *|* 420 rue Guy *|* Montreal *|* Canada *|* H3J 1S6

On Mon, Mar 23, 2015 at 10:15 AM, Sebastien Goasguen 
wrote:

> Dear members of the CloudStack community,
>
> Last week the Apache Software Foundation board unanimously voted a
> resolution to make me the new VP of Apache CloudStack. This came after a
> unanimous vote of the CloudStack PMC and is regular process of our
> community as described in our bylaws.
>
> I am excited to take on this new role after two amazing VP (Chip and Hugo)
> since CloudStack came to the ASF. Many thanks to them and especially Hugo
> for the work he has done in the past year.
>
> The ASF is setup so that the governance of a project really belongs to the
> community itself. CloudStack is what we all make it to be, we all have
> equal footing when time comes to develop the code, create events, take
> decisions and so on. As VP I do not have a special say in our direction.
> This governance model is in stark contrast with other open source project
> that follow more of a benevolent dictator model. I mention this as a bit of
> disclaimer and to re-enforce the fact that while I have views about what we
> should do, they are my personal views and that they do not represent any
> sorts of official roadmaps, and that anyone is welcome to disagree :)
>
> In Budapest, we had a great conference. Chip and I showed several
> CloudStack use cases. Our user base is strong with over 300 production
> deployments. Our community is large and diverse with 2000 people on the
> mailing lists, but we need to keep advocating for CloudStack, make it an
> even greater software and grow our community. At the very least this helps
> us learn from each other, better our own skills and our employers IT
> infrastructure. At the very best AWS switches to CloudStack :)
>
> So here are some food for thoughts that will hopefully excite you, want to
> get engage, talk about CloudStack and bring on board your friends:
>
> On the code:
> -
> - Keep improving quality, remove dead code, cleanup JIRA, cleanup Review
> Board
> We have successfully moved to GitHub pull requests, we should stop using RB
> - Simplify the dev process and adopt a new committing system to avoid
> regressions at all costs.
> We have talked about this for a long time but have failed had doing
> something concrete. It is time.
> - Remove the AWSAPI (there is a branch without it right now), we should
> merge it in master
> I am going to push for IP clearance of ec2stack and gstack to get them
> under ASF governance.
> - Several Cloud Providers have unveiled new CloudStack UI, maybe it’s time
> we do the same.
> - Solidify the testing infrastructure, keep Jenkins builds running
> - Brainstorm on the future of CloudStack and IaaS in general. What should
> CloudStack be in 10 years ?
> While CloudStack is what it is now, nothing prevents us to re-architect,
> re-think, re-code it within the current framework.
> - Finally, package the mgt server and the KVM agent as Docker containers
> Docker is a great portability mechanism. We should embrace Docker as a
> packaging tool (first) and provide container images for our mgt server (at
> a minimum).
> This could become a type of release artifact that could be easily
> continuously built.
>
>
> On the ecosystem:
> -
> We have a really strong ecosystem. From configuration management tools,
> API wrappers, PaaS plugins etc.
> We need to feature our ecosystem clearly on our website, support it and
> keep on growing it as new technologies emerge.
>
> Things that come to mind:
> - Push to get our Ansible module into the Ansible core
> - Publish “official” chef recipes to deploy CloudStack
> - Identify and publish “official” Puppet recipes
> - Build Docker native templates (coreOS, rancherOS, Snappy, Atomic)
> - Finally cleanup cloud-init support for CloudStack, this is preventing us
> from having upstream centOS templates.
> - Publish playbooks/recipes to deploy workloads on CloudStack (think
> Hadoop, Spark, Kubernetes)
> - Work actively on up to date integration with CloudFoundry
>
> On documentation:
> -
> I and couple others successfully moved our docs to the Read The Docs
> service. This was a first great move but we need to finish the job.
> We need to rethink our documentation tree, maybe merge all guides in one,
> correct 

Re: Thoughts on CloudStack while starting as new VP

2015-03-23 Thread Nux!
Great email, I love the enthusiasm. :-)

I hope we can tick many of those points this year.

Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Sebastien Goasguen" 
> To: dev@cloudstack.apache.org, us...@cloudstack.apache.org, 
> market...@cloudstack.apache.org
> Sent: Monday, 23 March, 2015 14:15:47
> Subject: Thoughts on CloudStack while starting as new VP

> Dear members of the CloudStack community,
> 
> Last week the Apache Software Foundation board unanimously voted a resolution 
> to
> make me the new VP of Apache CloudStack. This came after a unanimous vote of
> the CloudStack PMC and is regular process of our community as described in our
> bylaws.
> 
> I am excited to take on this new role after two amazing VP (Chip and Hugo) 
> since
> CloudStack came to the ASF. Many thanks to them and especially Hugo for the
> work he has done in the past year.
> 
> The ASF is setup so that the governance of a project really belongs to the
> community itself. CloudStack is what we all make it to be, we all have equal
> footing when time comes to develop the code, create events, take decisions and
> so on. As VP I do not have a special say in our direction. This governance
> model is in stark contrast with other open source project that follow more of 
> a
> benevolent dictator model. I mention this as a bit of disclaimer and to
> re-enforce the fact that while I have views about what we should do, they are
> my personal views and that they do not represent any sorts of official
> roadmaps, and that anyone is welcome to disagree :)
> 
> In Budapest, we had a great conference. Chip and I showed several CloudStack 
> use
> cases. Our user base is strong with over 300 production deployments. Our
> community is large and diverse with 2000 people on the mailing lists, but we
> need to keep advocating for CloudStack, make it an even greater software and
> grow our community. At the very least this helps us learn from each other,
> better our own skills and our employers IT infrastructure. At the very best 
> AWS
> switches to CloudStack :)
> 
> So here are some food for thoughts that will hopefully excite you, want to get
> engage, talk about CloudStack and bring on board your friends:
> 
> On the code:
> -
> - Keep improving quality, remove dead code, cleanup JIRA, cleanup Review Board
> We have successfully moved to GitHub pull requests, we should stop using RB
> - Simplify the dev process and adopt a new committing system to avoid
> regressions at all costs.
> We have talked about this for a long time but have failed had doing something
> concrete. It is time.
> - Remove the AWSAPI (there is a branch without it right now), we should merge 
> it
> in master
> I am going to push for IP clearance of ec2stack and gstack to get them under 
> ASF
> governance.
> - Several Cloud Providers have unveiled new CloudStack UI, maybe it’s time we 
> do
> the same.
> - Solidify the testing infrastructure, keep Jenkins builds running
> - Brainstorm on the future of CloudStack and IaaS in general. What should
> CloudStack be in 10 years ?
> While CloudStack is what it is now, nothing prevents us to re-architect,
> re-think, re-code it within the current framework.
> - Finally, package the mgt server and the KVM agent as Docker containers
> Docker is a great portability mechanism. We should embrace Docker as a 
> packaging
> tool (first) and provide container images for our mgt server (at a minimum).
> This could become a type of release artifact that could be easily continuously
> built.
> 
> 
> On the ecosystem:
> -
> We have a really strong ecosystem. From configuration management tools, API
> wrappers, PaaS plugins etc.
> We need to feature our ecosystem clearly on our website, support it and keep 
> on
> growing it as new technologies emerge.
> 
> Things that come to mind:
> - Push to get our Ansible module into the Ansible core
> - Publish “official” chef recipes to deploy CloudStack
> - Identify and publish “official” Puppet recipes
> - Build Docker native templates (coreOS, rancherOS, Snappy, Atomic)
> - Finally cleanup cloud-init support for CloudStack, this is preventing us 
> from
> having upstream centOS templates.
> - Publish playbooks/recipes to deploy workloads on CloudStack (think Hadoop,
> Spark, Kubernetes)
> - Work actively on up to date integration with CloudFoundry
> 
> On documentation:
> -
> I and couple others successfully moved our docs to the Read The Docs service.
> This was a first great move but we need to finish the job.
> We need to rethink our documentation tree, maybe merge all guides in one,
> correct the docs, create a new theme for it.
> This is an easy area to contribute to if you are using cloudstack. Just send a
> pull request (click on the top right ribbon).
> If you don’t know how, then it will teach you how to use github, great 
> exercise.
> We also need to rou

Re: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Go Chiba
Congrats Sebastien!!

and lots of thanks for your hardly works Hugo ;-)

from my iPhone

2015/03/23 20:40、Giles Sirett  のメッセージ:

> All
> The Apache Cloudstack PMC is delighted to announce that on March 18 an ASF 
> board resolution was passed to make Sebastien Goasguen the new Chair/VP of 
> Apache CloudStack.
>  
> Sebastien replaces Hugo in this role
>  
>  
> I’m sure you’ll all join me in wishing Sebastien all the best for the next 12 
> months and also in thanking Hugo for all of his hard work over the last year.
>  
> Giles
>  
>  
>  
> Find out more about ShapeBlue and our range of CloudStack related services
> 
> IaaS Cloud Design & Build
> CSForge – rapid IaaS deployment framework
> CloudStack Consulting
> CloudStack Software Engineering
> CloudStack Infrastructure Support
> CloudStack Bootcamp Training Courses
> 
> This email and any attachments to it may be confidential and are intended 
> solely for the use of the individual to whom it is addressed. Any views or 
> opinions expressed are solely those of the author and do not necessarily 
> represent those of Shape Blue Ltd or related companies. If you are not the 
> intended recipient of this email, you must neither take any action based upon 
> its contents, nor copy or show it to anyone. Please contact the sender if you 
> believe you have received this email in error. Shape Blue Ltd is a company 
> incorporated in England & Wales. ShapeBlue Services India LLP is a company 
> incorporated in India and is operated under license from Shape Blue Ltd. 
> Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
> operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
> registered by The Republic of South Africa and is traded under license from 
> Shape Blue Ltd. ShapeBlue is a registered trademark.


RE: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Rajesh Battala
Hearty Congratulations . Well Deserved Sebastien.

-Original Message-
From: Giles Sirett [mailto:giles.sir...@shapeblue.com] 
Sent: Monday, March 23, 2015 5:11 PM
To: dev@cloudstack.apache.org; us...@cloudstack.apache.org; 
market...@cloudstack.apache.org
Subject: [Announce] - New VP Apache Cloudstack

All
The Apache Cloudstack PMC is delighted to announce that on March 18 an ASF 
board resolution was passed to make Sebastien Goasguen the new Chair/VP of 
Apache CloudStack.

Sebastien replaces Hugo in this role


I'm sure you'll all join me in wishing Sebastien all the best for the next 12 
months and also in thanking Hugo for all of his hard work over the last year.

Giles



Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build
CSForge - rapid IaaS deployment framework
CloudStack Consulting
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support
CloudStack Bootcamp Training Courses

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
registered by The Republic of South Africa and is traded under license from 
Shape Blue Ltd. ShapeBlue is a registered trademark.


Re: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Gaurav Aradhye
Congrats Sebastien!

Regards,
Gaurav

On Mon, Mar 23, 2015 at 7:32 PM, Sanjeev Neelarapu <
sanjeev.neelar...@citrix.com> wrote:

> Congrats Sebastien!!
>
> On Mar 23, 2015 6:48 PM, Todd Pigram  wrote:
> Congrats  Sebastien!
>
> Thanks Hugo!
>
> On Mon, Mar 23, 2015 at 8:59 AM, Srikanteswararao Talluri <
> srikanteswararao.tall...@citrix.com> wrote:
>
> > Congratulations Sebastien!
> >
> > And Thanks Hugo.
> >
> > ~Talluri
> >
> > On 23/03/15 5:46 pm, "Paul Angus"  wrote:
> >
> > >Congratulations Sebastien!!
> > >
> > >Regards,
> > >
> > >Paul Angus
> > >Cloud Architect
> > >D: +44 20 3468 5163 |S: +44 20 3603 0540 | M: +44 7711 418 784 | T:
> > >@CloudyAngus
> > >paul.an...@shapeblue.com
> > >
> > >-Original Message-
> > >From: Erik Weber [mailto:terbol...@gmail.com]
> > >Sent: 23 March 2015 12:04
> > >To: dev
> > >Subject: Re: [Announce] - New VP Apache Cloudstack
> > >
> > >On Mon, Mar 23, 2015 at 12:40 PM, Giles Sirett
> > >
> > >wrote:
> > >
> > >>  All
> > >>
> > >> The Apache Cloudstack PMC is delighted to announce that on March 18 an
> > >> ASF board resolution was passed to make Sebastien Goasguen the new
> > >> Chair/VP of Apache CloudStack.
> > >>
> > >>
> > >>
> > >> Sebastien replaces Hugo in this role
> > >>
> > >>
> > >>
> > >>
> > >>
> > >> I¹m sure you¹ll all join me in wishing Sebastien all the best for the
> > >> next
> > >> 12 months and also in thanking Hugo for all of his hard work over the
> > >> last year.
> > >>
> > >>
> > >>
> > >
> > >Congratulations Sebastien!
> > >
> > >Thanks for all your work Hugo!
> > >
> > >--
> > >Erik
> > >Find out more about ShapeBlue and our range of CloudStack related
> services
> > >
> > >IaaS Cloud Design &
> > >Build
> > >CSForge ­ rapid IaaS deployment framework >
> > >CloudStack Consulting
> > >CloudStack Software
> > >Engineering
> > >CloudStack Infrastructure
> > >Support
> > >CloudStack Bootcamp Training
> > >Courses
> > >
> > >This email and any attachments to it may be confidential and are
> intended
> > >solely for the use of the individual to whom it is addressed. Any views
> > >or opinions expressed are solely those of the author and do not
> > >necessarily represent those of Shape Blue Ltd or related companies. If
> > >you are not the intended recipient of this email, you must neither take
> > >any action based upon its contents, nor copy or show it to anyone.
> Please
> > >contact the sender if you believe you have received this email in error.
> > >Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue
> > >Services India LLP is a company incorporated in India and is operated
> > >under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is
> > >a company incorporated in Brasil and is operated under license from
> Shape
> > >Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by The Republic
> of
> > >South Africa and is traded under license from Shape Blue Ltd. ShapeBlue
> > >is a registered trademark.
> >
> >
>
>
> --
>
>
> Todd Pigram
> http://about.me/ToddPigram
> www.linkedin.com/in/toddpigram/
> @pigram86 on twitter
> https://plus.google.com/+ToddPigram86
> Mobile - 216-224-5769
>


4.4 HEAD broken

2015-03-23 Thread Daan Hoogland
Failed tests:
appendTest(org.apache.cloudstack.alert.snmp.SnmpTrapAppenderTest):
error snmpHelper list size not as expected  expected:<0> but was:<2>

the test class wasn't touched this or last year. Anybody touched snmp
functionality?

-- 
Daan


Thoughts on CloudStack while starting as new VP

2015-03-23 Thread Sebastien Goasguen
Dear members of the CloudStack community,

Last week the Apache Software Foundation board unanimously voted a resolution 
to make me the new VP of Apache CloudStack. This came after a unanimous vote of 
the CloudStack PMC and is regular process of our community as described in our 
bylaws.

I am excited to take on this new role after two amazing VP (Chip and Hugo) 
since CloudStack came to the ASF. Many thanks to them and especially Hugo for 
the work he has done in the past year.

The ASF is setup so that the governance of a project really belongs to the 
community itself. CloudStack is what we all make it to be, we all have equal 
footing when time comes to develop the code, create events, take decisions and 
so on. As VP I do not have a special say in our direction. This governance 
model is in stark contrast with other open source project that follow more of a 
benevolent dictator model. I mention this as a bit of disclaimer and to 
re-enforce the fact that while I have views about what we should do, they are 
my personal views and that they do not represent any sorts of official 
roadmaps, and that anyone is welcome to disagree :)

In Budapest, we had a great conference. Chip and I showed several CloudStack 
use cases. Our user base is strong with over 300 production deployments. Our 
community is large and diverse with 2000 people on the mailing lists, but we 
need to keep advocating for CloudStack, make it an even greater software and 
grow our community. At the very least this helps us learn from each other, 
better our own skills and our employers IT infrastructure. At the very best AWS 
switches to CloudStack :)

So here are some food for thoughts that will hopefully excite you, want to get 
engage, talk about CloudStack and bring on board your friends:

On the code:
-
- Keep improving quality, remove dead code, cleanup JIRA, cleanup Review Board
We have successfully moved to GitHub pull requests, we should stop using RB
- Simplify the dev process and adopt a new committing system to avoid 
regressions at all costs.
We have talked about this for a long time but have failed had doing something 
concrete. It is time.
- Remove the AWSAPI (there is a branch without it right now), we should merge 
it in master
I am going to push for IP clearance of ec2stack and gstack to get them under 
ASF governance.
- Several Cloud Providers have unveiled new CloudStack UI, maybe it’s time we 
do the same.
- Solidify the testing infrastructure, keep Jenkins builds running
- Brainstorm on the future of CloudStack and IaaS in general. What should 
CloudStack be in 10 years ?
While CloudStack is what it is now, nothing prevents us to re-architect, 
re-think, re-code it within the current framework.
- Finally, package the mgt server and the KVM agent as Docker containers
Docker is a great portability mechanism. We should embrace Docker as a 
packaging tool (first) and provide container images for our mgt server (at a 
minimum).
This could become a type of release artifact that could be easily continuously 
built.


On the ecosystem:
-
We have a really strong ecosystem. From configuration management tools, API 
wrappers, PaaS plugins etc.
We need to feature our ecosystem clearly on our website, support it and keep on 
growing it as new technologies emerge.

Things that come to mind:
- Push to get our Ansible module into the Ansible core
- Publish “official” chef recipes to deploy CloudStack
- Identify and publish “official” Puppet recipes
- Build Docker native templates (coreOS, rancherOS, Snappy, Atomic)
- Finally cleanup cloud-init support for CloudStack, this is preventing us from 
having upstream centOS templates.
- Publish playbooks/recipes to deploy workloads on CloudStack (think Hadoop, 
Spark, Kubernetes)
- Work actively on up to date integration with CloudFoundry

On documentation:
-
I and couple others successfully moved our docs to the Read The Docs service. 
This was a first great move but we need to finish the job.
We need to rethink our documentation tree, maybe merge all guides in one, 
correct the docs, create a new theme for it.
This is an easy area to contribute to if you are using cloudstack. Just send a 
pull request (click on the top right ribbon).
If you don’t know how, then it will teach you how to use github, great exercise.
We also need to routinely build the multi languages support.

On Events:
-
We have at least four great events coming in 2015. Austin, Seattle, Tokyo and 
Dublin.
Let’s meet at one of those events.
Let’s submit a talk or a poster, tell everyone about the great stuff you are 
doing with CloudStack.
If you are in a position at your company to sponsor the event, please do, we 
need your help to make those great events.
Open Source is about collaboration and sharing, so let’s meet around the globe 
from Sao Paulo to Dublin to Tokyo and talk Cloud, DevOps and Docker :)


Finally on the Website:

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

2015-03-23 Thread jenkins
See 



Re: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Sanjeev Neelarapu
Congrats Sebastien!!

On Mar 23, 2015 6:48 PM, Todd Pigram  wrote:
Congrats  Sebastien!

Thanks Hugo!

On Mon, Mar 23, 2015 at 8:59 AM, Srikanteswararao Talluri <
srikanteswararao.tall...@citrix.com> wrote:

> Congratulations Sebastien!
>
> And Thanks Hugo.
>
> ~Talluri
>
> On 23/03/15 5:46 pm, "Paul Angus"  wrote:
>
> >Congratulations Sebastien!!
> >
> >Regards,
> >
> >Paul Angus
> >Cloud Architect
> >D: +44 20 3468 5163 |S: +44 20 3603 0540 | M: +44 7711 418 784 | T:
> >@CloudyAngus
> >paul.an...@shapeblue.com
> >
> >-Original Message-
> >From: Erik Weber [mailto:terbol...@gmail.com]
> >Sent: 23 March 2015 12:04
> >To: dev
> >Subject: Re: [Announce] - New VP Apache Cloudstack
> >
> >On Mon, Mar 23, 2015 at 12:40 PM, Giles Sirett
> >
> >wrote:
> >
> >>  All
> >>
> >> The Apache Cloudstack PMC is delighted to announce that on March 18 an
> >> ASF board resolution was passed to make Sebastien Goasguen the new
> >> Chair/VP of Apache CloudStack.
> >>
> >>
> >>
> >> Sebastien replaces Hugo in this role
> >>
> >>
> >>
> >>
> >>
> >> I¹m sure you¹ll all join me in wishing Sebastien all the best for the
> >> next
> >> 12 months and also in thanking Hugo for all of his hard work over the
> >> last year.
> >>
> >>
> >>
> >
> >Congratulations Sebastien!
> >
> >Thanks for all your work Hugo!
> >
> >--
> >Erik
> >Find out more about ShapeBlue and our range of CloudStack related services
> >
> >IaaS Cloud Design &
> >Build
> >CSForge ­ rapid IaaS deployment framework
> >CloudStack Consulting
> >CloudStack Software
> >Engineering
> >CloudStack Infrastructure
> >Support
> >CloudStack Bootcamp Training
> >Courses
> >
> >This email and any attachments to it may be confidential and are intended
> >solely for the use of the individual to whom it is addressed. Any views
> >or opinions expressed are solely those of the author and do not
> >necessarily represent those of Shape Blue Ltd or related companies. If
> >you are not the intended recipient of this email, you must neither take
> >any action based upon its contents, nor copy or show it to anyone. Please
> >contact the sender if you believe you have received this email in error.
> >Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue
> >Services India LLP is a company incorporated in India and is operated
> >under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is
> >a company incorporated in Brasil and is operated under license from Shape
> >Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by The Republic of
> >South Africa and is traded under license from Shape Blue Ltd. ShapeBlue
> >is a registered trademark.
>
>


--


Todd Pigram
http://about.me/ToddPigram
www.linkedin.com/in/toddpigram/
@pigram86 on twitter
https://plus.google.com/+ToddPigram86
Mobile - 216-224-5769


[GitHub] cloudstack pull request: Feature/4.4/centos7

2015-03-23 Thread DaanHoogland
GitHub user DaanHoogland opened a pull request:

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

Feature/4.4/centos7

Got an internal request to package 4.4 for centos7, hence...

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

$ git pull https://github.com/DaanHoogland/cloudstack feature/4.4/centos7

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

https://github.com/apache/cloudstack/pull/124.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 #124


commit 62d9843e0ce9e9c2418258697e583dd9de4a68d0
Author: Pierre-Luc Dion 
Date:   2014-08-14T17:07:32Z

NfsSecondaryStorageResource.java:remove empty spaces

commit f41019d5b2c8670931a4b828a7c99d3796f9cae8
Author: Stephen Hoogendijk 
Date:   2014-08-15T07:39:53Z

CLOUDSTACK-7308 - Adds tagging support for security group rules
(cherry picked from commit 6978c18c3a2f13e0d2ec6feb24023d229bc7b9ee)

commit b55c114932a661406deb0478494948a0480a4964
Author: Wei Zhou 
Date:   2014-08-15T07:51:39Z

CLOUDSTACK-7308: tags for security group rules (additional commit for 4.4)

commit ae1b87ca23997bcba75bfc7f59e83026e31a68fc
Author: Wei Zhou 
Date:   2014-08-18T12:41:53Z

CLOUDSTACK-7308: add tags to all security group rules

commit 838a1a8476cfb4308103b3797a281f843e208d38
Author: Wei Zhou 
Date:   2014-08-18T14:00:22Z

CLOUDSTACK-7362: fix wrong uuid issue for resource tags

commit 23b8196445d962f15f97df03e8dac9ae0b80e56b
Author: Olivier Lemasle 
Date:   2014-06-29T18:55:50Z

CLOUDSTACK-7006: Restore template ID in ROOT volume usages

Signed-off-by: Sebastien Goasguen 

commit 5a68f031ce3fe211dce2287d6ca67294e582b84f
Author: Vincent Bernat 
Date:   2014-07-28T16:03:32Z

CLOUDSTACK-7193: handle domain ID being an int

Recent versions of libvirt (at least 0.9.8) will return an int when
queried for the ID of a domain, not a string. This breaks some parts of
the `security_group.py` script which expects a string containing an
int. Notably, this breaks the part handling VM reboots which is
therefore not executed.

Signed-off-by: Vincent Bernat 
Signed-off-by: Sebastien Goasguen 

commit ca6d0a3cef325fea1c43a92fdd330f5298703d9b
Author: Daan Hoogland 
Date:   2014-08-18T18:23:00Z

Merge remote-tracking branch 'origin/hotfix/4.4-6905' into 4.4

commit 13bde03adff1c781b91ed78e3dec196891b7d099
Author: Daan Hoogland 
Date:   2014-08-18T18:23:58Z

Merge remote-tracking branch 'origin/hotfix/4.4-7006' into 4.4

commit 109b1c137a67ca7e87ece4a086ac98a800110fe7
Author: Daan Hoogland 
Date:   2014-08-18T18:24:33Z

Merge remote-tracking branch 'origin/hotfix/4.4-7193' into 4.4

commit 4f0fc5cb203c58feb4cce1cf20a306229e74dcab
Author: Wido den Hollander 
Date:   2014-08-18T21:58:50Z

kvm: Return capitalized NONE when no disk cache mode is set

This caused Instances not to start under rare circumstances

commit 6a26e77514b955e5c9cbb00e51183ec74d3887a3
Author: Rohit Yadav 
Date:   2014-08-20T09:47:00Z

CLOUDSTACK-7038: Add mysql client dependency for mgmt server, rpms and debs

Signed-off-by: Rohit Yadav 

commit b4601be4bf782772bb0b05d38a276d2ba3beb002
Author: Hugo Trippaers 
Date:   2014-07-04T12:34:48Z

CLOUDSTACK-6892 Create separate package for the mysql HA component

(cherry picked from commit 539db08956eff322efd11771d46d29df0c7289b2)
Signed-off-by: Rohit Yadav 

Conflicts:
packaging/centos63/cloud.spec

commit 6e20058fb7fd482b4bbcd30f3c78aaa59c6c09d3
Author: Saksham Srivastava 
Date:   2014-06-02T10:21:06Z

CLOUDSTACK-6508: impossible to list projects from API with domainid set

(cherry picked from commit 19b72d6cf57665fc3935fdd7f7e9dad9117f0616)
Signed-off-by: Rohit Yadav 

commit 22f38347348a21136596648879db0f04a3efc1c4
Author: Daan Hoogland 
Date:   2014-08-21T13:58:31Z

Merge remote-tracking branch 'origin/hotfix/4.4/6508' into 4.4

commit 8138984dc93d324711f41b407b3403ea1d892950
Author: Ilia Shakitko 
Date:   2014-08-22T08:55:44Z

CLOUDSTACK-7398 SecurityGroup Rule related tags cleanup on rule deletion

Signed-off-by: Ilia Shakitko 
(cherry picked from commit 09b09c18cfb58e88ac44b7084f0c4171c19b79e5)

commit 4f494f708b78dc1e5fd239d5746c42f2cebc8396
Author: Wido den Hollander 
Date:   2014-08-25T12:13:09Z

CLOUDSTACK-7405: Make the trailing slash conditional for meta-data requests

This should fix the cloud-init issues described in this issue.

commit 018bcd26f800c1f5981df2a522e0bdfcd5768295
Author: Sheng Yang 
Date:   2014-07-25T23:17:30Z

CLOUDSTACK-7124: Fix semicolon caused VPN programming issue on Xen

(cherry picked from commit abc0b40acb5d1b5b87362b4737605249525455dc)

commit cefaa84407e16efd5b0fd9fcf14f612a7eb07170
Author: Daan Hoogland 
Date:   2014-08-31T10:01:12Z

Merge remote-tracking branch 'origin/hotfix/4.

Re: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Mike Tutkowski
Congratulations, Sebastien!

On Monday, March 23, 2015, Giles Sirett  wrote:

> All
> The Apache Cloudstack PMC is delighted to announce that on March 18 an ASF
> board resolution was passed to make Sebastien Goasguen the new Chair/VP of
> Apache CloudStack.
>
> Sebastien replaces Hugo in this role
>
>
> I'm sure you'll all join me in wishing Sebastien all the best for the next
> 12 months and also in thanking Hugo for all of his hard work over the last
> year.
>
> Giles
>
>
>
> Find out more about ShapeBlue and our range of CloudStack related services
>
> IaaS Cloud Design & Build<
> http://shapeblue.com/iaas-cloud-design-and-build//>
> CSForge - rapid IaaS deployment framework
> CloudStack Consulting
> CloudStack Software Engineering<
> http://shapeblue.com/cloudstack-software-engineering/>
> CloudStack Infrastructure Support<
> http://shapeblue.com/cloudstack-infrastructure-support/>
> CloudStack Bootcamp Training Courses<
> http://shapeblue.com/cloudstack-training/>
>
> This email and any attachments to it may be confidential and are intended
> solely for the use of the individual to whom it is addressed. Any views or
> opinions expressed are solely those of the author and do not necessarily
> represent those of Shape Blue Ltd or related companies. If you are not the
> intended recipient of this email, you must neither take any action based
> upon its contents, nor copy or show it to anyone. Please contact the sender
> if you believe you have received this email in error. Shape Blue Ltd is a
> company incorporated in England & Wales. ShapeBlue Services India LLP is a
> company incorporated in India and is operated under license from Shape Blue
> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil
> and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is
> a company registered by The Republic of South Africa and is traded under
> license from Shape Blue Ltd. ShapeBlue is a registered trademark.
>


-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkow...@solidfire.com
o: 303.746.7302
Advancing the way the world uses the cloud
*™*


Re: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Todd Pigram
Congrats  Sebastien!

Thanks Hugo!

On Mon, Mar 23, 2015 at 8:59 AM, Srikanteswararao Talluri <
srikanteswararao.tall...@citrix.com> wrote:

> Congratulations Sebastien!
>
> And Thanks Hugo.
>
> ~Talluri
>
> On 23/03/15 5:46 pm, "Paul Angus"  wrote:
>
> >Congratulations Sebastien!!
> >
> >Regards,
> >
> >Paul Angus
> >Cloud Architect
> >D: +44 20 3468 5163 |S: +44 20 3603 0540 | M: +44 7711 418 784 | T:
> >@CloudyAngus
> >paul.an...@shapeblue.com
> >
> >-Original Message-
> >From: Erik Weber [mailto:terbol...@gmail.com]
> >Sent: 23 March 2015 12:04
> >To: dev
> >Subject: Re: [Announce] - New VP Apache Cloudstack
> >
> >On Mon, Mar 23, 2015 at 12:40 PM, Giles Sirett
> >
> >wrote:
> >
> >>  All
> >>
> >> The Apache Cloudstack PMC is delighted to announce that on March 18 an
> >> ASF board resolution was passed to make Sebastien Goasguen the new
> >> Chair/VP of Apache CloudStack.
> >>
> >>
> >>
> >> Sebastien replaces Hugo in this role
> >>
> >>
> >>
> >>
> >>
> >> I¹m sure you¹ll all join me in wishing Sebastien all the best for the
> >> next
> >> 12 months and also in thanking Hugo for all of his hard work over the
> >> last year.
> >>
> >>
> >>
> >
> >Congratulations Sebastien!
> >
> >Thanks for all your work Hugo!
> >
> >--
> >Erik
> >Find out more about ShapeBlue and our range of CloudStack related services
> >
> >IaaS Cloud Design &
> >Build
> >CSForge ­ rapid IaaS deployment framework
> >CloudStack Consulting
> >CloudStack Software
> >Engineering
> >CloudStack Infrastructure
> >Support
> >CloudStack Bootcamp Training
> >Courses
> >
> >This email and any attachments to it may be confidential and are intended
> >solely for the use of the individual to whom it is addressed. Any views
> >or opinions expressed are solely those of the author and do not
> >necessarily represent those of Shape Blue Ltd or related companies. If
> >you are not the intended recipient of this email, you must neither take
> >any action based upon its contents, nor copy or show it to anyone. Please
> >contact the sender if you believe you have received this email in error.
> >Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue
> >Services India LLP is a company incorporated in India and is operated
> >under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is
> >a company incorporated in Brasil and is operated under license from Shape
> >Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by The Republic of
> >South Africa and is traded under license from Shape Blue Ltd. ShapeBlue
> >is a registered trademark.
>
>


-- 


Todd Pigram
http://about.me/ToddPigram
www.linkedin.com/in/toddpigram/
@pigram86 on twitter
https://plus.google.com/+ToddPigram86
Mobile - 216-224-5769


Re: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Srikanteswararao Talluri
Congratulations Sebastien!

And Thanks Hugo.

~Talluri

On 23/03/15 5:46 pm, "Paul Angus"  wrote:

>Congratulations Sebastien!!
>
>Regards,
>
>Paul Angus
>Cloud Architect
>D: +44 20 3468 5163 |S: +44 20 3603 0540 | M: +44 7711 418 784 | T:
>@CloudyAngus
>paul.an...@shapeblue.com
>
>-Original Message-
>From: Erik Weber [mailto:terbol...@gmail.com]
>Sent: 23 March 2015 12:04
>To: dev
>Subject: Re: [Announce] - New VP Apache Cloudstack
>
>On Mon, Mar 23, 2015 at 12:40 PM, Giles Sirett
>
>wrote:
>
>>  All
>>
>> The Apache Cloudstack PMC is delighted to announce that on March 18 an
>> ASF board resolution was passed to make Sebastien Goasguen the new
>> Chair/VP of Apache CloudStack.
>>
>>
>>
>> Sebastien replaces Hugo in this role
>>
>>
>>
>>
>>
>> I¹m sure you¹ll all join me in wishing Sebastien all the best for the
>> next
>> 12 months and also in thanking Hugo for all of his hard work over the
>> last year.
>>
>>
>>
>
>Congratulations Sebastien!
>
>Thanks for all your work Hugo!
>
>--
>Erik
>Find out more about ShapeBlue and our range of CloudStack related services
>
>IaaS Cloud Design &
>Build
>CSForge ­ rapid IaaS deployment framework
>CloudStack Consulting
>CloudStack Software
>Engineering
>CloudStack Infrastructure
>Support
>CloudStack Bootcamp Training
>Courses
>
>This email and any attachments to it may be confidential and are intended
>solely for the use of the individual to whom it is addressed. Any views
>or opinions expressed are solely those of the author and do not
>necessarily represent those of Shape Blue Ltd or related companies. If
>you are not the intended recipient of this email, you must neither take
>any action based upon its contents, nor copy or show it to anyone. Please
>contact the sender if you believe you have received this email in error.
>Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue
>Services India LLP is a company incorporated in India and is operated
>under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is
>a company incorporated in Brasil and is operated under license from Shape
>Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by The Republic of
>South Africa and is traded under license from Shape Blue Ltd. ShapeBlue
>is a registered trademark.



Re: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Ian Rae
Awesome Sebastien! Much deserved!

Thanks very much Hugo for your service to the community!

*Ian Rae*
CEO
c: *514.944.4008*

*CloudOps** | *Cloud Infrastructure and Networking Solutions
www.cloudops.com *|* 420 rue Guy *|* Montreal *|* Canada *|* H3J 1S6

On Mon, Mar 23, 2015 at 7:40 AM, Giles Sirett 
wrote:

> All
> The Apache Cloudstack PMC is delighted to announce that on March 18 an ASF
> board resolution was passed to make Sebastien Goasguen the new Chair/VP of
> Apache CloudStack.
>
> Sebastien replaces Hugo in this role
>
>
> I'm sure you'll all join me in wishing Sebastien all the best for the next
> 12 months and also in thanking Hugo for all of his hard work over the last
> year.
>
> Giles
>
>
>
> Find out more about ShapeBlue and our range of CloudStack related services
>
> IaaS Cloud Design & Build<
> http://shapeblue.com/iaas-cloud-design-and-build//>
> CSForge - rapid IaaS deployment framework
> CloudStack Consulting
> CloudStack Software Engineering<
> http://shapeblue.com/cloudstack-software-engineering/>
> CloudStack Infrastructure Support<
> http://shapeblue.com/cloudstack-infrastructure-support/>
> CloudStack Bootcamp Training Courses<
> http://shapeblue.com/cloudstack-training/>
>
> This email and any attachments to it may be confidential and are intended
> solely for the use of the individual to whom it is addressed. Any views or
> opinions expressed are solely those of the author and do not necessarily
> represent those of Shape Blue Ltd or related companies. If you are not the
> intended recipient of this email, you must neither take any action based
> upon its contents, nor copy or show it to anyone. Please contact the sender
> if you believe you have received this email in error. Shape Blue Ltd is a
> company incorporated in England & Wales. ShapeBlue Services India LLP is a
> company incorporated in India and is operated under license from Shape Blue
> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil
> and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is
> a company registered by The Republic of South Africa and is traded under
> license from Shape Blue Ltd. ShapeBlue is a registered trademark.
>


Re: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Nux!
Congrats Sebastien :-)

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Giles Sirett" 
> To: dev@cloudstack.apache.org, us...@cloudstack.apache.org, 
> market...@cloudstack.apache.org
> Sent: Monday, 23 March, 2015 11:40:47
> Subject: [Announce] - New VP Apache Cloudstack

> All
> The Apache Cloudstack PMC is delighted to announce that on March 18 an ASF 
> board
> resolution was passed to make Sebastien Goasguen the new Chair/VP of Apache
> CloudStack.
> 
> Sebastien replaces Hugo in this role
> 
> 
> I'm sure you'll all join me in wishing Sebastien all the best for the next 12
> months and also in thanking Hugo for all of his hard work over the last year.
> 
> Giles
> 
> 
> 
> Find out more about ShapeBlue and our range of CloudStack related services
> 
> IaaS Cloud Design & Build
> CSForge - rapid IaaS deployment framework
> CloudStack Consulting
> CloudStack Software
> Engineering
> CloudStack Infrastructure
> Support
> CloudStack Bootcamp Training 
> Courses
> 
> This email and any attachments to it may be confidential and are intended 
> solely
> for the use of the individual to whom it is addressed. Any views or opinions
> expressed are solely those of the author and do not necessarily represent 
> those
> of Shape Blue Ltd or related companies. If you are not the intended recipient
> of this email, you must neither take any action based upon its contents, nor
> copy or show it to anyone. Please contact the sender if you believe you have
> received this email in error. Shape Blue Ltd is a company incorporated in
> England & Wales. ShapeBlue Services India LLP is a company incorporated in
> India and is operated under license from Shape Blue Ltd. Shape Blue Brasil
> Consultoria Ltda is a company incorporated in Brasil and is operated under
> license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by
> The Republic of South Africa and is traded under license from Shape Blue Ltd.
> ShapeBlue is a registered trademark.


RE: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Paul Angus
Congratulations Sebastien!!

Regards,

Paul Angus
Cloud Architect
D: +44 20 3468 5163 |S: +44 20 3603 0540 | M: +44 7711 418 784 | T: @CloudyAngus
paul.an...@shapeblue.com

-Original Message-
From: Erik Weber [mailto:terbol...@gmail.com]
Sent: 23 March 2015 12:04
To: dev
Subject: Re: [Announce] - New VP Apache Cloudstack

On Mon, Mar 23, 2015 at 12:40 PM, Giles Sirett 
wrote:

>  All
>
> The Apache Cloudstack PMC is delighted to announce that on March 18 an
> ASF board resolution was passed to make Sebastien Goasguen the new
> Chair/VP of Apache CloudStack.
>
>
>
> Sebastien replaces Hugo in this role
>
>
>
>
>
> I’m sure you’ll all join me in wishing Sebastien all the best for the
> next
> 12 months and also in thanking Hugo for all of his hard work over the
> last year.
>
>
>

Congratulations Sebastien!

Thanks for all your work Hugo!

--
Erik
Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build
CSForge – rapid IaaS deployment framework
CloudStack Consulting
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support
CloudStack Bootcamp Training Courses

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
registered by The Republic of South Africa and is traded under license from 
Shape Blue Ltd. ShapeBlue is a registered trademark.


Re: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Erik Weber
On Mon, Mar 23, 2015 at 12:40 PM, Giles Sirett 
wrote:

>  All
>
> The Apache Cloudstack PMC is delighted to announce that on March 18 an ASF
> board resolution was passed to make Sebastien Goasguen the new Chair/VP of
> Apache CloudStack.
>
>
>
> Sebastien replaces Hugo in this role
>
>
>
>
>
> I’m sure you’ll all join me in wishing Sebastien all the best for the next
> 12 months and also in thanking Hugo for all of his hard work over the last
> year.
>
>
>

Congratulations Sebastien!

Thanks for all your work Hugo!

-- 
Erik


Re: [Announce] - New VP Apache Cloudstack

2015-03-23 Thread Wei ZHOU
Congratulations sebgoa !

Thanks Hugo!

2015-03-23 12:40 GMT+01:00 Giles Sirett :

> All
> The Apache Cloudstack PMC is delighted to announce that on March 18 an ASF
> board resolution was passed to make Sebastien Goasguen the new Chair/VP of
> Apache CloudStack.
>
> Sebastien replaces Hugo in this role
>
>
> I'm sure you'll all join me in wishing Sebastien all the best for the next
> 12 months and also in thanking Hugo for all of his hard work over the last
> year.
>
> Giles
>
>
>
> Find out more about ShapeBlue and our range of CloudStack related services
>
> IaaS Cloud Design & Build<
> http://shapeblue.com/iaas-cloud-design-and-build//>
> CSForge - rapid IaaS deployment framework
> CloudStack Consulting
> CloudStack Software Engineering<
> http://shapeblue.com/cloudstack-software-engineering/>
> CloudStack Infrastructure Support<
> http://shapeblue.com/cloudstack-infrastructure-support/>
> CloudStack Bootcamp Training Courses<
> http://shapeblue.com/cloudstack-training/>
>
> This email and any attachments to it may be confidential and are intended
> solely for the use of the individual to whom it is addressed. Any views or
> opinions expressed are solely those of the author and do not necessarily
> represent those of Shape Blue Ltd or related companies. If you are not the
> intended recipient of this email, you must neither take any action based
> upon its contents, nor copy or show it to anyone. Please contact the sender
> if you believe you have received this email in error. Shape Blue Ltd is a
> company incorporated in England & Wales. ShapeBlue Services India LLP is a
> company incorporated in India and is operated under license from Shape Blue
> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil
> and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is
> a company registered by The Republic of South Africa and is traded under
> license from Shape Blue Ltd. ShapeBlue is a registered trademark.
>


[Announce] - New VP Apache Cloudstack

2015-03-23 Thread Giles Sirett
All
The Apache Cloudstack PMC is delighted to announce that on March 18 an ASF 
board resolution was passed to make Sebastien Goasguen the new Chair/VP of 
Apache CloudStack.

Sebastien replaces Hugo in this role


I'm sure you'll all join me in wishing Sebastien all the best for the next 12 
months and also in thanking Hugo for all of his hard work over the last year.

Giles



Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build
CSForge - rapid IaaS deployment framework
CloudStack Consulting
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support
CloudStack Bootcamp Training Courses

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
registered by The Republic of South Africa and is traded under license from 
Shape Blue Ltd. ShapeBlue is a registered trademark.


Re: [ACS 4.5.1 RC1] Caught SQLException on startup

2015-03-23 Thread Rohit Yadav

Hi Erik,

Yes, I've seen them before. The network_group table does not exist in
ACS, I've seen this issue as well but this is probably harmless and
perhaps has to do with maintaining migrations from old/other CCP
releases though I'm not sure.

I'll try to see if we can address them, though they look harmless to me.

On Monday 23 March 2015 04:31 PM, Erik Weber wrote:

Anyone else see these during startup?

2015-03-23 11:59:32,712 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
Caught exception when inserting system account: Duplicate entry '1' for key
'PRIMARY'
2015-03-23 11:59:32,713 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
Caught SQLException when inserting system user: Duplicate entry '1' for key
'PRIMARY'
2015-03-23 11:59:32,714 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
Caught SQLException when creating admin account: Duplicate entry '2' for
key 'PRIMARY'
2015-03-23 11:59:32,715 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
Caught SQLException when inserting admin user: Duplicate entry '2' for key
'PRIMARY'
2015-03-23 11:59:32,716 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
Caught (SQL?)Exception: no network_group  Table 'cloud.network_group'
doesn't exist
2015-03-23 11:59:32,791 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
resource_count table has records missing for some accounts...going to
insert them
2015-03-23 11:59:32,806 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
Inserting resource count of type user_vm for account id=3


The duplicate keys doesn't really worry me much, as that should mean it's
already there, but the
Table 'cloud.network_group' doesn't exist is a different story..



--
Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 8826230892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab
PS. If you see any footer below, I did not add it :)
Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build
CSForge – rapid IaaS deployment framework
CloudStack Consulting
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support
CloudStack Bootcamp Training Courses

This email and any attachments to it may be confidential and are intended solely 
for the use of the individual to whom it is addressed. Any views or opinions 
expressed are solely those of the author and do not necessarily represent those of 
Shape Blue Ltd or related companies. If you are not the intended recipient of this 
email, you must neither take any action based upon its contents, nor copy or show 
it to anyone. Please contact the sender if you believe you have received this email 
in error. Shape Blue Ltd is a company incorporated in England & Wales. 
ShapeBlue Services India LLP is a company incorporated in India and is operated 
under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a company 
incorporated in Brasil and is operated under license from Shape Blue Ltd. ShapeBlue 
SA Pty Ltd is a company registered by The Republic of South Africa and is traded 
under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


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

2015-03-23 Thread jenkins
See 



[ACS 4.5.1 RC1] Caught SQLException on startup

2015-03-23 Thread Erik Weber
Anyone else see these during startup?

2015-03-23 11:59:32,712 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
Caught exception when inserting system account: Duplicate entry '1' for key
'PRIMARY'
2015-03-23 11:59:32,713 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
Caught SQLException when inserting system user: Duplicate entry '1' for key
'PRIMARY'
2015-03-23 11:59:32,714 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
Caught SQLException when creating admin account: Duplicate entry '2' for
key 'PRIMARY'
2015-03-23 11:59:32,715 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
Caught SQLException when inserting admin user: Duplicate entry '2' for key
'PRIMARY'
2015-03-23 11:59:32,716 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
Caught (SQL?)Exception: no network_group  Table 'cloud.network_group'
doesn't exist
2015-03-23 11:59:32,791 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
resource_count table has records missing for some accounts...going to
insert them
2015-03-23 11:59:32,806 DEBUG [c.c.s.ConfigurationServerImpl] (main:null)
Inserting resource count of type user_vm for account id=3


The duplicate keys doesn't really worry me much, as that should mean it's
already there, but the
Table 'cloud.network_group' doesn't exist is a different story..

-- 
Erik


Re: Review Request 28325: Two "VOLUME.DELETE" Events are being registered instead of one - On Destroying a User VM belonging to a Project

2015-03-23 Thread Rohit Yadav

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28325/#review77389
---

Ship it!


Looks good. Please use Github pull request in future as they are more easier to 
work with.

- Rohit Yadav


On Nov. 21, 2014, 10:54 a.m., Damodar Reddy Talakanti wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/28325/
> ---
> 
> (Updated Nov. 21, 2014, 10:54 a.m.)
> 
> 
> Review request for cloudstack and Kishan Kavala.
> 
> 
> Bugs: CLOUDSTACK-7948
> https://issues.apache.org/jira/browse/CLOUDSTACK-7948
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> When we destroy a VM it is publishing two VOLUME DELETE events into usage 
> events for ROOT VOLUME.
> 
> 
> Diffs
> -
> 
>   server/src/com/cloud/storage/listener/VolumeStateListener.java 9fd1423 
> 
> Diff: https://reviews.apache.org/r/28325/diff/
> 
> 
> Testing
> ---
> 
> Tested as a normal user
> Tested as a admin (With and with out pasing expunge flag)
> Tested by attaching Data disks
> 
> 
> Thanks,
> 
> Damodar Reddy Talakanti
> 
>



Re: [GitHub] cloudstack pull request: CLOUDSTACK-8340: Adding test case for sto...

2015-03-23 Thread Gaurav Aradhye
Yes, will keep it separate in future requests.

Regards,
Gaurav

On Mon, Mar 23, 2015 at 3:55 PM, srikanteswartalluri 
wrote:

> Github user srikanteswartalluri commented on the pull request:
>
> https://github.com/apache/cloudstack/pull/122#issuecomment-84935073
>
> It will be easier to focus on the new tests if you keep pep8 issues
> separate from the intended patch.
>
>
> ---
> 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 infrastruct...@apache.org or file a JIRA ticket
> with INFRA.
> ---
>


Re: Reset instance "Statistics"

2015-03-23 Thread Yitao Jiang
ACS, clearly.Once Management service restart, the samples all gone.


---
Thanks,
Yitao(依涛 姜)
jiangyt.github.io

On Fri, Mar 20, 2015 at 12:37 AM, Nux!  wrote:

> To clarify, these stats are kept in which memory? ACS's? Libvirt's?
>
> Lucian
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>
> - Original Message -
> > From: "Somesh Naidu" 
> > To: dev@cloudstack.apache.org
> > Sent: Tuesday, 17 March, 2015 20:48:16
> > Subject: RE: Reset instance "Statistics"
>
> > Lucian,
> >
> > These values get collected every minute (controlled by global config
> > vm.stats.interval) from the hypervisor.
> >
> > These values do not seem to be persisted in DB. I guess there won't be a
> need to
> > reset these.
> >
> > Somesh
> > CloudPlatform Escalations
> > Citrix Systems, Inc.
> >
> >
> > -Original Message-
> > From: Nux! [mailto:n...@li.nux.ro]
> > Sent: Tuesday, March 17, 2015 2:31 PM
> > To: dev@cloudstack.apache.org
> > Subject: Reset instance "Statistics"
> >
> > Hello,
> >
> > Anyone knows how often these values get reset or if at all?
> > http://img.nux.ro/fK7-Selection_016.png
> >
> > I'm interested in tracking some of these values, but on a monthly basis
> or so.
> >
> > Lucian
> >
> > --
> > Sent from the Delta quadrant using Borg technology!
> >
> > Nux!
> > www.nux.ro
>


[GitHub] cloudstack pull request: CLOUDSTACK-8340: Adding test case for sto...

2015-03-23 Thread asfgit
Github user asfgit closed the pull request at:

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


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


Statistics Issues of ESXi hypervisor Host And VM

2015-03-23 Thread Yitao Jiang
Hi,

Under ACS 4.2.1 the esxi host and it's vm did not show Network Read Or
Write under statistics tab view on UI.

In the snips of(vmware resource
),it
does not collect the host network usage.
And Even collected vm net usage(here
),
but did not calculate correctly, stays zero,both read and write.

Is anyone realize the problem or what i missing, and what's the logical
here?

---
Thanks,
Yitao(依涛 姜)
jiangyt.github.io


[GitHub] cloudstack pull request: CLOUDSTACK-8340: Adding test case for sto...

2015-03-23 Thread srikanteswartalluri
Github user srikanteswartalluri commented on the pull request:

https://github.com/apache/cloudstack/pull/122#issuecomment-84935073
  
It will be easier to focus on the new tests if you keep pep8 issues 
separate from the intended patch.


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


[GitHub] cloudstack pull request: systemvm: use Debian http redirector for ...

2015-03-23 Thread resmo
GitHub user resmo opened a pull request:

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

systemvm: use Debian http redirector for backports



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

$ git pull https://github.com/resmo/cloudstack 
feature/debian-http-redirector-backports

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

https://github.com/apache/cloudstack/pull/123.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 #123


commit d266cc59f35de1d299d68ec267a1f71ddc9cc63a
Author: Rene Moser 
Date:   2015-03-23T09:28:27Z

systemvm: use Debian http redirector for backports




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


[GitHub] cloudstack pull request: systemvm: fix/improve irqbalance on multi...

2015-03-23 Thread resmo
Github user resmo commented on the pull request:

https://github.com/apache/cloudstack/pull/119#issuecomment-84899117
  
@bhaisaab I tested the irqbalance from backports, but I did not test the 
building of the systemvm. I assumed it must be set up in this script.


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


Re: [PROPOSAL] DHCP/DNS offload and config drive support for adv zone shared network

2015-03-23 Thread Jayapal Reddy Uradi
To start this feature we are going with only shared network.
Once it is done for shared network, it can be generalised for all the networks 
and
external providers can be added at this point.
The external provider does not have any thing to implement.

Thanks,
Jayapal

On 21-Mar-2015, at 12:46 AM, Alena Prokharchyk  wrote:

> From the FS:
> 
> "Create empty network offering with no service selected. Only DHCP, DNS
> services are provided by external servers.
>Metadata - information is included in the config drive
>Userdata, vm password, ssh key - If these are passed then included in
> the config drive with user data service."
> "Retrieving IP assigned by external DHCP server to userVM. Store it in CS
> DB."
> 
> 
> Why not just introduce the notion of the external provider for the
> DHCP/DNS/UserData service? Not specifying the services on the offering and
> implementing the service and storing the service data - UserData/MetaData
> and IP  - in the CloudStack DB, is confusing. Unless all the
> metadata/userdata is stored/managed on/by the external provider side.
> 
> On Fri, Mar 20, 2015 at 6:20 AM, Adrian Lewis 
> wrote:
> 
>> Can't see the wiki at the moment as it's down for maintenance but on a
>> slightly different but related note, would it be feasible to use DHCP relay
>> functionality in dnsmasq on a VR and still get the IP address assigned by
>> an
>> external DHCP server registered into the ACS MS? Not quite sure if under
>> normal circumstances ACS picks up the IP from dnsmasq or if ACS manages the
>> pool and sends dnsmasq static leases. If it's picking up what dnsmasq
>> decides to lease out, what is this mechanism and does/would it also work
>> for
>> DHCP relay?
>> 
>> This doesn’t solve the issue of a DHCP server on the same network however
>> and would still require a VR on the network with upstream connectivity to
>> the DHCP server.
>> 
>> I'm definitely definitely up for the concept of simple networks with no VR
>> if we can provision some of the essentials without one. Big +1
>> 
>> 
>> -Original Message-
>> From: Nux! [mailto:n...@li.nux.ro]
>> Sent: 20 March 2015 09:34
>> To: dev@cloudstack.apache.org
>> Subject: Re: [PROPOSAL] DHCP/DNS offload and config drive support for adv
>> zone shared network
>> 
>> +1, good idea
>> 
>> One thing though:  let's make the config drive available for all types of
>> zones, many people use the basic or adsg zones.
>> 
>> Lucian
>> 
>> --
>> Sent from the Delta quadrant using Borg technology!
>> 
>> Nux!
>> www.nux.ro
>> 
>> - Original Message -
>>> From: "Jayapal Reddy Uradi" 
>>> To: dev@cloudstack.apache.org
>>> Sent: Friday, 20 March, 2015 09:12:19
>>> Subject: [PROPOSAL]  DHCP/DNS offload and config drive support for adv
>>> zone shared network
>> 
>>> In advanced zone shared network if someone wants to use DHCP server
>>> outside the cloudstack, currently it can be done by not selecting the
>>> DHCP service But the problem here is that the VM actual ip is
>>> different from what cloudstack showing.
>>> 
>>> If there are no services selected for the network offering there is no
>>> need of the VR.
>>> In the absense of VR there should be way to provide password,
>>> userdata/metadata, ssh keys to user vm.
>>> 
>>> With this feature we can do the following.
>>> 1. Create network without VR.
>>> 2. Retrive the IP from the VM and update it in the cloudstack DB.
>>> 3. Add config drive support for the VMs in this network.
>>> 
>>> Please provide your comments for the below FS.
>>> 
>>> ACS ticket: https://issues.apache.org/jira/browse/CLOUDSTACK-8324
>>> FS:
>>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=53740
>>> 797
>>> 
>>> 
>>> Thanks,
>>> Jayapal
>> 
> 
> 
> 
> -- 
> Alena Prokharchyk
> https://twitter.com/Lemonjet
> http://www.linkedin.com/pub/alena-prokharchyk/13/282/a7b



Re: [PROPOSAL] DHCP/DNS offload and config drive support for adv zone shared network

2015-03-23 Thread Jayapal Reddy Uradi
Hi Adrian,

For DHCP relay we need the VR with another interface which is in different 
network.
>From CS we need to configure the another network for this.
I think supporting VR as DHCP relay agent can be taken as separate feature.

If we want to deploy VMs with external DHCP without VR, this feature will help.

Thanks,
Jayapal 



On 21-Mar-2015, at 10:53 AM, Marcus  wrote:

> There are some native hypervisor options, like virtio-socket for KVM,
> vmx file parameters for VMware. We already use something like this for
> the system vm bootstrap on KVM, that's how system vms get their ips.
> 
> On Fri, Mar 20, 2015 at 6:12 PM, ilya  wrote:
>> I think config drive is not the best design choice.
>> 
>> You are relying on external ISO to deliver content private to VM. The ISO is
>> stored in secondary or primary storage, if exposed - I get the private data
>> of all the VMs. There maybe issues with storage migration and general
>> vmotion if ISO is attached.
>> 
>> If we are following this model because openstack has chosen this path - i
>> think its just wasted effort and wrong.
>> 
>> In my opinion, an external service is much better solution, i.e. AWS - not
>> OpenStack.
>> 
>> Also, how does this work "CS retrieves the ip from the VM and update in the
>> DB nics table. "?
>> 
>> 
>> 
>> On 3/20/15 4:56 PM, Marcus wrote:
>>> 
>>> I agree, that's generally the model, right? The network offering
>>> describes where the services come from.
>>> 
>>> On Fri, Mar 20, 2015 at 12:16 PM, Alena Prokharchyk 
>>> wrote:
 
 From the FS:
 
 "Create empty network offering with no service selected. Only DHCP, DNS
 services are provided by external servers.
 Metadata - information is included in the config drive
 Userdata, vm password, ssh key - If these are passed then included
 in
 the config drive with user data service."
 "Retrieving IP assigned by external DHCP server to userVM. Store it in CS
 DB."
 
 
 Why not just introduce the notion of the external provider for the
 DHCP/DNS/UserData service? Not specifying the services on the offering
 and
 implementing the service and storing the service data - UserData/MetaData
 and IP  - in the CloudStack DB, is confusing. Unless all the
 metadata/userdata is stored/managed on/by the external provider side.
 
 On Fri, Mar 20, 2015 at 6:20 AM, Adrian Lewis
 
 wrote:
 
> Can't see the wiki at the moment as it's down for maintenance but on a
> slightly different but related note, would it be feasible to use DHCP
> relay
> functionality in dnsmasq on a VR and still get the IP address assigned
> by
> an
> external DHCP server registered into the ACS MS? Not quite sure if under
> normal circumstances ACS picks up the IP from dnsmasq or if ACS manages
> the
> pool and sends dnsmasq static leases. If it's picking up what dnsmasq
> decides to lease out, what is this mechanism and does/would it also work
> for
> DHCP relay?
> 
> This doesn’t solve the issue of a DHCP server on the same network
> however
> and would still require a VR on the network with upstream connectivity
> to
> the DHCP server.
> 
> I'm definitely definitely up for the concept of simple networks with no
> VR
> if we can provision some of the essentials without one. Big +1
> 
> 
> -Original Message-
> From: Nux! [mailto:n...@li.nux.ro]
> Sent: 20 March 2015 09:34
> To: dev@cloudstack.apache.org
> Subject: Re: [PROPOSAL] DHCP/DNS offload and config drive support for
> adv
> zone shared network
> 
> +1, good idea
> 
> One thing though:  let's make the config drive available for all types
> of
> zones, many people use the basic or adsg zones.
> 
> Lucian
> 
> --
> Sent from the Delta quadrant using Borg technology!
> 
> Nux!
> www.nux.ro
> 
> - Original Message -
>> 
>> From: "Jayapal Reddy Uradi" 
>> To: dev@cloudstack.apache.org
>> Sent: Friday, 20 March, 2015 09:12:19
>> Subject: [PROPOSAL]  DHCP/DNS offload and config drive support for adv
>> zone shared network
>> In advanced zone shared network if someone wants to use DHCP server
>> outside the cloudstack, currently it can be done by not selecting the
>> DHCP service But the problem here is that the VM actual ip is
>> different from what cloudstack showing.
>> 
>> If there are no services selected for the network offering there is no
>> need of the VR.
>> In the absense of VR there should be way to provide password,
>> userdata/metadata, ssh keys to user vm.
>> 
>> With this feature we can do the following.
>> 1. Create network without VR.
>> 2. Retrive the IP from the VM and update it in the cloudstack DB.
>> 3. Add config drive support for the VMs in this network.
>> 
>

[GitHub] cloudstack pull request: systemvm: fix/improve irqbalance on multi...

2015-03-23 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/119#issuecomment-84890593
  
Merging anyway, will merge again on 4.5 and master's respective new 
codebase to build systemvm templates.


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


[GitHub] cloudstack pull request: systemvm: fix/improve irqbalance on multi...

2015-03-23 Thread asfgit
Github user asfgit closed the pull request at:

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


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


[GitHub] cloudstack pull request: systemvm: fix/improve irqbalance on multi...

2015-03-23 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/119#issuecomment-84890166
  
@resmo have you actually tested this? I'm not sure who uses 
buildsystemvm.sh now. I'll move the changes to tools/appliance which is where 
the scripts for building systemvmtemplates are?


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


[GitHub] cloudstack pull request: systemvm: fix/improve irqbalance on multi...

2015-03-23 Thread resmo
Github user resmo commented on the pull request:

https://github.com/apache/cloudstack/pull/119#issuecomment-84888161
  
yes 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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: systemvm: fix/improve irqbalance on multi...

2015-03-23 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/119#issuecomment-84887468
  
@resmo sounds good, should we also put this in 4.5 as well?


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


[GitHub] cloudstack pull request: CLOUDSTACK-8340: Adding test case for sto...

2015-03-23 Thread gauravaradhye
GitHub user gauravaradhye opened a pull request:

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

CLOUDSTACK-8340: Adding test case for stop/start operation for VPC router

Adding basic start/stop VPC router test case as this scenario was absent in 
repository.

Steps:
1. Create a VPC network and add a tier to it.
2. Deploy a VM in the tier
3. List the VPC router
4. Stop router and check if the router is in stopped state
5. Start router and check if the router is in running state

Also fixed few already existing pep8 issues.

Log:
Test stop and start VPC router ... === TestName: test_stop_start_vpc_router 
| Status : SUCCESS ===
ok

--
Ran 1 test in 300.464s

OK

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

$ git pull https://github.com/gauravaradhye/cloudstack 8340

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

https://github.com/apache/cloudstack/pull/122.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 #122


commit ed8d1601259016051ac61b6f30b079b261c73c79
Author: Gaurav Aradhye 
Date:   2015-03-23T08:20:40Z

CLOUDSTACK-8340: Adding test case for stop/start operation for VPC router




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


[GitHub] cloudstack pull request:

2015-03-23 Thread bhaisaab
Github user bhaisaab commented on the pull request:


https://github.com/apache/cloudstack/commit/35b741a1c93f525e52eb178db7496e4ec443b4a2#commitcomment-10338680
  
@karuturi @amoghv should we do a check/append, what if users already have 
PLAINTEXT and other authenticators in user.authenticators.exclude - this will 
simply overwrite and remove their configs.


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