Cloudstack dev Noob start :-)

2017-07-06 Thread Olivier Lamy
Hi,
Long time I didn't participate here.
I'd like to do some hacking.
I'm not clear on the process for noob :-)
I ran sql scripts:
* create-database.sql
* create-schema.sql

Then I start with mvn -pl :cloud-client-ui jetty:run
But I got the this error (see stacktrace below)
I use osx, mysql 5.7.18_1 installed with brew

Thanks a lot for your help

Caused by: com.cloud.utils.exception.CloudRuntimeException: Unable to
upgrade the database

at
com.cloud.upgrade.DatabaseUpgradeChecker.upgrade(DatabaseUpgradeChecker.java:438)

at
com.cloud.upgrade.DatabaseUpgradeChecker.check(DatabaseUpgradeChecker.java:509)

at
org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle.checkIntegrity(CloudStackExtendedLifeCycle.java:65)

at
org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle.start(CloudStackExtendedLifeCycle.java:55)

at
org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:173)

... 70 more

Caused by: com.cloud.utils.exception.CloudRuntimeException: Unable to
execute upgrade script:
/Users/olamy/dev/sources/open-sources/cloudstack/cloudstack/client/target/utilities/scripts/db/db/schema-410to420.sql

at
com.cloud.upgrade.DatabaseUpgradeChecker.runScript(DatabaseUpgradeChecker.java:331)

at
com.cloud.upgrade.DatabaseUpgradeChecker.upgrade(DatabaseUpgradeChecker.java:425)

... 74 more

Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: ALTER
command denied to user 'cloud'@'localhost' for table 'account'

at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:185)

at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:87)

at
com.cloud.upgrade.DatabaseUpgradeChecker.runScript(DatabaseUpgradeChecker.java:322)
Cheers
-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy


Re: Cloudstack dev Noob start :-)

2017-07-06 Thread Daan Hoogland
H Oliver, your mysql seems to new for cloudstack ;) and welcome back

On 06/07/2017, 09:02, "Olivier Lamy"  wrote:

Hi,
Long time I didn't participate here.
I'd like to do some hacking.
I'm not clear on the process for noob :-)
I ran sql scripts:
* create-database.sql
* create-schema.sql

Then I start with mvn -pl :cloud-client-ui jetty:run
But I got the this error (see stacktrace below)
I use osx, mysql 5.7.18_1 installed with brew

Thanks a lot for your help

Caused by: com.cloud.utils.exception.CloudRuntimeException: Unable to
upgrade the database

at

com.cloud.upgrade.DatabaseUpgradeChecker.upgrade(DatabaseUpgradeChecker.java:438)

at

com.cloud.upgrade.DatabaseUpgradeChecker.check(DatabaseUpgradeChecker.java:509)

at

org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle.checkIntegrity(CloudStackExtendedLifeCycle.java:65)

at

org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle.start(CloudStackExtendedLifeCycle.java:55)

at

org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:173)

... 70 more

Caused by: com.cloud.utils.exception.CloudRuntimeException: Unable to
execute upgrade script:

/Users/olamy/dev/sources/open-sources/cloudstack/cloudstack/client/target/utilities/scripts/db/db/schema-410to420.sql

at

com.cloud.upgrade.DatabaseUpgradeChecker.runScript(DatabaseUpgradeChecker.java:331)

at

com.cloud.upgrade.DatabaseUpgradeChecker.upgrade(DatabaseUpgradeChecker.java:425)

... 74 more

Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: ALTER
command denied to user 'cloud'@'localhost' for table 'account'

at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:185)

at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:87)

at

com.cloud.upgrade.DatabaseUpgradeChecker.runScript(DatabaseUpgradeChecker.java:322)
Cheers
-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy



daan.hoogl...@shapeblue.com 
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK
@shapeblue
  
 



Re: Cloudstack dev Noob start :-)

2017-07-06 Thread Daan Hoogland
Btw, I use mariadb 10.2.6 installed with brew 

On 06/07/2017, 09:27, "Daan Hoogland"  wrote:

H Oliver, your mysql seems to new for cloudstack ;) and welcome back

On 06/07/2017, 09:02, "Olivier Lamy"  wrote:

