Tuesday, 2018-08-21

*** gyee has quit IRC00:00
*** schwicht has quit IRC00:30
*** dxiri has quit IRC00:35
*** macza has quit IRC00:41
*** Talion has quit IRC00:45
*** aicilamd has joined #openstack-ansible00:47
*** aicilamd has quit IRC00:48
*** aicilamd has joined #openstack-ansible00:48
*** schwicht has joined #openstack-ansible00:51
*** aicilamd has quit IRC00:53
*** dxiri has joined #openstack-ansible01:25
*** vnogin has joined #openstack-ansible01:53
*** vnogin has quit IRC01:58
*** Bhujay has joined #openstack-ansible02:00
*** sm806 has joined #openstack-ansible02:16
sm806Does anyone know if OpenStack-Ansible support hyper-converged deployments??02:16
*** schwicht has quit IRC02:24
cloudnullsm806 what are you looking for?02:35
cloudnulljust running the control plane on a compute node?02:35
cloudnullor something else02:36
cloudnulltell us a little more about the arch you want to build and i'd be happy to help see if OSA can fulfill that need.02:37
sm806I am looking for tying storage and compute on the same node.02:37
cloudnullyea that's totally supported.02:37
cloudnullI have a reference config w/ single bond compute, storage, control on all on the same node if your at all interested02:38
sm806Basically we are looking at deploying build machines on OpenStack, so to make the build time more optimal I am looking at cutting down network operations for storage.02:38
cloudnullso every compute node will use a local store02:38
sm806yes02:38
cloudnullwhen  you say stoage yu mean running cinder02:39
cloudnullor just local start VMs02:39
sm806local start of these VMs02:40
cloudnullyea thats simple enough02:40
cloudnullif you want to run cinder w/ LVM that'd work too02:40
cloudnullthe minimum set of hardware required for OSA is 1 node. however we'd recommend building out a 3 node control plane and then as many computes as you need.02:41
cloudnullall the things can be on all the nodes if you so chose02:41
cloudnull* choose02:41
cloudnullthe required networking is a set of bridges.02:42
cloudnullin the reference case its br-{mgmt,vlan,storage,vxlan,flat}02:42
cloudnullhow you get to those bridges is totally up to you02:42
cloudnulland not all of them is required, thats just the reference set02:43
sm806hoo ok. Thats good.02:43
cloudnullin my case I typically have 2 bonds, and vlan tagged interfaces with bond0 serving management traffic and bond1 serving compute/storage traffic02:44
sm806So, if i configure cinder with LVM on all compute nodes will it create volumes for the VMs on the local node only?02:44
cloudnullyou could do that yes.02:44
cloudnullyou would however need to setup multiple backends and schedule the volumes accordingly02:44
cloudnullthere's not a 1:1 map w/ cinder and nova without using scheduler hints (to my knowledge)02:45
sm806hoo, that would make things bit complicated i guess. If i add more computes I have to keep adjusting the scheduler right?02:45
cloudnullunless you need the volume to be portable you might just be better off giving all of the storage to nova and creating large flavors02:45
cloudnullsm806 yes.02:46
cloudnullyou'd have to keep adding backends per compute host02:46
cloudnullitd likely get a bit squirrelly02:46
sm806Then i think it is better off not to deploy cinder and make nova use local storage only.02:46
cloudnullIDK what the use case really is, however that might be the best option02:47
cloudnullcinder is a totally optional component02:47
sm806ok. And the next follow up question I have is that, does openstack and OSA support different storage types for different availability zones?02:48
cloudnullyes02:49
sm806For example, zone-A would use local storage for VM and zone-B would use cinder LVM for storage02:49
cloudnullnova w/ local storage would not use cinder02:50
cloudnullcinder w/ LVM, NFS, NetApp, Solidfire, HPLeftHand, etc, are all supported and can work within a single deployment02:50
sm806is it configurable per availability zone? If yes, if you could point me to any reference document/configurations that would be great!!02:51
cloudnullexample - https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.example#L671-L71302:51
cloudnullthats configuring both ceph and qnap02:52
cloudnullcinder_backends is the option you'd specify and that would contain all of the backends available on a given cinder node.02:52
cloudnullthat option is a hash and can contain many storage backends02:53
cloudnulleach nodes can have different availablility zones.02:54
sm806great!! and will the cinder availability zone show up in the "Availability Zone" drop down while launching an instance from horizon?02:55
cloudnullit should, though I've not done much with horizon tbh02:57
sm806ok. thanks will check it out.02:58
cloudnullmnaser spotz ping - how do we get this corrected - https://www.openstack.org/software/project-navigator/deployment-tools  - looks like we've become some form of a packaging tool based on the docs ?03:01
*** markvoelker has joined #openstack-ansible03:01
mnasercloudnull: woops. Good catch. Let me reach out to jimmy and cc you03:02
cloudnull++ thanks!03:02
openstackgerritMerged openstack/openstack-ansible master: Gather facts for openstack_openrc role  https://review.openstack.org/59368403:03
mnasercloudnull: sent it out03:04
cloudnullreceived :)03:05
openstackgerritweizj proposed openstack/openstack-ansible-os_octavia master: use include_tasks instead of include  https://review.openstack.org/59399703:20
*** Bhujay has quit IRC03:24
*** udesale has joined #openstack-ansible04:00
*** poopcat has quit IRC04:00
*** markvoelker has quit IRC04:32
*** markvoelker has joined #openstack-ansible04:43
*** Bhujay has joined #openstack-ansible04:45
*** shyamb has joined #openstack-ansible04:49
*** Bhujay has quit IRC04:51
*** markvoelker has quit IRC04:52
*** Bhujay has joined #openstack-ansible04:53
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_neutron master: Avoid looping systemd_service role include  https://review.openstack.org/59400805:08
cloudnull^ that one would be great to get in05:14
cloudnullwe still have the RTNETLINK answers: Invalid argument issue and that should help solve it05:14
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_neutron master: Avoid looping systemd_service role include  https://review.openstack.org/59400805:26
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: When gating nspawn containers use a simplified config  https://review.openstack.org/59323005:30
*** jbadiapa has quit IRC05:32
*** shyamb has quit IRC05:56
jrossercloudnull: did you have problems with looping here https://review.openstack.org/594008? It totally wouldn’t work for me05:58
cloudnullI did the first go05:59
cloudnullbut i sent up pr 2 and that all worked05:59
cloudnullI messed up the variable type on pr 105:59
*** dxiri has quit IRC06:00
jrosserI need to make a test case but I think there are Ansible issues when too many levels of include happen06:02
jrosserSeen this a lot06:02
jrosser^btw I meant that I had trouble with systemd_service+with_items and similarly had to pre create the service list, and lose the with_items06:04
cloudnullah i see.06:07
cloudnullno i've not seen that06:08
cloudnulljmccrory made that loop change in keystone and i just copied it because its faster.06:08
cloudnulli think we should make a similar change elsewhere to speed that interaction up (not that its particularly slow but every little bit helps)06:09
jrosseridk what causes it, but it started with lots of warnings about "item" already being defined, so i fixed that with loop_control on the outer loop06:10
*** shyamb has joined #openstack-ansible06:11
jrosseronly then for the first "create TEMP...." iterating task inside systemd_service to then fail with "item is not defined", which smells very much like and ansible bug06:11
evrardjpmorning06:28
*** shyamb has quit IRC06:29
*** shyamb has joined #openstack-ansible06:41
jrosserMorning evrardjp06:41
*** pcaruana has joined #openstack-ansible06:42
*** luksky has joined #openstack-ansible06:50
*** NostawRm has quit IRC07:09
*** shyamb has quit IRC07:18
*** shyamb has joined #openstack-ansible07:18
*** shyam89 has joined #openstack-ansible07:19
*** shyamb has quit IRC07:22
*** gkadam has joined #openstack-ansible07:25
*** shyam89 has quit IRC07:28
*** shyam89 has joined #openstack-ansible07:28
*** tosky has joined #openstack-ansible07:29
*** jbadiapa has joined #openstack-ansible07:30
*** shyam89 has quit IRC07:34
*** shyam89 has joined #openstack-ansible07:35
*** shyam89 has quit IRC07:39
*** shyam89 has joined #openstack-ansible07:43
noonedeadpunkIs there any reason not to use blockinfile instead of this bash script https://github.com/openstack/openstack-ansible-openstack_hosts/blob/master/templates/openstack-host-hostfile-setup.sh.j2 ?07:51
noonedeadpunkit's just to bate my curiosity)07:53
*** shyam89 has quit IRC07:59
*** shyamb has joined #openstack-ansible07:59
*** shardy has joined #openstack-ansible08:00
*** DanyC has joined #openstack-ansible08:06
*** macza has joined #openstack-ansible08:06
*** DanyC has quit IRC08:06
*** DanyC has joined #openstack-ansible08:07
*** macza has quit IRC08:11
*** pmannidi has quit IRC08:12
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible stable/rocky: Rollback tempest master for Rocky  https://review.openstack.org/59305108:14
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_tempest master: Run smoke and dashboard tests by default  https://review.openstack.org/58761708:15
*** shyamb has quit IRC08:29
*** electrofelix has joined #openstack-ansible08:33
*** shardy has quit IRC08:43
*** shardy has joined #openstack-ansible08:44
*** macza has joined #openstack-ansible08:48
*** vnogin has joined #openstack-ansible08:49
*** shyamb has joined #openstack-ansible08:52
*** macza has quit IRC08:53
evrardjpI wanted a blockinfile long ago but was deemed too slow :p08:59
evrardjpnoonedeadpunk: with all the cleanups done recently, I am pretty sure we can try again. :D09:00
evrardjpyou definitely want to avoid a loop, but a well conceived block in file should do the trick09:00
evrardjpwe have evolved in terms of ansible versions nowadays.09:00
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_octavia stable/rocky: Clean up tests a bit  https://review.openstack.org/59408009:02
noonedeadpunkevrardjp: ok, got it. I'll probably give it a try if have some time09:02
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: Gather facts for openstack_openrc role  https://review.openstack.org/59408109:04
evrardjpthanks for the continued involvment noonedeadpunk :)09:04
evrardjpI like it09:04
*** asettle has joined #openstack-ansible09:06
noonedeadpunkwe're all sailing in the same boat :)09:06
*** macza has joined #openstack-ansible09:09
Laszlo-74dear all, I'm trying to configure some overrides for nova.conf and neutron.conf based on this doc: https://docs.openstack.org/openstack-ansible/latest/reference/configuration/using-overrides.html09:13
Laszlo-74I have manually added the desired entry for my compute nodes as can be seen here: http://paste.openstack.org/show/728479/09:14
*** macza has quit IRC09:14
Laszlo-74but the host entry does not appear in the conf files. What have I done wrong?09:14
openstackgerritMerged openstack/openstack-ansible-os_monasca-agent stable/rocky: Cleanup unused pip packages  https://review.openstack.org/59342709:21
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: [DNM] Remove bonds from AIO network config  https://review.openstack.org/59408509:22
openstackgerritMerged openstack/openstack-ansible-os_monasca-agent stable/rocky: Update UPPER_CONSTRAINTS_FILE for stable/rocky  https://review.openstack.org/59094709:25
openstackgerritMerged openstack/ansible-config_template master: Use the TESTING_BRANCH env var for constraints  https://review.openstack.org/59247609:27
*** luksky has quit IRC09:28
*** macza has joined #openstack-ansible09:30
openstackgerritMerged openstack/openstack-ansible-os_tempest master: Use the TESTING_BRANCH env var for constraints  https://review.openstack.org/59261009:30
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Ensure that tests fail early if network interfaces are down  https://review.openstack.org/59354609:31
openstackgerritMerged openstack/openstack-ansible-tests stable/rocky: Fix to setup notify mq service  https://review.openstack.org/59359709:31
openstackgerritMerged openstack/openstack-ansible-lxc_container_create master: Remove the duplicated word  https://review.openstack.org/59287409:32
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_octavia stable/rocky: Remove octavia_requires_pip_packages  https://review.openstack.org/59408709:33
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_octavia stable/rocky: Set quota for octavia service project  https://review.openstack.org/59408809:34
*** macza has quit IRC09:35
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_aodh stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59409009:37
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_barbican stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59409109:37
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_ceilometer stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59409209:37
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_cinder stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59409309:37
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_cloudkitty stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59409409:37
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_congress stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59409509:37
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_designate stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59409609:37
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_glance stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59409709:37
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_heat stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59409809:38
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_ironic stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59409909:38
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_keystone stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59410009:38
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_magnum stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59410109:38
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_masakari stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59410209:38
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_neutron stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59410309:39
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_nova stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59410409:39
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_octavia stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59282109:39
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_sahara stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59410509:39
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_swift stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59410609:39
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_tacker stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59410709:39
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_trove stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59410809:40
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_watcher stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59410909:40
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_zun stable/rocky: Updated from OpenStack Ansible Tests  https://review.openstack.org/59411009:40
openstackgerritMerged openstack/openstack-ansible-os_zaqar master: Use the TESTING_BRANCH env var for constraints  https://review.openstack.org/59261309:41
odyssey4meevrardjp: lol @ your comment in https://review.openstack.org/593450 - nothing uses the role yet!09:45
openstackgerritMerged openstack/openstack-ansible-os_cloudkitty master: Use the TESTING_BRANCH env var for constraints  https://review.openstack.org/59251109:53
evrardjpodyssey4me: oh that's true.09:58
evrardjpI've never been hired to be smart.09:58
evrardjp:p09:58
evrardjps/to be smart/for my smartness/09:58
openstackgerritMerged openstack/openstack-ansible-os_neutron master: use include_tasks instead of include  https://review.openstack.org/59343109:59
evrardjpstill doesn't work09:59
evrardjpanyway09:59
evrardjplet's forget this!09:59
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-ops master: MNAIO: Use images subdirectory for VM images  https://review.openstack.org/59411510:01
*** luksky has joined #openstack-ansible10:02
openstackgerritMerged openstack/openstack-ansible-os_octavia master: Use the TESTING_BRANCH env var for constraints  https://review.openstack.org/59260310:04
openstackgerritMerged openstack/openstack-ansible-os_cinder master: Use the TESTING_BRANCH env var for constraints  https://review.openstack.org/59251010:05
openstackgerritMerged openstack/openstack-ansible-os_designate master: Use the TESTING_BRANCH env var for constraints  https://review.openstack.org/59251310:05
*** macza has joined #openstack-ansible10:12
openstackgerritMerged openstack/openstack-ansible-os_swift master: Use the TESTING_BRANCH env var for constraints  https://review.openstack.org/59260810:14
openstackgerritMerged openstack/openstack-ansible-os_swift master: Add bionic to galaxy_info metadata  https://review.openstack.org/58827710:14
openstackgerritMerged openstack/openstack-ansible-os_magnum master: Use the TESTING_BRANCH env var for constraints  https://review.openstack.org/59259410:16
*** macza has quit IRC10:16
*** Pradiprwt has joined #openstack-ansible10:21
PradiprwtI have 3 node openstack deployment where for networking LinuxBridge is configured, I want to change it to OpenVswitch... What are the steps I need to do?10:22
*** Bhujay has quit IRC10:26
*** Rhvs has quit IRC10:29
*** Rhvs has joined #openstack-ansible10:31
*** macza has joined #openstack-ansible10:33
*** macza has quit IRC10:38
*** shyamb has quit IRC10:43
Pradiprwtevrardjp: Is that possible to go for OpenVswitch after instaaltion of LinuxBridge ?10:49
*** macza has joined #openstack-ansible10:54
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Ensure that tests fail early if network interfaces are down  https://review.openstack.org/59354610:54
*** macza has quit IRC10:59
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Add test for Ubuntu Bionic  https://review.openstack.org/59128710:59
*** schwicht has joined #openstack-ansible11:00
*** Bhujay has joined #openstack-ansible11:13
jamesdentonmornin' folks11:17
*** udesale has quit IRC11:25
noonedeadpunkmorning11:28
*** ansmith has quit IRC11:33
*** macza has joined #openstack-ansible11:35
*** shyamb has joined #openstack-ansible11:38
*** macza has quit IRC11:40
*** schwicht has quit IRC11:48
*** MasterofJOKers has quit IRC11:49
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-nspawn_hosts master: Allow user-defined extra distro packages  https://review.openstack.org/59414212:01
*** vollman has joined #openstack-ansible12:03
evrardjpmorning jamesdenton noonedeadpunk and others12:03
*** chandankumar has joined #openstack-ansible12:03
evrardjpjamesdenton: thanks for the ovs dpdk patch, waiting for mbuil to ask his questions :)12:03
evrardjpPradiprwt: it's always possible, you just have to reinstall some things and cleanup others :p Or reinstall from scratch to make things easier :P12:04
*** macza has joined #openstack-ansible12:04
evrardjpPradiprwt: I am curious what's the reason you want to switch?12:04
vollmanmorning evrardjp.  when you have time can you take another look at https://review.openstack.org/#/c/582532 ?12:05
evrardjphey vollman12:05
evrardjpyeah12:06
vollmanthanks12:06
*** macza has quit IRC12:08
mbuilevrardjp, jamesdenton: I have it open since yesterday in my browser, I hope I'll have time today but I am not very familiar with DPDK. Hopefully hwoarang can help too as soon as he is back from vacation12:09
evrardjpvollman: I will go through one last full review12:09
evrardjpmbuil: thanks12:09
Pradiprwtevrardjp: I working on EPA features with openstack where need to test DPDK functinality, for this I need OVS as networking12:10
mbuilevrardjp: thanks to you and jamesdenton!12:10
PradiprwtI have done some changes, but getting this issue ""Could not find the requested service openvswitch-switch: host"12:10
*** macza has joined #openstack-ansible12:11
evrardjpI did nothing mbuil12:12
*** macza has quit IRC12:12
evrardjpjust facilitating conversations12:12
*** weshay is now known as weshay|ssbarnea_12:15
*** weshay|ssbarnea_ is now known as weshay12:15
mbuilevrardjp: there are people who just do that and earn A LOT of money. Like the Spanish king ;)12:16
jamesdentonthanks evrardjp and mbuil. Sorry, had to run and drop something off.12:19
jamesdentonPradiprwt you're trying to switch from LinuxBridge to to OVS?12:20
Pradiprwtjamesdenton: yes12:22
jamesdentonwhat have you done so far to facilitate that change?12:22
Pradiprwtjamesdenton: I changes openstack_user_config file to use "neutron_openvswitch_agent" same thing in inventory file and provide some configuration in user_variable as per official documentation https://docs.openstack.org/openstack-ansible-os_neutron/pike/app-openvswitch.html12:26
jamesdentonk. Do you mind posting the related playbook errors or pastebin or paste.openstack.org?12:27
Pradiprwtsure12:28
jamesdentonI know someone that went thru this exercise recently and can reach out once they're in12:28
Pradiprwtjamesdenton: http://paste.openstack.org/show/728510/12:29
Pradiprwtjamesdenton: openstack_user_config.yml >> http://paste.openstack.org/show/728511/12:30
openstackgerritMerged openstack/openstack-ansible stable/rocky: Remove checksum checks/fill, they are not needed any longer  https://review.openstack.org/59341712:31
openstackgerritMerged openstack/openstack-ansible master: Remove the last remnants of get-pip.py  https://review.openstack.org/59139212:31
Pradiprwtjamesdenton: user_variable.yml >> http://paste.openstack.org/show/728512/12:31
jamesdentonthx. I assume this is Ubuntu 16.04? and you just ran 'openstack-ansible os-neutron-install.yml'?12:31
*** schwicht has joined #openstack-ansible12:32
Pradiprwtyes it is Ubuntu 16.0412:32
Pradiprwtjamesdenton: I did change in inventry is just replace neutron_linuxbridge_agent with neutron_openvswitch_agent >> http://paste.openstack.org/show/728514/12:34
*** macza has joined #openstack-ansible12:35
*** ssbarnea is now known as ssbarnea|ruck12:35
*** macza has quit IRC12:40
mnasermorning all12:40
jamesdentonPradiprwt Any chance you could post your openstack_inventory.json?12:40
evrardjpmnaser: I am fine with running the Project Update12:40
evrardjpI'd like some fresh way to do it for onboarding12:41
evrardjpbut if you want I can leave the project update to you12:41
Pradiprwtjamesdenton: I did changes only on line number 25 and 39 http://paste.openstack.org/show/728514/12:42
mnaserjamesdenton: https://review.openstack.org/#/c/584447/1/library/provider_networks can you address Filippo's comment?12:42
Pradiprwtjamesdenton: it was linuxbridge agent there before12:42
mnaserevrardjp: it's a little while from now so we can defer then :p12:42
jamesdentonmnaser yes - I'm chatting with him12:43
mnasercool cool :)12:43
jamesdenton:D12:43
jamesdentonPradiprwt Can you check your inventory and see if the openvswitch group has been generated with the respective members? https://github.com/openstack/openstack-ansible-os_neutron/blob/stable/pike/vars/main.yml#L2012:44
jamesdentonneutron_needs_openvswitch dictates whether or not ovs actually gets installed12:44
*** schwicht has quit IRC12:48
Pradiprwtjamesdenton: inventory group http://paste.openstack.org/show/728518/12:50
evrardjpvollman: small details to change IMO12:50
evrardjpmnaser: fine, but it's needed to know if I will be heading to Berlin summit or not : p12:51
evrardjpIf I have no presentation, there is no reason for me to head there.12:51
mnaserevrardjp: if that's what helps determine if you come, then you're doing it ;)12:51
evrardjphaha12:51
evrardjpvollman: the refactoring of DictCompare is not so important to me, I think the most important is to not slurp the files where it's not needed12:53
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-openstack_hosts master: Allow user-defined extra distro packages  https://review.openstack.org/59416012:54
Pradiprwtjamesdenton: should I try to delete the neutron agent container and re-create it then running neutron playbook12:54
vollmanevrardjp: thanks for the review.  I'm happy to clean up both.  Reviewing your comments now12:59
jamesdentonPradiprwt I don't think that's necessary. You can try it again, though. Looking at it a little more, neutron_needs_openvswitch had to be true for the 'Ensure Open vSwitch service is started and enabled' task to run. Not exactly sure why it didnt install12:59
*** NostawRm has joined #openstack-ansible13:00
evrardjpvollman: I really stopped at the first file, so it might not be the last :p Sorry for that :p13:00
evrardjpwe'll get there13:00
Laszlo-74Is there a way to reinitializa the content of the database for openstack (using openstack-ansible) without reinstalling it?13:01
evrardjpthis module is a strong point of OSA, so we'd better get it right :)13:01
evrardjpLaszlo-74: mysql backup and restore?13:01
evrardjpnot sure what you are meaning.13:02
noonedeadpunkfolks, is there any way to place tunnel_address varriable in user_variables (as part of another variable)? As tunnel_address is retrieved via dynamic-address-fact.yml and seems not to be cached...13:02
Laszlo-74I have done an install, and saw that it's not exactly what I need. Then I've changed some settings, and reexecuted the setup-openstack phase.  This has created the desired entry in the config files (specifically the "host" entry) but openstack still knows about the old host names used. I was wondering if I could reinitialize the content of the DB based on the current config files?13:04
*** hamzaachi has joined #openstack-ansible13:05
*** shyamb has quit IRC13:05
Laszlo-74... without having to reinstall everything from scratch ....13:05
vollmanevrardjp: no problem.  completely agree.  we'll get there.13:05
*** ansmith has joined #openstack-ansible13:09
Laszlo-74evrardjp: I have done an install, and saw that it's not exactly what I need. Then I've changed some settings, and reexecuted the setup-openstack phase.  This has created the desired entry in the config files (specifically the "host" entry) but openstack still knows about the old host names used. I was wondering if I could reinitialize the content of the DB based on the current config files without reinstalling all from scr13:10
*** schwicht has joined #openstack-ansible13:11
evrardjpLaszlo-74: cleanup of the database is possible but I am not sure how fast will you be in a surgical approach13:18
evrardjpdestroy and recreate is fast.13:18
evrardjp(as you have an empty env)13:18
jamesdentonPradiprwt my colleague tells me that he had to install openvswitch-switch/openvswitch-common by hand during that LB->OVS migration. The playbooks did not install it (for whatever reason)13:35
jamesdentonbut that running the playbooks afterwards successfully configured the rest of the bits13:35
Pradiprwtjamesdenton: Do I need to install these packaeges on on infra1_neutron_agents_container and compute ?13:37
jamesdentonyes13:37
Pradiprwtjamesdenton: Is it fine to keep LB package or do I need to remove it from hosts ?13:38
jamesdentonyou will ultimately need to remove the linuxbridge-agent package and delete the agents using neutron-api13:41
*** aicilamd has joined #openstack-ansible13:53
openstackgerritAndriy Shevchenko proposed openstack/ansible-config_template master: import zuul job settings from project-config  https://review.openstack.org/59418814:03
openstackgerritAndriy Shevchenko proposed openstack/ansible-config_template master: switch documentation job to new PTI  https://review.openstack.org/59418914:03
openstackgerritAndriy Shevchenko proposed openstack/ansible-hardening master: import zuul job settings from project-config  https://review.openstack.org/59419014:03
openstackgerritAndriy Shevchenko proposed openstack/ansible-hardening master: switch documentation job to new PTI  https://review.openstack.org/59419114:03
openstackgerritAndriy Shevchenko proposed openstack/ansible-role-python_venv_build master: import zuul job settings from project-config  https://review.openstack.org/59419214:03
openstackgerritAndriy Shevchenko proposed openstack/ansible-role-python_venv_build master: switch documentation job to new PTI  https://review.openstack.org/59419314:03
openstackgerritAndriy Shevchenko proposed openstack/ansible-role-systemd_mount master: import zuul job settings from project-config  https://review.openstack.org/59419614:03
openstackgerritAndriy Shevchenko proposed openstack/ansible-role-systemd_mount master: switch documentation job to new PTI  https://review.openstack.org/59419714:03
openstackgerritAndriy Shevchenko proposed openstack/ansible-role-systemd_networkd master: import zuul job settings from project-config  https://review.openstack.org/59419814:03
openstackgerritAndriy Shevchenko proposed openstack/ansible-role-systemd_networkd master: switch documentation job to new PTI  https://review.openstack.org/59419914:03
openstackgerritAndriy Shevchenko proposed openstack/ansible-role-systemd_service master: import zuul job settings from project-config  https://review.openstack.org/59420014:03
openstackgerritAndriy Shevchenko proposed openstack/ansible-role-systemd_service master: switch documentation job to new PTI  https://review.openstack.org/59420114:04
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible master: import zuul job settings from project-config  https://review.openstack.org/59420214:04
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible master: switch documentation job to new PTI  https://review.openstack.org/59420314:04
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-apt_package_pinning master: import zuul job settings from project-config  https://review.openstack.org/59420414:04
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-apt_package_pinning master: switch documentation job to new PTI  https://review.openstack.org/59420514:04
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-ceph_client master: import zuul job settings from project-config  https://review.openstack.org/59420614:04
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-ceph_client master: switch documentation job to new PTI  https://review.openstack.org/59420714:04
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-galera_client master: import zuul job settings from project-config  https://review.openstack.org/59420814:04
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-galera_client master: switch documentation job to new PTI  https://review.openstack.org/59420914:04
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-galera_server master: import zuul job settings from project-config  https://review.openstack.org/59421014:04
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-galera_server master: switch documentation job to new PTI  https://review.openstack.org/59421114:04
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-haproxy_server master: import zuul job settings from project-config  https://review.openstack.org/59421214:04
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-haproxy_server master: switch documentation job to new PTI  https://review.openstack.org/59421314:05
*** spatel has joined #openstack-ansible14:05
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-lxc_container_create master: import zuul job settings from project-config  https://review.openstack.org/59421414:05
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-lxc_container_create master: switch documentation job to new PTI  https://review.openstack.org/59421514:05
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-lxc_hosts master: import zuul job settings from project-config  https://review.openstack.org/59421614:05
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-lxc_hosts master: switch documentation job to new PTI  https://review.openstack.org/59421714:05
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-memcached_server master: import zuul job settings from project-config  https://review.openstack.org/59421814:05
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-memcached_server master: switch documentation job to new PTI  https://review.openstack.org/59421914:05
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-nspawn_container_create master: import zuul job settings from project-config  https://review.openstack.org/59422014:05
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-nspawn_container_create master: switch documentation job to new PTI  https://review.openstack.org/59422114:05
spateljamesdenton: morning14:05
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-nspawn_hosts master: import zuul job settings from project-config  https://review.openstack.org/59422314:05
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-nspawn_hosts master: switch documentation job to new PTI  https://review.openstack.org/59422414:05
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-openstack_hosts master: import zuul job settings from project-config  https://review.openstack.org/59422514:05
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-openstack_hosts master: switch documentation job to new PTI  https://review.openstack.org/59422614:05
*** jbadiapa has quit IRC14:05
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-openstack_openrc master: import zuul job settings from project-config  https://review.openstack.org/59422714:05
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-openstack_openrc master: switch documentation job to new PTI  https://review.openstack.org/59422814:05
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-ops master: import zuul job settings from project-config  https://review.openstack.org/59422914:05
spateljamesdenton: I found interesting thing and resolved F5 issue14:05
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-ops master: switch documentation job to new PTI  https://review.openstack.org/59423014:05
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-os_almanach master: import zuul job settings from project-config  https://review.openstack.org/59423114:06
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-os_almanach master: switch documentation job to new PTI  https://review.openstack.org/59423214:06
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-os_aodh master: import zuul job settings from project-config  https://review.openstack.org/59423314:06
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-os_aodh master: switch documentation job to new PTI  https://review.openstack.org/59423414:06
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-os_barbican master: import zuul job settings from project-config  https://review.openstack.org/59423514:06
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-os_barbican master: switch documentation job to new PTI  https://review.openstack.org/59423614:06
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-os_blazar master: import zuul job settings from project-config  https://review.openstack.org/59423714:06
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-os_blazar master: switch documentation job to new PTI  https://review.openstack.org/59423814:06
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-os_ceilometer master: import zuul job settings from project-config  https://review.openstack.org/59423914:06
openstackgerritAndriy Shevchenko proposed openstack/openstack-ansible-os_ceilometer master: switch documentation job to new PTI  https://review.openstack.org/59424014:06
*** jbadiapa has joined #openstack-ansible14:11
*** coreywright has quit IRC14:11
*** shyamb has joined #openstack-ansible14:16
spateljamesdenton: This is the solution for F5 SNAT, it was idle_timeout problem, default was 300 second i have changed to 3600 second https://launchpadlibrarian.net/384635555/Screen%20Shot%202018-08-21%20at%2010.13.16%20AM.png14:18
jamesdentonhmm ok. i don't know what our timeout is set to14:19
jamesdentonsurprised there is no tcp keepalive there14:19
*** hamzaachi_ has joined #openstack-ansible14:20
*** hamzaachi has quit IRC14:23
spatelI think you have to match this timeout with oslo db backend14:23
spatelhttps://docs.openstack.org/ocata/config-reference/common-configurations/database.html14:24
*** coreywright has joined #openstack-ansible14:24
jamesdentongood to know. thank you!14:25
*** Taseer has joined #openstack-ansible14:35
*** tacco has left #openstack-ansible14:35
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: Remove un-used bootstrap variables  https://review.openstack.org/59342114:39
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: Use operating system specific IP utilities  https://review.openstack.org/59342214:40
*** dxiri has joined #openstack-ansible14:42
*** shyamb has quit IRC14:44
spateljamesdenton: do you have any kind of custom setting there?14:47
jamesdentonprobably? we have a custom fastl4 profile in place (not part of the script) that may have increased that valuer14:50
jamesdentoni don't have an F5 in front of me to check14:50
jrosser\o/ bionic integrated build green :) https://review.openstack.org/#/c/591287/14:53
mnaserjrosser: w00t14:53
mnasernow why is opensuse timing out14:54
* mnaser is glad centos isn't the bad guy for once14:54
mnaser:P14:54
jrosser:)14:54
*** Leo_m has joined #openstack-ansible14:54
mnaserlooks like just a slow host14:54
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Remove bonds from AIO network config  https://review.openstack.org/59408514:59
*** arxcruz has joined #openstack-ansible14:59
*** DanyC has quit IRC15:01
*** DanyC has joined #openstack-ansible15:01
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-openstack_hosts master: Allow user-defined extra distro packages  https://review.openstack.org/59416015:03
spatelHey! folks my OSA is ready for production :) Thank you all of you for support15:05
spatelhttps://ibb.co/iqbG8K15:05
*** DanyC has quit IRC15:06
*** pcaruana has quit IRC15:09
*** dxiri has quit IRC15:11
jrosserodyssey4me: recent builds don't seem to be swapping - looks like tuning those services down has helped15:11
jamesdentoncongrats spatel15:12
spatelNow i have big challenge to migrate 200 VMware guest to openstack :(15:12
*** priteau has joined #openstack-ansible15:13
*** hamzaachi_ has quit IRC15:14
spatelFolks, i think this bug is finished what should we do here: https://bugs.launchpad.net/openstack-ansible/+bug/178751715:14
openstackLaunchpad bug 1787517 in openstack-ansible "After primary node shutdown getting MySQL connection error " [Undecided,In progress]15:14
spatelThis is not a bug actually but may be Documentation, That if you use F5 keep this thing in mind :)15:15
mbuiljamesdenton: I'll review it tomorrow first thing in the morning! I need to dash off15:15
*** dxiri has joined #openstack-ansible15:15
jamesdentonno worries! Thanks for taking a look15:16
spateljamesdenton: can you verify this bug to make sure other than me verified https://bugs.launchpad.net/openstack-ansible/+bug/178751715:17
openstackLaunchpad bug 1787517 in openstack-ansible "After primary node shutdown getting MySQL connection error " [Undecided,In progress]15:17
jamesdentonspatel i own it and will do the needful15:18
spatelperfect!! thanks :)15:18
jamesdentoni've gotta bolt as well. bbiab15:18
*** Taseer has left #openstack-ansible15:22
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_magnum master: Switch to using project-templates  https://review.openstack.org/58838015:22
*** Bhujay has quit IRC15:27
kaiokmocongratz, spatel. :)15:28
cloudnullspatel nice!15:30
spatelbig thanks to cloudnull :)15:30
openstackgerritMerged openstack/openstack-ansible-os_panko master: Add bionic to galaxy_info metadata  https://review.openstack.org/59353615:30
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_neutron master: Avoid looping systemd_service role include  https://review.openstack.org/59400815:31
spatelI am going to create big document for public, how was my experience and try to make it easier for other folks :)15:32
*** jbadiapa has quit IRC15:33
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_nova master: Bring gather vars in line with other OSA roles  https://review.openstack.org/58681815:34
*** electrofelix has quit IRC15:37
*** electrofelix has joined #openstack-ansible15:37
cloudnullspatel very cool!15:39
cloudnulljrosser where are we on the bionic front15:39
* cloudnull still needs to go kick a bionic lab to give that a good bash 15:40
jrossercloudnull: good news https://review.openstack.org/#/c/591287/15:40
cloudnullah very nice!15:41
jrossercloudnull: getting rid of the bonds from the network setup unlocked it all15:41
jrosserplus the network setup is very race-prone and i've fixed that there too15:41
cloudnullsweet!15:43
*** Pradiprwt has quit IRC15:45
mnasercloudnull, DimGR, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, scarlisle, luckyinva, ntt, javeriak, spotz, vdo, jmccrory, alextricity25, jasondotstar, admin0, michaelgugino, ametts, bgmccollum, darrenc, JRobinson__, colinmcnamara, thorst, adreznec, eil397,15:48
mnaserqwang,nishpatwa_, cathrichardson, drifterza, hwoarang, cshen, ullbeking, Tahvok, mnaser, nicolasbock, jrosser15:48
mnasert-10 for meeting15:48
mnaserhttps://wiki.openstack.org/wiki/Meetings/openstack-ansible#Meeting_section_.22Last_week_highlights.2215:48
mnaserplease fill that part out if needed :)15:48
spotzo/15:48
*** luksky has quit IRC15:48
chandankumar\o15:49
mnaserchandankumar: if you want to add os_tempest related discussion we can add it in there :D15:49
arxcruzo/15:49
cloudnullo/15:50
toskyoh15:51
d34dh0r53o/15:53
guilhermespo/15:53
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: Remove the last remnants of get-pip.py  https://review.openstack.org/59433115:53
*** hamzaachi_ has joined #openstack-ansible15:56
*** gyee has joined #openstack-ansible15:56
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Ensure package cache is updated for nspawn containers  https://review.openstack.org/58843015:57
*** macza has joined #openstack-ansible16:00
* jrosser exhibits poor wiki edit skills16:01
evrardjpo/16:02
*** vollman has quit IRC16:02
ansmitho/16:02
spotzo/16:02
mnaserhi all16:04
* mnaser has lost their tab16:05
mnaser#startmeeting openstack_ansible_meeting16:05
openstackMeeting started Tue Aug 21 16:05:19 2018 UTC and is due to finish in 60 minutes.  The chair is mnaser. Information about MeetBot at http://wiki.debian.org/MeetBot.16:05
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:05
mnasersorry about that slight delay16:05
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)"16:05
openstackThe meeting name has been set to 'openstack_ansible_meeting'16:05
mnaser#topic rollcall16:05
*** openstack changes topic to "rollcall (Meeting topic: openstack_ansible_meeting)"16:05
mnasero/16:05
jrossero/16:05
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Minimal(ist) network config for nspawn gating  https://review.openstack.org/59323016:05
guilhermespo/ o/16:06
ansmitho/16:06
chandankumar\o16:06
*** vnogin has quit IRC16:06
arxcruzo/16:06
mnasercool so16:07
mnaser#topic what happened since last meeting16:07
*** openstack changes topic to "what happened since last meeting (Meeting topic: openstack_ansible_meeting)"16:07
mnasermnaser: jrosser lead a lot of work on bionic and it's almost there16:07
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Fix nspawn bind mount register process  https://review.openstack.org/59433916:07
mnaserjrosser: wanna expand on that?16:07
*** Pradiprwt has joined #openstack-ansible16:07
jrossersure16:07
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Minimal(ist) network config for nspawn gating  https://review.openstack.org/59323016:07
jrosseri got the first integrated build to pass today https://review.openstack.org/#/c/591287/16:07
jrosserso i'd appreciate reviews on that and it's depends-on16:08
jrossermostly a massive fight for a few days with networkd on bionic, it really doesnt like how the AIO was set up with dummy interfaces and bonds16:08
jrosseri've simplified that, and ensured there are no race conditions when bringing up the network, and that seems to have fixed it16:09
jrosserso bionic really is very close indeed - those patches to go in and we are good i think16:09
mnaseryay16:10
mnaserjrosser: do you wanna tag patches with a topic16:10
mnaserso we can easily review them16:10
jrosseri can, although the topics may be useful when backporting? i assume this lot wants to go back to rocky too?16:11
Pradiprwtjamesdenton: neutron playbooks executed successfully, but getting error while creating networks... I am thinking to configure mannualy... Can you please give some expalination how OVS work with container on controller node.. I mean bridge and agent communication16:11
mnaserjrosser: i think that might be a second useful thing too16:11
mnaserso it will help us track the work16:11
jrosserwhichever way makes it easiest is ok, just let me know or fiddle the topics16:12
mnasercools16:12
mnaserso quickly16:12
mnasermnaser: centos jobs are back, w00t16:12
mnaserthat was a ton of work but finally got it done woo, thanks to some help and some other patches16:12
mnasermnaser: cleaned up jobs that were failing for a long time, we need to slowly phase in the bad ones too16:13
mnasermnaser: removed leap15 jobs because they were always failing, let's bring them back in when they pass16:13
mnaserthat might be relevant to hwoarang and evrardjp16:13
mnaserthey jobs are welcome back once the core issues are resolved16:13
mnasermnaser: os_neutron for distro centos-7 is nv, but os_nova for distro centos-7 is voting, os_neutron change for smart variables broke it os_nova for distro16:13
mnasercc cloudnull ^ i dunno if you wanna figure out how do we fix it or if we revert that change16:14
cloudnullim not sure.16:14
evrardjpmnaser: that's fine, we can re-introduce them when needed.16:14
evrardjpat least fine for me16:14
mnasercloudnull: the change that failed it was https://review.openstack.org/#/c/588647/16:15
cloudnullI think distro w/ its tendency to put things conf strange places and rename service units is something we need to get a better handle on.16:16
cloudnullso i'd be for revertuing that pr16:16
cloudnullthough I could also be over thinking things16:16
mnasercloudnull: it's just the api paste file that is in a different path on rdo i guess.. so maybe we can just make a patch to do the mappings16:16
cloudnulllike we had to create a blacklist of units in designate, I suspect we need to do that elsewhere too16:17
cloudnullmnaser are there other basic config files in that path?16:17
mnasercloudnull: unfortunately no, just the api-paste is in /usr/share/whatever16:17
cloudnullrdo used to put all the packaged config in that place and then tell the service to load that config first then /etc/$name16:18
mnaseryeah i dont think they do that except for the api paste (and api paste is differnet given its loaded not from the service file but inside the service config)16:18
mnaseraka api_paste_config = foo16:18
cloudnullhum16:18
cloudnullso maybe we just need to add that path to the task and use something like "with_first_round" ?16:19
evrardjpwith first round if for beers, but I understand :)16:19
mnaseri defer to you for deciding what you think is best, but i think thats a good approach16:19
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Minimal(ist) network config for nspawn gating  https://review.openstack.org/59323016:20
mnasernot to take too much on this, if cloudnull can take care of this, then we can get over that hump soon :)16:20
mnasermnaser: please fill this etherpad https://etherpad.openstack.org/p/osa-stein-ptg16:20
mnaserplease if you're attending, make sure you add your name and add any topics that you'd like16:20
mnaserand finally16:21
mnaserevrardjp: Rocky RC2 is this week.16:21
evrardjpyup will work on that releasing, but so you know it.16:21
evrardjpy'all know it:)16:21
mnaserthanks for that update, we'll keep an eye and hopefully it merges cleanly and easily ;)16:21
mnaseranything else before we jump to bugs?16:21
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Minimal(ist) network config for nspawn gating  https://review.openstack.org/59323016:22
jrossermemory usage is down16:22
jrosseri don't see swapping any more16:22
mnasercool16:22
mnaseri guess we have a little amount of bugs to go through16:22
mnaser#topic bug triage16:23
*** openstack changes topic to "bug triage (Meeting topic: openstack_ansible_meeting)"16:23
mnaser#link https://bugs.launchpad.net/openstack-ansible/+bug/178704816:23
openstackLaunchpad bug 1787048 in openstack-ansible "attempting to disable ctrl-alt-del reboot always skips" [Undecided,New]16:23
evrardjpjrosser: swift is still the biggest consumer?16:23
evrardjpmaybe we should keep this conversation for open discussion16:23
evrardjpsorry16:23
mnaseris there not a systemd module16:24
mnaserthat we can use to mask16:24
mnaserrather than shell16:24
mnasermaybe we can summon mhayden16:25
mnaserhttps://docs.ansible.com/ansible/2.4/systemd_module.html16:25
mnaseroh we can use that16:25
evrardjpyeah16:25
cloudnullhttp://paste.openstack.org/show/728541/ <- swift is the largest offender on my system16:25
mnaseranyone feel like hacking on that?16:25
mnaserit should be a straight forward thing for ansible-hardening16:25
evrardjpcloudnull: not surprised16:25
evrardjpcloudnull: maybe pypy would help16:26
cloudnull++ would be an interesting test16:26
cloudnullmnaser I can go hack on that16:26
evrardjpmnaser: I don't have the cycles, but it should be a low-hanging-fruit16:26
mnasercloudnull: cool, thanks, it should be a pretty straight forward fix16:27
cloudnull++16:27
mnaserconfirmed/medium/assigned to cloudnull16:27
mnaser#link https://bugs.launchpad.net/openstack-ansible/+bug/178366816:27
openstackLaunchpad bug 1783668 in openstack-ansible "Playbook openstack-service-setup does not run on MNAIO" [Undecided,New]16:27
evrardjpcloudnull: or antonym  ^16:28
mnaseri think we forgot to change status of that to incomplete last cycle16:28
mnaseror last meeting that is16:28
evrardjpthat's fine16:28
evrardjpfor next time :)16:28
evrardjpI am doing it then16:28
evrardjp:p16:28
odyssey4methat bug is confirmed, quite honestly I don't think that playbook should even run16:29
evrardjpodyssey4me: why is the bug confirmed?16:29
odyssey4methe reason it doesn't work is because it's running against the wrong inventory16:29
evrardjpwe don't have data to show it's confirmed16:29
odyssey4meevrardjp: I am confirming it.16:29
evrardjp:)16:29
antonymyeah, I think I tried running it one day and it is the wrong inventory16:29
evrardjpthat's confirmed for me :)16:30
antonymi'll +1 that confirm ;)16:30
*** hamzaachi_ has quit IRC16:30
evrardjpI counted you in antonym :)16:30
* mnaser doesn't know anything about MNAIO16:30
odyssey4meI'd like to see the MNAIO thing become something that sets up the VM's and stays away from trying to do everything else16:30
mnaserso ill defer16:30
antonym++16:30
evrardjpodyssey4me: that's fair16:30
evrardjpso you think this should be removed?16:30
evrardjpI am fine with that.16:31
evrardjpI think if you're setting the things in MNAIO, you can then use a "flavor" of bootstrap role to do a MNAIO16:31
evrardjpdifferent network config, different user variables, and more likely be re-usable for multinode testing in gates should that ever happen16:31
odyssey4mepersonally, yeah, I think it should be removed as it's just confusing anyway16:32
antonymmaybe it's good for a multi-node-aio-extras or something16:32
antonymi haven't needed to use it personally yet tho16:32
odyssey4meI'm doing some work on the MNAIO tooling anyway so I can pick that bug up16:32
openstackgerritKevin Carter (cloudnull) proposed openstack/ansible-hardening master: Correct issue with ansible hardening and systemd  https://review.openstack.org/59436616:32
odyssey4meantonym: well, yeah - perhaps just a general ops repo thing rather than an MNAIO thing16:33
mnasercool co16:33
mnaserconfirmed medium assigned to odyssey4me ?16:33
odyssey4meI'd say low16:33
mnaseryour call :)16:33
*** vnogin has joined #openstack-ansible16:33
odyssey4meit doesn't affect anything, it's just confusing16:33
evrardjplow16:33
evrardjpI'd say low16:33
mnaservoila16:33
evrardjp:p16:33
mnaser#link https://bugs.launchpad.net/openstack-ansible/+bug/178238816:33
openstackLaunchpad bug 1782388 in openstack-ansible "Installing Multipath But Not Enabling In Nova Causes Volume Attachment Failures" [Undecided,New]16:33
mnaserok so bgmccollum any updates on that one?16:34
evrardjpI think we discussed it in a bug triage lately, after july?16:35
evrardjpis it possible?16:35
mnaseryeah we keep leaving it status as is to get updats about it16:35
mnasernot sure where to go next from here16:36
evrardjpeading last week's log16:36
evrardjpjust a sec16:36
evrardjphttp://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-08-14-16.01.log.txt16:38
evrardjpI think with this text in mind, we can keep it open until someone shows up16:38
mnasercool16:38
mnaserwell in that case16:38
mnaserwe're wrapped up bug triage16:38
mnaser#topic open discussion16:38
*** openstack changes topic to "open discussion (Meeting topic: openstack_ansible_meeting)"16:38
spotzSign up if you’re coming to the PTG!!!16:39
spotzAnd remember Mon-Tues will be the OPS meetup16:39
jrosserthere still looks to be a good deal to be done on memory usage http://paste.openstack.org/show/728542/16:40
jrosserthats a bionic AIO so very representative of thuse ubuntu gate jobs16:41
mnaserseems a lot for galera16:42
jrosserit's surprising, yes16:42
jrosserall these tools count different things in different ways though16:43
evrardjpyeah that's very different to what I used to see16:43
evrardjpyou can check with dstat16:43
*** dcdamien has joined #openstack-ansible16:43
cloudnullsadly i gotta run. be back later.16:43
evrardjpso that is everywhere the same16:44
evrardjpcloudnull: cya later!16:44
spotzSeeya cloudnull16:44
*** spatel has quit IRC16:44
guilhermesptake care cloudnull16:44
mnaserI guess that wraps it up16:47
mnaser#endmeeting16:48
*** openstack changes topic to "Launchpad: https://launchpad.net/openstack-ansible || Weekly Meetings: https://wiki.openstack.org/wiki/Meetings/openstack-ansible || Review Dashboard: https://goo.gl/tTmdgs"16:48
openstackMeeting ended Tue Aug 21 16:48:00 2018 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:48
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-08-21-16.05.html16:48
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-08-21-16.05.txt16:48
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-08-21-16.05.log.html16:48
evrardjpthanks mnaser16:48
spotzThanks mnaser16:48
chandankumarmnaser: oh we missed the tempest related discussion16:48
arxcruzoutch, I though we went thorugh the wiki list of open discussions16:48
arxcruzevrardjp: ^16:48
arxcruzwe want to spread the word of tempest :)16:49
odyssey4meoops16:49
odyssey4mewell, we can still discuss it16:49
spotzHeheh16:49
evrardjpthat's nice16:49
evrardjplet's discuss this :)16:49
arxcruzchandankumar: would you or me?16:49
evrardjpmnaser: come back! :D16:49
mnaserI’m still here16:49
arxcruzso, if chandankumar may permit me, we have in tripleo-quickstart a role that do basically the same as os_tempest do16:50
chandankumararxcruz: go ahead16:50
arxcruzexcept that since tripleo works with rpm, we need to add some support for that16:50
chandankumarA little big background it all started from this thread http://lists.openstack.org/pipermail/openstack-dev/2018-August/133119.html16:50
evrardjparxcruz: I think we support distro installs16:50
mnaserWe do district16:50
mnaserDistro installs too yes16:50
arxcruzinitially we wanted to remove this role from quickstart to became a independent role that might be used from other projects16:50
*** markvoelker has joined #openstack-ansible16:50
arxcruzevrardjp: yeah, but we also have support to a very cool tool that magically configure tempest ;)16:51
chandankumarthe main goal for working on a single role to support not only deployment tools but also consume it with devstack zuul based ci16:51
mnaserThat magical tool, if it works with us, that’s fine16:51
arxcruzi mean, it writes the tempest.conf we just need to pass the credentials16:51
arxcruztalking specifically from tripleo, we run tempest from rpm packages, use this tempestconf tool16:52
odyssey4meYep, it sounds pretty cool. We'd probably have to implement it as an opt-in mechanism though.16:52
evrardjparxcruz: I like the fact that you have a magical tool that configures tempest :)16:52
*** NostawRm has quit IRC16:52
mnaserI mean if it works reliably16:52
mnaserI wouldn’t want to maintain two methods overall16:52
arxcruzevrardjp: https://github.com/openstack/python-tempestconf16:52
arxcruzso, talking about tripleo specifically16:53
evrardjpI'd say the easiest is to make sure it's opt-in, then we move to use this tool as soon as possible, then we cut the other path?16:53
arxcruzsince we can't afford to run full tempest, we do have some tools16:53
arxcruzto workaround that, we run some scenarios16:53
chandankumarsince we want to unfiy the solution we need to have to give choices to users how to want to use the role16:53
arxcruzwe have a tool that send email to specific teams when some test fails16:53
odyssey4meneat :)16:53
arxcruzwe also have a tool to check for lp and bz16:53
toskyas python-tempestconf developer, I'd say the two methods may coexist, in case someone does not want to use python-tempestconf16:53
toskybut it can be decided later16:54
arxcruzall of this are now inside our validate-tempest role in tripleo-quickstart-extras16:54
arxcruzI check the os_tempest code, and it's pretty similar of ours, except for these parts16:54
chandankumarIn Tripleo, we have run tempest on eachset there are lots of things got evolved there which can be shared across distributions16:54
arxcruzoh, we also run stackviz16:54
odyssey4meis there a specific question to be raised?16:54
evrardjpyeah because right now it sounds like you could simply have a different method for configuration, the same way we have different methods of installation16:55
chandankumarhttps://github.com/openstack/tripleo-quickstart-extras/tree/master/roles/validate-tempest/vars16:55
odyssey4memy understanding is that we're on board for unifying the role and I think we've agreed that using a var to enable/disable functionality in the role makes sense16:55
arxcruzwell, some changes need to be submited on os_tempest, and if that's the case, we can discuss on ptg16:55
evrardjpyeah or in reviews16:56
evrardjpwe are okay with the changes16:56
arxcruzpretty mutch that's it, if you guys agree, we will work on the patches for review16:56
evrardjpI am okay at least, maybe others won't : p16:56
odyssey4meyep, we're absolutely on board and quite excited to be working together with the tripleo folks :)16:56
evrardjpspreading cognitive load :p16:56
arxcruzand in the future, since we use it on tripleo, maybe have a tripleo job running against os_tempest16:56
arxcruzodyssey4me: yay!16:56
odyssey4mesure, that makes sense16:57
evrardjpIt's not up to me to decide, but it would make sense to have cores from your side too :D16:57
*** shardy has quit IRC16:57
chandankumarthis discussion is initated so that we can also onboard/ask other deployment tool to calloborate towards an unified role16:57
odyssey4meevrardjp: yep, that's a good suggestion16:57
evrardjpI mean you obviously know how these work16:57
arxcruzyup, me and chandankumar are the ones working extensivelly on validate-tempest role on our side16:58
odyssey4meI don't think the role is setup for an independent core team right now, but that's a simple patch away16:58
arxcruzwe even run tempest containerized16:58
chandankumarmnaser: odyssey4me: arxcruz and tosky will be there in PTG, we will talk in detail I will add a topic there so that we can better shape the role16:58
evrardjpodyssey4me: well I guess I technically can't do this anymore, so maybe mnaser can ?16:58
evrardjpI will be at the PTG too16:59
evrardjpif you need help. But I think with those guys, you shouldn't need mine. #hasbeenAnyway16:59
arxcruzI'll add my name on the etherpad, and we can discuss more about it :)16:59
odyssey4meevrardjp: anyone can do it, but yes there should ideally be agreement from the PTL and core team before going ahead16:59
*** nicolasbock has joined #openstack-ansible16:59
evrardjpyup16:59
chandankumaros_tempest gives a start about sharing role, may be the same thing can be applied to other project also16:59
mnaserI think we can sit down together and see all the things that we can work together17:00
arxcruzyup, that's awesome17:00
evrardjpchandankumar: I think we have many places where we can collaborate. we have config_template, which is a very big thing you can use. Then many other small bits, into bigger bits depending on your appetite.17:00
odyssey4mearxcruz chandankumar looking forward to meeting you at the PTG - and I think I've said this before, but please don't be shy with suggesting changes or questioning why things are done the way they're done... there are no sacred cows ;)17:00
* chandankumar will be not there at ptg my teammates will be there17:01
arxcruzodyssey4me: sure! :) I'm not shy after a few beers :P17:01
evrardjparxcruz: who is?17:01
evrardjp:D17:01
arxcruz:D17:01
* chandankumar is also inviting all the teams to onboard for the same mail going tomorrow17:01
chandankumarfor more eyes17:02
arxcruzwell, that's it from my side, i'll look chandankumar patches that he already started, and study more the os_tempest code17:02
odyssey4mesometimes we do things for reasons, and we're happy to share them - sometimes we also do things because we don't know any better17:02
arxcruzgotta go, daughter is yelling here for attention :) thanks guys17:02
chandankumarthat's it from myside17:03
spotzLaters17:03
odyssey4methanks folks!17:03
*** mwe1 has joined #openstack-ansible17:03
evrardjpthanks17:04
jamesdentonPradiprwt can you check your neutron-server logs to see if there's anything being reported there?17:08
*** dxiri has quit IRC17:11
*** dxiri has joined #openstack-ansible17:12
odyssey4meevrardjp: what's the hold up for moving to use https://github.com/openstack/ansible-config_template and removing it from the common plugins repo?17:13
odyssey4meare we missing tests or something?17:13
openstackgerritJames Denton proposed openstack/openstack-ansible-plugins master: Updates provider_network plugin to support geneve  https://review.openstack.org/58444717:17
*** dxiri has quit IRC17:18
*** dxiri has joined #openstack-ansible17:18
*** dxiri has quit IRC17:24
*** tosky has quit IRC17:24
openstackgerritJames Denton proposed openstack/openstack-ansible master: Adds haproxy endpoints for networking-ovn support  https://review.openstack.org/58406917:24
*** DanyC has joined #openstack-ansible17:26
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-ops master: MNAIO: Use images subdirectory for VM images  https://review.openstack.org/59411517:30
*** EmilienM has joined #openstack-ansible17:32
*** electrofelix has quit IRC17:39
*** dave-mccowan has quit IRC17:44
*** portdirect has quit IRC17:54
odyssey4memnaser: got a minute to talk about https://review.openstack.org/593179 ?17:54
*** Darcidride has joined #openstack-ansible17:55
*** luksky has joined #openstack-ansible18:02
mnaserodyssey4me: eating lunch but I can look18:03
mnaserodyssey4me: oh sure what’s up?18:03
odyssey4meI can update the patch if you like, but I wanted to discuss the bitrot jobs and get agreement before oging ahead.18:04
odyssey4me*going18:04
odyssey4mecan you read the comment in https://review.openstack.org/#/c/593179/4//COMMIT_MSG ?18:04
odyssey4mewhat would you like as a way forward - leave those jobs removed, or add them back in?18:05
mnaserodyssey4me: personally I am totally okay with keeping them in *if* someone is looking at them18:05
mnaserIf we identify that person I’m all for keeping them18:05
odyssey4mewell, I prefer that we keep them and encourage people to look at them18:06
odyssey4mewe could also add a note about them in https://docs.openstack.org/openstack-ansible/latest/contributor/core-reviewers.html#core-reviewer-expectations18:06
odyssey4meor perhaps rather than just core resposibilities, we should add it to https://docs.openstack.org/openstack-ansible/latest/contributor/core-reviewers.html#general-responsibilities18:07
odyssey4meit might be a good idea to work out some sort of stable sub-team which looks out for patches to master which should be ported, and who monitor the bitrot jobs and register bugs for them18:09
mnaserodyssey4me: they don’t really affect too much being in or not so if you feel there is value in keeping them for now, we can keep them18:09
*** jbadiapa has joined #openstack-ansible18:09
*** poopcat has joined #openstack-ansible18:13
odyssey4memnaser: okie dokey, I'll adjust that patch then if you don't mind18:13
odyssey4meI was thinking also that once it merges, which I expect it will, we should port it back to rocky.18:15
odyssey4meI've generally found it best to try and keep at least the most recent release and master in-line with each other, and if possible the older releases too.18:15
mnaserYes please, no problem18:22
mnaserI agree odyssey4me18:22
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_octavia stable/queens: Set quota for octavia service project  https://review.openstack.org/59450518:24
odyssey4mejohnsom: https://review.openstack.org/594505 is the queens backport for that patch - let me know if there're any other urgents ones you need assistance with18:25
johnsomodyssey4me You are the man. That is the only one I know of.  Thanks!18:26
*** dave-mccowan has joined #openstack-ansible18:30
*** dave-mccowan has quit IRC18:35
*** monty has quit IRC18:37
*** kklimonda has quit IRC18:37
*** Adri2000 has quit IRC18:37
*** kencjohnston has quit IRC18:37
*** lagman has quit IRC18:37
*** aicilamd has quit IRC18:37
*** monte has joined #openstack-ansible18:37
*** kencjohnston_ has joined #openstack-ansible18:38
openstackgerritMerged openstack/openstack-ansible stable/rocky: Remove un-used bootstrap variables  https://review.openstack.org/59342118:40
odyssey4memnaser cloudnull hwoarang logan- evrardjp I've been thinking that perhaps it'd be nice on the first day at the PTG to make a slot for people to share what they're doing with OSA, what drew them to use it and what they'd like to see come out of it. I also wonder whether we could perhaps have some sort of session to that effect as part of the ops meetup.18:40
*** hamzaachi_ has joined #openstack-ansible18:41
openstackgerritVictor Palma proposed openstack/openstack-ansible-galera_server master: fix bootstrap of galera 10.2+ clusters  https://review.openstack.org/59253118:41
*** kysse has quit IRC18:42
*** tobberydberg has quit IRC18:42
*** spikebyte has quit IRC18:42
*** fyx has quit IRC18:42
*** mnaser has quit IRC18:42
*** git-harry has quit IRC18:42
odyssey4mespotz d34dh0r53 jrosser mgariepy that's for your eyes too18:42
odyssey4meand jmccrory18:42
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Refactor jobs to use project-templates  https://review.openstack.org/59317918:46
spotzodyssey4me: Probably a good idea and one of the reasons we're doing user committee Wednesday18:49
spotzOPS meetup is Mon/tues18:49
odyssey4mespotz: given this is the first time there's a co-hosted ops meetup, I think it'd be good to get some sort of user feedback... but also to share18:50
odyssey4mean obvious concern, though, is that it may result in some negative interactions from people who feel competitive... but hopefully those days are gone now18:51
spotzodyssey4me: Yeah and if you want an ops meetup session there's an ether for that18:51
odyssey4mebother mnaser has netsplit18:54
*** devx has joined #openstack-ansible18:55
spotzBut yeah if you're hoping to get ops feedback, either ask for a session at the meetup or try for Wednesday with the idea folks will still be there318:55
*** aicilamd has joined #openstack-ansible18:58
*** priteau has quit IRC19:00
*** mnaser has joined #openstack-ansible19:09
odyssey4memnaser: http://eavesdrop.openstack.org/irclogs/%23openstack-ansible/%23openstack-ansible.2018-08-21.log.html#t2018-08-21T18:40:2919:10
mnasergah just finished joining back channels19:10
mnaserodyssey4me: checking19:10
mnaserodyssey4me: i agree, i'm sure there are a lot of operators in the room and having that joint conversation would be super super super productive19:11
mnaserwonder who would be the person to reach out to for that19:11
odyssey4mehttps://etherpad.openstack.org/p/ops-meetup-ptg-denver-201819:12
mnasercool, i can add that one there19:13
odyssey4metraditionally at the summit we've done a session to share what's happened in the last cycle and plans for the new cycle19:13
odyssey4meThe PTG is a different format though.19:14
*** luksky11 has joined #openstack-ansible19:14
odyssey4meI feel like that sort of thing belongs at the summit, when the release is announced - so this ideally needs to be more informal and information gathering focused.19:14
mnaseri added some stuff in there odyssey4me19:14
mnaserfeel free to edit it if it makes sense19:15
odyssey4memnaser: I see you made it broad, and that's nice - however in broad sessions like that it's difficult to have a focused conversation.19:15
mnaserodyssey4me: i agree, do you have specific topics you'd want to narrow it down to (feel free to add those in)19:16
odyssey4meI was thinking more along the lines of an OSA focused thing - and also a bring-and-share sort of thing.19:16
mnasersure, let me try to rephrase19:16
odyssey4mewe tried some broad deployment tools sessions in the past, and those didn't work out well because they ended up being a bit of a me-too sort of thing where projects strutted19:17
*** luksky has quit IRC19:17
odyssey4melove that edit - LGTM :)19:18
mnaserodyssey4me: okay added 1 more line, for v2 :p19:18
mnasermake it open for those potential users too19:18
odyssey4meadded another line :19:19
odyssey4me:)19:19
mnaserodyssey4me: lgtm, thanks for coming up with the idea19:23
odyssey4memnaser: happy to help :)19:25
odyssey4meany cores around to review https://goo.gl/k9cCfF ? :)19:32
*** sep has quit IRC19:33
*** ullbeking has quit IRC19:33
*** dweaver has quit IRC19:33
*** sdake has quit IRC19:33
*** mancdaz has quit IRC19:34
*** sdake has joined #openstack-ansible19:34
*** aicilamd has quit IRC19:35
*** ullbeking has joined #openstack-ansible19:35
*** luksky has joined #openstack-ansible19:36
odyssey4meansmith: I've posed some suggestions for your session proposal in https://etherpad.openstack.org/p/osa-stein-ptg19:37
ansmithodyssey4me: thanks, i am hoping to tune in remotely for the discussion19:38
*** luksky11 has quit IRC19:38
odyssey4meansmith: that's been a little difficult in the past, but we'll do what we can to make it work19:38
*** evrardjp has quit IRC19:39
*** ArchiFleKs has quit IRC19:39
*** bradm has quit IRC19:39
*** tomcsi has quit IRC19:39
*** Neptu has quit IRC19:39
*** Bico_Fino_ has quit IRC19:39
ansmithodyssey4me: if remote doesn't work, just having folks discuss and comment would be ideal19:39
odyssey4meI know that facilities for remote participation has been a topic for discussion at the PTG *every time*, so hopefully there'll be something. Otherwise we all have laptops. :)19:39
*** Neptu has joined #openstack-ansible19:43
*** aicilamd has joined #openstack-ansible19:47
*** Rhvs has quit IRC19:47
*** mhayden has quit IRC19:48
*** hamzaachi_ has quit IRC19:51
odyssey4meheh, looking at the PTG proposed discussions, it kinda feels like I'm proposing too many discussions :/ someone else please propose things19:55
odyssey4mecloudnull: added a discussion about nspawn19:55
odyssey4mehttps://etherpad.openstack.org/p/osa-stein-ptg19:55
*** luksky11 has joined #openstack-ansible19:56
odyssey4meI'm out for the night - cheers folks!20:00
*** luksky has quit IRC20:00
cloudnulllater odyssey4me20:00
*** mhayden has joined #openstack-ansible20:00
openstackgerritMerged openstack/openstack-ansible master: Add lxc3 compatibility  https://review.openstack.org/58914620:01
cloudnull^ nice!20:05
openstackgerritMerged openstack/openstack-ansible-ops master: MNAIO: Use images subdirectory for VM images  https://review.openstack.org/59411520:08
dwupgrading this sshd/TMOUT thing from "minor nuisance" to "lost work"20:09
dwi doubt either setting has once in the history of man kept out a determined attacker, or even a kitten set lose on a keyboard. if i filed a bug, would there be score for just permanently disabling these?20:10
dw*scope20:10
openstackgerritMerged openstack/openstack-ansible stable/rocky: Use operating system specific IP utilities  https://review.openstack.org/59342220:11
openstackgerritMerged openstack/openstack-ansible stable/rocky: Bump SHAs for rocky release  https://review.openstack.org/59305820:11
*** mubix_ has joined #openstack-ansible20:11
*** Tahvok_ has joined #openstack-ansible20:12
dwi just installed mosh :) problem 'solved' hehe20:15
*** hamzaachi_ has joined #openstack-ansible20:15
cloudnullmosh is lovely :)20:16
dwit has surprisingly few annoyances.. although it reaks havoc on wtmp (wifi drops for 15 seconds, new wtmp entry)20:18
*** Tahvok has quit IRC20:19
*** arbrandes has quit IRC20:19
*** mubix has quit IRC20:19
*** storshoo has quit IRC20:19
*** mubix_ is now known as mubix20:19
*** Tahvok_ is now known as Tahvok20:19
*** arbrandes has joined #openstack-ansible20:24
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Add missing user defined interface support  https://review.openstack.org/59454420:24
*** gkadam has quit IRC20:27
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Disable verbose output of log collection  https://review.openstack.org/59133920:28
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Add missing user defined interface support  https://review.openstack.org/59454420:30
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Add missing user defined interface support  https://review.openstack.org/59454420:38
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Add missing user defined interface support  https://review.openstack.org/59454420:42
*** gkadam has joined #openstack-ansible20:43
*** ansmith has quit IRC20:43
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Add missing user defined interface support  https://review.openstack.org/59454420:51
*** spatel has joined #openstack-ansible20:57
spatelcloudnull: what is this error about http://paste.openstack.org/show/728554/20:57
cloudnulllikely a failed fact gather.20:58
cloudnullif its lxc container create20:58
cloudnullyou have to pass in hosts when running a limit20:59
cloudnullsomething like: `openstack-ansible lxc-container-create.yml --limit hosts:all_containers`20:59
cloudnullbut i'd suspect its a missing fact21:00
spatelokay! i got it21:01
spatelI am trying to add 16 compute nodes and i caught that error21:01
spatelif i clear facts does that fix my error ?21:02
spatellet me see21:02
*** gkadam has quit IRC21:26
*** luksky11 has quit IRC21:29
*** aicilamd has quit IRC21:31
*** aicilamd has joined #openstack-ansible21:32
*** aicilamd has quit IRC21:36
*** ansmith has joined #openstack-ansible21:38
*** schwicht has quit IRC21:40
*** aicilamd has joined #openstack-ansible21:42
*** spatel has quit IRC21:42
*** aicilamd has quit IRC21:43
*** aicilamd has joined #openstack-ansible21:44
*** hamzaachi_ has quit IRC21:46
*** aicilamd has quit IRC21:49
*** Darcidride has quit IRC21:51
*** tosky has joined #openstack-ansible22:07
*** schwicht has joined #openstack-ansible22:24
*** schwicht has quit IRC22:29
*** aicilamd has joined #openstack-ansible22:31
dwis it possible to get something approaching a production-lik setup out of openstack-ansible running on a cloud provider? maybe GCE with nested virtualization enabled?22:39
*** DanyC has quit IRC22:40
dwi'd like to setup a <500 node benchmark for my code in the coming weeks, and wondering if OSA can actually provision a realistic configuration, rather than just an all-in-one install22:40
*** DanyC has joined #openstack-ansible22:41
jrosserdw: https://github.com/openstack/openstack-ansible-ops/tree/master/multi-node-aio22:41
jrosserThat’s a good next step up from the AIO22:42
dwjrosser: the context is perf testing the upcoming branch, and really i want a prod-sized load to work with. this looks like it deploys a small number of containers to a small number of boxes? i really need somewhere around 100-500 real targets (containers or otherwise, but must be over the network off the controller box)22:43
*** schwicht has joined #openstack-ansible22:44
*** Leo_m has quit IRC22:44
*** DanyC has quit IRC22:45
dwi think i just need to spend some time RTFMing.. the GCE example might be made to work, perhaps with a little patching22:46
jrosserI’m sure someone’s done some terraform type stuff too22:46
*** schwicht has quit IRC22:47
dwjrosser: just while you're around :) does 2 hrs 15 minutes sound about right for a typical fresh AIO install with vanilla? i had disk issues with this box in the past, just want to make sure the timing is in roughly the right ballpark22:49
dwah, this is a mechanical disk. i'm not sure if you're working with SSDs22:50
jrosserThat’s on the slow side I guess22:50
jrosserBut yes if that’s an hdd fair enough22:50
dwthanks22:51
jrosserYou can see the typical times in Openstack CI results. Usually around     90 mins or so22:52
dwi might try mounting the filesystems async and putting the vm's block device in writeback mode, the host box has plenty of ram22:53
dwderp :) and it's also running out of qcow2 image, that always sucks22:54
*** spatel has joined #openstack-ansible22:55
*** vnogin has quit IRC22:57
*** spatel has quit IRC23:00
*** Laszlo-74 has quit IRC23:03
openstackgerritMerged openstack/openstack-ansible-nspawn_hosts master: Document adding "extra" networks  https://review.openstack.org/59396723:07
*** tosky has quit IRC23:07
*** schwicht has joined #openstack-ansible23:16
*** schwicht has quit IRC23:23
guilhermespcloudnull: ping :)23:35
*** macza has quit IRC23:37

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