Wednesday, 2017-10-04

*** chyka has joined #openstack-ansible00:06
*** chyka has quit IRC00:10
*** weezS has quit IRC00:16
*** acormier has joined #openstack-ansible00:28
*** acormier has quit IRC00:31
*** dxiri has quit IRC00:32
*** dxiri_ has joined #openstack-ansible00:32
*** acormier has joined #openstack-ansible00:32
*** woodard_ has joined #openstack-ansible00:47
*** woodard has quit IRC00:47
*** markvoelker has joined #openstack-ansible01:01
*** chas has joined #openstack-ansible01:07
*** chas has quit IRC01:12
*** gouthamr has quit IRC01:37
*** kenperkins has quit IRC02:13
*** acormier has quit IRC02:50
*** acormier has joined #openstack-ansible02:50
*** acormier has quit IRC02:55
*** MasterOfBugs has quit IRC02:56
*** gfa has joined #openstack-ansible03:00
*** chas has joined #openstack-ansible03:08
*** chas has quit IRC03:13
captaindaveHey all. I'm trying to set an openstack lab on a sufficiently-beefy single physical machine where the hosts are centos VMs. I believe that I have all the requisite connectivity and I've run setup-hosts without error, but I still have all null values for all the containers' "ansible_host". Here's 'ip addr' from all the vhosts: http://sprunge.us/NMcA Here's my openstack_user_config.yml:03:18
captaindavehttp://sprunge.us/aCcJ And here's my user_variables.yml:http://sprunge.us/KafI Does anyone know what I'm doing wrong? logan- had said it was probably something with my network layout, but I've gone through it with a pretty fine-toothed comb (and plenty of tcpdump), and I'm at a loss.03:18
captaindaveThis is on Pike and the exact error encountered is "unsupported operand type(s) for +: 'NoneType' and 'str'" in 'Create haproxy service config files', where the '+' in question appears to be, e,g., 'entry.append(hostvars[host_name]['ansible_host'] + \":\" + haproxy_backend_port | string)'03:31
*** gkadam has joined #openstack-ansible03:39
cloudnullevenings03:39
cloudnullcaptaindave: looking03:40
captaindaveAnd to you.03:40
captaindaveThanks!03:40
captaindaveI appreciate any direction you can give.03:40
*** udesale has joined #openstack-ansible03:44
cloudnulleverything looks in order.03:45
captaindaveHmm.03:45
cloudnullyou might want to add tunnel_bridge: "br-vxlan" to the global_overrides section03:46
captaindaveShould the vlans appear tagged on the hosts' bridges?03:46
captaindaveOr bare (vlan 0)?03:46
cloudnullhave you tried `rm openstack_inventory.json`03:46
captaindaveI have not.03:46
captaindaveI certainly can.03:46
cloudnullmaybe something is wedged in the inventory from previous tries ?03:47
cloudnullif you've not provisioned any containers its safe to nuke it03:47
cloudnullit will regenerate03:47
captaindaveI'll try it out. I'll destroy the containers first.03:47
cloudnullfrom the playbooks directory you can destroy them all with the lxc-container-destory.yml play03:48
captaindaveWe're well aquainted. ;)03:48
cloudnullha!03:48
captaindaveI've been at this for a while.03:48
cloudnullthe stacktrace is when your running the haproxy play ?03:49
captaindaveYep.03:49
captaindaveIt's coming from one of the jinja templates.03:49
*** pmannidi has quit IRC03:50
cloudnullonce you remove the openstack_inventory.json file you can just run the haproxy playbook to see if its still failing03:52
captaindaveOK.03:52
captaindaveRecreating. . .03:52
captaindaveShould I remove the file before or after I recreate the containers?03:53
cloudnullno need to recreate the containers.03:53
captaindaveOh?03:53
cloudnullhaproxy normally installs on the host w/out a container .03:53
cloudnullthe inventory however will regenerate03:54
captaindaveI thought it was going to look for the containers' ansible_host values (the problem at hand).03:54
captaindaveOr are they independent: existence and definition?03:54
cloudnullanytime you run the playbook the inventory json file will be regenerated.03:55
captaindaveThat explains the changing mtime.03:55
cloudnullif you ever  want to revert to an older inventory there's a running archive of old version s03:56
captaindaveOh? That's pretty kickin'! Where is that?03:57
cloudnullopenstack_inventory.tar03:57
cloudnullin the /etc/openstack_deploy dir03:58
captaindavehuh!03:58
captaindaveNope. Same error.03:58
captaindavehttp://sprunge.us/LQOh03:59
cloudnullhum.04:00
* cloudnull looking04:01
captaindavehttp://sprunge.us/TLdS04:01
logan-weird that dynamic inventory isnt assigning ips to a bunch of the containers04:05
captaindaveIs there any sort of overlap I should be concerned about?04:05
captaindaveWe're on a 10.0.0.0/8 and I note that the containers are on 10.3.0.0/16(?), but it's NAT, so it shouldn't matter if it's talking just to its subnets and the off-subnet (but non-overlapping) DNS servers.04:07
cloudnullok its something in the user config, i can reproduce it04:07
captaindaveAnd the world, of course.04:07
cloudnulljust looking for what ...04:07
logan-used_ips maybe?04:08
captaindaveYep!04:09
captaindaveI left out a digit.04:10
logan-ah yep04:10
logan-1.x04:10
captaindaveI can see that causing issues.04:10
captaindaveSo with that corrected, rm the inventory and try again, or do I need to re-set up the hosts?04:11
cloudnulljust to test you can simply run the haproxy playbook04:12
captaindaveSure thing.04:12
captaindaveSame error. inventory still has null for the ansible_host.04:15
captaindaveI also have the networks wrong.04:16
cloudnullpabelanger: http://paste.openstack.org/show/622595/04:17
cloudnullopps captaindave04:17
cloudnullthe indentation needs to be adjusted04:18
cloudnullwith the indentation updated its working04:19
*** dxiri_ has quit IRC04:20
*** dxiri has joined #openstack-ansible04:21
captaindaveDouble checking my work . . . .04:23
cloudnullI took your user config and tested with it, all i had to change was here http://paste.openstack.org/show04:24
cloudnulleverything else seems to be ok04:24
captaindaveI'm rechecking VLANs and networks.04:24
captaindavethe numbering.04:24
captaindaveLooks like it worked.04:28
captaindave!04:28
cloudnullwoot!04:28
captaindaveThank you so much! This was driving me batty.04:30
captaindaveI swear I reconfigured that network (Cisco UCS, so ugly but pretty quick) 10-15 times along the way.04:30
cloudnullsounds like a blast !04:31
captaindaveThus the messed up network numbers.04:31
captaindaveIt's been pretty fun, actually.04:31
cloudnulllots of good practice :D04:32
cloudnullhad you seen https://github.com/openstack/openstack-ansible-ops/tree/master/multi-node-aio?04:32
captaindavelots of use of parallel and creatitve quoting in bash for the vhost deployments.04:32
cloudnullyou mentioned building this on a beefy machine with VMs04:32
cloudnullthat only supports ubuntu atm04:32
cloudnullbut adding cent shouldn't been too much of an issue04:33
captaindaveYeah. I played around with the single node aio, but I wanted to use centos and to use our real network gear.04:33
cloudnullmakes sense.04:33
captaindaveI'm planning on putting a second one of these in our other dc as phase 2.04:33
cloudnullcool !04:33
captaindaveAnd then they can talk back and forth.04:33
captaindaveI'm hoping to make this poc/lab into our transition away from vsphere.04:34
captaindaveOne blade at a time.04:34
cloudnullvery cool!04:34
captaindaveWe shall see...04:34
*** galstrom_zzz is now known as galstrom04:35
captaindaveThanks again, everyone. I'm exhausted and am going to press reset on this and go to bed.04:35
cloudnulltake care04:35
cloudnulllet us know how it goes ?04:36
captaindaveYou too. And thank you for the project, btw.04:36
captaindaveWill do!04:36
cloudnullthanks!04:36
cloudnullits a pretty great community.04:37
captaindaveSo I've gathered.04:37
captaindave:)04:37
*** mudpuppy has quit IRC04:50
*** mudpuppy has joined #openstack-ansible04:50
*** chas has joined #openstack-ansible05:09
*** chas has quit IRC05:13
*** eumel8 has joined #openstack-ansible05:20
*** markvoelker has quit IRC05:20
*** eumel8 has quit IRC05:20
*** armaan has joined #openstack-ansible05:29
*** armaan has quit IRC05:30
*** armaan has joined #openstack-ansible05:30
*** chas has joined #openstack-ansible05:48
*** portante has quit IRC05:53
*** lhinds has quit IRC05:54
*** pabelanger has quit IRC05:56
*** albertcard1 has quit IRC06:01
*** albertcard1 has joined #openstack-ansible06:03
*** udesale__ has joined #openstack-ansible06:05
*** udesale has quit IRC06:06
*** Oku_OS-away is now known as Oku_OS06:08
*** ajmaidak has quit IRC06:15
*** portante has joined #openstack-ansible06:21
*** pabelanger has joined #openstack-ansible06:21
*** lhinds has joined #openstack-ansible06:21
*** jvidal has joined #openstack-ansible06:22
*** hachi has joined #openstack-ansible06:23
*** udesale__ has quit IRC06:25
*** udesale__ has joined #openstack-ansible06:25
*** ajmaidak has joined #openstack-ansible06:34
*** eumel8 has joined #openstack-ansible06:36
*** chyka has joined #openstack-ansible06:45
*** pcaruana has joined #openstack-ansible06:48
*** chyka has quit IRC06:50
*** udesale has joined #openstack-ansible06:51
*** chyka has joined #openstack-ansible06:52
*** udesale__ has quit IRC06:53
*** drifterza has joined #openstack-ansible06:56
*** chyka has quit IRC06:56
*** taseer1 has joined #openstack-ansible06:59
*** Taseer has quit IRC06:59
*** shardy_afk is now known as shardy07:01
*** udesale__ has joined #openstack-ansible07:02
*** udesale has quit IRC07:04
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-repo_build master: Fix typo on conditional  https://review.openstack.org/50892807:09
*** OldManTom has joined #openstack-ansible07:15
*** galstrom is now known as galstrom_zzz07:16
*** sdake_ has joined #openstack-ansible07:16
*** sdake_ is now known as Guest5227907:17
*** Guest52279 has quit IRC07:17
*** taseer1 is now known as Taseer07:18
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: [Docs] Clarify role development cycle  https://review.openstack.org/50427907:19
*** markvoelker has joined #openstack-ansible07:21
*** mbuil has joined #openstack-ansible07:23
*** acormier has joined #openstack-ansible07:51
*** markvoelker has quit IRC07:55
*** acormier has quit IRC07:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: [DNM] testing gates g-a-r-r  https://review.openstack.org/50936807:58
*** udesale has joined #openstack-ansible08:02
*** udesale__ has quit IRC08:03
*** mrch has joined #openstack-ansible08:07
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: [DNM] testing gates g-a-r-r  https://review.openstack.org/50936808:07
*** pbandark has joined #openstack-ansible08:10
*** rodolof has joined #openstack-ansible08:10
*** dasTor has joined #openstack-ansible08:21
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-lxc_hosts master: Fix inconsistent cache prep timer  https://review.openstack.org/50937608:24
*** ashak has quit IRC08:31
*** ashak has joined #openstack-ansible08:33
*** armaan has quit IRC08:36
*** armaan has joined #openstack-ansible08:36
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: [DNM] testing gates g-a-r-r  https://review.openstack.org/50936808:38
evrardjpmost of the builds that don't pass rn are due to IO contention08:46
*** armaan has quit IRC08:49
*** armaan has joined #openstack-ansible08:49
*** markvoelker has joined #openstack-ansible08:52
*** hachi has quit IRC08:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Fix warning in upgrade  https://review.openstack.org/50938108:57
*** electrofelix has joined #openstack-ansible08:57
*** OldManTom has quit IRC09:01
openstackgerritMerged openstack/openstack-ansible-openstack_hosts master: Ensure sysstat is running on CentOS  https://review.openstack.org/50423109:06
evrardjpFYI: I will fix the zuul cloner + depends on later today09:08
admin0morning \o09:10
admin0evrardjp, from the logs, all i have to do is change the listen address to 0.0.0.0 and LM will work out of the box ?09:11
admin0i will try .. thanks guys for addressing that09:12
*** gunix has joined #openstack-ansible09:18
*** cshen has joined #openstack-ansible09:18
*** cshen has left #openstack-ansible09:21
*** cshen has joined #openstack-ansible09:21
openstackgerritMerged openstack/openstack-ansible-repo_build master: Fix typo on conditional  https://review.openstack.org/50892809:25
*** TomMc has joined #openstack-ansible09:26
*** markvoelker has quit IRC09:26
*** hachi has joined #openstack-ansible09:27
evrardjpadmin0: it should work out of the box with qemu+ssh09:37
*** bauruine has quit IRC09:41
*** bauruine has joined #openstack-ansible09:42
odyssey4meevrardjp I'm guessing that https://review.openstack.org/508928 should be ported back ?09:43
evrardjpyes :p09:44
evrardjpYou still got the eye09:44
evrardjpof the tiger09:44
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-repo_build stable/pike: Fix typo on conditional  https://review.openstack.org/50938609:44
evrardjpI am proposing on all the branches09:44
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-repo_build stable/ocata: Fix typo on conditional  https://review.openstack.org/50938709:44
odyssey4meyup09:45
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-repo_build stable/newton: Fix typo on conditional  https://review.openstack.org/50938809:45
evrardjp:)09:45
*** hachi has quit IRC09:46
*** hachi has joined #openstack-ansible09:46
evrardjpafk lunch09:47
*** DanyC has joined #openstack-ansible09:56
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: Fix inconsistent cache prep timer  https://review.openstack.org/50937610:19
*** markvoelker has joined #openstack-ansible10:23
odyssey4meevrardjp ^ probably needs a port back to pike too :)10:23
*** chyka has joined #openstack-ansible10:29
*** TomMc has quit IRC10:29
*** udesale has quit IRC10:32
*** chyka has quit IRC10:33
openstackgerritMerged openstack/openstack-ansible-os_gnocchi master: Updated from OpenStack Ansible Tests  https://review.openstack.org/49965610:34
*** TomMc has joined #openstack-ansible10:42
*** hachi has quit IRC10:47
openstackgerritMerged openstack/openstack-ansible-repo_build stable/pike: Fix typo on conditional  https://review.openstack.org/50938610:51
openstackgerritMerged openstack/openstack-ansible-repo_build stable/newton: Fix typo on conditional  https://review.openstack.org/50938810:51
openstackgerritMerged openstack/openstack-ansible-repo_build stable/ocata: Fix typo on conditional  https://review.openstack.org/50938710:53
*** markvoelker has quit IRC10:55
odyssey4menice to see patches moving again10:59
*** dave-mccowan has joined #openstack-ansible11:01
*** dave-mcc_ has joined #openstack-ansible11:10
*** TomMc has quit IRC11:12
*** shardy is now known as shardy_afk11:12
*** hamzy has joined #openstack-ansible11:12
*** dave-mccowan has quit IRC11:13
mbuilif I want to add some new lines to a file, the ansible module 'copy' is not helpful right? If the dst file exists, it will just overwrite it and there is no option to instruct ansible to add those lines to the bottom of the existing file, right?11:16
wspthrYou could try with "blockinfile” or “lineinfile”11:17
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible master: scripts: bootstrap-ansible.sh: Do not error on 'alternatives' command  https://review.openstack.org/50941011:21
mbuilwspthr: thanks. Seems like blockinfile is what I was after. Unfortunately, I need to add ~30 lines, so the code might get a bit ugly with so much text after the block parameter, but that's how it is I guess11:22
hwoarangmbuil: is it too much pain to have your own copy of the file constructed as you wish?11:22
jrosseris there a way to run one of the OSA role tests locally, just the functional bit?11:25
*** smatzek has joined #openstack-ansible11:25
hwoarangjrosser: maybe edit the Vagrantfile to run 'run_tests.sh functional' ?11:26
hwoarangand then vagrant up <distro> ?11:26
odyssey4mejrosser or if you're on a host which can just run the stuff, use 'run_tests.sh functional'11:26
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-lxc_hosts stable/pike: Fix inconsistent cache prep timer  https://review.openstack.org/50941411:36
*** DanyC has quit IRC11:38
jrosserodyssey4me: oh wow - just finally found how that works :)11:38
*** TomMc has joined #openstack-ansible11:38
odyssey4mejrosser you can thanks hwoarang for making it work so nicely ;)11:39
evrardjpjrosser: :)11:39
evrardjpMaybe we should stop tox altogether11:39
jrosseryou have to read run_tests_common.sh very very carefully11:39
odyssey4meevrardjp given zuul v3 I think that would be fine - we used it previously because we were trying to be less of a snowflake11:40
evrardjpodyssey4me: yes, that's what I thought.11:40
odyssey4mebut we should use tox for some standard things, like docs building and all that11:40
evrardjpsimplifying things up a little more is good11:40
evrardjpoh yes, sure.11:40
odyssey4mebut for all our functional tests, we can kill tox I think11:41
evrardjpbut these jobs already exist11:41
evrardjpand IIRC, there was this idea of putting more things directly in docs/ folder11:41
evrardjpbut I have to re-read mordred email about it11:41
odyssey4meyes, all docs are moving into the docs/ folder, but there will still likely be multiple tox nvs I think11:42
pbandarkany guide which i can refer to manage existing openstack setup using ansible? for ex. creating network/router/instances etc11:42
hwoarangodyssey4me: evrardjp: regarding our discussion about user_*.yml files being passed exclusively using -e, is it ok for deployers to generally drop user_*.yml files there to create different deployment flavors? For example user_scenario1.yml, user_scenario2.yml etc11:42
hwoarangso they can keep a minimal user_variables.yml (since it's last) and then configure the scenarion in the other files11:42
evrardjpwell, by default we add all the files in the cli11:42
evrardjpnot sure what you mean there11:42
evrardjpwhy not doing it manually then?11:43
odyssey4mehwoarang absolutely - any number of user_ files can be used and layered as you see fit... they will be applied in alphanumeric order with the last one winning11:43
hwoarangi mean, that any user_* file will be passed to command line11:43
*** drifterza has quit IRC11:43
evrardjp-e @scenario.yml on top of the user_* files should be good enough11:43
evrardjpwell you modify it the way you want :)11:43
evrardjpthat's standard ansible11:43
odyssey4meso if you define var1 in user_variables.yml, and var1 again in user_zz_variables.yml, the value will come from the one in the last file11:43
hwoarangyeap that's what i meant11:43
hwoaranginteresting feature for opnfv11:44
evrardjpkeep in mind you're probably gonna have a warning11:44
* hwoarang context switches back to opnfv11:44
evrardjpbut it's fine11:44
hwoarangah i can live with that11:44
evrardjpthere are maybe smarter things to do inside yaml11:45
evrardjpbut I don't know your use case in details :p11:45
hwoarangevrardjp: just some scenarios want to override some of the user_variables.yml we give them. so we want some sort of layering11:47
hwoarangwe provide a good default user_variables.yml for all deployments, and then scenarios may supply their own user_* file to change some stuff11:48
evrardjpfair enough11:48
*** drifterza has joined #openstack-ansible11:50
*** markvoelker has joined #openstack-ansible11:53
admin0one comment ..not a log of defaults are in user_variables .. so most of the time, deployers like me are not even sure what are the default values .. is it possible to grep/awk all defaults used everywhere in openstack ?12:10
admin0that can be overwritten using user_variables12:10
mhaydengood morning, folks12:16
odyssey4meadmin0 any conf options can be set by OSA using the config_overrides... there is no need to ever learn the variable in OSA... it may be helpful sometimes, but is not required12:19
odyssey4meand yes, openstack has a config reference doc to help you find all the possible options that can be set12:19
odyssey4meadmin0 as clearly stated at the top of the user_variables.yml default file, it is not meant to contain every option12:20
*** udesale has joined #openstack-ansible12:23
mgariepymorning everyone12:23
*** ianychoi has quit IRC12:25
*** ianychoi has joined #openstack-ansible12:26
*** markvoelker has quit IRC12:26
*** markvoelker has joined #openstack-ansible12:27
*** br0k3n has joined #openstack-ansible12:27
*** TomMc has quit IRC12:27
*** smatzek has quit IRC12:27
*** smatzek has joined #openstack-ansible12:28
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Fix zuul clonemap  https://review.openstack.org/50942612:31
evrardjpmhayden: ^ more fix up of your things :)12:33
*** smatzek has quit IRC12:34
evrardjpcould I have some votes on ^ it should be helpful12:38
*** br0k3n has quit IRC12:41
*** kylek3h has quit IRC12:43
*** gkadam has quit IRC12:50
*** esberglu has joined #openstack-ansible12:51
*** smatzek has joined #openstack-ansible12:53
admin0odyssey4me, that i know .. but say i want to change the default az from nova to something else.. i have to resort to commands like  grep -ri ': nova' /opt/openstack-ansible | grep vars   .. and grep -ri ': nova' /etc/ansible | grep defaults  to check where that might be coming from and if it can be set via osa12:54
odyssey4meadmin0 or just use the config override and the config reference from nova12:54
odyssey4methe OSA vars are only useful if they're applying glue between services, and yes - then you need to grep for them... unless we pull all roles into the same directory that problem won't go away - and even then, you'll still have to grep12:55
odyssey4meunless you have some smart way of auto-documenting variables?12:56
*** TomMc has joined #openstack-ansible12:56
*** woodard_ has quit IRC12:56
*** woodard has joined #openstack-ansible12:57
*** pcaruana has quit IRC13:02
*** smatzek has quit IRC13:04
*** lbragstad has joined #openstack-ansible13:05
odyssey4meevrardjp that only applies to non OSA repositories and roles - what's the problem that's trying to be solved?13:05
*** kylek3h has joined #openstack-ansible13:08
evrardjpit does indeed13:08
evrardjphttp://logs.openstack.org/68/509368/3/check/gate-openstack-ansible-linters-ubuntu-xenial/49dc15b/console.html#_2017-10-04_08_42_25_25846513:08
evrardjpit's just wrong13:09
evrardjpand burps when doing releases13:09
evrardjpwhich is not osa13:09
odyssey4mefair enough13:10
odyssey4meI don't think we actually need to negate there, because zuul uses the first it finds and ignores the others IIRC... but sure that patch looks fine13:10
evrardjp:)13:10
evrardjpnot suer what you meant there13:11
evrardjpsure*13:11
evrardjpoh yes13:11
*** smatzek has joined #openstack-ansible13:11
*** pbandark1 has joined #openstack-ansible13:11
evrardjpalthough I have just checked the re.sub part of the clone map13:12
evrardjpit may be a dict instead of an OL13:12
evrardjpOD*13:12
evrardjplet me check just a sec13:12
*** pbandark has quit IRC13:13
*** pbandark1 is now known as pbandark13:13
evrardjpyup it's ordered13:14
evrardjpI can change the review if you're more confident that way13:14
*** pcaruana has joined #openstack-ansible13:15
*** smatzek has quit IRC13:15
cloudnullmornings13:16
*** hachi__ has joined #openstack-ansible13:22
*** eumel8 has quit IRC13:23
jrossercloudnull hi13:26
jrosseri was looking at your machinectl/btrfs patches13:26
jrosseri wasnt clear how it interacted with tasks calling the lxc_container module that have to specify the backing store type13:27
cloudnullthe template moves the container store to /var/lib/machinectl13:31
cloudnullso when using that template it overrides the bdir options13:32
jrosserhere for example https://github.com/openstack/openstack-ansible-lxc_hosts/blob/de1b45553e856ac618562476095e4023c8f627be/tasks/lxc_cache_create.yml#L7913:32
cloudnullthat would not be run13:33
cloudnullor should not be13:33
cloudnullthe container is spawned directly from the cache13:34
cloudnullso there's almost no spin up time13:34
jrosseri was trying to decide what the delta was to get zfs backend going13:35
*** TomMc has quit IRC13:37
cloudnulloh.13:37
cloudnullit looks like zfs is already there.13:37
cloudnullwe'd need to set backendstore to zfs13:38
jrossercloudnull: reason i ask is we've just torn down our POC and are rebuilding it13:38
cloudnulland provide the pool location13:38
openstackgerritMerged openstack/openstack-ansible-ops master: make group membership blocks optional  https://review.openstack.org/50826913:38
jrosserand ZFS backed lxc has been on the to-do for a looong time13:38
jrosserso i have a window to address that now, and it might be hard to change that for a while otherwise13:39
cloudnullyea so --bdir zfs --zfsroot=$PATH13:40
cloudnulland it should work ?13:40
cloudnullsorry bdir --bdev13:40
jrosserand it felt like there were two possible approaches - the one in your patches or extend the existing lxc_hosts to do dir|lvm|zfs13:40
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_freezer master: Updated from global requirements  https://review.openstack.org/48412013:41
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_horizon master: Updated from global requirements  https://review.openstack.org/50468313:41
mgariepyzfs backend for lxc containers would be really awesome :)13:41
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_searchlight master: Updated from global requirements  https://review.openstack.org/49523813:42
*** shardy_afk is now known as shardy13:42
*** TomMc has joined #openstack-ansible13:42
*** jwitko has joined #openstack-ansible13:44
cloudnulljrosser: so http://docs.ansible.com/ansible/latest/lxc_container_module.html13:44
cloudnullyou'd need to set zfs_root13:45
cloudnulland the module should do the rest13:45
jrosserok - and adding a 3rd section to lxc_cache_create.yml to handle zfs?13:46
cloudnullyou could probably just add it here https://github.com/openstack/openstack-ansible-lxc_container_create/blob/master/tasks/container_create.yml#L64-L8513:46
cloudnullthat option is not used unless the backendstore is zfs13:47
jrosserah yes my brain did bleed a bit with the when: on that13:47
jrosserbut if the option is ignores then it doesnt matter13:48
*** weezS has joined #openstack-ansible13:49
*** gouthamr has joined #openstack-ansible13:53
*** armaan has quit IRC13:55
*** armaan has joined #openstack-ansible13:55
*** germs has joined #openstack-ansible13:57
odyssey4mejrosser cloudnull yeah, sorry about that horrible conditional14:00
odyssey4meI was trying to cater for defining a back-end like lvm, but enabling the use of CoW containers (ie lvm snapshots)14:00
odyssey4mebut then you get weird ones like overlayfs which is CoW :/14:01
*** germs has quit IRC14:01
odyssey4meI'd prefer to actually simplify that down to be more consistent and less complex - perhaps something like: backing store = dir, if backing_method = copy-on-write then use overlayfs... for zfs as a backing store, if CoW enabled then use it... etc14:02
evrardjpor maybe backing store, and we assume the capability of it, unless someone overrides it in user vars14:07
evrardjp(capabilities map would be in a vars/ file )14:07
*** yifei has joined #openstack-ansible14:12
odyssey4meyes, if we do a capabilities map that could be quite nice14:12
*** smatzek has joined #openstack-ansible14:15
*** smatzek has quit IRC14:15
*** smatzek has joined #openstack-ansible14:15
*** kenperkins has joined #openstack-ansible14:18
*** acormier has joined #openstack-ansible14:19
*** acormier has quit IRC14:20
*** kenperkins has quit IRC14:23
*** armaan has quit IRC14:30
*** armaan has joined #openstack-ansible14:30
*** udesale has quit IRC14:32
*** pcaruana has quit IRC14:33
openstackgerritMarc Gariépy (mgariepy) proposed openstack/openstack-ansible-repo_server master: Only enable apt-cacher-ng from epel-testing  https://review.openstack.org/50949314:33
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_tempest master: Enforce tempest folder only when it doesn't exist  https://review.openstack.org/50949414:35
*** armaan has quit IRC14:39
*** fxpester has quit IRC14:40
*** armaan has joined #openstack-ansible14:40
*** galstrom_zzz is now known as galstrom14:42
*** smatzek has quit IRC14:42
*** smatzek has joined #openstack-ansible14:43
*** smatzek has quit IRC14:44
*** pcaruana has joined #openstack-ansible14:45
spotzcloudnull - did you doc the trusty Newton to Xenial Ocata upgrade? I know if you're using your scripts you stop at Newton to upgrade OS and then I think proceed?14:48
spotzemail on the ops list14:48
mgariepyspotz, there is that for the newton - trusty/xenial update https://etherpad.openstack.org/p/osa-newton-xenial-upgrade14:53
spotzSweet thanks mgariepy I'll reply to the email with that14:54
*** smatzek has joined #openstack-ansible14:55
mgariepyit's not the newton to ocata tho. :)14:56
*** eumel8 has joined #openstack-ansible14:57
*** germs has joined #openstack-ansible14:57
*** smatzek_ has joined #openstack-ansible14:57
*** jvidal has quit IRC14:57
*** germs1 has joined #openstack-ansible14:58
*** smatzek has quit IRC15:00
*** smatzek_ is now known as smatzek15:00
openstackgerritManuel Buil proposed openstack/openstack-ansible-os_neutron master: L3 Support for ODL deployments  https://review.openstack.org/49745815:00
*** germs has quit IRC15:01
*** yifei has quit IRC15:03
*** Oku_OS is now known as Oku_OS-away15:08
*** armaan_ has joined #openstack-ansible15:11
*** armaan has quit IRC15:11
evrardjpspotz: it's a two step thing. N Trusty -> Xenial then N Xenial -> O15:18
spotzevrardjp: That part I knew and what they're planning to do. I invited them to join us here:)15:19
evrardjpgood choice15:19
*** TomMc has quit IRC15:20
spotzOh evrardjp horse shoowing this weekend so won't be about tomorrow for the meeting, I"ll be driving the trailer. It does look like there will be onboarding rooms at summit15:27
*** pcaruana has quit IRC15:28
*** chas has quit IRC15:31
*** smatzek has quit IRC15:38
*** smatzek has joined #openstack-ansible15:39
*** br0k3n has joined #openstack-ansible15:40
*** smatzek_ has joined #openstack-ansible15:43
*** smatzek has quit IRC15:43
openstackgerritMajor Hayden proposed openstack/openstack-ansible master: Check proxy status on CentOS  https://review.openstack.org/50951515:45
*** chyka has joined #openstack-ansible15:45
*** smatzek_ has quit IRC15:46
evrardjpspotz: I'll handle the community meeting don't worry15:46
spotzevrardjp: I know you've already cut me back to once a month!15:47
evrardjphaha15:47
evrardjpwhy?15:47
evrardjpyou can handle the bug triages too15:47
openstackgerritMerged openstack/openstack-ansible-ops master: Allow for Leapfrogs from other Releases  https://review.openstack.org/50764515:47
evrardjpI see no issue with that15:47
*** hachi__ has quit IRC15:48
*** smatzek has joined #openstack-ansible15:49
*** smatzek_ has joined #openstack-ansible15:51
*** smatzek has quit IRC15:54
*** smatzek_ has quit IRC15:54
*** br0k3n has quit IRC15:55
*** armaan_ has quit IRC15:56
*** armaan has joined #openstack-ansible15:57
*** smatzek has joined #openstack-ansible15:57
*** mrch has quit IRC16:00
*** smatzek_ has joined #openstack-ansible16:00
openstackgerritMerged openstack/openstack-ansible-lxc_hosts stable/pike: Fix inconsistent cache prep timer  https://review.openstack.org/50941416:01
*** smatzek has quit IRC16:01
evrardjpso, for ppl reviewing, don't forget to also check the -1 zuuls , because now we have jenkins and zuul16:02
*** smatzek_ has quit IRC16:03
evrardjpexample https://review.openstack.org/#/c/509108/16:03
*** smatzek has joined #openstack-ansible16:03
*** smatzek has quit IRC16:03
*** smatzek has joined #openstack-ansible16:04
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: vars: Drop development packages  https://review.openstack.org/50744916:05
*** woodard has quit IRC16:08
*** woodard_ has joined #openstack-ansible16:08
eumel8is there any "big picture" in osa to use ansible roles outside the repo?16:09
eumel8maybe a spec or blueprint16:09
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: Update the LXC container create role  https://review.openstack.org/50953016:11
cloudnulljrosser: odyssey4me: first pass at trying to update the lxc create role.16:11
cloudnullhoping to pull it more in line with our other roles and increase general role comprehension.16:12
*** armaan has quit IRC16:14
*** armaan has joined #openstack-ansible16:14
odyssey4melogan- uses that role heavily, so he'll want to peek at it16:14
*** armaan has quit IRC16:15
*** armaan has joined #openstack-ansible16:15
nwonknuanyone know of a way to deploy multiple cinder containers to a single host through osa?16:16
nwonknuuse-case is multiple cinder availability zones on a single host (referring to 3par backend storage in different locations, but network-wise available on the same controller node)16:16
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: Update the LXC container create role  https://review.openstack.org/50953016:17
nwonknuas cinder az's seem to be defined on host-level, not sure how else i'd configure something like this other than having multiple cinders16:17
*** rodolof has quit IRC16:20
odyssey4mecloudnull added a comment in PS1, otherwise looks fine I think at a glance16:23
cloudnullcomment makes total sense16:26
cloudnullupdating16:26
openstackgerritMerged openstack/openstack-ansible-galera_server master: templates: Configure galera socket per distribution  https://review.openstack.org/50815416:37
*** dxiri has quit IRC16:40
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: Update the LXC container create role  https://review.openstack.org/50953016:46
*** shardy has quit IRC16:47
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Add support for Neutron FWaaS v2  https://review.openstack.org/38854816:52
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_neutron stable/pike: Add support for Neutron FWaaS v2  https://review.openstack.org/50955116:55
*** DanyC has joined #openstack-ansible16:58
jrossercloudnull: excellent stuff... boxrick and i were just saing earlier that the container_create role needed splitting into more files like that17:01
cloudnull++17:01
cloudnulltotally agre17:01
cloudnull*agree17:01
*** mrtenio has quit IRC17:03
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: Update the LXC container create role  https://review.openstack.org/50953017:04
cloudnullupdated the release notes ^17:04
jrosserneed some consideration of the copy-on-write flag17:04
ivvenwonknu: you can have multiple backends to one host17:05
jrosserzfs is implicitly cow, but as the code was before you couldnt set the flag otherwise $bad-things looked likley17:05
openstackgerritMerged openstack/openstack-ansible-os_neutron master: adding multiple ovs manager  https://review.openstack.org/49658017:06
*** mrtenio has joined #openstack-ansible17:06
ivvenwonknu: you just put all of them in the cinder stanza in openstack_user_config.yml. would you like some examples?17:07
jrosserah right i see now copy-on-write flag is specifically for lvm, that makes more sense now17:07
*** galstrom is now known as galstrom_zzz17:10
*** mbuil has quit IRC17:19
*** weezS has quit IRC17:25
cloudnulljrosser: yea with the updated layout we should be able to easily integrated additional stores17:27
*** galstrom_zzz is now known as galstrom17:27
cloudnullI added a zfs stub which just returns "not implemented"17:28
cloudnullbut with the new layout adding something zfs specific without having to deal with all of the extra conditional logic should be a lot more simple.17:29
*** markvoelker has quit IRC17:30
*** markvoelker has joined #openstack-ansible17:30
*** chas has joined #openstack-ansible17:32
*** dxiri has joined #openstack-ansible17:33
*** lbragstad has quit IRC17:34
*** chas has quit IRC17:37
*** smatzek has quit IRC17:37
*** smatzek has joined #openstack-ansible17:38
*** smatzek_ has joined #openstack-ansible17:40
*** esberglu has quit IRC17:41
*** smatzek has quit IRC17:42
*** esberglu has joined #openstack-ansible17:42
*** esberglu has quit IRC17:42
*** smatzek_ has quit IRC17:42
*** esberglu has joined #openstack-ansible17:42
*** smatzek has joined #openstack-ansible17:44
*** smatzek_ has joined #openstack-ansible17:46
*** smatzek__ has joined #openstack-ansible17:48
*** smatzek has quit IRC17:48
*** acormier has joined #openstack-ansible17:50
*** smatzek_ has quit IRC17:50
*** smatzek__ has quit IRC17:51
*** smatzek has joined #openstack-ansible17:53
*** smatzek has quit IRC17:54
*** smatzek has joined #openstack-ansible17:55
*** weezS has joined #openstack-ansible17:56
*** lbragstad has joined #openstack-ansible17:57
*** AndyWojo has joined #openstack-ansible17:58
*** spikebyt1 has joined #openstack-ansible17:59
*** albertcard2 has joined #openstack-ansible18:00
*** MasterOfBugs has joined #openstack-ansible18:00
*** albertcard2 is now known as poopcat18:02
*** germs1 is now known as germs18:02
*** albertcard1 has quit IRC18:03
*** drifterza has quit IRC18:04
*** weezS has quit IRC18:06
chykashould it be possible to deploy instances from the provider network, as well as the self service network?18:07
chykai'm on ocata, and followed the openstack ansible interface configuration, and self service networks work fine18:08
*** spikebyt1 is now known as spikebyte18:08
chykajust using linuxbridge, but instances booted from the provider network can't reach the metadata server18:09
*** weezS has joined #openstack-ansible18:13
*** br0k3n has joined #openstack-ansible18:22
cloudnullchyka: yes that should work fine18:22
cloudnullcan you use a self service network with a floating ip from the provider network?18:23
mhaydeneumel8: there is a spec for that!18:23
*** hachi_ has joined #openstack-ansible18:26
DimGRcloudnull greetings18:42
*** galstrom is now known as galstrom_zzz18:45
*** armaan has quit IRC18:45
openstackgerritMerged openstack/openstack-ansible master: scripts: bootstrap-ansible.sh: Do not error on 'alternatives' command  https://review.openstack.org/50941018:45
cloudnullo/ DimGR18:46
openstackgerritMerged openstack/openstack-ansible master: scripts: sources-branch-updater-lib: Always fetch SHAs when working on master  https://review.openstack.org/50928518:46
chykayeah i can attach a floating ip from the provider network fine, no issues there18:46
*** armaan has joined #openstack-ansible18:46
cloudnullok. is DHCP enabled on the provider network ?18:46
chykayup18:48
chykaoh actually i have the net nodes split off from the infra nodes.  they still have the same interface and bridges configured as per the docs though18:49
kylek3hchyka: I've hit the same (although not via OSA install).  For a temp work around until I figure it out, I've been using config drive during instance creation...that's worked for me.18:51
cloudnullchyka: ^ that should work every time18:53
cloudnulland its ok to have different network nodes (i prefer having isolated network nodes)18:53
kylek3hcloudnull: missed you at PTG!  But you seem to be in a much better place.18:53
cloudnullare you seeing DHCP traffic on your compute hosts?18:53
cloudnullkylek3h: yup, sadly I couldn't make it.18:54
cloudnulli was in a better place, but now im back in TX18:54
cloudnull:P18:54
chykahmm would there be any issues with config drive using ceph as a back-end, for instance migrations or upgrades?18:56
cloudnullkylek3h: did you get a lot accomplished at the PTG ?18:56
cloudnullchyka: IDK18:56
chykaalso which interface would i check for dhcp, the br-vlan-veth?18:57
cloudnullbr-vlan and the instance tap device18:57
cloudnullif its making it all the way there then the VM should get DHCP and should be able to hit the metadata service.18:58
kylek3hcloudnull: yeah, although I liked the format of the Altanta one better...where we had the OSA meetings Mon, Tues.18:58
cloudnullwere you impacted by the trains ?18:58
cloudnullI heard that was amazing18:58
*** gouthamr has quit IRC18:58
*** MasterOfBugs has quit IRC18:59
*** gouthamr_ has joined #openstack-ansible18:59
kylek3hI scheduled late and couldn't get into that hotel with an approved price...so had to stay elsewhere, which in the end worked out.  What trains?  lol18:59
openstackgerritAntony Messerli proposed openstack/openstack-ansible-ops master: Change location of horizon files in Liberty  https://review.openstack.org/50959118:59
openstackgerritAntony Messerli proposed openstack/openstack-ansible-ops master: Add variable prep for liberty leap  https://review.openstack.org/50959119:01
mhaydenoh man, found a tricky bug with centos upgrades19:04
mhaydencentos 7.4 + 7.3 directories on the repo server are different19:04
mhaydenso 7.3 containers look in the wrong place for their wheels19:05
mhaydennot sure how to solve that one19:05
chykathanks, cloudnull & kylek3h i'll check those out19:08
chykaim also having an issue with the neutron firewall config just staying stuck in pending, i wonder if its related to this19:08
*** chas has joined #openstack-ansible19:33
*** lbragstad has quit IRC19:35
*** chas has quit IRC19:38
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-lxc_container_create master: Add ZFS backing store to the container create role  https://review.openstack.org/50960819:38
openstackgerritMajor Hayden proposed openstack/ansible-hardening stable/pike: Fix path to useradd config  https://review.openstack.org/50960919:40
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-lxc_container_create master: Add ZFS backing store to the container create role  https://review.openstack.org/50960819:42
*** weezS has quit IRC19:46
*** weezS has joined #openstack-ansible19:46
*** perniciouscaffei has joined #openstack-ansible20:00
*** ianw is now known as ianw|pto20:04
*** armaan has quit IRC20:07
eumel8mhayden: got it. thx. We have in our company an internal project with the same structure and I need some arguments to work in the same way like osa :)20:10
*** chas has joined #openstack-ansible20:14
*** chas has quit IRC20:17
mhaydeneumel8: you are likely looking for -> https://github.com/openstack/openstack-ansible-specs/blob/master/specs/queens/ansible-roles-reuse.rst20:18
mhaydenand i'm sure logan- would love your input20:18
eumel8thx :)20:24
*** lbragstad has joined #openstack-ansible20:27
*** smatzek has quit IRC20:28
*** smatzek has joined #openstack-ansible20:28
*** smatzek has quit IRC20:33
*** jbadiapa_ has quit IRC20:39
eumel8btw: this is a typical example how an open community works. problems, specs, proposals and discussions are well document. It's so helpful, easy to follow, in one word: awesome!20:44
*** gouthamr_ has quit IRC20:46
cloudnullI heard that was amazing20:55
cloudnullopps20:55
cloudnullany cores around that might want to give this a review https://review.openstack.org/#/c/509530/20:55
cloudnulllooks like jrosser has a pr up for zfs support20:55
jrosserthink i messed up the when:20:55
cloudnulland it'd be nice to see if we can get that going / have a gate around it20:56
jrosserlist of one element doesnt seem to pass a local test20:56
cloudnullwhich one ?20:56
jrosserahhhhhhh ignore me :)20:57
*** smatzek has joined #openstack-ansible20:57
* cloudnull ignoring :D20:57
jrosseri'm also looking at lxc_hosts20:57
jrosserbut thats a bit more mysterious to me :)20:58
cloudnullthere's a bit of updating we can do there too20:58
openstackgerritAntony Messerli proposed openstack/openstack-ansible-ops master: Add variable prep for L->N leap  https://review.openstack.org/50959120:58
jrosseri'm still a bit baffled by the intersection of machinectl and well, anything else!20:58
cloudnullat this point machinctl is just for image caching20:58
jrosserand in this case does that mean the per-container host base image?20:59
cloudnullits just an efficient means to store a cached image.20:59
cloudnullyes20:59
jrosserok, so for COW stuff we'd want to drop that into the right place20:59
cloudnullyoud likely just need to circumvent the systemd/machinctl things21:00
*** smatzek has quit IRC21:00
jrossercloudnull: i was sort of here http://paste.openstack.org/show/622703/21:01
jrosserthen looking at the rest of the role and figuring i needed some advice21:02
jrosseryou know the more i look at all this the more it looks like parallel lxd universe21:04
cloudnullits pretty close21:05
*** armaan has joined #openstack-ansible21:06
cloudnulla lot of this predates LXD however I suspect there's a bit of overlap these days.21:06
cloudnullthat diff looks like it'd work fine.21:08
jrosserdoes anyone run the tests behind a proxy? i'm having to hack up run_tests.sh to make that go21:10
*** eumel8 has quit IRC21:11
cloudnullnot i.21:12
cloudnullmaybe logan-?21:12
cloudnullI updated my review on https://review.openstack.org/#/c/50960821:16
cloudnullgiven the diff it looks like there's going to be a single base image, like overlay and lvm + snap21:16
cloudnullso we should be able to use the lxc-clone command and just create new containers from the known base image.21:17
*** tasker has joined #openstack-ansible21:17
taskerhello. how are things?21:17
jrosserhttps://github.com/openstack/openstack-ansible-lxc_hosts/blob/master/tasks/lxc_cache_preparation.yml#L43 and L45 would be "when not zfs" i think21:17
taskerit's been awhile and I was starting to miss y'all.21:17
cloudnullohai tasker21:18
cloudnulldoing well. how have you been ?21:19
taskergood, good.21:20
taskerI've been complaining about a few things, but I'm the only one in the office.21:20
cloudnullI like yelling at myself in a reflection too .21:22
cloudnulljrosser: looks like lxc-copy already has zfs support21:22
cloudnullso there may be nothing to do.21:23
cloudnullzfs support in the lxc-container-create role may be as simple as https://review.openstack.org/#/c/509530/4/tasks/lxc_container_create_overlayfs.yml21:23
jrosserah magic21:24
cloudnull^ that assuming the base image was already in place.21:25
jrosserso my patch would instead include the _cow.yml21:25
jrosserbecasue i did like how you drove the file to include off the backing store type21:25
cloudnullyup21:25
cloudnullthe zfs file would likely just be "- include: lxc_container_cow.yml"21:26
cloudnullI dont have a zfs env to test with21:26
jrosseri was next thinking about the container_create tests21:26
*** br0k3n has quit IRC21:26
jrosserand how to lash a trivial zfs volume into that21:27
cloudnullyea. we should add this to the test matric21:27
cloudnull**matrix21:27
cloudnulland probably limit zfs support to Ubuntu?21:27
jrosserprobably wise21:27
cloudnullgotta run, back in a few21:28
*** br0k3n has joined #openstack-ansible21:40
jrossercloudnull: i'm done for today - if you have any good ideas about how to do a block device in the test that would be great21:47
openstackgerritAntony Messerli proposed openstack/openstack-ansible-ops master: Add variable prep for L->N leap  https://review.openstack.org/50959121:54
spotzI have to say I'm happy to see Juenkins +1 again:)22:00
spotzJenkins even22:00
*** kylek3h has quit IRC22:02
cloudnulljrosser: we should be able to simply use a loop device w/ zfs ?22:06
*** threestrands has joined #openstack-ansible22:08
*** acormier has quit IRC22:11
*** pbandark1 has joined #openstack-ansible22:11
*** pbandark has quit IRC22:11
*** pbandark1 is now known as pbandark22:11
*** acormier has joined #openstack-ansible22:12
*** acormier has quit IRC22:17
*** hachi_ has quit IRC22:25
*** br0k3n has quit IRC22:25
*** gouthamr has joined #openstack-ansible22:26
*** lbragstad has quit IRC22:38
*** exodusftw has quit IRC22:52
*** exodusftw has joined #openstack-ansible22:58
*** esberglu has quit IRC23:00
*** esberglu has joined #openstack-ansible23:01
*** esberglu has quit IRC23:05
taskerwhy am I waiting so long on "setup-openstack"? is it actually downloading and unpacking all of the venvs from the repo even for containers that haven't changed? I thought OSA tried to be idempotent.23:07
*** weezS has quit IRC23:15
*** acormier has joined #openstack-ansible23:24
*** pbandark has quit IRC23:25
*** acormier has quit IRC23:28
*** chyka has quit IRC23:40
taskerwhat conditions does OSA use to determine if it needs to reinstall the virtual environments?23:40
taskeris it a timestamp on the repo files?23:40
taskersomething in the container?23:40
*** chyka has joined #openstack-ansible23:41
*** chyka has quit IRC23:45

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