Hi Admin,

Can anyone briefly explain this problem.

"I have added a new icon for my charms in Juju charms store, the icon name
is "icon.svg",
and This change is updated in the '
https://code.launchpad.net/~snilaxan/charms/precise/devspace-simulator/trunk
'
but, Not in the Juju charms store, it still remains the old icon "


Thanks in advance


On Fri, Jul 25, 2014 at 2:53 PM, Nilaxan Satgunanantham <snila...@gmail.com>
wrote:

> Hi Admin,
>
> Can anyone briefly explain "How to create a hook file to make the
> relationship with two juju charms"
>
> Thanks in advance
>
>
> Best Regards,
> S.Nilaxan
>
>
> On Wed, Jul 23, 2014 at 5:30 PM, <juju-requ...@lists.ubuntu.com> wrote:
>
>> Send Juju mailing list submissions to
>>         juju@lists.ubuntu.com
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>         https://lists.ubuntu.com/mailman/listinfo/juju
>> or, via email, send a message with subject or body 'help' to
>>         juju-requ...@lists.ubuntu.com
>>
>> You can reach the person managing the list at
>>         juju-ow...@lists.ubuntu.com
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Juju digest..."
>>
>>
>> Today's Topics:
>>
>>    1. Juju GUI (Adewole Ogunyadeka)
>>    2. Re: Juju GUI (Richard Harding)
>>    3. Juju bootstrap stuck on Openstack (Giuseppe Civitella)
>>    4. Re: Juju bootstrap stuck on Openstack (Hui Xiang)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Tue, 22 Jul 2014 17:02:52 +0100
>> From: Adewole Ogunyadeka <adewole.ogunyadeka-2...@brookes.ac.uk>
>> To: juju@lists.ubuntu.com
>> Subject: Juju GUI
>> Message-ID:
>>         <CAD4uLwgqMampqH9A2NJK0dzeS3iy73XYEZHXhxidBw9V=
>> 8b...@mail.gmail.com>
>> Content-Type: text/plain; charset="utf-8"
>>
>> I cant seem to get the juju-gui working even after exposing it.
>>
>> I type in the address on the browser (https://10.0.0.109) and it doesnt
>> connect. It was installed on the same node that has the MAAS
>>
>>
>> *Kind regards*
>> *Conrad , *
>> *Research student*
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> https://lists.ubuntu.com/archives/juju/attachments/20140722/db2000cb/attachment-0001.html
>> >
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Tue, 22 Jul 2014 15:16:48 -0400
>> From: Richard Harding <rick.hard...@canonical.com>
>> To: Adewole Ogunyadeka <adewole.ogunyadeka-2...@brookes.ac.uk>
>> Cc: juju@lists.ubuntu.com
>> Subject: Re: Juju GUI
>> Message-ID: <20140722191648.GH2161@xraken>
>> Content-Type: text/plain; charset=us-ascii
>>
>> On Tue, 22 Jul 2014, Adewole Ogunyadeka wrote:
>>
>> > I cant seem to get the juju-gui working even after exposing it.
>> >
>> > I type in the address on the browser (https://10.0.0.109) and it doesnt
>> > connect. It was installed on the same node that has the MAAS
>>
>> Hello Adewole, sorry you're having issues. When you say it doesn't
>> connect,
>> do you get the normal GUI loading screen as it attempts to connect to the
>> Juju environment? Or do you mean you don't get any html from the deployed
>> Juju GUI at all? You mentioned that you installed it on the same node that
>> has MAAS, is this the maas controller? If so, I wonder if you're having
>> conflicting applications attempting to serve out content on port 80 and
>> 443. The GUI isn't constructed to work alongside another application that
>> is also on those ports.
>>
>> Please let me know some more information and hopefully we can help get you
>> up and running quickly.
>>
>>
>> --
>>
>> Rick Harding
>>
>> Juju UI Engineering
>> https://launchpad.net/~rharding
>> @mitechie
>>
>>
>>
>> ------------------------------
>>
>> Message: 3
>> Date: Wed, 23 Jul 2014 11:01:33 +0200
>> From: Giuseppe Civitella <giuseppe.civite...@gmail.com>
>> To: juju@lists.ubuntu.com
>> Subject: Juju bootstrap stuck on Openstack
>> Message-ID:
>>         <
>> cano2ho-a5x_sfu+lfqcgnklmux-vowd+av++l4wmjmyj3bl...@mail.gmail.com>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Hi all,
>>
>> I'm trying to boostrap an Openstack environment and I'm stuck at this
>> error
>> http://pastebin.com/ER9i8Qt4
>> I've been trying to setup tools-metadata-url and image-metadata-url
>> according to https://juju.ubuntu.com/docs/howto-privatecloud.html but I
>> see
>> that the urls are not being used while bootstrapping.
>> Can someone help me going over this problem?
>>
>> Thanks
>> Giuseppe
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> https://lists.ubuntu.com/archives/juju/attachments/20140723/d780bcae/attachment-0001.html
>> >
>>
>> ------------------------------
>>
>> Message: 4
>> Date: Wed, 23 Jul 2014 17:23:55 +0800
>> From: Hui Xiang <hui.xi...@canonical.com>
>> To: Giuseppe Civitella <giuseppe.civite...@gmail.com>
>> Cc: juju <juju@lists.ubuntu.com>
>> Subject: Re: Juju bootstrap stuck on Openstack
>> Message-ID:
>>         <CAHcZBTPnTGZ0iNVJWw2Wbwfa82oNcA_GKjUdW-D=
>> k6j7tpc...@mail.gmail.com>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Giuseppe,
>>
>>   I solve this follow below steps, take a try.
>>
>>   juju metadata generate-image -d /home/ubuntu/juju/ -i
>> 28720284-bfb6-48d8-ad78-b570d0d35862 -r RegionOne -u
>> http://192.168.1.110:5000/v2.0
>>
>> juju bootstrap --metadata-source /home/ubuntu/juju --debug
>>
>> Note: 28720284-bfb6-48d8-ad78-b570d0d35862 -> glance image-id
>> http://192.168.1.110:5000/v2.0 -> keystone url
>>
>>  environment.yaml:
>> environments:
>>
>>  openstack:
>>
>> admin-secret: xxx
>>
>> auth-mode: userpass
>>
>> auth-url: http://192.168.1.110:5000/v2.0/
>>
>> control-bucket: con-0e29737152c84652b9ddb5029d133aa5
>>
>> default-series: trusty
>>
>> password: password
>>
>> region: RegionOne
>>
>> tenant-name: admin
>>
>> type: openstack
>>
>> use-floating-ip: false
>>
>> username: admin
>>
>> tools-metadata-url: https://streams.canonical.com/juju/tools/
>>
>> network: 8f2d20a9-7a52-4cd9-9cd8-30e4f764c28a
>>
>> use-default-secgroup: true
>>
>>
>>
>>
>>
>>
>> On Wed, Jul 23, 2014 at 5:01 PM, Giuseppe Civitella <
>> giuseppe.civite...@gmail.com> wrote:
>>
>> > Hi all,
>> >
>> > I'm trying to boostrap an Openstack environment and I'm stuck at this
>> > error http://pastebin.com/ER9i8Qt4
>> > I've been trying to setup tools-metadata-url and image-metadata-url
>> > according to https://juju.ubuntu.com/docs/howto-privatecloud.html but I
>> > see that the urls are not being used while bootstrapping.
>> > Can someone help me going over this problem?
>> >
>> > Thanks
>> > Giuseppe
>> >
>> > --
>> > Juju mailing list
>> > Juju@lists.ubuntu.com
>> > Modify settings or unsubscribe at:
>> > https://lists.ubuntu.com/mailman/listinfo/juju
>> >
>> >
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> https://lists.ubuntu.com/archives/juju/attachments/20140723/4be1a367/attachment-0001.html
>> >
>>
>> ------------------------------
>>
>> --
>> Juju mailing list
>> Juju@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/juju
>>
>>
>> End of Juju Digest, Vol 42, Issue 12
>> ************************************
>>
>
>
>
> --
>
>
> Best Regards,
> S.Nilaxan
>



-- 


Best Regards,
S.Nilaxan
-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju

Reply via email to