Wednesday, 2015-04-01

*** mahito has joined #openstack-ansible00:17
*** Mudpuppy has joined #openstack-ansible01:18
*** Mudpuppy has quit IRC01:27
*** Mudpuppy has joined #openstack-ansible01:28
*** vmtrooper has joined #openstack-ansible01:52
*** vmtrooper has quit IRC02:25
*** mahito has quit IRC02:53
*** mahito has joined #openstack-ansible02:55
*** javeriak has joined #openstack-ansible03:02
*** galstrom_zzz is now known as galstrom03:53
*** javeriak has quit IRC04:00
*** vmtrooper has joined #openstack-ansible04:00
*** vmtrooper has quit IRC04:01
*** vmtrooper has joined #openstack-ansible04:01
*** galstrom is now known as galstrom_zzz04:03
*** mahito has quit IRC04:15
*** vmtrooper has quit IRC04:50
*** Mudpuppy has quit IRC06:24
*** vmtrooper has joined #openstack-ansible06:38
*** ishant has joined #openstack-ansible06:41
*** javeriak has joined #openstack-ansible06:42
*** stevemar has joined #openstack-ansible06:45
*** stevemar has quit IRC06:48
*** vmtrooper has quit IRC06:53
*** vmtrooper has joined #openstack-ansible06:53
*** fawadkhaliq has joined #openstack-ansible06:54
*** vmtrooper has quit IRC06:58
*** javeriak has quit IRC07:05
*** fawadkhaliq has quit IRC07:08
*** markvoelker has quit IRC07:09
*** fawadkhaliq has joined #openstack-ansible07:10
*** fawadkhaliq is now known as fawadkhaliq_07:15
*** fawadkhaliq_ is now known as fawadkhaliq07:15
*** fawadkhaliq has quit IRC07:16
*** fawadkhaliq has joined #openstack-ansible07:17
*** fawadkhaliq has quit IRC07:21
*** fawadkhaliq has joined #openstack-ansible07:22
openstackgerritSerge van Ginderachter proposed stackforge/os-ansible-deployment: Correct a syntax error in some hosts: patterns  https://review.openstack.org/16950707:35
*** stevemar has joined #openstack-ansible07:36
matttsvg: :thumbsup:07:44
svgmattt: you didn't see the stupid mistake in the first patch yet :)07:45
matttsvg: i did07:45
mattt:P07:45
* svg blames auto-indent07:45
svgI can't seem to find a decent vim-yaml plugin that can guess what I want07:46
matttsvg: yeah that's why we added that link check, because we were all committing bad YAML or stuff that broke ansible in one way or another07:47
* mattt wishes there was a chefspec-like tool for ansible07:48
*** stevemar has quit IRC07:50
matttsvg: where are you evaluating os-ansible-deployment for if you don't mind me asking?07:50
svgmattt: if you don't break ansible, ansible will do it for you in the next release :)08:14
svgthey could learn a thing or two from the openstack devel workflow08:14
svgas for  the evaluation, I finished the setup with os-ansible-deployment yesterday; now I have a couple of things to work out to be able to spawn a vm08:15
svgI'm new to openstack itself too, so there are a coiple of generics I need to find out now08:15
svgand then next is how to make it use our ceph cluster08:16
svgand after that wondering about extensibility, as we'd like to use trove for db stuff08:16
svgboss is a bit afraid we still need to do too much dev work ourselves08:17
svgI'm not sure which is best - for our needs - setting up stuff ourselves, meaning extending os-ansible-deployment, and be flexible, or relying on a more out of the box package from $vendor.08:18
svgThe problem is, the team has been trying out on open stack for 6 months now, and we still are nowhere... we need something to get us up to speed real fast now.08:19
svg(don't ask about the 6 months...; coworkers tried to set things up manually, and had lots of trouble with networking, interfaces going bananas  after boot, or when ovs kicks in, ...; I didn;t work on it at the time, so not sure about details.08:20
matttsvg: yeah i can imagine that'd be a tough call to make08:25
matttsvg: the upside here is that we are in stackforge/gerrit and the direction of the project will be lead by the community08:25
matttsvg: so if the community wants to see trove being added (for example) then they can do that (or we can do that, whatever)08:26
matttsvg: and for those things you guys need to maintain/add in yourself, that can be done pretty easily using additional roles etc.08:27
svgI'm all into working with ansible and contributing, the problem is the knowledge to do that, and the bandwith for it. Not sure if my coworkers are open to it... Wel'll see how wit rolls.08:28
matttsvg: rackspace has a support team that can handle that for you :P08:31
svgWell, we requested contact from sales, I expect them to call my boss today :)08:32
svgI guess most people here are Rackers?08:33
matttsvg: a good few, but there are a lot of nicks which i don't recognise08:34
svg:)08:34
*** vmtrooper has joined #openstack-ansible08:42
openstackgerritMatt Thompson proposed stackforge/os-ansible-deployment: Heat config changes for kilo  https://review.openstack.org/16794708:44
*** vmtrooper has quit IRC08:47
openstackgerritgit-harry proposed stackforge/os-ansible-deployment: Ensure LXC bridge exists, is up, and has rules  https://review.openstack.org/16906908:50
*** Mudpuppy has joined #openstack-ansible08:56
*** Mudpuppy has quit IRC09:01
*** britthou_ has joined #openstack-ansible09:16
*** britthouser has quit IRC09:17
*** sdake has joined #openstack-ansible09:18
*** sdake_ has quit IRC09:22
*** sdake has quit IRC09:22
openstackgerritMatt Thompson proposed stackforge/os-ansible-deployment: Dynamically determine hostname for MaaS checks  https://review.openstack.org/16966809:33
openstackgerritMatt Thompson proposed stackforge/os-ansible-deployment: Correct a syntax error in some hosts: patterns  https://review.openstack.org/16967409:47
mattt^^^ svg that is me trying to cherry-pick your commit to juno to icehouse rather than creating a new commit09:48
svgok, someone here told me yesterday to to two patches..09:52
matttsvg: that shouldn't have been necessary as it's a clean cherry pick09:57
svgI guess at that time it wasn't clear if the patch would have been the same, and I didn't check it.09:58
matttsvg: but i'm still learning gerrit and it looks like the juno review probably should have merged before i cherry picked it (so that we can track which commit sha it was cherry-picked from)09:58
* svg gets confused as his colleague next to him is named Gerrit09:58
matttlol09:58
mattthaha09:58
svgbtw, that external lb ip, is that supposed to be e.g. a public ip, that gets forwarded to the internal one by firewall?10:02
svgI picked a different ip for it, but I'm reverting now to use the same as the internal for testing10:02
matttsvg: yeah that is the public-facing IP address you would use with HAProxy or whatever10:03
matttsvg: it will get used when crafting publicURL endpoints etc.10:03
svgthe spice console url keeps pointing to tha wrong ip; is there a way to find uot which playbook to replay?10:03
svgI tried playbooks/openstack/horizon-all.yml and playbooks/openstack/nova-spice-console.yml but that didn't help10:05
matttsvg: that doesn't get registered as a keystone endpoint, it seems to get included in the nova.conf file10:11
openstackgerritHugh Saunders proposed stackforge/os-ansible-deployment: Updated repository for minimum viable kilo install  https://review.openstack.org/16698610:11
svgtrying nova-all.yml10:12
matttsvg: yeah that is probably the easiest thing to do10:12
matttsvg: did it work?10:25
svgsorry, yes  that worked out, spice up10:25
svgYOUR LIFE!10:25
*** vmtrooper has joined #openstack-ansible10:31
*** vmtrooper has quit IRC10:36
*** ishant has quit IRC10:44
openstackgerritAndy McCrae proposed stackforge/os-ansible-deployment: Set Glance large_object vars as ansible variables  https://review.openstack.org/16969310:54
openstackgerritMerged stackforge/os-ansible-deployment: Correct a syntax error in some hosts: patterns  https://review.openstack.org/16950711:29
openstackgerritAndy McCrae proposed stackforge/os-ansible-deployment: Set Glance large_object vars as ansible variables  https://review.openstack.org/16971712:01
openstackgerritAndy McCrae proposed stackforge/os-ansible-deployment: Set Glance large_object vars as ansible variables  https://review.openstack.org/16971912:07
*** markvoelker has joined #openstack-ansible12:14
cloudnullMorning.12:15
*** vmtrooper has joined #openstack-ansible12:20
matttcloudnull: hey kevin, do we need this?  https://github.com/stackforge/os-ansible-deployment/blob/master/requirements.txt#L13  looks like it's only installed in the repo builder container, which doesn't have a pinned pip download source12:22
cloudnullIn pip 6 no, in 1.5.6 yes. Pip needs the wheel dependency to install wheels in earlier versions of pip.12:23
cloudnullIf we're good saying that master must you pip 6.x and > then we can drop it.12:24
*** vmtrooper has quit IRC12:25
openstackgerritAndy McCrae proposed stackforge/os-ansible-deployment: Set Glance large_object vars as ansible variables  https://review.openstack.org/16971912:25
* cloudnull hates auto correct. 12:25
openstackgerritAndy McCrae proposed stackforge/os-ansible-deployment: Set Glance large_object vars as ansible variables  https://review.openstack.org/16971712:25
matttcloudnull: i bumped that pip requirement purely to match openstack's global requirements12:26
openstackgerritAndy McCrae proposed stackforge/os-ansible-deployment: Set Glance large_object vars as ansible variables  https://review.openstack.org/16969312:26
cloudnullSo then for good measure I'd say we keep wheel until we dep on pip>=6.0.012:27
matttcloudnull: https://review.openstack.org/#/c/166849/6/requirements.txt12:28
matttso it can probably be removed in that commit12:28
cloudnullYes it can.12:32
matttcloudnull: do you know any more about ecdsa?  i know it's pulled in by a few roles, but i'm not sure why we have to install it12:33
cloudnullI think that was a Schofield requirement. But idk for sure.12:35
matttcloudnull: i'm trying a build now without it to see what splodes12:36
rackertomMorning12:39
svgWhat;s the use of the network that is shared amongst all container?12:40
cloudnullSvg the 10.x network?12:50
svgyes, the one on eth0 that has dhcp12:51
cloudnullThat's for your container to talk to the world.12:51
cloudnullIt is the addressed assigned out of dnsmasq that has been nat'd for your container.12:52
svghm, I actually mapped the the managenent network on our management network12:53
cloudnullNow if you have a real network that you'd like to plug the container in, and are running master, you could choose to statically set that network interface in the lxcbr0 config. But then you'd have to have dhcp running somewhere on that network for the containers to get IPS.12:54
svgor, at least, the same as where the metal is managed from12:54
svgcloudnull: ah, so that part would always need to be dhcp?12:57
cloudnullIf using the lxcbr0 bridge for the container gateway.12:58
svgCan I just avoid using lxcbr0, and have the default gateway set on the management interface?13:00
cloudnullI believe that's something we exposed in master. But I'd have to go back and look.13:01
* cloudnull goes and looks. 13:01
*** galstrom_zzz is now known as galstrom13:04
*** kyugyi has joined #openstack-ansible13:12
kyugyi.13:12
kyugyidid usa covertly supply isis with weapons like they did with al-qaeda to justify creating wars?13:12
kyugyidid usa excute the creative mess in the middle east like they said they will, does the creative mess include explosions with uncertain responsibles to create wars?13:12
*** kyugyi has quit IRC13:12
cloudnullsvg: https://gist.github.com/cloudnull/476552610e7aeb4001b413:12
cloudnull^ thats what,in master, you could set to disable to "lxcbr0" interface and use only the management network, assuming you had a gateway on it.13:13
cloudnullthis would statically set all container addresses, via the dynamic inventory.13:15
cloudnullsvg just updated the gist with an example for the provider networks when using a gateway within the management network.13:19
cloudnullbasically add https://gist.github.com/cloudnull/476552610e7aeb4001b4#file-example-provider-networks-with-gateway-yml-L15 to your management network in your openstack_user_config.yml file.13:20
matttsvg: going to try to cherry pick your juno commit now that it's merged13:21
matttsvg: bah doesn't work now that it has merged13:23
svgWhat do you mean, doesn't work?13:23
matttsvg: i was trying to cherry pick it through gerrit, but it doesn't allow it13:23
* mattt blames clippy13:23
*** KLevenstein has joined #openstack-ansible13:24
openstackgerritMatt Thompson proposed stackforge/os-ansible-deployment: Bump requirements in preparation for kilo  https://review.openstack.org/16684913:36
*** Mudpuppy has joined #openstack-ansible13:46
*** sigmavirus24_awa is now known as sigmavirus2413:48
*** sigmavirus24 is now known as sigmavirus24_awa13:55
*** fawadkhaliq has quit IRC13:59
*** sigmavirus24_awa is now known as sigmavirus2414:04
*** vmtrooper has joined #openstack-ansible14:08
*** galstrom is now known as galstrom_zzz14:11
*** vmtrooper has quit IRC14:13
*** sdake has joined #openstack-ansible14:16
palendaeandymccr: Have you had much luck with the scenario tests for kilo?14:18
andymccrpalendae: no :(14:18
andymccrpalendae: i ran the "gate" including the kilo patch14:19
palendaeI was trying them but kept getting bitten by the neutron failures14:19
andymccrthen ran the scenario tests against it14:19
palendaeDid you edit commit_aio to be the scenarios?14:19
andymccrand the instances come up but the network isnt accessible at all14:19
palendaeAh14:19
andymccrpalendae: nope i just ran the script it defaults to use scenario tests14:19
palendaeHm14:19
andymccralso, it ends up meaning you cant ping the compute host on its ip in that range either14:19
andymccrwhich is weird14:19
andymccrand i get errors in the neutron logs14:20
palendaeHmmm14:22
palendaeI know when I just ran the playbooks, not tempest, I had to go in and define security groups before I could use the networking14:22
palendaeBut I'd hope tempest would take care of that14:22
andymccrpalendae: yeh so it should be ok - i mean its the same that works on scenario tests prior to kilo14:23
matttpalendae: yeah i've not had any luck, i just boot an instance and console-log it to see it not grab an IP from dhcp14:25
Apsuwatch -n 1 "ip -o l | grep tap | grep -v master"14:31
ApsuIn the agents container14:31
ApsuSee what happens14:31
*** alextricity_r has joined #openstack-ansible14:44
*** alextricity_r has quit IRC14:44
matttApsu: absolutely nothing!14:44
*** hj-hp has joined #openstack-ansible14:46
Apsuyay! Different behaviors!14:46
*** galstrom_zzz is now known as galstrom14:52
*** fawadkhaliq has joined #openstack-ansible14:53
*** galstrom is now known as galstrom_zzz14:55
*** daneyon_ has joined #openstack-ansible14:59
*** KLevenstein has quit IRC15:01
*** daneyon has quit IRC15:01
*** KLevenstein has joined #openstack-ansible15:02
*** alextricity_r has joined #openstack-ansible15:24
*** erikmwilson has quit IRC15:25
*** erikmwilson has joined #openstack-ansible15:25
*** erikmwilson_ has joined #openstack-ansible15:25
openstackgerritMerged stackforge/os-ansible-deployment: Repo Updated for 9.0.7 tag  https://review.openstack.org/16950515:41
*** jwagner_away is now known as jwagner15:50
openstackgerritAndy McCrae proposed stackforge/os-ansible-deployment: Set Glance large_object vars as ansible variables  https://review.openstack.org/16969315:51
openstackgerritAndy McCrae proposed stackforge/os-ansible-deployment: Set Glance large_object vars as ansible variables  https://review.openstack.org/16971715:53
openstackgerritAndy McCrae proposed stackforge/os-ansible-deployment: Set Glance large_object vars as ansible variables  https://review.openstack.org/16971915:54
*** hj-hp has quit IRC15:55
*** hj-hp has joined #openstack-ansible15:55
*** vmtrooper has joined #openstack-ansible15:57
*** nosleep77 has joined #openstack-ansible15:57
*** vmtrooper has quit IRC16:02
mattthttps://bugs.launchpad.net/openstack-ansible/+bug/143929516:11
openstackLaunchpad bug 1439295 in openstack-ansible "Neutron ansible module not plugging subnet into router" [Undecided,New]16:11
*** javeriak has joined #openstack-ansible16:12
*** KLevenstein has quit IRC16:12
Sam-I-Ammattt: btw, "--router:external True" breaks in kilo16:13
Sam-I-Amit is "--router:external" now16:13
*** alextricity_r has quit IRC16:14
*** erikmwilson has quit IRC16:20
*** erikmwilson has joined #openstack-ansible16:20
*** erikmwilson has quit IRC16:20
*** erikmwilson_ is now known as erikmwilson16:21
openstackgerritMerged stackforge/os-ansible-deployment: Ensure LXC bridge exists, is up, and has rules  https://review.openstack.org/16906916:24
matttSam-I-Am: interesting, thanks for the tip!16:30
openstackgerritMerged stackforge/os-ansible-deployment: Dynamically determine hostname for MaaS checks  https://review.openstack.org/16966816:32
*** javeriak has quit IRC16:35
openstackgerritMerged stackforge/os-ansible-deployment: Add neutron neutron_num_sync_threads variable  https://review.openstack.org/16828716:36
*** jaypipes has quit IRC16:37
*** sigmavirus24 is now known as sigmavirus24_awa16:43
*** sigmavirus24_awa is now known as sigmavirus2416:43
*** jlvillal has quit IRC16:53
*** hj-hp has quit IRC16:53
*** jlvillal has joined #openstack-ansible17:00
*** sdake_ has joined #openstack-ansible17:02
*** jlvillal has quit IRC17:05
*** sdake has quit IRC17:05
*** jlvillal has joined #openstack-ansible17:11
*** daneyon has joined #openstack-ansible17:14
*** daneyon_ has quit IRC17:17
*** javeriak has joined #openstack-ansible17:19
*** stevemar has joined #openstack-ansible17:20
openstackgerritMiguel Grinberg proposed stackforge/os-ansible-deployment: WIP Horizon config changes for kilo  https://review.openstack.org/16746017:26
*** vmtrooper has joined #openstack-ansible17:46
*** vmtrooper has quit IRC17:51
*** stevemar has quit IRC18:09
*** stevemar has joined #openstack-ansible18:10
*** sdake has joined #openstack-ansible18:13
*** alextricity_r has joined #openstack-ansible18:15
*** sdake_ has quit IRC18:16
openstackgerritMiguel Alejandro Cantu proposed stackforge/os-ansible-deployment-specs: Add spec for BP implement-ceilometer  https://review.openstack.org/16941718:59
*** javeriak_ has joined #openstack-ansible19:09
*** javeriak has quit IRC19:09
palendaeApsu: Thoughts on moving forward with https://review.openstack.org/#/c/161893/ ? I haven't tested it extensively, but I think it's kind of superfluous now19:24
Apsupalendae: Agreed.19:24
palendaeOk, I'll abandon it because it doesn't really solve the problem. My hunch is the solution, for os-a-d, will come with some sort of kernel or kernel module bump19:25
ApsuMaybe, or it might be some kind of apparmor/sysctl or even neutron patch19:26
ApsuI'm about to the point of patching neutron.19:26
ApsuTo have it delay operations on interfaces until they're in an expected state19:26
palendaeCool. I assigned https://bugs.launchpad.net/openstack-ansible/+bug/1425255 to you, since you've basically been the one digging19:27
openstackLaunchpad bug 1425255 in openstack-ansible juno "Tempest NetworkBasicOps tests cannot ping from within instances" [Critical,New] - Assigned to Evan Callicoat (diopter)19:27
palendaenot sure if diopter was the right account, it was the one with the project affiliation19:27
ApsuThat is the only one I have there.19:28
ApsuAnd I saw the notification, so thanks :)19:28
palendaeI see apsu-2, apsu@propter.net, as well19:29
palendaeMember since 2014-10-1419:29
ApsuI thought it told me it deleted that. hah19:29
palendaeYeah. I went through that stuff yesterday19:29
palendaeMerging my 2 accounts19:29
*** hj-hp has joined #openstack-ansible19:30
palendaeCause I made one with gmail to test/document the process19:30
ApsuI have apsu@propter.net as an email address on my diopter account.19:30
ApsuSo... no idea about that other account.19:30
ApsuWhatevs19:31
palendaeYeah, you have to go into the 'main' account and merge19:32
*** vmtrooper has joined #openstack-ansible19:35
*** vmtrooper has quit IRC19:40
*** Mudpuppy_ has joined #openstack-ansible19:49
*** Mudpuppy has quit IRC19:53
*** javeriak_ has quit IRC19:53
*** hj-hp has quit IRC20:13
*** fawadkhaliq has quit IRC20:39
*** sdake_ has joined #openstack-ansible20:52
*** sdake has quit IRC20:55
*** hj-hp has joined #openstack-ansible20:58
openstackgerritMiguel Alejandro Cantu proposed stackforge/os-ansible-deployment-specs: Add spec for BP implement-ceilometer  https://review.openstack.org/16941720:59
*** sdake_ has quit IRC21:15
*** vmtrooper has joined #openstack-ansible21:24
*** vmtrooper has quit IRC21:29
*** sdake has joined #openstack-ansible21:37
*** sdake_ has joined #openstack-ansible21:41
*** Mudpuppy_ has quit IRC21:42
*** Mudpuppy has joined #openstack-ansible21:42
*** javeriak has joined #openstack-ansible21:44
*** sdake has quit IRC21:45
*** sdake has joined #openstack-ansible21:45
*** daneyon has quit IRC21:47
*** daneyon has joined #openstack-ansible21:47
*** sdake_ has quit IRC21:49
*** stevemar has quit IRC21:52
*** sigmavirus24 is now known as sigmavirus24_awa22:01
*** alextricity_r has quit IRC22:07
*** jwagner is now known as jwagner_away22:17
*** daneyon has quit IRC22:30
*** daneyon has joined #openstack-ansible22:31
*** Mudpuppy has quit IRC22:32
*** Mudpuppy_ has joined #openstack-ansible22:32
*** aslaen has joined #openstack-ansible23:07
*** vmtrooper has joined #openstack-ansible23:13
*** vmtrooper has quit IRC23:18
*** mahito has joined #openstack-ansible23:58

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