compatibleone / accords-platform

www.compatibleone.org
Apache License 2.0
11 stars 12 forks source link

how can i do provision for openstack from the platform? #29

Open charlietritran opened 10 years ago

charlietritran commented 10 years ago

i can install the accords-platform without any issue. i can verify that with co-start, co-status, co-stop, and co-check. but i could not be able to do provision with my local openstack. i have two guest VMs of a Linux host.

thank you, charlietritran

charlietritran commented 10 years ago

solved.

charlietritran commented 10 years ago

now, have to figure out the provisioning of instance for aws via this broker. still look for a solution. what i am having is username, pwd, secret-key, access-key. don't know where is the url for ec2config.xml. anyone ever done or give me some hint?

thanks!

ijm667 commented 10 years ago

Hello, the provisioning through Accords Platform is essentially the same as for OpenStack.

The ec2procci needs to be running with the "accords" account configured to provide the subscription information of your AWS EC2 Account as follows: "name" must be set to the account name of at least "accords""authenticate" field must specify the file name of your certificate on the local machine"accessKey" and "secretKey" must specify the information of the same nature"location" must specify the AWS location information of where your account has been created (eg: us-west-2)"host" must specify the aws access point "http://www.amazonaws.com""user" must specify your account login name"password" must specify the password for the user login."verion" must be set to "v1.1""agent" must specify the user-agent name. the value is not important but must not be a null string other fields are not important I hope this helps.SincerelyJamie Marshall

Date: Wed, 22 Jan 2014 12:31:04 -0800 From: notifications@github.com To: accords-platform@noreply.github.com Subject: Re: [accords-platform] how can i do provision for openstack from the platform? (#29)

now, have to figure out the provisioning of instance for aws via this broker.

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

charlietritran commented 10 years ago

Hi ijm667,

I am confused about this line: "authenticate" field must specify the file name of your certificate on the local machine. what is this file come from? and what is the format? is that xxx.pem? how can i have that file?

thanks, charlie