Hi,
Long time I didn't participate here.
I'd like to do some hacking.
I'm not clear on the process for noob :-)
I ran sql scripts:
* create-database.sql
* create-schema.sql

Then I start with mvn -pl :cloud-client-ui jetty:run
But I got the this error (see stacktrace below)
I use osx, mysql 5.7.18_1 installed with brew

Thanks a lot for your help

Caused by: com.cloud.utils.exception.CloudRuntimeException: Unable to
upgrade the database

at

com.cloud.upgrade.DatabaseUpgradeChecker.upgrade(DatabaseUpgradeChecker.java:438)

at

com.cloud.upgrade.DatabaseUpgradeChecker.check(DatabaseUpgradeChecker.java:509)

at

org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle.checkIntegrity(CloudStackExtendedLifeCycle.java:65)

at

org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle.start(CloudStackExtendedLifeCycle.java:55)

at

org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:173)

... 70 more

Caused by: com.cloud.utils.exception.CloudRuntimeException: Unable to
execute upgrade script:

/Users/olamy/dev/sources/open-sources/cloudstack/cloudstack/client/target/utilities/scripts/db/db/schema-410to420.sql

at

com.cloud.upgrade.DatabaseUpgradeChecker.runScript(DatabaseUpgradeChecker.java:331)

at

com.cloud.upgrade.DatabaseUpgradeChecker.upgrade(DatabaseUpgradeChecker.java:425)

... 74 more

Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 
ALTER
command denied to user 'cloud'@'localhost' for table 'account'

at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:185)

at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:87)

at

com.cloud.upgrade.DatabaseUpgradeChecker.runScript(DatabaseUpgradeChecker.java:322)
Cheers
-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy



daan.hoogl...@shapeblue.com 
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK
@shapeblue
  
 




daan.hoogl...@shapeblue.com 
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK
@shapeblue
  
 



Re: [VOTE] Apache CloudStack 4.10.0.0 RC7

2017-07-06 Thread Boris Stoyanov
+1 

I’ve did upgrade testing with VMWare 5.5u3, advanced zone running on CentOS 6.8 
from: 
4.5 -> 4.10 rc7
4.6 -> 4.10 rc7
4.9 -> 4.10 rc7

All went smooth VRs got updated to the latests version and was able to add new 
VMs to them. 

Thanks,
Boris Stoyanov


boris.stoya...@shapeblue.com 
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK
@shapeblue
  
 

> On Jul 5, 2017, at 4:30 PM, Kris Sterckx  
> wrote:
> 
> +1 from Nuage !
> 
> Thanks
> 
> Kris
> 
> On 5 July 2017 at 15:11, Wido den Hollander  wrote:
> 
>> +1 (binding)
>> 
>> - Tested building DEB packages
>> - Tested deployment with Basic Networking on Ubuntu 16.04
>> - Tested IPv6 integration in Basic Networking
>> 
>>> Op 3 juli 2017 om 6:52 schreef Rajani Karuturi :
>>> 
>>> 
>>> Hi All,
>>> 
>>> I've created 4.10.0.0 release with the following artifacts up for a vote:
>>> 
>>> Git Branch and Commit SH:
>>> https://github.com/apache/cloudstack/commit/
>> 9d2893d44a3c3a4829be0964cc991272c1d13e4d
>>> Commit:9d2893d44a3c3a4829be0964cc991272c1d13e4d
>>> Branch: https://github.com/apache/cloudstack/tree/4.10.0.0-
>> RC20170703T1006
>>> 
>>> Source release (checksums and signatures are available at the same
>>> location):
>>> https://dist.apache.org/repos/dist/dev/cloudstack/4.10.0.0/
>>> 
>>> SystemVm Templates: http://download.cloudstack.org/systemvm/4.10/RC7/
>>> 
>>> PRs merged since RC4: #2150 and #2089
>>> PRs merged since RC5: revert of #2084
>>> PRs merged since RC6: #2162
>>> 
>>> PGP release keys (signed using CBB44821):
>>> 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)
>>> 
>>> Thanks,
>>> ~Rajani
>>> http://cloudplatform.accelerite.com/
>> 



