public-address and dns of nodes are IPs instead of hostnames

2016-06-29 Thread Junaid Ali
Hi everyone, I'm hitting an issue on one of my deployments. $ juju stat shows IP of a node as its public-address and dns that instead should have the hostname. I'm using juju version 1.25.5 and MAAS version 1.9.3 If i run $ maas nodes list it outputs the correct hostnames so I'm guessing there's

Re: public-address and dns of nodes are IPs instead of hostnames

2016-06-29 Thread Junaid Ali
Rey wrote: > I believe this is not a bug, but a feature introduced a while ago. > > > On 06/29/2016 11:09 PM, Junaid Ali wrote: > >> Hi everyone, >> I'm hitting an issue on one of my deployments. $ juju stat shows IP of a >> node as its public-address and dns

Re: public-address and dns of nodes are IPs instead of hostnames

2016-06-30 Thread Junaid Ali
ced a while ago, not sure if on 1.25.5, but it also >> changed the behavior on AWS, where you used to get >> ec2-ip-address-here.country.availabilityzone.amazonaws.com, and now you >> get the public IP address. Someone else, maybe from the core team, may be >> able to

Re: [ANN] New juju-deployer-0.9.0, python-jujuclient-0.53.1

2016-08-04 Thread Junaid Ali
Thanks Tim. It is working well for me as well except for local charms and charms at launchpad. It gives out error "juju deploy -m ctr-trusty:neutron_plugin --config /tmp/tmpciQAqA --series trusty trusty/neutron-api neutron-api". Regards, Junaid On Thu, Aug 4, 2016 at 6:38 PM, Pete Vander Giessen

juju status stucking

2016-08-27 Thread Junaid Ali
Hi everyone, I'm having an issue on juju status command. It stucks when I run the command for a service e.g juju status nova-cloud-controller although $ juju status and $ juju status --format tabular works fine. Version of juju that I'm using is 1.25.6. Let me know please if any workaround ava

Re: Juju 2.0-rc1 is here!

2016-09-20 Thread Junaid Ali
I just observed that juju set-config and get-config are changed. Now we can use $ juju config command to set and get configuration parameters Junaid On Wed, Sep 21, 2016 at 11:07 AM, Andrew Wilkins < andrew.wilk...@canonical.com> wrote: > On Wed, Sep 21, 2016 at 1:56 PM Curtis Hovey-Canonical <

Re: MAAS Commissioning Failed timed out after 0:20:00

2016-10-10 Thread Junaid Ali
Hi Parbakaran, Make sure you have passwordless ssh-access from maas-user to the infra node. I would suggest running these commands on maas-controller and try to commission again: $ sudo chsh -s /bin/bash maas $ sudo su - maas $ ssh-keygen -t rsa $ ssh-copy-id @ $ exit $ ssh-keygen -t rsa Thanks,

Re: Best way to put images in a Charm's readme?

2016-12-08 Thread Junaid Ali
Merlijin, It seems that readme in charm store expects images to be in https://jujucharms.com/u///files/documentation/. I'm also not sure how to add that. Thanks, - Junaid On Fri, Dec 9, 2016 at 8:06 AM, Merlijn Sebrechts < merlijn.sebrec...@gmail.com> wrote: > Hi all > > > I have this beautiful

Re: Best way to put images in a Charm's readme?

2016-12-08 Thread Junaid Ali
Merlijin, In your readme.md, can you specify URL for the images like L17 in this readme <http://bazaar.launchpad.net/~ya-bo-ng/landscape-charm/readme-with-image/view/head:/README.md> file? It will work in your case. Thanks, - Junaid On Fri, Dec 9, 2016 at 12:01 PM, Junaid Ali wrote: >

Re: Create Juju Charms from your browser!

2017-02-03 Thread Junaid Ali
Great. Thanks Merlijn for sharing. -- Junaid-- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: juju openstack-base guide is not clear

2017-02-08 Thread Junaid Ali
Hi Yinon, I would suggest you to read https://jujucharms.com/do cs/stable/getting-started and https://docs.ubuntu.com/maas/2.1/en/ Question: Does this mean I have to provision the 4 nodes using MAAS prior > to deploying openstack with juju? Or will juju provision them? > MAAS will provision the

Re: How to add openstack cloud to juju 2.1.2-xenial

2017-04-12 Thread Junaid Ali
Hi Daniel, Can you run juju bootstrap command with --debug flag? It should provide a more detailed output. -- Junaid On Wed, Apr 12, 2017 at 10:23 PM, Daniel Bidwell wrote: > I have followed the new howto-privatecloud down to the juju boostrap > command of: > > juju bootstrap acauits --config

Re: How to add openstack cloud to juju 2.1.2-xenial

2017-04-12 Thread Junaid Ali
> > > 0xfe, > > > 0x10, 0xf0, 0xa2, 0x6c, 0x9a, 0x4a, 0x60, 0x86, 0x86, 0xa0, 0x74, > > > 0x4b, > > > 0xc2, 0xcb, 0x7a, 0xcb, 0x22, 0xd4, 0x8c, 0xd0, 0xbd, 0xc8, 0x2e, > > > 0x64, > > > 0x51, 0xe3, 0x62, 0x91, 0x0, 0x4b, 0x1e, 0xd1, 0x2, 0xdf, 0x90, &g

Re: Can we do bundle within a bundle?

2017-04-20 Thread Junaid Ali
Fengxia, juju-deployer could be helpful here to incorporate multiple bundles. Charm-testing repo can help you in using juju-deployer supporte

Re: using the new bundle features in Juju 2.2.3

2017-09-16 Thread Junaid Ali
I used to go with yaml 'anchors' like Giuseppe. +1 for bundle-config flag since that is a cleaner approach IMO. It would be great if we can pass a single value as well e.g juju deploy ./bundle.yaml test-charm.admin-ip=172.31.81.203 -- Junaid On Sat, Sep 16, 2017 at 12:22 PM, Patrizio Bassi wrot

Re: using the new bundle features in Juju 2.2.3

2017-09-18 Thread Junaid Ali
n Mon, Sep 18, 2017 at 7:27 PM, Rick Harding wrote: > > > On Sun, Sep 17, 2017 at 12:59 AM Junaid Ali wrote: > >> >> It would be great if we can pass a single value as well e.g juju deploy >> ./bundle.yaml test-charm.admin-ip=172.31.81.203 >> > > Hm

Re: Juju 2.3 beta2 is here!

2017-11-01 Thread Junaid Ali
Good to see the much-awaited bundle specific changes. A big thumbs up to Juju Dev team! On Thu, Nov 2, 2017 at 9:56 AM, Chris Lee wrote: > A new development release of Juju is here, 2.3-beta2. > > ## New and Improved > > * Deploying bundles now supports --dry-run > > With --dry-run, no changes

Re: Juju Openstack - Blocked

2018-02-15 Thread Junaid Ali
Hi James, Have you checked neutron-server.log in neutron-api and nova-scheduler.log in nova-cloud-controller? -- Junaid On Thu, Feb 15, 2018 at 1:21 AM, James Beedy wrote: > Hello, > > I am experiencing some issues with a base-openstack deploy. > > I can get a base-openstack to deploy legitim