Re: JUJU Charm Certification

2016-11-07 Thread SivaRamaPrasad Ravipati
Hi, We had an Issue with Juju Charm store user accounts. We developed a Cinder storage driver charm for "Kaminario-flash based storage arrays". In order to interact with Juju charm store, we need to create an Ubuntu SSO account. Followed https://jujucharms.com/docs/2.0/authors-charm-store. We

Re: JUJU Charm Certification

2016-09-14 Thread SivaRamaPrasad Ravipati
Hi Chris, Thank you . Regards, Siva. On Wed, Sep 14, 2016 at 7:53 PM, Chris MacNaughton < chris.macnaugh...@canonical.com> wrote: > > > On Sep 13, 2016, at 23:02, SivaRamaPrasad Ravipati > wrote: > > Hi Chris , > > Thank you very much. I got a very good information. > > Sorry. I didn't under

Re: JUJU Charm Certification

2016-09-14 Thread Chris MacNaughton
> On Sep 13, 2016, at 23:02, SivaRamaPrasad Ravipati wrote: > > Hi Chris , > > Thank you very much. I got a very good information. > > Sorry. I didn't understand one thing Clearly. > > For the Question, > > At a time, can I deploy two storages arrays to same cinder node? > > Can we ad

Re: JUJU Charm Certification

2016-09-13 Thread SivaRamaPrasad Ravipati
Hi Chris , Thank you very much. I got a very good information. Sorry. I didn't understand one thing Clearly. For the Question, At a time, can I deploy two storages arrays to same cinder node? Can we add two storage arrays to cinder node using the single charm? description = Question

Re: JUJU Charm Certification

2016-09-13 Thread Chris MacNaughton
Hey Siva, > But I want to know about "How can we Scale Cinder nodes > To scale up Cinder, you should just have to deploy the Hacluster[1] charm and relate it to the Cinder charm. Additionally, you will need a VIP to assign to the hacluster charm. > as well as adding multiple storage arrays to t

Re: JUJU Charm Certification

2016-09-13 Thread SivaRamaPrasad Ravipati
@Mark Shuttleworth, Thanks for your information. But I want to know about "How can we Scale Cinder nodes as well as adding multiple storage arrays to the each scaled cinder unit horizontally". I mean , I have juju OpenStack setup. I Scaled cinder unit from single to three units. Now I want to a

Re: JUJU Charm Certification

2016-09-13 Thread Mark Shuttleworth
On 13/09/16 08:29, SivaRamaPrasad Ravipati wrote: > Hi marcoceppi, > > Here we are doing vertical Scaling. I mean same copy of the charm > deployed multiple times to a single cinder node. every time it will > add unique backend per charm to the same cinder node. This OK. > > But If I want to do Hor

Re: JUJU Charm Certification

2016-09-13 Thread SivaRamaPrasad Ravipati
Hi marcoceppi, Here we are doing vertical Scaling. I mean same copy of the charm deployed multiple times to a single cinder node. every time it will add unique backend per charm to the same cinder node. This OK. But If I want to do Horizontal Scaling . I mean adding more cinder charms as nodes to

Re: JUJU Charm Certification

2016-09-12 Thread Mark Shuttleworth
On 09/09/16 14:31, SivaRamaPrasad Ravipati wrote: > > I have a question. Can we do [MAAS+OpenStack base bundle] Setup on > Virtual machines?. (Or) Can We do [MAAS+OpenStack base bundle] Setup > on Single server? > It is possible to install openstack-on-openstack, or openstack-on-public-cloud, or

Re: JUJU Charm Certification

2016-09-09 Thread SivaRamaPrasad Ravipati
Hi, I have a question. Can we do [MAAS+OpenStack base bundle] Setup on Virtual machines?. (Or) Can We do [MAAS+OpenStack base bundle] Setup on Single server? If we can , please provide me the deatailed information. Because We created Our "cinder-storagedriver" charm with one of our storage arr

Re: JUJU Charm Certification

2016-09-08 Thread SivaRamaPrasad Ravipati
Hi, We have developed a "cinder-storagedriver" charm with one of our storage array. Our charm will be similar to "cinder-ceph". Already our charm is in public charm store. We want to integrate our charm to "OpenStack Base bundle" and then we want to push the bundle to Charm store. So How can I i

Re: JUJU Charm Certification

2016-09-07 Thread SivaRamaPrasad Ravipati
Thank you very much. We will try with the proposed use-case by you. Thanks, Siva. On Wed, Sep 7, 2016 at 9:36 PM, Marco Ceppi wrote: > Hi Siva, > > In Juju, and especially with Cinder plugins, you can deploy multiple > copies of the Juju charm and relate them. Each application deployed is > eq

Re: JUJU Charm Certification

2016-09-07 Thread Marco Ceppi
Hi Siva, In Juju, and especially with Cinder plugins, you can deploy multiple copies of the Juju charm and relate them. Each application deployed is equivalent to the scope of a SAN cluster: juju deploy cinder juju deploy your-charm san1 juju deploy your-charm san2 juju add-relation cinder san1

Re: JUJU Charm Certification

2016-09-07 Thread SivaRamaPrasad Ravipati
For example, We have different storage arrays of same type with unique config parameter values.[Like San IP, SAN password, San user]. Assume that our charm has been deployed with some configuration values and we added relation to cinder. Our charm will modify cinder.cong with the stora

Re: JUJU Charm Certification

2016-09-07 Thread SivaRamaPrasad Ravipati
OK. Thank you. I have One more Question. Knowing answer for this question is very important for us. We have developed a JUJU Charm for configuring cinder to use one of our Storage array as the backend. So How to redeploy the Charm to add more storage arrays to configure cinder without destroyin

Re: JUJU Charm Certification

2016-09-07 Thread Adam Collard
Hi Siva, On Wed, 7 Sep 2016 at 10:58 SivaRamaPrasad Ravipati wrote: > Hi, > > I have installed the openstack cloud using openstack Autopilot. I am trying > to deploy juju-gui in the internal juju environment. > > > > > I did the following. > > > ->From MAAS node > > $export

Re: JUJU Charm Certification

2016-09-07 Thread SivaRamaPrasad Ravipati
Hi, I have installed the openstack cloud using openstack Autopilot. I am trying to deploy juju-gui in the internal juju environment. I did the following. ->From MAAS node $export JUJU_HOME=~/.cloud-install/juju -> Connecting Landscape server to deploy our charm and add

Re: JUJU Charm Certification

2016-08-29 Thread Mark Shuttleworth
On 29/08/16 11:23, SivaRamaPrasad Ravipati wrote: > How to get my newly created juju charm into the Charm store as a > Ubuntu certified (or) recommended (Official) Charm? > > Is Charm Certification paid One? > The "curated" charms are the ones that anybody can deploy directly, as in "juju deploy

JUJU Charm Certification

2016-08-29 Thread SivaRamaPrasad Ravipati
Hi, How to get my newly created juju charm into the Charm store as a Ubuntu certified (or) recommended (Official) Charm? Is Charm Certification paid One? How can I integrate myCharm into ubuntu-Autopilot? Thanks, Sivaram. -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscr