/srv/irclogs.ubuntu.com/2016/01/25/#juju.txt

=== scuttlemonkey is now known as scuttle|afk
jamespageD4RKS1D3, I am09:27
urulamajamespage: morning ... fyi, we'll rollout new release of charm store this week, which will support xenial charms that you guys have there already09:29
jamespageurulama, awesome...09:31
jamespagegnuoy, ^^ will need that for 16.04 release09:31
gnuoyack09:32
stubtvansteenburgh: AWS job got stuck over the weekend, unreaped. And lxc is failing with the can't-bootstrap-port-in-use problem again.10:27
D4RKS1D3Hi jamespage , morning11:07
D4RKS1D3I am having problems with add ml2_odl into the ml2_conf.ini file11:07
=== natefinch-afk is now known as natefinch
jamespageD4RKS1D3, ok - so you need to help me out a bit here11:09
jamespageD4RKS1D3, are you using the neutron-api-odl charm with neutron-api?11:09
D4RKS1D3Yes11:09
jamespageD4RKS1D3, ok so the neutron-api-odl charm writes that section to ml2_conf.ini11:10
jamespageD4RKS1D3, can you check whether you have11:10
D4RKS1D3I have the file but, without ml2_odl config11:12
D4RKS1D3In the log, i have "juju-log Writing file /etc/neutron/plugins/ml2/ml2_conf.ini root:root 444"11:13
D4RKS1D3and the file has change, but without this section11:13
D4RKS1D3Probably is the relation between them?11:19
D4RKS1D3I test with both but any works11:19
jamespageD4RKS1D3, sorry - someone distracted me12:05
jamespageD4RKS1D3, right - so can you check12:05
jamespagemanage-neutron-plugin-legacy-mode=False on the neutron-api charm12:05
jamespageotherwise it will keep overwriting the file written by the neutron-api-odl charm12:05
D4RKS1D3yes12:05
jamespageD4RKS1D3, yes its set like that?12:07
D4RKS1D3I am looking12:07
D4RKS1D3I have this option put to false12:09
jamespageD4RKS1D3, good12:11
jamespageso that means that neutron-api-odl should be writing the ml2_conf.ini file12:11
D4RKS1D3but before you talk me I have this option to false12:12
jamespage'should'12:12
jamespage;-)12:12
jamespageD4RKS1D3, do you have a bundle you are using?12:13
D4RKS1D3no12:14
D4RKS1D3I'm using the openstack-charms-next (3 charms available in juju store)12:14
D4RKS1D3it seems that the neutron-api-odl plugin is not being executed even if the relation are properly set12:15
jamespageD4RKS1D3, well maybe - can I see juju status out please12:15
D4RKS1D3Yes, one second, please12:17
D4RKS1D3- neutron-api/0: 10.1.23.165 (started) 9696/tcp  - neutron-api-odl/2: 10.1.23.165 (error)12:20
D4RKS1D3- neutron-api/0: 10.1.23.165 (started) 9696/tcp  - neutron-api-odl/2: 10.1.23.165 (started)12:22
D4RKS1D3(this is with a juju resolved)12:22
D4RKS1D3the configuration is not updated anyway12:22
D4RKS1D3all services are "started"12:24
jamespageD4RKS1D3, I need the full status output please "juju status" - pastebin is a good idea12:31
D4RKS1D3http://paste.ubuntu.com/14662888/12:31
D4RKS1D3jamespage, this is the link12:46
jamespageD4RKS1D3, problem 1 - don't use neutron-openvswitch and openvswitch-odl12:58
jamespagefor ODL drop use of neutron-openvswitch12:58
jamespagethat might resolve your issue - pls try12:59
D4RKS1D3Okey, one minute12:59
D4RKS1D3jamespage, now works!13:32
D4RKS1D3You know if the configuration of the compute needs to be changed?13:33
D4RKS1D3In theory I think it should be changed like the other file13:34
apuimedojamespage: ping14:19
apuimedowould http://paste.openstack.org/show/484872/ address your review comment?14:20
tych0lazypower: pong14:22
lazypowertych0 - hey there. is there anything special i need to do when workign with lxd remotes?14:23
lazypoweri spun up 2 vm's to sample lxd migration, and was unable to add the remote lxd instance. i'm unsure if its networking, ssl keys, or otherwise14:23
tych0lazypower: you have to turn on HTTPS listening on the remote, but then it should work as usual14:23
lazypoweraaahhh14:23
lazypowernow that explains why i was losing hair over this14:23
tych0https://github.com/lxc/lxd#how-to-enable-lxd-server-for-remote-access14:24
lazypowerta14:25
jamespageapuimedo, looking14:44
jamespageapuimedo, config is not dict like I'm afraid - but it does cache so "if config('midonet-origin') and" would be fine14:46
apuimedoare you sure? I thought it's just a json.loads14:47
apuimedojamespage: ^^14:48
jamespageapuimedo, I am14:50
jamespagedef config(scope=None):14:50
jamespageif you get the entire dict, you could do that14:50
jamespageconfig = config()14:50
jamespageconfig.get('midonet-origin', '')14:50
jamespagedon't copy my ugly code that overrides the symbol config :-=)14:51
apuimedoyeah.. I was now looking at the class14:52
apuimedojamespage: I'm probably misreading, but in hookenv.py:config14:54
D4RKS1D3jamespage, could you answer my question?, Thanks14:54
apuimedonothing... I was ignoring the "except" ::P14:55
jamespageD4RKS1D3, I'd set the same config option on nova-compute as I said for neutron-api (sorry missed you question)14:55
* jamespage watches to many channels14:56
lazypowertych0 one thing i noticed, was that BTRFS performance was night/day comparison with lxd. i assume its the same with zfs?14:57
apuimedojamespage: http://paste.openstack.org/show/484880/14:58
jamespageapuimedo, +114:59
* jamespage likes defensive code15:00
apuimedocool15:00
apuimedoI'll update the proposal15:00
tych0lazypower: in comparison with lxd?15:01
tych0you mean the default directory backend?15:01
lazypowertych0 - lxd using btrfs snapshots vs regular ext4 operation15:01
tych0yes, naturally :)15:01
tych0should be the same with zfs15:01
lazypowerit reduced container spinup from ~ 30 seconds ot sub 2 seconds15:01
tych0yep15:02
tych0should also reduce snapshotting, etc.15:02
apuimedojamespage: https://code.launchpad.net/~celebdor/charm-helpers/liberty/+merge/28370715:03
apuimedoupdated and ready ;-)15:03
jamespageapuimedo, ack15:04
=== scuttle|afk is now known as scuttlemonkey
tiagogomesHi, I am trying to boostrap JuJu in OpenStack. Is swift required?15:17
jamespagetiagogomes, yes15:20
tiagogomes /o\ Can I get away with using nova object store?15:20
tiagogomesAnyone knows what does this means: 2016-01-25 15:47:33 ERROR juju.cmd supercommand.go:429 failed to bootstrap environment: index file has no data for cloud {RegionOne http://10.24.100.10:5000/v2.0/} not found15:49
=== kwmonroe_ is now known as kwmonroe
rick_h_tiagogomes: it can't access the streams file. There's a json file that it reads what images/etc are available16:01
apuimedothanks for the merge jamespage16:13
apuimedojamespage: should I request a backport to stable?16:13
jamespageapuimedo, needs to all land in /next first16:13
apuimedook16:13
jamespagethen we can talk about a backport (we have a release going out on thurs for openstack charms so will need to be after that)16:14
apuimedojamespage: it's already frozen, Thursday release?16:17
jrwrenanyone know offhand how to import a wily image into lxd for use with juju lxd provider?16:24
loveaHi, Trying to use ProLiant DL160 Gen9 servers in a MAAS set up. They have hpdsa drivers detected. So far so good. Then I use Juju to deploy a 15.10 Wily charm and the deploy fails because the hpdsa drivers are requested from http://downloads.linux.hp.com/SDR/repo/ubuntu-hpdsa/dists/wily/main/binary-amd64/Packages. This doesn't exist. HP only has a 14.04 Trusty repo. Any ideas how I can proceed?16:35
jhobbsnarindergupta: ^^16:35
jamespageapuimedo, yes16:35
loveaHP is saying "HPE is supporting only LTS releases (14.04, 16.04).    hpdsa driver does use dkms, so, while it16:35
loveamay be possible to upgrade to Wily, it has not been tested in our lab."16:35
narinderguptadeploy we lovea, jhobbs hp is not buildin hpdsa any more so best way is enable ahci mode in controller in BIOS16:36
loveanarindergupta: I was wondering about that. Thanks for the tip, AHCI mode it is then.16:37
narinderguptalovea: correct16:38
narinderguptalovea: in ahci mode it will use SATA driver16:38
loveaWhich is fine for me16:39
loveanarindergupta: Many thanks16:40
narinderguptalovea: hope you are aware how to change to AHCI mode?16:40
=== narindergupta is now known as narindergupta_aw
loveanarindergupta: I just need to navigate the DL160 BIOS/iLO config utility!!16:41
jrwrenah, i was missing the lxd image alias, added the alias and all is good.16:47
D4RKS1D3jamespage, to whom sal I connected the juju-info interface required by openvswitch-odl?,  p.s: Could you share with me a juju-status, it would be very appreciated to enable me to explore this information, thanks a lot in advanced.16:54
* jmalcaraz Hi16:56
bdxhey whats up everyone? Is there a maas/next repo for xenial?19:00
marcoceppibdx: probably19:02
bdxmarcoceppi: from what I've gathered, it should be up next week19:03
=== urulama is now known as urulama__
=== natefinch is now known as natefinch-afk
boltholeHi!. I'm new to juju, and have a couple questions about getting started on ubuntu 15.10 if someone might help me23:07
rick_h_bolthole: ask away23:18
boltholekewl. well, first off... juju-quickstart has a bug, I should mention :-/23:27
boltholeamong other things, it tries to start up lxc-net service... but that service will fail to start, because dnsmasq makes it fail. but...23:28
boltholeif you reboot, then lxc-net gets started before dnsmasq (i guess) and so it starts working fro that point.23:28
boltholeerm.. i was going to give details about how deploy of juju-gui hangs for me. but.. it might actually be working this time. haha. ha.23:32
bdxmarcoceppi: check it --> https://github.com/jamesbeedy/layer-django/blob/modularize_and_refactor/reactive/django.py23:47
bdxmarcoceppi: and here --> http://bazaar.launchpad.net/~jamesbeedy/charms/trusty/django-nginx/dev/files23:50

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