Hi Prashanth, Please find my answers inline..
On 20 Mar 2014 06:17, "Prashanth Jeevan Kumar" < [email protected]> wrote: > > > > Hi All, > > I ran into a couple of issues during my install and setup and a few questions > > - I need to modify the openstack credentials in the setup.conf file do I need to rerun the installation or is there a way I can just modify the appropriate files and restart stratos, or can I just reinstall CC? > Openstack credentials will be written to CC's cloud-controller.xml file. So you can modify the credentials there and restart CC only. You can find cloud-controller.xml in CC/repository/conf directory. > - Where do I need to store the openstack key? > You can store it in any location. In cartridge json you need to provide just the name of the key pair, which willl be validated against openstack when an instance is spawned. The key file you download is the private key of that key pair and you need to use that if you want to login into an instance. (With ssh) > - While configuring stratos I used the following partition configuration is the format correct? > > { > > "partition": { > > "id": "P1", > > "provider": "openstack", > > "property": [ > > { > > "name": "region", > > "value": "region-1" > > }, > > { > > "name": "host", > > "value": "xxx.xxx.xxx.xxx" > > }, > > { > > "name": "zone", > > "value": "nova" > > } > > ] > > } > > } > Above format is correct if you are working with alpha tag. But In latest code (master branch)we have removed the root elements of all JSONs, if thats the case you need not no have the root element, "partition" > - Is there a way that I can easily test my setup once it is completed? > > In setup logs you should find a message whixh tells you the installation is done. Also, If you can login to stratos manager console, https://<domainname>:9445/console with admin / admin credentials, you can verify that installation is completed > > Thanks & Regards > > Prashanth > > > > > > > > > > From: Prashanth Jeevan Kumar [mailto:[email protected]] > Sent: Monday, March 17, 2014 12:09 PM > To: [email protected] > Subject: RE: Setup and installation of Stratos on Openstack > > > > +1 (yes that was exactly why I asked the question, its good to know both dev and users are in one alias) > > > > I would also suggest adding a note in the wiki->documentation->3.0.0-Incubating informing potential users to go ahead and use 4.0.0 instead and if they wanted to go with 3.0.0 then we should add a step with the git version that needs to be used. > > > > > > From: Nirmal Fernando [mailto:[email protected]] > Sent: Saturday, March 15, 2014 7:47 AM > To: [email protected] > Subject: Re: Setup and installation of Stratos on Openstack > > > > +1 > > > > On Sat, Mar 15, 2014 at 7:57 PM, chris snow <[email protected]> wrote: > > I always think twice before posting user questions to a dev list because I've chastised for doing that in the past. Maybe Prashanth had the same concerns. > > Is it worth adding a note on the mailing list page to let users know that it is ok to post user questions to the dev list? > > On 15 Mar 2014 14:10, "Sanjiva Weerawarana" <[email protected]> wrote: > > Ah apologies ;-). I guess we need that at some point but its better to have user questions here for now IMO .. as we will learn a lot from user challenges and questions! > > > > On Sat, Mar 15, 2014 at 5:58 PM, Nirmal Fernando <[email protected]> wrote: > > :-) I'm not sure whether I've misunderstood Prashanth question. I thought he intended to ask whether we have a '[email protected]' mailing list like most of the other Apache projects. :) > > > > On Sat, Mar 15, 2014 at 10:53 AM, Sanjiva Weerawarana <[email protected]> wrote: > > On Sat, Mar 15, 2014 at 7:03 AM, Nirmal Fernando <[email protected]> wrote: > > Welcome to Stratos project. > > +1. >> >> > - Is there a user community which might be better suited for my questions? >> > >> >> Good question, but I cannot find any evidence of an existence of such. > > > > ?? :-). As a person who's been in this project from the beginning that's a whacky answer ... *this* is the user community of course! > > > > Sanjiva. > > -- > > Sanjiva Weerawarana, Ph.D. > Founder, Chairman & CEO; WSO2, Inc.; http://wso2.com/ > email: [email protected]; office: (+1 650 745 4499 | +94 11 214 5345) x5700; cell: +94 77 787 6880 | +1 408 466 5099; voip: +1 650 265 8311 > blog: http://sanjiva.weerawarana.org/; twitter: @sanjiva > Lean . Enterprise . Middleware > > > > -- > > Best Regards, > Nirmal > > Nirmal Fernando. > PPMC Member & Committer of Apache Stratos, > Senior Software Engineer, WSO2 Inc. > > > > Blog: http://nirmalfdo.blogspot.com/ > > > > > > -- > > Sanjiva Weerawarana, Ph.D. > Founder, Chairman & CEO; WSO2, Inc.; http://wso2.com/ > email: [email protected]; office: (+1 650 745 4499 | +94 11 214 5345) x5700; cell: +94 77 787 6880 | +1 408 466 5099; voip: +1 650 265 8311 > blog: http://sanjiva.weerawarana.org/; twitter: @sanjiva > Lean . Enterprise . Middleware > > > > > -- > > Best Regards, > Nirmal > > Nirmal Fernando. > PPMC Member & Committer of Apache Stratos, > Senior Software Engineer, WSO2 Inc. > > > > Blog: http://nirmalfdo.blogspot.com/