Re: [VOTE] Apache CloudStack 4.10.0.0 RC7

2017-07-06 Thread Daan Hoogland
we need another binding vote and I know Boris way of working. I don't
have time to test myself but given Boris vote I
+1 (binding)

On Thu, Jul 6, 2017 at 9:52 AM, Boris Stoyanov
 wrote:
> +1
>
> I’ve did upgrade testing with VMWare 5.5u3, advanced zone running on CentOS 
> 6.8 from:
> 4.5 -> 4.10 rc7
> 4.6 -> 4.10 rc7
> 4.9 -> 4.10 rc7
>
> All went smooth VRs got updated to the latests version and was able to add 
> new VMs to them.
>
> Thanks,
> Boris Stoyanov
>
>
> boris.stoya...@shapeblue.com
> www.shapeblue.com
> 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> @shapeblue
>
>
>
>> On Jul 5, 2017, at 4:30 PM, Kris Sterckx  
>> wrote:
>>
>> +1 from Nuage !
>>
>> Thanks
>>
>> Kris
>>
>> On 5 July 2017 at 15:11, Wido den Hollander  wrote:
>>
>>> +1 (binding)
>>>
>>> - Tested building DEB packages
>>> - Tested deployment with Basic Networking on Ubuntu 16.04
>>> - Tested IPv6 integration in Basic Networking
>>>
 Op 3 juli 2017 om 6:52 schreef Rajani Karuturi :


 Hi All,

 I've created 4.10.0.0 release with the following artifacts up for a vote:

 Git Branch and Commit SH:
 https://github.com/apache/cloudstack/commit/
>>> 9d2893d44a3c3a4829be0964cc991272c1d13e4d
 Commit:9d2893d44a3c3a4829be0964cc991272c1d13e4d
 Branch: https://github.com/apache/cloudstack/tree/4.10.0.0-
>>> RC20170703T1006

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

 SystemVm Templates: http://download.cloudstack.org/systemvm/4.10/RC7/

 PRs merged since RC4: #2150 and #2089
 PRs merged since RC5: revert of #2084
 PRs merged since RC6: #2162

 PGP release keys (signed using CBB44821):
 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)

 Thanks,
 ~Rajani
 http://cloudplatform.accelerite.com/
>>>
>



-- 
Daan


Re: [VOTE] Apache CloudStack 4.10.0.0 RC7

2017-07-06 Thread Milamber

Hello

+1 (binding)

- Tested building .deb packages
- Tested deployment with advanced network Ubuntu 16.04/KVM/NFS

Milamber

On 03/07/2017 05:52, Rajani Karuturi wrote:

Hi All,

I've created 4.10.0.0 release with the following artifacts up for a vote:

Git Branch and Commit SH:
https://github.com/apache/cloudstack/commit/9d2893d44a3c3a4829be0964cc991272c1d13e4d
Commit:9d2893d44a3c3a4829be0964cc991272c1d13e4d
Branch: https://github.com/apache/cloudstack/tree/4.10.0.0-RC20170703T1006

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

SystemVm Templates: http://download.cloudstack.org/systemvm/4.10/RC7/

PRs merged since RC4: #2150 and #2089
PRs merged since RC5: revert of #2084
PRs merged since RC6: #2162

PGP release keys (signed using CBB44821):
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)

Thanks,
~Rajani
http://cloudplatform.accelerite.com/





Re: Cloudstack dev Noob start :-)

2017-07-06 Thread Wido den Hollander

