Re: [GSOC] Update to document

2013-07-05 Thread Ian Duffy
and extending the plugin where/if required. As mentioned to Sebastien during the skype interviews I would *ideally* like to have the project wrapped up by the end of August, based on the progress so far this seems possible. On 5 July 2013 15:25, Ian Duffy i...@ianduffy.ie wrote: @Sebastien

Re: Coding Convention Reminder

2013-07-03 Thread Ian Duffy
Any suggestions for formatting the Javascript files? The few I've looked at seem to be riddled with indentation errors and trailing whitespace. When I right click on them in eclipse and hit clean up I get the following error: The resource is not on the include path of a javascript project Thanks!

Re: [DISCUSS] [GSoC] Caching of password on Cloudstack side

2013-07-02 Thread Ian Duffy
:06PM +0100, Ian Duffy wrote: tldr: should ldap passwords be cached within cloudstack? Hi Guys, I wanted to get your opinion on something. I seen a JIRA ticket for adding support for multiple LDAP because if the single LDAP server fails you lose access to your Cloudstack console. I plan to add

Re: CloudStack API Development

2013-06-28 Thread Ian Duffy
Ian, if the pdf you link to in that post was created with publican It wasn't, just an export from a confluence wiki. I'll convert it and submit it as a patch to the review board at some stage(tomorrow maybe...)

Re: CloudStack API Development

2013-06-27 Thread Ian Duffy
Thanks, a quick blog on this would be great. Will hopefully get this done later today. Need to document it for my own reference purposes as well. Those slides I linked above by solidfire were great!

Re: CloudStack API Development

2013-06-27 Thread Ian Duffy
Post made as requested: http://imduffy15.blogspot.co.uk/2013/06/creating-cloudstack-plugin.html On 27 June 2013 07:29, Ian Duffy i...@ianduffy.ie wrote: Thanks, a quick blog on this would be great. Will hopefully get this done later today. Need to document it for my own reference purposes

Review Request 12104: Add a jetty:stop command to the cloud-client-ui

2013-06-26 Thread Ian Duffy
-client-ui jetty:run waited for it to start up and then stopped it with mvn -pl :cloud-client-ui jetty:stop Thanks, Ian Duffy

CloudStack API Development

2013-06-26 Thread Ian Duffy
/timeofday/src/com/cloud/test and is compiled when mvn -P developer clean install is ran I am able to see the class file in plugins/api/timeofday/target/classes/com/cloud/test Thanks Ian duffy at devbox in ~/projects/cloudstack/plugins/api/timeofday on ldapplugin* $ pwd /home/duffy/projects

Re: CloudStack API Development

2013-06-26 Thread Ian Duffy
. Eg:bean id=userVmManagerImpl class=com.cloud.vm.UserVmManagerImpl / On Wed, Jun 26, 2013 at 02:52:50PM +0100, Ian Duffy wrote: Hi All, I was wondering if I could get some help. I have followed the instructions on https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+API

Re: CloudStack API Development

2013-06-26 Thread Ian Duffy
Think I might of found it According to http://www.slideshare.net/buildacloud/storage-plugins The plugin has to be listed as a dependency in client/pom.xml.

Re: CloudStack API Development

2013-06-26 Thread Ian Duffy
Ah yes. Please fix the wiki, we had this failure happen quite recently too. Will do still testing! On 26 June 2013 16:43, Prasanna Santhanam t...@apache.org wrote: On Wed, Jun 26, 2013 at 04:34:07PM +0100, Ian Duffy wrote: Think I might of found it According to http

Re: CloudStack API Development

2013-06-26 Thread Ian Duffy
Wiki updated and Plugin working! Thanks guys! On 26 June 2013 16:55, Ian Duffy i...@ianduffy.ie wrote: Ah yes. Please fix the wiki, we had this failure happen quite recently too. Will do still testing! On 26 June 2013 16:43, Prasanna Santhanam t...@apache.org wrote: On Wed, Jun 26, 2013

Re: Failing tests on simulator.

2013-06-26 Thread Ian Duffy
:49PM -0400, Sebastien Goasguen wrote: Ian, I am copying Prasanna to get his attention on this. On Jun 19, 2013, at 6:42 AM, Ian Duffy i...@ianduffy.ie wrote: Hi, I'm attempting to run tests on the simulator as outlined in https://cwiki.apache.org/CLOUDSTACK/marvin-testing

[GSoC] Encrypted passwords on LDAP.

