/srv/irclogs.ubuntu.com/2015/02/23/#juju.txt

=== kadams54 is now known as kadams54-away
=== kadams54-away is now known as kadams54
=== kadams54 is now known as kadams54-away
=== kadams54 is now known as kadams54-away
=== kadams54 is now known as kadams54-away
=== Guest33721 is now known as benonsoftware
=== Murali_ is now known as Murali
=== benonsoftware is now known as Guest48867
=== Guest48867 is now known as benonsoftware
MuraliHi Jamespage08:27
jamespageMurali, good morning08:38
MuraliGood Morning Jamespage08:38
Muralifinally we are able to successfully launch the openstack08:38
Muraliwe are able to see the openstack-dashboard08:39
jamespageMurali, \o/08:39
jamespagecongrats!08:39
MuraliNow we have issue in logging to instances we created in openstack08:39
jamespageMurali, oh yes08:40
* jamespage braces for mtu confusion08:40
jamespageMurali, you've done the normal stuff like enabled SSH and ping access to the instances?08:40
Muraliits says "console is currently unavailable. please try again later" from openstack dash-board08:41
jamespageMurali, oh the console access is disabled by default08:41
Muraliok08:41
jamespageMurali, it does not scale that well and is not fully security supported in Ubuntu, so we can't enable it by default08:41
jamespageMurali, we try to stick to fully supported options by default08:42
Muralihow to make to enable?08:42
Muralior how to access the instance we created in openstack08:43
jamespageMurali, the best way IMHO is with SSH08:48
jamespageMurali, the bundle on jujucharms.com has some details on how to configure the firewall to allow access08:48
jamespageMurali, you can inject an SSH key as part of booting an instance as well08:49
jamespageMurali, the dashboard is OK for a quick drive through, but for any serious use you'll want to get to know the command line tooling :-)08:49
Muralion cli also we tried Jamespage08:49
jamespageMurali, what problem did you hit?08:50
Muraliwe are now able to login via CLI Jamespage08:52
jamespageMurali, good08:52
MuraliThanks a lot for kind response08:52
jamespageMurali, no problem09:00
jamespageMurali, I was thinking about why you ended up with no relations to start with - I suspect it was due to the error on the neutron-gateway during deployment09:04
jamespageMurali, I *think* that any errors like that will stop the second phase of adding relations from being executed09:04
jamespageMurali, I also believe that the juju-gui is switching to not work like that - but rick_h_ would need to confirm on that - are we moving to a deploy and related,09:05
jamespage?09:05
jamespagenot waiting for services to deploy before relating09:05
Muraliwe first ran the jujuquickstart09:06
Muraliit successfuly deployed all the services09:07
Muraliwe waited for longtime couldnt see the relations added09:07
Muraliand juju-gui showed some error saying "error occured but information"09:08
Muralithen we applied juju-deployer bundle.yaml as per you09:09
MuraliBut we saw that neutron-gateway deployment was success09:10
rick_h_jamespage: Murali yes, depending on the gui version it would stop the deployment if it hit an error. There's plans to update that to not be the case, but it's part of a bigger chunk of how bundles are handled and not ready yet.09:44
Muraliok10:05
MuraliHi Jamespage11:48
Muralisorry to trouble you with questions11:48
Muraliwe would like add the local jujucharm which we developed to bundle.yaml11:48
Muraliis it possible?11:49
jamespageMurali, it is - you can just add it to the deployed environment and the export the bundle from the GUI11:56
Muraliis there any changes required in bundle.yaml Jamespage?12:03
Muralihow to add the repository path in bundle.yaml file?12:05
jamespageMurali, oh I see12:06
jamespagetricky that one12:06
rick_h_Murali: the GUI doesn't support bundles with local charms because they're not reusable then. I don't recall if the deployer had a way to do that. I think it tends to use vcs locations in order to support a charm not in the main charm store12:15
Muraliohh ok rick_h_12:16
Muraliis there any other way to deploy the local charms with out juju-gui12:16
Muraliand using jujudeployer command12:17
Muraliis it possible via CLI  juju deployer12:18
bloodearnestis it possible to loosen the permissions on log files for the local provider? Currently 0500, syslog:syslog12:36
bloodearnest0600 rather12:37
bloodearnestI can edit the /etc/rsyslog/conf.d/ juju file, but was wondering12:37
bloodearnestif it would get rewritten on bootstrap, or if it was worth loosening by default? Given the local provider is explicitly for dev  only?12:38
lazyPowerrick_h_: you can use local charms with deployer if you have JUJU_REPOSITORY env set14:03
rick_h_Murali: ^14:03
lazyPowerwe make extensive use of this in our testing of bundles that dont yet exist or have a place in the charm store - as ingest in personal namespace introduces a latency between changes.14:03
lazyPowerMurali: if you need an example of a bundle leveraging local charms - see:  https://github.com/whitmo/bundle-kubernetes/blob/master/specs/local.yaml14:05
=== Guest81339 is now known as rcj
=== rcj is now known as Guest41495
MuraliThanks lazyPower14:49
ctlaughI'm looking for some help on the correct way to configure the charm(s) to deploy Nova correctly to use either Neutron or FlatDHCPManager (whatever is easier) when deployed by Juju on a MAAS node.  The node only has 1 network interface that is brought up (eth0) and it is already bridged to juju-br0.  I'm running trusty/icehouse.15:07
=== whit_ is now known as Guest39130
stubbloodearnest: I opened a bug on that, about changing ownership of the logs, but it is won't fix as the team are trying to make the local provider behave more like the rest of the providers rather than being full of special cases.15:36
bloodearneststub, ack, thanks, good to know15:39
bloodearnestapprove of that goal15:39
stubyeah, agreed15:40
johnny_shieh_Hi, I've recently installed a juju master (charm development) and when I run a "charm proof" command on my charm, I get this error message16:35
johnny_shieh_I: Includes template icon.svg file.16:35
johnny_shieh_W: README includes line 6 of boilerplate README.ex16:35
johnny_shieh_I: relation website has no hooks16:35
johnny_shieh_I: missing recommended hook config-changed16:35
johnny_shieh_ERROR subprocess encountered error code 10016:35
johnny_shieh_I also ran this on a colleague's charm and got different warning messages, but also the same error code 100.16:36
johnny_shieh_Is there a FAQ for error codes?  I tried searching on google first, but no "100" hits in the first pages16:36
=== kadams54 is now known as kadams54-away
=== kadams54-away is now known as kadams54
=== kadams54 is now known as kadams54-away
=== kadams54-away is now known as kadams54
=== scuttlemonkey is now known as scuttle|afk
=== scuttle|afk is now known as scuttlemonkey
=== scuttlemonkey is now known as scuttle|afk
=== scuttle|afk is now known as scuttlemonkey
=== kadams54 is now known as kadams54-away
ayr-tonguys, the HACKING.txt from charms-tools is outdated. Could I submit a merge request with updated instructions based on the latest Makefile?21:06
thumperayr-ton: sounds good to me21:19
ayr-tonthumper: okay :)21:21
=== kadams54-away is now known as kadams54
MOZGIIIhello, I have armhf board with debian on it, and ubuntu trusty inside an lxc on it, and I run juju on that ubuntu. and when I try to bootstrap with local env (meaning that would create nested lxc containers) - that doesn't work (lxc starts but agent fails to start)22:40
MOZGIIIhow do I fix this and make agent start up properly?22:40
MOZGIIII'm trying to deploy juju-gui22:41
MOZGIIIhttp://code.re/7oB22:42
MOZGIIIhttp://code.re/7oC22:42
MOZGIIIhttp://code.re/7oD22:42
MOZGIIIhttp://code.re/7oE22:44
=== kadams54 is now known as kadams54-away

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!