> Op 6 juli 2017 om 9:02 schreef Olivier Lamy :
> 
> 
> Hi,
> Long time I didn't participate here.
> I'd like to do some hacking.
> I'm not clear on the process for noob :-)
> I ran sql scripts:
> * create-database.sql
> * create-schema.sql
> 
> Then I start with mvn -pl :cloud-client-ui jetty:run
> But I got the this error (see stacktrace below)
> I use osx, mysql 5.7.18_1 installed with brew
> 
> Thanks a lot for your help
> 
> Caused by: com.cloud.utils.exception.CloudRuntimeException: Unable to
> upgrade the database
> 
> at
> com.cloud.upgrade.DatabaseUpgradeChecker.upgrade(DatabaseUpgradeChecker.java:438)
> 
> at
> com.cloud.upgrade.DatabaseUpgradeChecker.check(DatabaseUpgradeChecker.java:509)
> 
> at
> org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle.checkIntegrity(CloudStackExtendedLifeCycle.java:65)
> 
> at
> org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle.start(CloudStackExtendedLifeCycle.java:55)
> 
> at
> org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:173)
> 
> ... 70 more
> 
> Caused by: com.cloud.utils.exception.CloudRuntimeException: Unable to
> execute upgrade script:
> /Users/olamy/dev/sources/open-sources/cloudstack/cloudstack/client/target/utilities/scripts/db/db/schema-410to420.sql
> 
> at
> com.cloud.upgrade.DatabaseUpgradeChecker.runScript(DatabaseUpgradeChecker.java:331)
> 
> at
> com.cloud.upgrade.DatabaseUpgradeChecker.upgrade(DatabaseUpgradeChecker.java:425)
> 
> ... 74 more
> 
> Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: ALTER
> command denied to user 'cloud'@'localhost' for table 'account'
> 

I see a access denied. Could you check the access credentials of the user in 
MySQL?

Wido

> at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:185)
> 
> at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:87)
> 
> at
> com.cloud.upgrade.DatabaseUpgradeChecker.runScript(DatabaseUpgradeChecker.java:322)
> Cheers
> -- 
> Olivier Lamy
> http://twitter.com/olamy | http://linkedin.com/in/olamy


Re: [VOTE] Apache CloudStack 4.10.0.0 RC7

2017-07-06 Thread Rajani Karuturi
Thank you Mike, Wido, Kris, Boris, Daan and Milamber for voting.
I will send a results mail and will soon publish the release.

~Rajani
http://cloudplatform.accelerite.com/

On Thu, Jul 6, 2017 at 2:12 PM, Milamber  wrote:

> Hello
>
> +1 (binding)
>
> - Tested building .deb packages
> - Tested deployment with advanced network Ubuntu 16.04/KVM/NFS
>
> Milamber
>
>
> On 03/07/2017 05:52, Rajani Karuturi wrote:
>
>> Hi All,
>>
>> I've created 4.10.0.0 release with the following artifacts up for a vote:
>>
>> Git Branch and Commit SH:
>> https://github.com/apache/cloudstack/commit/9d2893d44a3c3a48
>> 29be0964cc991272c1d13e4d
>> Commit:9d2893d44a3c3a4829be0964cc991272c1d13e4d
>> Branch: https://github.com/apache/cloudstack/tree/4.10.0.0-RC2017070
>> 3T1006
>>
>> Source release (checksums and signatures are available at the same
>> location):
>> https://dist.apache.org/repos/dist/dev/cloudstack/4.10.0.0/
>>
>> SystemVm Templates: http://download.cloudstack.org/systemvm/4.10/RC7/
>>
>> PRs merged since RC4: #2150 and #2089
>> PRs merged since RC5: revert of #2084
>> PRs merged since RC6: #2162
>>
>> PGP release keys (signed using CBB44821):
>> 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)
>>
>> Thanks,
>> ~Rajani
>> http://cloudplatform.accelerite.com/
>>
>>
>


[RESULT][VOTE] Apache CloudStack 4.10.0.0

2017-07-06 Thread Rajani Karuturi
Hi all,

After 72 hours, the vote for CloudStack 4.10.0.0 [1] *passes* with
4 PMC + 2 non-PMC votes.

+1 (PMC / binding)
* Mike Tutkowski
* Wido den Hollander
* Daan Hoogland
* Milamber

+1 (non binding)
* Kris Sterckx
* Boris Stoyanov

0
none

-1
none

Thanks to everyone participating.

I will now prepare the release announcement to go out after 24 hours to
give the mirrors time to catch up.

[1] http://markmail.org/thread/dafndhtflon4pshf

~Rajani
http://cloudplatform.accelerite.com/


Re: [RESULT][VOTE] Apache CloudStack 4.10.0.0

2017-07-06 Thread Wei ZHOU
nice!!

