Re: Review Request 18679: added a row for simulator in the hypervisor_capabilities

2014-03-03 Thread Rajani Karuturi
--- On March 3, 2014, 11:22 a.m., Rajani Karuturi wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/18679/ > --

Re: The global settings beast...

2014-03-05 Thread Rajani Karuturi
The need to restart the management server for any global configuration change is a problem. I spent at least a few hours trying to debug an issue only to realise that its not an issue but, I have to restart the management server. ~Rajani On 05-Mar-2014, at 3:01 pm, Donal Lafferty wrote: >

Re: [DISCUSS] Checking in code that will break others' environments

2014-03-05 Thread Rajani Karuturi
Across versions db migration is taken care. I think this is bound to occur while working on a release, if multiple people work on the same branch with different work-in-progress features. Could we move to flyway or liquibase which can take care of db versioning and migration? ~Rajani On

Review Request 18894: CLOUDSTACK-6210 LDAP:listLdapUsers api throws exception when we click on "Add LDAP Account"

2014-03-06 Thread Rajani Karuturi
a new test case "test searchUsers when ldap basedn in not set" in LdapUserManagerSpec.groovy which reproduces this case manually tested the api call as well Thanks, Rajani Karuturi

Re: Review Request 18894: CLOUDSTACK-6210 LDAP:listLdapUsers api throws exception when we click on "Add LDAP Account"

2014-03-06 Thread Rajani Karuturi
Testing --- unittested by adding a new test case "test searchUsers when ldap basedn in not set" in LdapUserManagerSpec.groovy which reproduces this case manually tested the api call as well Thanks, Rajani Karuturi

Re: Just checked in a minor change to the DB

2014-03-09 Thread Rajani Karuturi
I think a local rule in the mail client on the git commit mails which filters all the mails from comm...@cloudstack.apache.org and which has setup/db/db/schema-*.sql in the content should work ~Rajani On 09-Mar-2014, at 12:32 am, Daan Hoogland wrote: > in theory, we will have to set up

Re: [DISCUSS] Enabling databse upgrades on master branch

2014-03-10 Thread Rajani Karuturi
Hi Miguel, This is in-line with discussions related to db changes we are having at [1] and [2] I think it would be better to use existing tools like [liquibase] or [flyway] instead of writing a new one. A good comparison of the both is available at [3]. Also, how do we join the efforts? Is the

Re: [DISCUSS] Enabling databse upgrades on master branch