2013-06-21 Thread Ian Duffy
Hi Guys, I'm using JNDI to connect to LDAP for user authentication. At the moment I'm just testing against an OpenLDAP server. I have my Context.SECURITY_AUTHENTICATION set to simple, however when some password encryption are used within LDAP it fails. Any idea how to solve this? clear - works

Failing tests on simulator.

2013-06-19 Thread Ian Duffy
Hi, I'm attempting to run tests on the simulator as outlined in https://cwiki.apache.org/CLOUDSTACK/marvin-testing-with-python.html Executing the checkin tests results in errors. Anybody got any feedback on this? $ mvn -Pdeveloper,marvin.test -Dmarvin.config=setup/dev/advanced.cfg -pl

Re: Review Request: Fix CLOUDSTACK-2168

2013-06-18 Thread Ian Duffy
the configuration. Thanks, Ian Duffy

Review Request: Fix CLOUDSTACK-2168

2013-06-17 Thread Ian Duffy
/cloudstack/api/command/admin/ldap/LDAPConfigCmd.java 2726f84 Diff: https://reviews.apache.org/r/11907/diff/ Testing --- Build the code with the changes, confirmed the API still returned the expected results. Confirmed that the UI showed the configuration. Thanks, Ian Duffy

Re: Review Request: Fix CLOUDSTACK-2168

2013-06-17 Thread Ian Duffy
the configuration. Thanks, Ian Duffy

Review Request: Change getListAll() within the LDAPConfigCmd.java file to return a boolean instead of a string.

2013-06-13 Thread Ian Duffy
it and confirmed the command still worked as expected. Thanks, Ian Duffy

Re: Review Request: Change getListAll() within the LDAPConfigCmd.java file to return a boolean instead of a string.

2013-06-13 Thread Ian Duffy
directory? In past I've seen other products crash because the logic could not handle a where large user base. Regards ilya -Original Message- From: Ian Duffy [mailto:nore...@reviews.apache.org] On Behalf Of Ian Duffy Sent: Thursday, June 13, 2013 10:16 AM To: cloudstack; Ian

[GSoC] Accounts vs User

2013-06-09 Thread Ian Duffy
Hi, I was just wondering about the difference between an account and a user, the naming of and layout to me seems unclear. When you navigate to Accounts and click Add Account it creates an account with the given information and a user. When you open up the Account you have just created you are

Re: [GSoC] Accounts vs User

2013-06-09 Thread Ian Duffy
Thanks for the replies! We need to figure out the most efficient way to map ldap users to domains/accounts/users. So would it be logical to: 1) Create a mapping between organizational units and cloudstack domains? 2) Create accounts that are independent to cloudstack but require that a

Review Request: Add docbook of ldap proposal

2013-06-06 Thread Ian Duffy
. Thanks, Ian Duffy

Re: [GSOC] Community Bonding Period

2013-05-29 Thread Ian Duffy
Hi All, My name is Ian Duffy and I will be working on the the project titled LDAP User provisioning. I am a Computer Science Student at Dublin City University in Ireland. I have interests in virtualization, automation, information systems, networking and web development. The aim of my project

Re: [GSOC] LDAP User provisioning: Design document feedback

2013-05-06 Thread Ian Duffy
. @Abhi, you need to access the google melange site and find Ian's proposal -Sebastien On May 3, 2013, at 12:40 PM, Ian Duffy i...@ianduffy.ie wrote: Hi, Sorry just noticed that the attachment appeared to have got stripped, here is the contents of the PDF. Alternatively I have uploaded

[GSOC] LDAP User provisioning: Design document feedback

2013-05-03 Thread Ian Duffy
Hi, I was wondering If I could get some feedback on the attached file labeled Cloudstack-LDAP.pdf. It outlines a design document for the project labeled LDAP user provisioning From my current understanding of the single sign on mechanism implemented in cloudstack a LDAP user must be created

Re: [GSOC] LDAP User provisioning: Design document feedback

2013-05-03 Thread Ian Duffy
-best-practices.html ñ http://docs.oracle.com/javase/6/docs/technotes/guides/jndi/jndi-ldap.html On 3 May 2013 17:35, Ian Duffy i...@ianduffy.ie wrote: Hi, I was wondering If I could get some feedback on the attached file labeled Cloudstack-LDAP.pdf. It outlines a design document

GSoC: Interested in undertaking a project

2013-04-29 Thread Ian Duffy
Hi, I am interested in undertaking the Create a cloud in a box using DevCloud or Add GRE SDN controller support for KVM hosts projects. I was wondering if both are still available and if so would it be possible to get some guidance on where to start with creating a list of deliverables,

<    1   2   3   4   5