2017-07-06 11:56 GMT+02:00 Rajani Karuturi :

> Hi all,
>
> After 72 hours, the vote for CloudStack 4.10.0.0 [1] *passes* with
> 4 PMC + 2 non-PMC votes.
>
> +1 (PMC / binding)
> * Mike Tutkowski
> * Wido den Hollander
> * Daan Hoogland
> * Milamber
>
> +1 (non binding)
> * Kris Sterckx
> * Boris Stoyanov
>
> 0
> none
>
> -1
> none
>
> Thanks to everyone participating.
>
> I will now prepare the release announcement to go out after 24 hours to
> give the mirrors time to catch up.
>
> [1] http://markmail.org/thread/dafndhtflon4pshf
>
> ~Rajani
> http://cloudplatform.accelerite.com/
>


Re: [RESULT][VOTE] Apache CloudStack 4.10.0.0

2017-07-06 Thread Wido den Hollander

> Op 6 juli 2017 om 12:09 schreef Wei ZHOU :
> 
> 
> nice!!

Indeed! Let's go for 4.11 :)

Wido

> 
> 2017-07-06 11:56 GMT+02:00 Rajani Karuturi :
> 
> > Hi all,
> >
> > After 72 hours, the vote for CloudStack 4.10.0.0 [1] *passes* with
> > 4 PMC + 2 non-PMC votes.
> >
> > +1 (PMC / binding)
> > * Mike Tutkowski
> > * Wido den Hollander
> > * Daan Hoogland
> > * Milamber
> >
> > +1 (non binding)
> > * Kris Sterckx
> > * Boris Stoyanov
> >
> > 0
> > none
> >
> > -1
> > none
> >
> > Thanks to everyone participating.
> >
> > I will now prepare the release announcement to go out after 24 hours to
> > give the mirrors time to catch up.
> >
> > [1] http://markmail.org/thread/dafndhtflon4pshf
> >
> > ~Rajani
> > http://cloudplatform.accelerite.com/
> >


Re:Re: [RESULT][VOTE] Apache CloudStack 4.10.0.0

2017-07-06 Thread Haijiao
Finally 4.10 arrives.  True achievement of whole community !


Thanks Rajani !






在2017年07月06 19时54分, "Wido den Hollander"写道:


> Op 6 juli 2017 om 12:09 schreef Wei ZHOU :
>
>
> nice!!

Indeed! Let's go for 4.11 :)

Wido

>
> 2017-07-06 11:56 GMT+02:00 Rajani Karuturi :
>
> > Hi all,
> >
> > After 72 hours, the vote for CloudStack 4.10.0.0 [1] *passes* with
> > 4 PMC + 2 non-PMC votes.
> >
> > +1 (PMC / binding)
> > * Mike Tutkowski
> > * Wido den Hollander
> > * Daan Hoogland
> > * Milamber
> >
> > +1 (non binding)
> > * Kris Sterckx
> > * Boris Stoyanov
> >
> > 0
> > none
> >
> > -1
> > none
> >
> > Thanks to everyone participating.
> >
> > I will now prepare the release announcement to go out after 24 hours to
> > give the mirrors time to catch up.
> >
> > [1] http://markmail.org/thread/dafndhtflon4pshf
> >
> > ~Rajani
> > http://cloudplatform.accelerite.com/
> >


RE: [RESULT][VOTE] Apache CloudStack 4.10.0.0

2017-07-06 Thread Paul Angus
Well done!



Kind regards,

Paul Angus

paul.an...@shapeblue.com 
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK
@shapeblue
  
 


-Original Message-
From: Wei ZHOU [mailto:ustcweiz...@gmail.com] 
Sent: 06 July 2017 11:10
To: dev@cloudstack.apache.org
Subject: Re: [RESULT][VOTE] Apache CloudStack 4.10.0.0

nice!!

2017-07-06 11:56 GMT+02:00 Rajani Karuturi :