2014-03-12 Thread Rajani Karuturi
ue to develop the ideas we have, and anyone interested in helping out with that is very welcome. If you have any ideas on how to collaborate, please let me know. Cheers, Miguel -Original Message- From: Rajani Karuturi [mailto:rajani.karut...@citrix.com<mailto:rajani.karut

Re: [Merge] CloudStack IAM branch to master

2014-03-15 Thread Rajani Karuturi
I think preserving the history is important. Especially for the developer to understand the history if it and why he did it this way. branch merges can also be easily reverted if required. http://git-scm.com/blog/2010/03/02/undoing-merges.html https://www.kernel.org/pub/software/scm/git/docs/howt

Review Request 19272: simulator manager impl changes to handle SetMonitorServiceCommand

2014-03-16 Thread Rajani Karuturi
/SimulatorManagerImpl.java 6fe9b40 Diff: https://reviews.apache.org/r/19272/diff/ Testing --- verified by running the nosetests in test_assign_vm.py Thanks, Rajani Karuturi

Re: Release cadence

2014-03-19 Thread Rajani Karuturi
The primary problem I feel is that we dont plan our releases.(I am fairly new here and I may be wrong) The role of the release manager starts only during the RC creation phase asking for votes(again I maybe wrong). I feel it should start much earlier. Everyone who is actively involved should ha

Re: Review Request 19604: [Windowsfication] fixing log issues on windows

2014-03-25 Thread Rajani Karuturi
g/r/19604/#comment70850> a mix of '//' and '\' is used. If possible, use one - Rajani Karuturi On March 25, 2014, 11:33 a.m., Damodar Reddy Talakanti wrote: > > --- > This is an automatically generat

spring unittests

2014-03-27 Thread Rajani Karuturi
Hi All, I am trying to write unit tests for ApiAsyncJobDispatcher. This is how I defined by Test class @ server/test/com/cloud/api @RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration(locations = "classpath:/testContext.xml") public class ApiAsyncJobDispatcherTest { @Mock privat

Re: spring unittests

2014-03-27 Thread Rajani Karuturi
Thu, Mar 27, 2014 at 10:50 AM, Rajani Karuturi < > rajani.karut...@citrix.com> wrote: > >> Hi All, >> >> I am trying to write unit tests for ApiAsyncJobDispatcher. This is how I >> defined by Test class @ server/test/com/cloud/api >> >> @RunWith

Re: how to cloudstack4.3 in win7 complie

2014-03-27 Thread Rajani Karuturi
Are you trying to compile on 4.3 branch? What is the mvn command you used? did you try a mvn clean first? If you are not trying to run tests, you can add -DskipTests=true to the mvn command ~Rajani On 27-Mar-2014, at 8:46 pm, heidcloud wrote: > erro: > > -

Re: spring unittests

2014-03-29 Thread Rajani Karuturi
any help? ~Rajani On 28-Mar-2014, at 9:48 am, Rajani Karuturi wrote: > Its the testContext.xml we have at server/test/resouces > > As the async job dispatcher also comes under server/, i used the same test > context file. > > ~Rajani > > > > On 28-Mar-20

Re: spring unittests

2014-03-31 Thread Rajani Karuturi
d a short investigation into the problem and that test context is quite > exciting. (which means I would need a lot more time to find all the > details) For a short solution I would recommend you to write another rather > than trying to reuse. > > > > On Sat, Mar 29, 201

[PROPOSAL] LDAP Authorisation and multiple LDAP server support

2014-04-02 Thread Rajani Karuturi
Currently, ACS only does authentication on LDAP server. The user roles have to be configured manually in cloudstack. Also, we don’t support multiple LDAP servers. I am planning to work on adding LDAP authorisation and multiple LDAP server support to CloudStack The proposal is @ https://cwiki.a

Re: Review Request 19584: CLOUDSTACK-6258: Disable systemvm cloud startup script from logging messages to /var/log/cloud/cloud.out

2014-04-03 Thread Rajani Karuturi
nohup ./run.sh > $LOG_FILE 2>&1 &) - Rajani Karuturi On March 24, 2014, 3 p.m., Saurav Lahiri wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > ht

Re: Review Request 19584: CLOUDSTACK-6258: Disable systemvm cloud startup script from logging messages to /var/log/cloud/cloud.out

2014-04-03 Thread Rajani Karuturi
t want logging can set the variable to 0 - Rajani Karuturi On April 3, 2014, 2:12 p.m., Saurav Lahiri wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Re: Review Request 19584: CLOUDSTACK-6258: Disable systemvm cloud startup script from logging messages to /var/log/cloud/cloud.out

2014-04-06 Thread Rajani Karuturi
> On April 4, 2014, 6:01 a.m., Rajani Karuturi wrote: > > systemvm/patches/debian/config/etc/init.d/cloud, line 36 > > <https://reviews.apache.org/r/19584/diff/2/?file=547785#file547785line36> > > > > Can we consider $CLOUD_DEBUG not set as true ie) log to cl

Re: Review Request 19584: CLOUDSTACK-6258: Disable systemvm cloud startup script from logging messages to /var/log/cloud/cloud.out

2014-04-06 Thread Rajani Karuturi
> On April 4, 2014, 6:01 a.m., Rajani Karuturi wrote: > > systemvm/patches/debian/config/etc/init.d/cloud, line 36 > > <https://reviews.apache.org/r/19584/diff/2/?file=547785#file547785line36> > > > > Can we consider $CLOUD_DEBUG not set as true ie) log to cl

Re: Maven style checker issue

2014-04-07 Thread Rajani Karuturi
Hi Frank, Did you use the plugin mentioned in the wiki @ https://cwiki.apache.org/confluence/display/CLOUDSTACK/Coding+conventions#Codingconventions-IntellijIdea I am using it and haven’t seen any issues so far. ~Rajani On 08-Apr-2014, at 5:12 am, Frank Zhang mailto:frank.zh...@citrix.com>

Re: Review Request 20152: In com.cloud.utils.crypt.EncryptionSecretKeyChecker the key file paths are hard coded

2014-04-10 Thread Rajani Karuturi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20152/#review39998 --- - Rajani Karuturi On April 9, 2014, 12:31 p.m., Damodar Reddy

Re: Review Request 20152: In com.cloud.utils.crypt.EncryptionSecretKeyChecker the key file paths are hard coded

2014-04-10 Thread Rajani Karuturi
<https://reviews.apache.org/r/20152/#comment72782> s_keyFile and s_altKeyFile values are the same. Can we remove the alt one or use different values? - Rajani Karuturi On April 9, 2014, 12:31 p.m., Damodar Reddy Talakanti

Re: Review Request 19584: CLOUDSTACK-6258: Disable systemvm cloud startup script from logging messages to /var/log/cloud/cloud.out

2014-04-13 Thread Rajani Karuturi
> On April 4, 2014, 6:01 a.m., Rajani Karuturi wrote: > > systemvm/patches/debian/config/etc/init.d/cloud, line 36 > > <https://reviews.apache.org/r/19584/diff/2/?file=547785#file547785line36> > > > > Can we consider $CLOUD_DEBUG not set as true ie) log to cl

Re: Coding Standards Questions

2014-04-14 Thread Rajani Karuturi
I agree with Stephen. IDEs are smart and can highlight all the exits of a function. Functions which are more than a page long are more of an issue than the multiple return statements. It is very difficult to follow such code. ~Rajani On 14-Apr-2014, at 3:05 pm, Stephen Turner wrote: > I a

Re: Review Request 20343: WIP: Force reload of the JS files only in MSIE

2014-04-14 Thread Rajani Karuturi
tps://reviews.apache.org/r/20343/#comment73350> Hi Laszlo, Is there any reason to disable browser caching for IE? I think we should just remove the t param for all the js files and let browsers cache them. - Rajani Karuturi On April 14, 2014, 10:19 p.m., Laszlo Hornyak

Re: Changing encrypted content within db

2014-04-16 Thread Rajani Karuturi
If you download the [jasypt] library, it has util shell scripts to encrypt and decrypt. You can use them by passing your encryption key to get an encrypted value. Or you could write a simple java function to do the same. [jasypt] http://sourceforge.net/projects/jasypt/files/jasypt/ ~Rajani O

Re: [Merge]: marvin branch to master

2014-04-16 Thread Rajani Karuturi
Hi Santosh, What is the command to export the current datacenter configuration? Is this added only to help delete? looks like delete is actually delete and recreate. Is there a way to just delete? If I have more than one zone configured and want to delete one of them, is it possible? post mer

Review Request 20547: improved ldap logging.

2014-04-21 Thread Rajani Karuturi
of failures. for 3b, no error will be logged as this is not an exception incase of ldap. cloudstack will successfully bind but, will not see any users for the specified config. Thanks, Rajani Karuturi

Review Request 20652: VR alerts for command failures and option to stop the router incase of failures

2014-04-23 Thread Rajani Karuturi
: https://reviews.apache.org/r/20652/diff/ Testing --- Manually tested. Thanks, Rajani Karuturi

Re: Review Request 20652: VR alerts for command failures during start and option to stop the router incase of failures

2014-04-23 Thread Rajani Karuturi
router in case of command failures. Also added alerts for failures. Diffs - engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java 6d18f86 Diff: https://reviews.apache.org/r/20652/diff/ Testing --- Manually tested. Thanks, Rajani Karuturi

[ACS4.4] cherry pick

2014-04-24 Thread Rajani Karuturi
Hi Daan, Can you cherry-pick the following two commits from 4.4-forward to 4.4? f7f84fba89cf9eea856075d45bf623ff9ed7a632 checkstyle fix for commit 8e2e8e5e8ab492fa40dedc0788c0ac61f912487b 8e2e8e5e8ab492fa40dedc0788c0ac61f912487b improved ldap logging. added stacktrace in debug level incase of

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.1.0

2014-04-24 Thread Rajani Karuturi
+1 Tested the username password support and works fine. This is very useful during development. ~Rajani On 25-Apr-2014, at 5:42 am, Chiradeep Vittal wrote: > Hi All, > > I've created a 5.1.0 release of CloudMonkey, with the following artifacts > up for a vote: > > Git Branch and Commit S

Review Request 20703: Fixed CLOUDSTACK-6509 Cannot import multiple LDAP/AD users into a cloudstack account

2014-04-25 Thread Rajani Karuturi
/accountsWizard.js 6b4907c Diff: https://reviews.apache.org/r/20703/diff/ Testing --- manually tested. added unittests whereever possible. Thanks, Rajani Karuturi

Re: [ACS4.4] cherry pick

2014-04-27 Thread Rajani Karuturi
T+02:00 Daan Hoogland : >> 8e2e8e5e8ab492fa40dedc0788c0ac61f912487b >> >> picked >> >> On Fri, Apr 25, 2014 at 9:48 PM, Daan Hoogland >> wrote: >>> On Thu, Apr 24, 2014 at 2:30 PM, Rajani Karuturi >>> wrote: >>>>

Re: Review Request 20652: VR alerts for command failures during start and stop the router incase of failures

2014-04-27 Thread Rajani Karuturi
ch with the suggested changes. - Rajani --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20652/#review41459 --- On April 28, 2014, 6:27

Re: Review Request 20652: VR alerts for command failures during start and stop the router incase of failures

2014-04-27 Thread Rajani Karuturi
case of command failures. Also added alerts for failures. Diffs (updated) - server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java 466b861 Diff: https://reviews.apache.org/r/20652/diff/ Testing --- Manually tested. Thanks, Rajani Karuturi

Re: Review Request 20703: Fixed CLOUDSTACK-6509 Cannot import multiple LDAP/AD users into a cloudstack account

2014-04-28 Thread Rajani Karuturi
/user/MockAccountManagerImpl.java 38cc1a84 ui/scripts/accountsWizard.js 6b4907c Diff: https://reviews.apache.org/r/20703/diff/ Testing --- manually tested. added unittests whereever possible. Thanks, Rajani Karuturi

Re: Review Request 20703: Fixed CLOUDSTACK-6509 Cannot import multiple LDAP/AD users into a cloudstack account

2014-04-28 Thread Rajani Karuturi
/user/MockAccountManagerImpl.java 38cc1a84 ui/scripts/accountsWizard.js 6b4907c Diff: https://reviews.apache.org/r/20703/diff/ Testing --- manually tested. added unittests whereever possible. Thanks, Rajani Karuturi

Re: Review Request 20703: Fixed CLOUDSTACK-6509 Cannot import multiple LDAP/AD users into a cloudstack account

2014-04-29 Thread Rajani Karuturi
, Rajani Karuturi

Re: Review Request 20652: CLOUDSTACK-6531: VR alerts for command failures during start and stop the router incase of failures

2014-04-29 Thread Rajani Karuturi
/diff/ Testing --- Manually tested. Thanks, Rajani Karuturi

[ACS4.4] cherry-pick 08ec6ebddaf5a5cddab2be8dfcebf75b91dafa92

2014-04-29 Thread Rajani Karuturi
Hi Daan, Can you cherry-pick the below commit from 4.4-forward to 4.4? Commit: 08ec6ebddaf5a5cddab2be8dfcebf75b91dafa92 Fixed CLOUDSTACK-6509 Cannot import multiple LDAP/AD users into a cloudstack account ~Rajani

Re: Review Request 20652: CLOUDSTACK-6531: VR alerts for command failures during start and stop the router incase of failures

2014-05-05 Thread Rajani Karuturi
for failures. Diffs (updated) - server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java 80ca1cf Diff: https://reviews.apache.org/r/20652/diff/ Testing --- Manually tested. Thanks, Rajani Karuturi

Re: Review Request 20652: CLOUDSTACK-6531: VR alerts for command failures during start and stop the router incase of failures

2014-05-05 Thread Rajani Karuturi
for failures. Diffs (updated) - server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java 80ca1cf Diff: https://reviews.apache.org/r/20652/diff/ Testing --- Manually tested. Thanks, Rajani Karuturi

Re: Willing to join cloudstack developer community

2014-05-11 Thread Rajani Karuturi
api docs might be a good place to start. http://cloudstack.apache.org/docs/api/ install guide and admin guide is available at http://docs.cloudstack.apache.org/en/4.3/ Thanks, ~Rajani On 08-May-2014, at 4:11 pm, sandeep khandekar mailto:cloudstack.sand...@gmail.com>> wrote: Hi, I would like

[DOC][Readthedocs] when are the changes published to RTD from git?

2014-05-12 Thread Rajani Karuturi
[github] source of the doc has some changes which aren’t there on [RTD latest]. when does it get updated? [github] https://github.com/apache/cloudstack-docs-install/blob/master/source/hypervisor/xenserver.rst [RTD latest] http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/lat

Re: [QUERY] [IAM TEST CASE] Vritual Machine IAM test scenarios

2014-05-12 Thread Rajani Karuturi
Assuming the order in which test cases should run is not a good practice. Every test case should do the setup required for it and also the teardown once its done so that it leaves the system clean in the same state it started with. This also helps in easy understanding of what is being tested. I

Re: [QUERY] [IAM TEST CASE] Vritual Machine IAM test scenarios

2014-05-12 Thread Rajani Karuturi
Assuming the order in which test cases should run is not a good practice. Every test case should do the setup required for it and also the teardown once its done so that it leaves the system clean in the same state it started with. This also helps in easy understanding of what is being tested. I

Re: PRs for 4.10

2017-02-22 Thread Rajani Karuturi
6 days to go for the first RC. Please get the required lgtms and tests ready for the PRs you like to see in 4.10. I will try to merge all the PRs that meet the criteria. Thanks, ~Rajani On 19 Feb 2017 3:11 p.m., "Rajani Karuturi" wrote: > noted. > >

Re: PRs for 4.10

2017-02-26 Thread Rajani Karuturi
> <https://github.com/apache/cloudstack/pull/1945>https:// > > github.com/apache/cloudstack/pull/1946 > > > > <https://github.com/apache/cloudstack/pull/1946>https:// > > github.com/apache/cloudstack/pull/1947 > > https://github.com/apache

master is broken

2017-02-27 Thread Rajani Karuturi
FYI, master is broken due to a merge conflict. I created PR https://github.com/apache/cloudstack/pull/1977 to fix the same. Will merge it ASAP. ~ Rajani http://cloudplatform.accelerite.com/

Re: Modern template hosting

2017-02-28 Thread Rajani Karuturi
Pierre-Luc did an amazing job in getting https://builds.cloudstack.org/ working [1]. We can work on similar lines and probably get packages.cloudstack.org working with mirrored entries form apt-get.eu or openvm.eu or s3.downloads.accelerite or packages.shapeblue etc. [1] https://issues.apache.org

:[VOTE] Apache Cloudstack 4.10.0.0

2017-02-28 Thread Rajani Karuturi
Hi All, I've created a 4.10.0.0 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.10.0.0-RC20170301T0634 Commit:7c1d003b5269b375d87f4f6cfff8a144f0608b67

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-01 Thread Rajani Karuturi
On Wed, Mar 1, 2017 at 12:51 PM, Wido den Hollander wrote: > > > Op 1 maart 2017 om 2:12 schreef Rajani Karuturi : > > > > > > Hi All, > > > > I've created a 4.10.0.0 release, with the following artifacts up for a > vote: > > > > Git B

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-02 Thread Rajani Karuturi
sending the execution logs > but mail got rejected. > > > > > On Mar 2, 2017, at 9:14 AM, Rajani Karuturi wrote: > > > > On Wed, Mar 1, 2017 at 12:51 PM, Wido den Hollander > wrote: > > > >> > >>> Op 1 maart 2017 om 2:12 schreef Rajani K

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-03 Thread Rajani Karuturi
api.ApiAsyncJobDispatcher.runJob( >> ApiAsyncJobDispatcher.java:108) >> at org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5. >> runInContext(AsyncJobManagerImpl.java:554) >> at org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run( >&

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-03 Thread Rajani Karuturi
flectiveMethodInvocation.java:168) > >>at com.cloud.event.ActionEventInterceptor.invoke( > >> ActionEventInterceptor.java:51) > >>at org.springframework.aop.framework. > ReflectiveMethodInvocation. > >> proceed(Refl

Re:Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-04 Thread Rajani Karuturi
Problems caused when inputting double-byte numbers fo… #1967 在2017年03月03 19时00分, "Rajani Karuturi"写道: I will create RC2 on Monday with the fixes mentioned in my previous mail. ~ Rajani http://cloudplatform.accelerite.com/ On March 3, 2017 at 2:36 PM, Rohit Yadav (rohit.ya...@sha

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-06 Thread Rajani Karuturi
deletions(-) Jayapal, could you please have a look ? 2017-03-04 2:41 GMT+01:00 Rajani Karuturi : Thanks for the update mike. @wido, weizhou Can you take a look at the issue please? ~Rajani Sent from phone. On 4 Mar 2017 3:25 a.m., "Tutkowski, Mike" wrote: -1 (binding) Per my previo

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-06 Thread Rajani Karuturi
PRs are ready for the blockers. Waiting for reviews and test results. Once they are ready, I will merge them(and a few more bug fixes) and create RC2 (probably tomorrow, Wednesday) Thanks, ~ Rajani http://cloudplatform.accelerite.com/ On March 3, 2017 at 4:30 PM, Rajani Karuturi (raj

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-08 Thread Rajani Karuturi
VM snapshot. > > > > I tried while the VM was in the Running state and then I > also tried in the Stopped state. Same results. > > > >> On Mar 7, 2017, at 7:54 AM, Sergey Levitskiy < > sergey.levits...@autodesk.com> wrote: > >> > >> Is VM

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-13 Thread Rajani Karuturi
We still have below three blockers open. I will create RC once they are fixed. ~ Rajani http://cloudplatform.accelerite.com/ On March 9, 2017 at 10:09 AM, Rajani Karuturi (raj...@apache.org) wrote: We currently have the below list of blockers: BUGID - Summary - Assignee - Creator CLOUDSTACK

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-13 Thread Rajani Karuturi
1866 - failed BVT results(may not be related. But, needs to be checked. Also, jenkins and travis failed) 1967 - no test results rest merged. Thanks, ~ Rajani http://cloudplatform.accelerite.com/ On March 4, 2017 at 8:13 PM, Haijiao (18602198...@163.com) wrote:

Re: Cannot edit confluence wiki page

2017-03-13 Thread Rajani Karuturi
You(shanika) should have access to the edit the wiki now. Thanks, ~ Rajani http://cloudplatform.accelerite.com/ On March 12, 2017 at 8:43 PM, Shanika Ediriweera (shanika...@cse.mrt.ac.lk) wrote: Thank you. Should I drop another mail saying I am interested in the above mentioned project Best

Re: Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-14 Thread Rajani Karuturi
lets get to the blockers first. ~Rajani http://cloudplatform.accelerite.com/ On Tue, Mar 14, 2017 at 11:39 AM, Haijiao <18602198...@163.com> wrote: > Hi, Karuturi > > > These PRs below seems ready to be merged too. > > > #1883, CLOUDSTACK-9723: Enable unique mac addre

Re: Reg : Edit Access

2017-03-14 Thread Rajani Karuturi
you are in. ~ Rajani http://cloudplatform.accelerite.com/ On March 14, 2017 at 7:15 PM, Pavan Kumar Aravapalli (pavankuma...@persistent.com) wrote: Hi, I am unable to edit/add pages for the cwiki link https://cwiki.apache.org/confluence/display/CLOUDSTACK/4.9+Design+Documents. Can some one hel

Re: Welcoming Wido as the new ACS VP

2017-03-16 Thread Rajani Karuturi
Thank you Will for all the great work. Congratulations Wido. ~ Rajani http://cloudplatform.accelerite.com/ On March 16, 2017 at 10:30 PM, Will Stevens (sw...@apache.org) wrote: Hello Everyone, It has been a pleasure working with you as the ACS VP over the past year. I would like to say Thank Y

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-30 Thread Rajani Karuturi
release the RC2 ? CLOUDSTACK-9408 - remove runtime references to http://download.cloud.com - Daan Hoogland - Daan Hoogland 在2017年03月14 00时34分, "Rajani Karuturi"写道: We still have below three blockers open. I will create RC once they are fixed. ~ Rajani http://cloudplatform.accelerite.com/ On

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-30 Thread Rajani Karuturi
nd" wrote: Rajani, will you revert the PR that does the SVM upgrades now? On 30/03/17 10:13, "Rajani Karuturi" wrote: Yes and I am not getting time to spend on it. It would be great if anyone could help(there are more details on the PR) If blockers are resolved, I

Re:Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-30 Thread Rajani Karuturi
#x27;s under test at the moment ? Thanks, On Thu, Mar 30, 2017 at 8:27 AM, Rajani Karuturi wrote: > Cannot revert that pr(1982) because it did everything with respect to > master and it's working fine on master. > This pr(1582) was created on a previous state of master and

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-30 Thread Rajani Karuturi
's under test at the moment ? > > Thanks, > > > > On Thu, Mar 30, 2017 at 8:27 AM, Rajani Karuturi > wrote: > > > Cannot revert that pr(1982) because it did everything with respect to > > master and it's working fine on master. > > This pr(1582)

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-04-05 Thread Rajani Karuturi
https://issues.apache.org/jira/browse/CLOUDSTACK-9849 > > > > It would be nice if one of our VMware gurus could take a look at > > it and see what’s going on there. > > > > The gist is you can’t live migrate a VM from one cluster to > > another in the same datacent

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-04-05 Thread Rajani Karuturi
weekend. The blockers which Mike reported is still open and needs a fix. If everything is resolved, we can plan for RC2 on Monday. ~Rajani http://cloudplatform.accelerite.com/ On Thu, Apr 6, 2017 at 10:50 AM, Rajani Karuturi wrote: > Thanks for updating RN. Release notes is something which

Re: PRs ready for merging into 4.10

2017-04-09 Thread Rajani Karuturi
13时23分, "Rajani Karuturi"写道: A quick update on RC2: These are the current list of blockers. https://github.com/apache/cloudstack/pull/2022 https://github.com/apache/cloudstack/pull/2025 https://issues.apache.org/jira/browse/CLOUDSTACK-9849 https://github.com/apache/cloudstack/pull/1582 I am p

Re: [VOTE] Apache Cloudstack should join the gitbox experiment.

2017-04-11 Thread Rajani Karuturi
+1 ~ Rajani http://cloudplatform.accelerite.com/ On April 10, 2017 at 9:52 PM, Daan Hoogland (daan.hoogl...@gmail.com) wrote: In the Apache foundation an experiment has been going on to host mirrors of Apache project on github with more write access then just to the mirror-bot. For those projec

Re: CloudStack related changes in Ansible 2.3

2017-04-13 Thread Rajani Karuturi
Great work Rene. Thank you. ~ Rajani http://cloudplatform.accelerite.com/ On April 12, 2017 at 8:43 PM, Rene Moser (m...@renemoser.net) wrote: Hi CloudStack users Ansible 2.3 is about to be released, I would like to summarize the CloudStack related features and changes in this release. New mo

Re: [4.10] VPN disconnected while network changes taken

2017-04-13 Thread Rajani Karuturi
Hi Haijiao, Thanks for testing. Can you log a bug for this please? It can be a blocker for 4.10. @Will, Did you get a chance to take a look at this issue? Thanks, ~ Rajani http://cloudplatform.accelerite.com/ On April 12, 2017 at 7:12 AM, Will Stevens (wstev...@cloudops.com) wrote: Thanks,

Re: IMPORTANT: Moving to Gitbox/Github

2017-04-16 Thread Rajani Karuturi
This is great. Finally, I could add labels to PRs. Did my first merge from UI :) [1] [1] https://github.com/apache/cloudstack/pull/1771 ~ Rajani http://cloudplatform.accelerite.com/ On April 15, 2017 at 1:08 AM, Wido den Hollander (w...@widodh.nl) wrote: Op 14 april 2017 om 21:26 schreef Wido

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-04-18 Thread Rajani Karuturi
, ~Rajani http://cloudplatform.accelerite.com/ On Thu, Apr 6, 2017 at 10:53 AM, Rajani Karuturi wrote: > A quick update on RC2: > > These are the current list of blockers. > https://github.com/apache/cloudstack/pull/2022 > https://github.com/apache/cloudstack/pull/2025 > https:/

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-04-19 Thread Rajani Karuturi
Yes. will do over the weekend. ~ Rajani http://cloudplatform.accelerite.com/ On April 19, 2017 at 4:07 PM, Haijiao (18602198...@163.com) wrote: Can we merge the rest of PRs already have 2 LGTMs while community is still dealing with these blokcers ? 在2017年04月19 13时55分, "Rajani Karuturi&q

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-04-23 Thread Rajani Karuturi
dstack/pull/1582 > > > Regards. > > > From: Daan Hoogland > Sent: 20 April 2017 12:27:48 > To: dev@cloudstack.apache.org > Subject: Re: :[VOTE] Apache Cloudstack 4.10.0.0 > > I rebased that last one. I don’t think this is still a blocker. > > On 19/04/17

Re: [Github/Gitbox] Setting up your committer account

2017-04-23 Thread Rajani Karuturi
I raised INFRA ticket few days ago https://issues.apache.org/jira/browse/INFRA-13929 ~Rajani http://cloudplatform.accelerite.com/ On Mon, Apr 24, 2017 at 9:24 AM, Wido den Hollander wrote: > > > Op 22 april 2017 om 11:50 schreef Sateesh Chodapuneedi < > sateesh.chodapune...@accelerite.com>: >

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-04-24 Thread Rajani Karuturi
that get removed with the change to Gitbox? How are we doing formal CI now? *Will STEVENS* Lead Developer <https://goo.gl/NYZ8KK> On Mon, Apr 24, 2017 at 12:28 AM, Rajani Karuturi wrote: Quick update: We have the following blockers and we dont have anyone working on them. CLOUDSTACK-

Re: Alternative Cloudstack UI for KVM and Basic Zones (with SG)

2017-04-25 Thread Rajani Karuturi
Looks very good. Thanks for open sourcing it :) ~ Rajani http://cloudplatform.accelerite.com/ On April 25, 2017 at 12:42 PM, Ivan Kudryavtsev (kudryavtsev...@bw-sw.com) wrote: Hello, Cloudstack community. We are proud to present our last development effort to you. During the last 5 months we s

