Re: [VOTE] Release Apache CloudStack EC2stack 0.8.0

2015-09-07 Thread Rohit Yadav
On 07-Sep-2015, at 2:03 pm, Rajani Karuturi mailto:rajani.karut...@citrix.com>> wrote: Its successful now. Thanks for the help. Great, I guess we’ve enough votes for doing the release now :) $ ec2stack-register http://localhost:5000 CLOUDSTACK-API-KEY CLOUDSTACK-SECRET-KEY 127.0.0.1 - - [07/

Re: [VOTE] Release Apache CloudStack EC2stack 0.8.0

2015-09-07 Thread Rajani Karuturi
Its successful now. Thanks for the help. $ ec2stack-register http://localhost:5000 CLOUDSTACK-API-KEY CLOUDSTACK-SECRET-KEY 127.0.0.1 - - [07/Sep/2015 13:52:24] "POST / HTTP/1.1" 200 - Successfully Registered! $ ec2stack-configure EC2Stack bind address [localhost]: EC2Stack bind port [5000]: Clou

Re: [VOTE] Release Apache CloudStack EC2stack 0.8.0

2015-09-03 Thread Sebastien Goasguen
Rajani, Apologies I think the instructions may not have been clear enough. I just tested it again against exoscale and modified the docker instructions on the README. Please check: https://github.com/apache/cloudstack-ec2stack You will need to configure your cloudstack Api endpoint properly in

Re: [VOTE] Release Apache CloudStack EC2stack 0.8.0

2015-09-01 Thread Rajani Karuturi
ok. I have done that. This is what I see in cloudstack logs 2015-09-01 12:13:10,537 DEBUG [c.c.a.ApiServlet] (255545312@qtp-2099531272-5:ctx-475b47b7) ===START=== 10.147.28.40 -- GET apikey=AWS_API_KEY&command=listTemplates&listAll=true&response=json&templatefilter=executable&signature=wydwgfo

Re: [VOTE] Release Apache CloudStack EC2stack 0.8.0

2015-09-01 Thread sebgoa
On Sep 1, 2015, at 9:17 AM, Rajani Karuturi wrote: > Where did you give cloudstack apikey and secret? > Did you give AWS keys both at AWS configure and ec2-register? yes you need to do both… $ aws configure ….> give your keys $ ec2stack-register ….> give your keys That step is a bit clumsy ri

Re: [VOTE] Release Apache CloudStack EC2stack 0.8.0

2015-09-01 Thread Rajani Karuturi
Where did you give cloudstack apikey and secret? Did you give AWS keys both at AWS configure and ec2-register? ~Rajani On 01-Sep-2015, at 10:16 am, Rohit Yadav mailto:rohit.ya...@shapeblue.com>> wrote: On 28-Aug-2015, at 4:34 pm, Rajani Karuturi mailto:rajani.karut...@citrix.com>> wrote: $

Re: [VOTE] Release Apache CloudStack EC2stack 0.8.0

2015-08-31 Thread Rohit Yadav
On 28-Aug-2015, at 4:34 pm, Rajani Karuturi mailto:rajani.karut...@citrix.com>> wrote: $ ec2stack-register http://localhost:5000 cs_api_key cs_secret_key $ aws ec2 describe-images --endpoint=http://localhost:5000 # it gave the below error message # Unable to locate credentials. You can configure

Re: [VOTE] Release Apache CloudStack EC2stack 0.8.0

2015-08-31 Thread Rohit Yadav
+1 (binding) Following install and api tests performed; pip install ec2stack-configure ec2stack-register ec2stack_server_address # or register user using curl pip install awscli aws configure set default.ec2.signature_version v2 aws ec2 describe-images —endpoint= # minor issue here, aws prin

Re: [VOTE] Release Apache CloudStack EC2stack 0.8.0

2015-08-31 Thread Rajani Karuturi
Yes. I did. Can you point me logs or a way to debug? On Mon, Aug 31, 2015 at 18:46 PM, Sebastien Goasguen wrote: did you do the aws configure ? aws cli needs to know your keys as well.. > On Aug 28, 2015, at 6:04 PM, Rajani Karuturi > wrote: > > Hi Carlos, > I have the signature fix and confi

Re: [VOTE] Release Apache CloudStack EC2stack 0.8.0

2015-08-31 Thread Sebastien Goasguen
did you do the aws configure ? aws cli needs to know your keys as well.. > On Aug 28, 2015, at 6:04 PM, Rajani Karuturi wrote: > > Hi Carlos, > I have the signature fix and config looks like below. I also checked that > the keys are correct. > > > On Fri, Aug 28, 2015 at 20:53 PM, Carlos Reat

Re: [VOTE] Release Apache CloudStack EC2stack 0.8.0

2015-08-28 Thread Carlos Reategui
hmm. not sure. I am running: - ACS 4.5.1 - ec2stack 0.7.1 (on MS installed using pip) I have tested from: - MacOS 10.10.5 using aws cli 1.7.47 (installed using brew) - Ubuntu 14.04 using aws cli 1.3.8 and 1.8.0 (installed using pip) And it works, although I am using profiles but that shouldn't

Re: [VOTE] Release Apache CloudStack EC2stack 0.8.0

2015-08-28 Thread Rajani Karuturi
Hi Carlos, I have the signature fix and config looks like below. I also checked that the keys are correct. On Fri, Aug 28, 2015 at 20:53 PM, Carlos Reategui wrote: Rajani, Take a look at your ~/.aws/config and make sure the keys are correct. Also is you are using a current version of the AWS C

Re: [VOTE] Release Apache CloudStack EC2stack 0.8.0

2015-08-28 Thread Carlos Reategui
Rajani, Take a look at your ~/.aws/config and make sure the keys are correct. Also is you are using a current version of the AWS CLI make sure to add the signature_version block as mentioned in the ec2stack readme. >From the above looks like you are not using profiles therefore your config file s

Re: [VOTE] Release Apache CloudStack EC2stack 0.8.0

2015-08-28 Thread Rajani Karuturi
Hi Sebastien, I am trying to configure and use ec2stack. This is what I have done $ pip install awscli $ cd cloudstack-ec2stack $ python setup.py install $ ec2stack-configure $ ec2stack & $ ec2stack-register http://localhost:5000 cs_api_key cs_secret_key $ aws ec2 describe-images --endpoint=http:

Re: [VOTE] Release Apache CloudStack EC2stack 0.8.0

2015-08-26 Thread sebgoa
On Aug 26, 2015, at 7:08 PM, David Nalley wrote: > +1 (binding) > > sigs and hashes look good. > builds fine > no binaries present. > A few files seem to be missing license headers, but I don't think it's > a blocker. > License and NOTICE appear to be correct. > > I wish we pointed to the clou

Re: [VOTE] Release Apache CloudStack EC2stack 0.8.0

2015-08-26 Thread David Nalley
+1 (binding) sigs and hashes look good. builds fine no binaries present. A few files seem to be missing license headers, but I don't think it's a blocker. License and NOTICE appear to be correct. I wish we pointed to the cloudstack docker hub account rather than the runseb account, but don't thin