> Hi all,
>
> After 72 hours, the vote for CloudStack 4.10.0.0 [1] *passes* with
> 4 PMC + 2 non-PMC votes.
>
> +1 (PMC / binding)
> * Mike Tutkowski
> * Wido den Hollander
> * Daan Hoogland
> * Milamber
>
> +1 (non binding)
> * Kris Sterckx
> * Boris Stoyanov
>
> 0
> none
>
> -1
> none
>
> Thanks to everyone participating.
>
> I will now prepare the release announcement to go out after 24 hours 
> to give the mirrors time to catch up.
>
> [1] http://markmail.org/thread/dafndhtflon4pshf
>
> ~Rajani
> http://cloudplatform.accelerite.com/
>


Re: [RESULT][VOTE] Apache CloudStack 4.10.0.0

2017-07-06 Thread Andrei Mikhailovsky

Congratulations to everyone! Job well done!

Andrei

- Original Message -
> From: "Haijiao" <18602198...@163.com>
> To: "dev" 
> Sent: Thursday, 6 July, 2017 13:58:48
> Subject: Re:Re: [RESULT][VOTE] Apache CloudStack 4.10.0.0

> Finally 4.10 arrives.  True achievement of whole community !
> 
> 
> Thanks Rajani !
> 
> 
> 
> 
> 
> 
> 在2017年07月06 19时54分, "Wido den Hollander"写道:
> 
> 
>> Op 6 juli 2017 om 12:09 schreef Wei ZHOU :
>>
>>
>> nice!!
> 
> Indeed! Let's go for 4.11 :)
> 
> Wido
> 
>>
>> 2017-07-06 11:56 GMT+02:00 Rajani Karuturi :
>>
>> > Hi all,
>> >
>> > After 72 hours, the vote for CloudStack 4.10.0.0 [1] *passes* with
>> > 4 PMC + 2 non-PMC votes.
>> >
>> > +1 (PMC / binding)
>> > * Mike Tutkowski
>> > * Wido den Hollander
>> > * Daan Hoogland
>> > * Milamber
>> >
>> > +1 (non binding)
>> > * Kris Sterckx
>> > * Boris Stoyanov
>> >
>> > 0
>> > none
>> >
>> > -1
>> > none
>> >
>> > Thanks to everyone participating.
>> >
>> > I will now prepare the release announcement to go out after 24 hours to
>> > give the mirrors time to catch up.
>> >
>> > [1] http://markmail.org/thread/dafndhtflon4pshf
>> >
>> > ~Rajani
>> > http://cloudplatform.accelerite.com/


Re: [RESULT][VOTE] Apache CloudStack 4.10.0.0

2017-07-06 Thread Rohit Yadav
Congratulations and well done!


From: Paul Angus 
Sent: 07 July 2017 00:15:30
To: dev@cloudstack.apache.org
Subject: RE: [RESULT][VOTE] Apache CloudStack 4.10.0.0

Well done!



Kind regards,

Paul Angus

paul.an...@shapeblue.com
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK
@shapeblue




rohit.ya...@shapeblue.com 
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK
@shapeblue
  
 


-Original Message-
From: Wei ZHOU [mailto:ustcweiz...@gmail.com]
Sent: 06 July 2017 11:10
To: dev@cloudstack.apache.org
Subject: Re: [RESULT][VOTE] Apache CloudStack 4.10.0.0

nice!!

2017-07-06 11:56 GMT+02:00 Rajani Karuturi :

> Hi all,
>
> After 72 hours, the vote for CloudStack 4.10.0.0 [1] *passes* with
> 4 PMC + 2 non-PMC votes.
>
> +1 (PMC / binding)
> * Mike Tutkowski
> * Wido den Hollander
> * Daan Hoogland
> * Milamber
>
> +1 (non binding)
> * Kris Sterckx
> * Boris Stoyanov
>
> 0
> none
>
> -1
> none
>
> Thanks to everyone participating.
>
> I will now prepare the release announcement to go out after 24 hours
> to give the mirrors time to catch up.
>
> [1] http://markmail.org/thread/dafndhtflon4pshf
>
> ~Rajani
> http://cloudplatform.accelerite.com/
>


[DISCUSS] CloudStack 4.9.3.0 (LTS)

2017-07-06 Thread Rohit Yadav
All,