Re: Reg : Permission for Jira

2017-04-27 Thread Rajani Karuturi
done. ~ Rajani http://cloudplatform.accelerite.com/ On April 27, 2017 at 3:56 PM, Pavan Kumar Aravapalli (pavankuma...@accelerite.com) wrote: Hi, This is Pavan Aravapalli, I am working for Accelerite. I would like to contribute for Cloud Stack. Please grant permission for the Jira, so that I c

Re: Reg: Permissions for JIRA and CWIKI

2017-04-27 Thread Rajani Karuturi
Done ~ Rajani http://cloudplatform.accelerite.com/ On April 27, 2017 at 3:47 PM, Harika Punna (harika_pu...@persistent.com) wrote: Hi, I am Harika, working on the improvement "CLOUDSTACK-9894", need permissions on Jira(for ticket assignment) and cwiki(for creating FS for the improvement). Use

Re: [PROPOSAL] branch on first RC and open up master for features

2017-05-08 Thread Rajani Karuturi
I disagree. The release process is taking long because we dont have enough people working on the release. Sometimes, even the blockers don't get enough attention. There is no point in adding features on already broken/blocked master which is not releasable. "un-freezing" master for new features sho

Re: [PROPOSAL] branch on first RC and open up master for features

2017-05-08 Thread Rajani Karuturi
ink we should be > avoiding and instead have our resources spent on fixing the release > blockers, thanks. > > > Regards. > > > From: Rajani Karuturi > Sent: 08 May 2017 16:20:01 > To: dev@cloudstack.apache.org > Subject: Re: [PR

Re: [PROPOSAL] branch on first RC and open up master for features

2017-05-08 Thread Rajani Karuturi
> > > > Rajani, > > > > > > Can we have a list of outstanding blockers/issues? > > > > > > I also saw some enhancement PRs merged, which I think we should be > > avoiding and instead have our resources spent on fixing the release > > blockers

Re: [PROPOSAL] branch on first RC and open up master for features

2017-05-08 Thread Rajani Karuturi
gt; > > Can we have a list of outstanding blockers/issues? > > > I also saw some enhancement PRs merged, which I think we should be > avoiding and instead have our resources spent on fixing the release > blockers, thanks. > > > Regards. > > _

[VOTE] Apache Cloudstack 4.10.0.0 - RC2

2017-05-08 Thread Rajani Karuturi
Hi All, I've created a 4.10.0.0 release, with the following artifacts up for a vote: Git Branch and Commit SH: https://gitbox.apache.org/repos/asf?p=cloudstack.git;a=commit;h=fadc80d50f9e95012c9ff3644b60b600c6f65204 Commit:fadc80d50f9e95012c9ff3644b60b600c6f65204 Branch: 4.10.0.0-RC20170509T1030

Re: GSoC'17

2017-05-08 Thread Rajani Karuturi
Congratulations Sachin! ~ Rajani http://cloudplatform.accelerite.com/ On May 5, 2017 at 9:19 PM, sachin patil (sachin931...@gmail.com) wrote: Hello all, I have been selected for GSoC'17 and would be working on CloudStack-9778 ( Adding a ne

Re: [VOTE] Apache Cloudstack 4.10.0.0 - RC2

2017-05-10 Thread Rajani Karuturi
want to delay 4.10 any longer: https://github.com/apache/cloudstack/pull/2089 Technically the VR works, it is just that deployment is utterly slow. Wido Op 9 mei 2017 om 7:31 schreef Rajani Karuturi : Hi All, I've created a 4.10.0.0 release, with the following artifacts up for a vot

Re: [VOTE] Apache Cloudstack 4.10.0.0 - RC2

2017-05-10 Thread Rajani Karuturi
#x27;m guessing the fix will not be complicated, but is important. I don't yet have the fix, however. Once I do, I can reply to this thread. On May 10, 2017, at 5:47 AM, Rajani Karuturi wrote: I agree to your concerns Wido. I did check the PR before creating RC2. There were some outstanding

Re: Docs: where to put it - want to update docs for Private Gateway adding...

2017-05-11 Thread Rajani Karuturi
you can send a doc update PR at https://github.com/apache/cloudstack-docs-admin ~ Rajani http://cloudplatform.accelerite.com/ On May 11, 2017 at 8:26 PM, Syed Ahmed (sah...@cloudops.com) wrote: CCing Pierre-Luc, He might be better able to answer your question Andrija asn Pierre-Luc deals a lot

Re: [VOTE] Apache Cloudstack 4.10.0.0 - RC2

2017-05-24 Thread Rajani Karuturi
che/cloudstack/pull/2098 Thanks! Mike On 5/10/17, 10:40 PM, "Rajani Karuturi" wrote: Thanks for testing Mike. RC3=RC2+PR#2089+Mike'sPR Any other additions? ~ Rajani http://cloudplatform.accelerite.com/ On May 10, 2017 at 7:47 PM, Tutkowski, Mike (mike.tutkow...@netapp.c

[VOTE] Apache Cloudstack 4.10.0.0 RC3

2017-06-07 Thread 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://gitbox.apache.org/repos/asf?p=cloudstack.git;a=commit;h=a55738a31d0073f2925c6fb84bf7a6bb32f4ca27 Commit:a55738a31d0073f2925c6fb84bf7a6bb32f4ca27 Branch: 4.10.0.0-RC20170607T1407 So

Re: Templates on http://jenkins.openvm.eu/cloudstack/

2017-06-07 Thread Rajani Karuturi
username is ubunutu. Password is returned in the response of deployVirtualMachine api call. you can also stop the vm and call resetPasswordForVirtualMachine to generate new password. ~Rajani http://cloudplatform.accelerite.com/ On Thu, Jun 8, 2017 at 9:24 AM, Rashmi Dixit wrote: > Thanks Ivan.

<    4   5   6   7   8   9   10   11   12   13   >