With 4.10.0.0 voted, I would like to start some initial discussion around the 
next minor LTS release 4.9.3.0. At the moment I don't have a timeline, plans or 
dates to share but I would like to engage with the community to gather list of 
issues, commits, PRs that we should consider for the next LTS release 4.9.3.0.


To reduce our test and QA scope, we don't want to consider changes that are new 
feature, or enhancements but strictly blockers/critical/major bugfixes and 
security related fixes, and we can consider reverting any already 
committed/merged PR(s) on 4.9 branch (committed since 4.9.2.0).


Please go through list of commits since 4.9.2.0 (you can also run, git log 
4.9.2.0..4.9) and let us know if there is any change we should consider 
reverting:

https://github.com/apache/cloudstack/commits/4.9


I started backporting some 
fixes on the 4.9 branch, please go through the following PR and raise 
objections on changes/commits that we should not backport or revert:

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


Lastly, please also share any PRs that we should consider reviewing+merging on 
4.9 branch for the 4.9.3.0 release effort.


- Rohit

rohit.ya...@shapeblue.com 
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK
@shapeblue
  
 



Re: DISCUSS : Vmware to Cloudstack migration support

2017-07-06 Thread Suresh Sadhu
Shreya,


please check the below article,Hope this is will helpful to  you :

https://support.citrix.com/article/CTX116603


 also as sateesh said remove the vmware tools from the the vm  before migrating 
to xenserver.


regards
sadhu

On Jul 4, 2017, at 5:49 PM, Sateesh Chodapuneedi 
mailto:sateesh.chodapune...@accelerite.com>>
 wrote:


From: Shreya Nair mailto:shreya.n...@opcito.com>>
Reply-To: "us...@cloudstack.apache.org" 
mailto:us...@cloudstack.apache.org>>
Date: Tuesday, 4 July 2017 at 4:52 PM
To: "us...@cloudstack.apache.org" 
mailto:us...@cloudstack.apache.org>>, 
"dev@cloudstack.apache.org" 
mailto:dev@cloudstack.apache.org>>, 
"iss...@cloudstack.apache.org" 
mailto:iss...@cloudstack.apache.org>>
Cc: Vinay Patil mailto:vinay.pa...@opcito.com>>, 
Siddheshwar More 
mailto:siddheshwar.m...@opcito.com>>
Subject: DISCUSS : Vmware to Cloudstack migration support

Hello,

My team is working on a Vmware to Cloudstack migration task. The CloudStack
environment is set up on the Xenserver hypervisor.

We are able to export a VM on vsphere to OVF template which also provides
the OVF, VMDK disk image(s) and MF file for the particular VM.
In order to create a CloudStack Template from these files, it can be done
by 2 methods, namely, template creation from VHD(as the underlying
hypervisor is XenServer) or template creation from ISO.

VHD Template creation:
- The VMDK file (Obtained after export OVF operation of the VM) is
converted to VHD format with VBoxManage.exe tool that is available with
VirtualBox.
-  The VHD file can be used to create a CloudStack template and
instantiate a VM.


ISO Template creation:
- The OVF file (Obtained after export OVF operation of the VM) is imported
to Citrix XenCenter.
- XenCenter runs Operating system Fixup on the imported OVF file and
creates a modified ISO file.
- The modified ISO file can be used for creating a template and
instantiate a VM

However, the newly created VM has booting issues as it requires "You might
have to change the root from /dev/hd[a-d] to /dev/xvd[a-d]"
Is there an alternate way or support to migrate a vSphere VM to CloudStack?
Or a method to change the partitioning on the hard disk from sd[a-d]  to
xvd[a-d]

Hi Shreya,
Did you remove VMware tools from the VM before exporting?
Try installing xentools inside the guest, that should automatically name the 
disks to xvd*

Regards,
Sateesh



Thanks & Regards,

Shreya

DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Accelerite, a Persistent Systems business. It is intended only for 
the use of the individual or entity to which it is addressed. If you are not 
the intended recipient, you are not authorized to read, retain, copy, print, 
distribute or use this message. If you have received this communication in 
error, please notify the sender and delete all copies of this message. 
Accelerite, a Persistent Systems business does not accept any liability for 
virus infected mails.