Friday, 2019-02-01

*** TxGirlGeek has quit IRC00:07
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: [DNM] Demonstrate the use of Mitogen with OSA  https://review.openstack.org/59123600:08
broken_onehas anyone looked into why the OVN centos7 build is failing this? https://review.openstack.org/#/c/630374/200:13
cloudnulljamesdenton ^00:14
jamesdentoni can check that out00:14
jamesdentonhttp://logs.openstack.org/74/630374/2/check/openstack-ansible-ovn-centos-7/63c7a8e/logs/openstack/server1/neutron-server.service.journal.log.txt.gz00:15
jamesdentonwell there may be more. i will have to see in a bit00:16
broken_oneinterestig00:19
*** macza_ has quit IRC00:19
jamesdentonhttps://github.com/svinota/pyroute2/blob/master/pyroute2/netlink/rtnl/tcmsg/sched_netem.py#L6000:22
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: [DNM] Demonstrate the use of Mitogen with OSA  https://review.openstack.org/59123600:23
jamesdentonnot sure what it's looking for00:23
jamesdentonbroken_one do you know if it consistently failed this? maybe we just recheck00:26
*** tosky has quit IRC00:27
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: [DNM] Demonstrate the use of Mitogen with OSA  https://review.openstack.org/59123600:28
*** sdake has quit IRC00:32
*** sdake has joined #openstack-ansible00:34
*** sdake has quit IRC00:36
*** hwoarang has quit IRC00:38
*** eumel8 has quit IRC00:39
*** hwoarang has joined #openstack-ansible00:40
*** nurdie has joined #openstack-ansible00:41
*** Pbing has quit IRC00:50
*** sdake has joined #openstack-ansible00:53
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: [DNM] Demonstrate the use of Mitogen with OSA  https://review.openstack.org/59123600:53
*** hwoarang has quit IRC00:54
*** hwoarang has joined #openstack-ansible00:54
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: [DNM] Demonstrate the use of Mitogen with OSA  https://review.openstack.org/59123601:00
*** nurdie_ has joined #openstack-ansible01:04
*** nurdie has quit IRC01:05
*** sdake has quit IRC01:08
*** cmart has quit IRC01:15
*** cmart has joined #openstack-ansible01:15
broken_onejamesdenton: not sure if it was consistent fail or not01:21
jamesdentonit's been a week. i triggered a recheck01:21
jamesdentonwe'll know by tomorrow!01:22
broken_onebut i think something is not being configured on an interface01:22
jamesdentonnothing in the patch seemed responsible01:22
broken_oneyup crossing fingers01:22
jamesdentonThose patches for os_glance re: NFS couldn't be more timely. I tried it for the first time today and ran into issues. glad it's not me01:24
broken_oneinteresting01:25
broken_onei know that ceph is still working01:25
*** jbadiapa has quit IRC01:26
*** jbadiapa has joined #openstack-ansible01:31
*** cmart has quit IRC01:33
*** sdake has joined #openstack-ansible01:34
*** sdake has quit IRC01:49
*** DanyC has quit IRC02:08
*** markvoelker has joined #openstack-ansible02:10
*** markvoelker has quit IRC02:14
cloudnulljamesdenton broken_one issues with glance + NFS ?02:20
cloudnullsomething that still needs fixing ?02:20
jamesdentonI saw this come thru: https://review.openstack.org/#/c/634110/02:20
cloudnullah i see :)02:21
* cloudnull tests locally 02:21
jamesdentonfor whatever reason, i am having issues with the remount02:21
cloudnullI use glance w/ nfs02:21
*** sdake has joined #openstack-ansible02:22
jamesdentoni can mount the volume, but when it hits the remount i get permission denied. so i'm not sure if there's something unique to my environment causing that02:22
cloudnullwas it failing on the remount02:22
cloudnullohic02:22
jamesdentonhttps://pasted.tech/pastes/342ea5b2888f29dee7cf2e39e1827cd2650c0adb02:23
* cloudnull running that same command on my glance container 02:31
jamesdentonworking OK for you?02:32
jamesdentoni'll admit, i'm a total n00b when it comes to NFS. And i'm working with a Synology device, so not sure how much control i ultimately have02:32
*** sdake has quit IRC02:33
cloudnullhttps://pasted.tech/pastes/d0d791cb16a92040c1150a74d181b728a744d305 - it worked for me, however maybe there's a difference in config/mount options?02:33
jamesdentoncan you run exportfs -v from your nfs server?02:34
cloudnullone sec02:35
*** sdake has joined #openstack-ansible02:35
cloudnullhttps://pasted.tech/pastes/589075eab21ddc37112711fd75ec2a33a57fe1e902:36
*** sdake has quit IRC02:37
*** sdake has joined #openstack-ansible02:41
*** sdake has quit IRC02:42
jamesdentonlooks pretty close02:43
jamesdentoni don't have much available in terms of logging, unfortunately.02:43
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Use the Mitogen connection method in OSA  https://review.openstack.org/59123602:43
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Use the Mitogen connection method in OSA  https://review.openstack.org/59123602:46
*** nurdie has joined #openstack-ansible02:46
*** nurdie_ has quit IRC02:50
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Use the Mitogen connection method in OSA  https://review.openstack.org/59123602:51
*** shyamb has joined #openstack-ansible02:52
cloudnulljamesdenton if you set the ownership does it work ?02:53
cloudnulllike in that pr02:53
jamesdentonthe initial mount works OK, and i can actually write to it no problem02:53
cloudnulljust the reload isn't working?02:53
cloudnullcan you unmount then mount again ?02:54
jamesdentonyes02:54
cloudnulllike stop / start02:54
jamesdentonjust the remount isn't working02:54
cloudnullcan you run the command `systemctl reload-or-restart $(systemd-escape -p --suffix="mount" "/var/lib/glance/images")`02:54
cloudnulland is there anything in the journal that would shed some light on the issue?02:55
jamesdenton> mount.nfs: access denied by server while mounting 192.168.2.5:/volume1/images02:55
cloudnulllike `journalctl -f &` then run `systemctl reload-or-restart $(systemd-escape -p --suffix="mount" "/var/lib/glance/images")`02:55
cloudnullhow about on the host ?02:55
cloudnullanything in dmesg or messages?02:55
cloudnullmaybe this is an lxc apparmor issue ?02:56
cloudnullmy environment is running nspawn so that could be the difference ?02:56
jamesdentoni thought maybe, but i saw in lxc-openstack the nfs piece was there02:56
jamesdentonis there anything special regarding uid/gid i need to be aware of?02:57
cloudnullif you have multiple systems writing to the nfs mount you should make sure the uid / gid's are in sync02:57
*** sdake has joined #openstack-ansible02:58
jamesdentonok. not the case here, but i did make sure to set my glance user uid/gid to match that of the NAS02:58
cloudnullin the export you can set "anonuid=$UID,anongid=$GID"02:59
cloudnullwhich would force it02:59
jamesdentonthat squashes? is that right?03:00
cloudnullif you have "all_squash"03:01
jamesdentonk03:01
*** shyamb has quit IRC03:10
cloudnulljrosser - just got done upgrading my home lab to the head of master using https://review.openstack.org/#/c/591236 - nicely done!03:10
*** markvoelker has joined #openstack-ansible03:11
cloudnull1 infra, 2 virtual infra, 2 compute, 1 storage, 3 virtual logging - deployed from my workstation running the WSL.03:11
cloudnullwhat a time to be a alive!03:11
cloudnulljamesdenton that crucial P1 has been awesome btw!03:12
jamesdentonglad to hear!03:12
jamesdentoni like to Go Fast™03:12
cloudnull++03:12
cloudnullive been hammering it and it's quite the performance boot03:12
cloudnull**boost03:13
jamesdentonthat's great03:13
jamesdentonthink of the time saved..03:13
jamesdentonthat's how i justify it :D03:13
* cloudnull just emulating my idols - you. 03:13
jamesdentonlol03:13
jamesdenton+2 for you03:13
*** sdake has quit IRC03:17
*** nurdie has quit IRC03:17
*** nurdie has joined #openstack-ansible03:18
*** sdake has joined #openstack-ansible03:18
*** sdake has quit IRC03:19
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Fix the subprocess invocation of neutron-l3-agent  https://review.openstack.org/63037403:21
jamesdentonbroken_one ^^^03:21
*** sdake has joined #openstack-ansible03:22
*** nurdie has quit IRC03:22
*** sdake has quit IRC03:22
jamesdentoncloudnull now there could be something lxc-specific here going on. a mount/remount from the baremetal infra works fine03:26
jamesdentoncrap, i must have missed this: Feb  1 03:27:15 infra1 kernel: [133411.553367] audit: type=1400 audit(1548991635.760:579): apparmor="DENIED" operation="mount" info="failed type match" error=-13 profile="lxc-openstack" name="/var/lib/glance/images/" pid=26208 comm="mount.nfs" flags="rw, remount"03:27
jamesdentonso, turns out adding 'mount options=(rw,remount),' to lxc-openstack resolved it03:33
broken_onejamesdenton: nice03:33
*** ArchiFleKs has quit IRC03:35
*** gkadam has joined #openstack-ansible03:36
broken_oneso after we get AD integration with keystone working, we think we found a issues with Heat and Tempest in Rocky.03:37
broken_oneduring the initial deploy for sure03:38
broken_onewe have to delete all the ansible facts on the deployer and then run the heat install playbook for it to complete..i have done functional testing after03:38
broken_onewill update when we start digging in further03:39
cloudnulljamesdenton ah that makes some sense03:42
jamesdentonprofile lxc-openstack flags=(attach_disconnected,mediate_deleted) {03:42
jamesdentonsorry >> https://bugs.launchpad.net/openstack-ansible/+bug/181420003:43
openstackLaunchpad bug 1814200 in openstack-ansible "Unable to remount NFS volume in Glance container" [Undecided,New]03:43
*** ArchiFleKs has joined #openstack-ansible03:44
*** sdake has joined #openstack-ansible03:44
*** markvoelker has quit IRC03:44
*** ArchiFleKs has quit IRC03:49
jamesdentoncloudnull so this must be tied to the systemd_mount role? Maybe the remount didn't happen in previous versions (prior to Rocky)?03:50
*** ArchiFleKs has joined #openstack-ansible03:51
cloudnulljamesdenton https://github.com/openstack/openstack-ansible-lxc_hosts/blob/master/templates/lxc-openstack.apparmor.j203:51
cloudnullits being limited there03:51
jamesdentonright, thats where i put it03:51
cloudnullsounds like we just need to put the new directive into the aa profile and we'd be good?03:52
jamesdentonremount was never allowed there, which makes me wonder if that action never happened prior to systemd_mount stuffs03:52
jamesdentonprobably, yes?03:53
jamesdentonjust not sure if there's more to it than >> mount options=(rw,remount),03:53
prometheanfirenfs is a pain03:56
prometheanfirev4 makes it a little better03:56
jamesdentonseems a little... antiquated.. in its modeling.03:57
prometheanfireya03:57
jamesdentonbeen around a long time. makes sense. lol03:58
prometheanfiretrue, but really it's the best option for simple client/server stuff03:58
prometheanfirethough honestly the new windows filesharing has some neat features03:59
prometheanfiresupported by samba of course03:59
jamesdentoni'm bowing out. hope to be around tomorrow, though. thanks for the assist, cloudnull04:01
jamesdentonsee ya, prometheanfire04:01
prometheanfirenn04:01
prometheanfiregates are finally working again, so I'm on recheck watch04:01
cloudnulllater!04:01
prometheanfirecloudnull: you in tomorrow (to share that image)?04:02
cloudnullyup04:02
*** udesale has joined #openstack-ansible04:02
prometheanfireI mean, you could make the image yourself, but I can give it too :P04:02
jamesdentoncloudnull likes to suffer04:03
prometheanfirejamesdenton: but does he want it04:03
* cloudnull will drive for gentoo 04:03
prometheanfirelol04:03
prometheanfirelet me make a new image with the right systemd04:03
prometheanfireyou don't need cloud-init do you?04:04
prometheanfireyou mentioned that before but infra doesn't use it (and I don't either)04:04
openstackgerritMerged openstack/openstack-ansible-nspawn_container_create master: Add path variable for different distros  https://review.openstack.org/63428204:07
openstackgerritMerged openstack/openstack-ansible-nspawn_hosts master: Add path variable for different distros  https://review.openstack.org/63428104:22
*** hwoarang_ has joined #openstack-ansible04:24
*** hwoarang has quit IRC04:25
*** nurdie has joined #openstack-ansible04:37
*** sdake has quit IRC04:39
*** nurdie has quit IRC04:39
*** nurdie has joined #openstack-ansible04:40
*** markvoelker has joined #openstack-ansible04:41
*** nurdie has quit IRC04:44
cloudnulli dont need cloud-init04:45
cloudnullbut it would be nice :)04:45
*** spsurya has joined #openstack-ansible04:45
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Use the Mitogen connection method in OSA  https://review.openstack.org/59123604:47
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Use the Mitogen connection method in OSA  https://review.openstack.org/59123604:49
*** sm806 has quit IRC04:56
*** sm806 has joined #openstack-ansible04:56
*** invincible has quit IRC04:58
*** chandan_kumar has joined #openstack-ansible04:59
*** chandan_kumar is now known as chkumar|ruck04:59
prometheanfire2019-02-01 05:01:14.771 | >>> Emerging (18 of 20) sys-apps/systemd-241_rc2::gentoo05:03
*** hwoarang_ has quit IRC05:07
*** cmart has joined #openstack-ansible05:07
*** hwoarang has joined #openstack-ansible05:13
*** nurdie has joined #openstack-ansible05:14
*** markvoelker has quit IRC05:14
*** shyamb has joined #openstack-ansible05:22
*** shyamb has quit IRC05:24
*** shyamb has joined #openstack-ansible05:24
openstackgerritChandan Kumar proposed openstack/openstack-ansible-os_tempest master: Ping router once it is created  https://review.openstack.org/63388305:52
*** gyee has quit IRC05:54
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: [WIP] Use the Mitogen connection method in OSA  https://review.openstack.org/59123605:57
*** macza has joined #openstack-ansible05:58
*** macza has quit IRC06:02
*** markvoelker has joined #openstack-ansible06:12
*** hamzaachi has joined #openstack-ansible06:15
*** ThiagoCMC has quit IRC06:15
*** radeks_ has joined #openstack-ansible06:17
*** radeks_ has quit IRC06:20
*** shyamb has quit IRC06:24
*** DanyC has joined #openstack-ansible06:25
*** DanyC has quit IRC06:29
*** macza has joined #openstack-ansible06:39
*** dave-mccowan has quit IRC06:41
*** markvoelker has quit IRC06:44
*** shyamb has joined #openstack-ansible06:57
*** cmart has quit IRC07:15
*** kopecmartin|off is now known as kopecmartin07:18
*** pcaruana has joined #openstack-ansible07:19
*** hamzaachi has quit IRC07:20
*** DanyC has joined #openstack-ansible07:32
*** fnpanic has joined #openstack-ansible07:37
*** markvoelker has joined #openstack-ansible07:41
*** pbing19 has joined #openstack-ansible07:41
*** macza has quit IRC07:44
*** hamzaachi has joined #openstack-ansible07:48
*** slaweq has joined #openstack-ansible08:06
openstackgerritChandan Kumar proposed openstack/ansible-role-python_venv_build master: Add tripleo-ci-centos-7-standalone-os-tempest job  https://review.openstack.org/63437708:08
*** markvoelker has quit IRC08:14
*** DanyC has quit IRC08:15
openstackgerritChandan Kumar proposed openstack/openstack-ansible-os_tempest master: Added tempest.conf for heat_plugin  https://review.openstack.org/63202108:24
openstackgerritChandan Kumar proposed openstack/openstack-ansible-os_heat master: [DNM] heat tempest tests finding  https://review.openstack.org/63069408:25
openstackgerritChandan Kumar proposed openstack/openstack-ansible-os_heat master: [DNM] heat tempest tests finding  https://review.openstack.org/63069408:26
openstackgerritChandan Kumar proposed openstack/openstack-ansible-os_heat master: [DNM] heat tempest tests finding  https://review.openstack.org/63069408:30
*** tosky has joined #openstack-ansible08:36
openstackgerritMartin Kopec proposed openstack/openstack-ansible-os_tempest master: Improve overview subpage  https://review.openstack.org/63393408:41
*** shyamb has quit IRC08:47
*** shyamb has joined #openstack-ansible08:48
*** mkuf_ has quit IRC08:48
*** hamzaachi has quit IRC08:55
*** shyamb has quit IRC09:10
*** shyamb has joined #openstack-ansible09:11
*** markvoelker has joined #openstack-ansible09:12
*** DanyC has joined #openstack-ansible09:12
*** mkuf_ has joined #openstack-ansible09:17
*** DanyC has quit IRC09:17
*** nurdie has quit IRC09:20
*** nurdie has joined #openstack-ansible09:20
*** DanyC has joined #openstack-ansible09:22
*** nurdie has quit IRC09:24
*** sdake has joined #openstack-ansible09:27
*** pcaruana has quit IRC09:30
*** shyamb has quit IRC09:31
*** rgogunskiy has quit IRC09:32
*** hamzaachi has joined #openstack-ansible09:33
*** pcaruana has joined #openstack-ansible09:42
*** shyamb has joined #openstack-ansible09:44
*** markvoelker has quit IRC09:44
*** aedc has joined #openstack-ansible09:46
*** mkuf_ has quit IRC09:48
*** aedc has quit IRC09:53
*** hamzaachi has quit IRC09:55
*** mkuf_ has joined #openstack-ansible09:58
*** gillesMo has joined #openstack-ansible10:18
*** shyamb has quit IRC10:18
*** shyamb has joined #openstack-ansible10:19
gillesMoHello ! Anyone is using VPNaaS on Queens ? I see the release note saying it's moving from a vpn_agent to l3_agent, but can't find a precise doc on how to configure it (official doc is configuraing a vpn_agent that is not existing anymore : a bug is filled N°175106910:19
*** hamzaachi has joined #openstack-ansible10:27
*** electrofelix has joined #openstack-ansible10:38
*** markvoelker has joined #openstack-ansible10:42
*** sdake has quit IRC10:51
*** sdake has joined #openstack-ansible10:51
chkumar|ruckodyssey4me: jrosser please have a look at these two patches https://review.openstack.org/633931 and https://review.openstack.org/63437711:05
*** shyamb has quit IRC11:10
*** markvoelker has quit IRC11:15
*** udesale has quit IRC11:23
*** hamzaachi has quit IRC11:45
*** shyamb has joined #openstack-ansible11:48
*** pcaruana has quit IRC12:05
*** markvoelker has joined #openstack-ansible12:11
*** pcaruana has joined #openstack-ansible12:19
*** pcaruana|afk| has joined #openstack-ansible12:25
*** pcaruana has quit IRC12:26
*** pcaruana|afk| is now known as pcaruana12:27
jamesdentongillesMo I don't know the state of VPNaaS in OSA at the moment. It used to be that with VPNaaS, a modified neutron-l3-agent was run that included the VPN bits, but that has been consolidated AFAIK. The guide here calls out VPNaaS config with OSA: https://docs.openstack.org/openstack-ansible-os_neutron/queens/configure-network-services.html#virtual-private-network-service-optional12:40
jamesdentonGood luck12:40
*** markvoelker has quit IRC12:45
*** gkadam has quit IRC12:52
*** shardy has joined #openstack-ansible12:53
*** sdake has quit IRC12:55
*** aedc has joined #openstack-ansible13:03
*** pbing19 has quit IRC13:04
gillesMojamesdenton: Thanks, that'what I read, but it doesn't seems to work. And there is no integration in Horizon. I saw in the latest os_horizon role doc a variable addition : horizon_enable_neutron_vpnaas, not present in Queens and Rocky releases13:07
jamesdentonk13:07
jamesdentonWhen it doesn't work, do you mean VPN-related API calls don't work?13:08
jamesdentonwhere do things break down?13:08
*** strattao has joined #openstack-ansible13:13
*** pcaruana has quit IRC13:13
noonedeadpunkhi folks,13:15
noonedeadpunkcan you please check this patch https://review.openstack.org/#/c/630747/ ?13:16
*** pcaruana has joined #openstack-ansible13:20
*** shyamb has quit IRC13:25
*** hamzaachi has joined #openstack-ansible13:33
*** dave-mccowan has joined #openstack-ansible13:34
gillesMojamesdenton: I don't master theses VPN things, so I would have tried with Horizon. Perhaps API calls are working. At least "openstack vpn service list" respond nothing, but without error. Is that means all is working except Horison dashboard integration ?13:38
*** sdake has joined #openstack-ansible13:41
jamesdentonit's possible, yes. You can plumb it by hand if you'd like to try. Inside the Horizon containers, there is a file at /etc/horizon/local_settings.py that needs to be modified. You can see 'enable_vpn' in the OPENSTACK_NEUTRON_NETWORK block. Set from False to True and restart apache213:41
*** markvoelker has joined #openstack-ansible13:42
jamesdentonBut, it's also possible that some other bits aren't installed, like neutron-vpnaas-dashboard, that would mean the panels aren't there13:43
mnasermorning friends13:43
jamesdentonhi mnaser13:43
mnaserhey jamesdenton -- how's it goin13:43
mnaserman y'all are all getting the cool labs13:44
mnaseri'm getting a little fomo13:44
jamesdentonis that what the kids are saying these days? lol13:44
jamesdentonhomelabs, homie13:44
* mnaser goes into dc and pulls server out13:44
jamesdentongillesMo I would probably say for Queens, there would be no support horizon integration if it's not already there13:45
*** hamzaachi has quit IRC13:46
*** hamzaachi has joined #openstack-ansible13:46
gillesMojamesdenton: I plan to migrate soon to Rocky. But I don't see real noews in the corresponding code between Queens and Rocky, at least in the openstack-ansible os_horizon role13:47
jamesdentonmnaser have you seen a retry_limit in the gate for jobs? Can you check zuul 63411013:47
mnaserlemme see jamesdenton13:47
mnaseroh interesting13:48
jamesdentongillesMo it's true that the vpnaas dashboard doesn't exist in OSA Rocky, too13:48
mnasermight be an infra issue13:48
mnasernothing in here https://wiki.openstack.org/wiki/Infrastructure_Status13:48
mnaserjamesdenton: is it happening on the recheck too?13:48
jamesdentonThis particular job has silently failed a couple of times since yesterday. -1 but no status.13:49
jamesdentonyes13:49
jamesdentonhmm13:49
jamesdentonhttp://paste.openstack.org/show/744391/ - Line 1213:50
mnaseroh hm13:58
jamesdentonglance_nfs_client by default is an empty list13:58
mnaserthat feels like a bug in zuul13:58
jamesdentonguessing it doesn't like that? i dunno13:58
mnaserjamesdenton: taking this to #openstack-infra13:59
jamesdentonkk13:59
*** hamzaachi has quit IRC14:06
*** hamzaachi has joined #openstack-ansible14:06
*** sdake has quit IRC14:06
*** hamzaachi has quit IRC14:08
*** hamzaachi has joined #openstack-ansible14:09
*** hamzaachi has quit IRC14:10
*** hamzaachi has joined #openstack-ansible14:10
*** hamzaachi has quit IRC14:11
*** hamzaachi has joined #openstack-ansible14:11
*** hamzaachi has quit IRC14:13
*** hamzaachi has joined #openstack-ansible14:13
*** markvoelker has quit IRC14:14
*** aedc has quit IRC14:17
*** sdake has joined #openstack-ansible14:17
*** aedc has joined #openstack-ansible14:17
openstackgerritJames Denton proposed openstack/openstack-ansible-os_glance master: Fix Glance NFS mount point ownership  https://review.openstack.org/63411014:19
*** stuartgr has quit IRC14:20
*** stuartgr has joined #openstack-ansible14:24
matthecadistance selling rights14:33
*** gillesMo has quit IRC14:40
*** jwitko__ has joined #openstack-ansible14:44
*** cmart has joined #openstack-ansible14:46
*** jwitko_ has quit IRC14:48
*** markvoelker has joined #openstack-ansible15:11
jamesdentonmnaser turns out the jinja in the commit message was causing zuul to bail15:16
openstackgerritDmitriy Rabotjagov (noonedeadpunk) proposed openstack/openstack-ansible-os_ceilometer master: Cleanup files and templates using smart sources  https://review.openstack.org/63443115:17
*** DanyC has quit IRC15:19
*** DanyC has joined #openstack-ansible15:19
mnaserjamesdenton: ~ the more you know ~15:31
mnaserthanks for following up on the rest of that convo15:31
*** nurdie has joined #openstack-ansible15:32
jamesdentonsure thing15:32
jamesdentonjobs passed, just needs reviews15:33
*** nurdie has quit IRC15:37
jamesdentonOn the topic of Glance, have you seen this issue in any of your recent builds? https://bugs.launchpad.net/openstack-ansible/+bug/181412715:37
openstackLaunchpad bug 1814127 in openstack-ansible "Jinja formatting issues in glance-api.conf" [Undecided,New]15:37
*** nurdie has joined #openstack-ansible15:39
mnaseri wonder how that isnt caught in ci?15:42
*** markvoelker has quit IRC15:44
jamesdentonnot sure15:45
jamesdentonYou can see it in the logs here, too: http://logs.openstack.org/10/634110/2/check/openstack-ansible-functional-ubuntu-bionic/0466f98/logs/openstack/openstack1/glance/glance-api.log.txt.gz15:48
*** pbing19 has joined #openstack-ansible15:48
jamesdentonBut it must not have an immediate impact15:48
*** hamzaachi has quit IRC15:50
*** hamzaachi has joined #openstack-ansible15:50
*** hamzaachi has quit IRC15:52
*** hamzaachi has joined #openstack-ansible15:52
cloudnullmornings15:53
jamesdentonhowdy15:53
nowsterjamesdenton: I solved the IP routing problem. For v6 it's useful to have a site-local network for internal routing, then the instances can use global networks transparently.15:55
nowsterwhereas for v4 your floating IPs are on the outside.15:56
nowsterand then there's allowing route advertisements from the "internal" networks to reach the kernel on the router node15:58
*** pcaruana has quit IRC15:59
nowsterIn other news, OpenVSwitch doesn't like it when it can't talk to neutron because the IP addresses are mismatched elsewhere.15:59
nowsterones network turns into a notwork15:59
*** hamzaachi has quit IRC16:01
*** hamzaachi has joined #openstack-ansible16:01
*** pbing19 has quit IRC16:07
*** hamzaachi has quit IRC16:13
*** hamzaachi has joined #openstack-ansible16:13
*** hamzaachi has quit IRC16:17
*** hamzaachi has joined #openstack-ansible16:17
*** hamzaachi has quit IRC16:18
*** hamzaachi has joined #openstack-ansible16:18
*** hamzaachi has quit IRC16:20
*** hamzaachi has joined #openstack-ansible16:20
*** hamzaachi has quit IRC16:21
*** hamzaachi has joined #openstack-ansible16:21
jamesdentonnowster any docs you have on that would be good, if you don't mind. If you think it would be useful16:27
nowsterjamesdenton: I'm going to try to write it up somewhere16:29
nowsteralso calling the "flat" network something other than "flat" is helpful for demystifying things16:30
*** sdake has quit IRC16:32
*** macza has joined #openstack-ansible16:34
*** kopecmartin is now known as kopecmartin|off16:37
*** sdake has joined #openstack-ansible16:39
*** markvoelker has joined #openstack-ansible16:41
mnaserjrosser: what's up with the work on the mitogen patch, i see its failing with some odd base64 error16:52
jrossermnaser: i've taken out my hacks - seems dw is doing a lot of work on mitogen now so it's time to fix it once and for all - see this https://github.com/dw/mitogen/issues/51016:52
*** pbing19 has joined #openstack-ansible16:52
mnaseroh sweet16:53
mnaseri'm trying to figure out nspawn for once and for all..16:53
CeeMachi, anyone around able to help with a console issue (rocky on bionic using spice proxy)?16:59
openstackgerritDmitriy Rabotjagov (noonedeadpunk) proposed openstack/openstack-ansible-os_ceilometer master: Cleanup files and templates using smart sources  https://review.openstack.org/63443117:11
guilhermespdoes anyone has noticed these metal jobs failing https://review.openstack.org/#/c/634032/ ?17:11
*** markvoelker has quit IRC17:15
noonedeadpunkCeeMac: just my small recomendation to use vnc instead of SPICE.17:16
CeeMacnoonedeadpunk, you've had issues with spice? or just personal pref?17:16
CeeMacOSA configures spice by default ( i think?)17:17
noonedeadpunkCeeMac: I had issues with graphic speed on Windows machines and there no default ctrl+alt+del on spice - I had to inject int manually.17:17
CeeMacoh,yeah, i wouldn't want that either17:18
noonedeadpunkYep, it's default in OSA, you you're not required to use it, and it's pretty simple to switch to novnc17:18
CeeMacyou have any config snips you can share?17:18
CeeMacand is there a user_variable override for that?17:19
noonedeadpunkYep, sure there's a variable - just set nova_console_type: novnc in user_variables.yml17:19
noonedeadpunkand launch os-nova-install.yml after that17:20
CeeMacnoonedeadpunk, sweet, thanks I'll give that a go17:22
*** cmart has quit IRC17:22
noonedeadpunkand if you wish to stay with SPICE - here's kinda patch for ctrl+alt+del button http://paste.openstack.org/show/744412/17:22
*** pitchOli has joined #openstack-ansible17:23
CeeMacI'll keep the URL, I'll need to get spice working first before worrying about ctrl-alt-del17:23
CeeMachow are you finding Windows on OS in general?17:23
noonedeadpunkit's ok, but I'm running not on hyperv, but inside KVM. The only problem, that you have to built virtio drivers inside iso image before installation (and even for templating)17:25
noonedeadpunkor you'll have to disable virtio fully for computing node. as far as I know it's not possible to accomplish this per-vm basis17:26
CeeMacyeah, i'm testing with the cloudbase.it cloud-init windows 2012R2 image currently, will visit image/template building once the platform is working17:27
CeeMacKVM backend also17:27
noonedeadpunkyeah, cloudbase works well on 2016 as well - but you'll have to build an image.17:27
noonedeadpunkAnd it also support nova get-password17:28
CeeMacgood to know17:28
CeeMachad a few issues getting this far, finally managed to launch an instance, would be good to be able to console to it to test/configure network for internet access etc17:29
*** DanyC has quit IRC17:39
CeeMacnoonedeadpunk, I got me a console :D  thanks for the tip!17:50
CeeMacjust need to work out why the instance didn't pick up its DHCP address from the port, thats a monday job though17:51
mnasercloudnull: is the mv-container meant to be the equiv of br-mgmt ?17:57
*** pitchOli has quit IRC18:01
*** DanyC has joined #openstack-ansible18:02
openstackgerritDmitriy Rabotjagov (noonedeadpunk) proposed openstack/openstack-ansible-os_ceilometer master: Cleanup files and templates using smart sources  https://review.openstack.org/63443118:05
*** DanyC has quit IRC18:06
*** sdake has quit IRC18:08
*** hamzaachi has quit IRC18:09
*** hamzaachi has joined #openstack-ansible18:09
*** sdake has joined #openstack-ansible18:10
*** markvoelker has joined #openstack-ansible18:11
nsmedshas guys, we're on the last step of https://docs.openstack.org/openstack-ansible/rocky/admin/upgrades/major-upgrades.html18:13
nsmedshas anyone run into ``Error attempting to run volume_service_uuids_online_data_migration` while running setup-openstack.yml ?18:13
*** cmart has joined #openstack-ansible18:13
nsmedsit occurs for `Perform online database migrations` in `os-cinder-install.yml`18:14
*** electrofelix has quit IRC18:14
cloudnullmnaser yes those are similar18:14
mnaserOk cool, I’m iterating aio nspawn and just caught something18:14
*** hamzaachi has quit IRC18:14
mnaserWe’re not setting an IP in container extra networks so it can’t reach containers (for mv-container)18:14
mnaserSeems like it got past it.. so onto the next18:14
*** gyee has joined #openstack-ansible18:15
openstackgerritMohammed Naser proposed openstack/openstack-ansible master: nspawn: add container_network config  https://review.openstack.org/63446618:19
mnasercloudnull: ^ fyi18:19
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: [WIP] Use the Mitogen connection method in OSA  https://review.openstack.org/59123618:20
cloudnullmnaser awesome!18:21
* cloudnull relocating back home but will be back online in just a few if you need help or want to work on nspawn :) 18:21
mnasercloudnull: awesome.  i really want to get this going as the release cycle is coming closer and closer to end and we've got a bunch of things ahead of us18:22
mnaseresp if we want to hit the goals we discussed at https://etherpad.openstack.org/p/osa-stein-ptg18:22
mnaserone of the goals was -- Stein: Remove nspawn experimental 'status' + remove LXC from deploy guide18:23
mnasercloudnull: for when you relocate, do you know if we can move towards more application containers with nspawn, further stripping down our containers to eliminate a base the concept of a base os?18:27
mnaseri'm increasingly concerned at the volume of things that need to be managed when you have 3 controllers x 15 containers = possibly 45 'systems' to kee updated18:27
noonedeadpunkCeeMac that's great! Hope you'll get it working:)18:33
*** fdegir has quit IRC18:38
*** fdegir has joined #openstack-ansible18:39
*** sdake has quit IRC18:39
*** sdake has joined #openstack-ansible18:40
*** hamzaachi has joined #openstack-ansible18:42
*** markvoelker has quit IRC18:45
*** aedc has quit IRC19:07
openstackgerritMerged openstack/openstack-ansible-os_tempest master: Only init a workspace if doesn't exists  https://review.openstack.org/63354919:26
*** sdake has quit IRC19:28
*** sdake has joined #openstack-ansible19:29
*** sdake has quit IRC19:31
openstackgerritMartin Kopec proposed openstack/openstack-ansible-os_tempest master: Improve overview subpage  https://review.openstack.org/63393419:34
*** markvoelker has joined #openstack-ansible19:42
openstackgerritJacob Wagner proposed openstack/openstack-ansible-ops master: Add ability to deploy Designate (DNSaaS)  https://review.openstack.org/63380119:42
openstackgerritJacob Wagner proposed openstack/openstack-ansible-ops master: Add ability to deploy Designate (DNSaaS)  https://review.openstack.org/63380119:43
openstackgerritMohammed Naser proposed openstack/openstack-ansible master: nspawn: fix restart-service.yml service list filtering  https://review.openstack.org/63448519:58
*** hamzaachi has quit IRC19:59
*** hamzaachi has joined #openstack-ansible20:00
*** ArchiFleKs has quit IRC20:03
*** DanyC has joined #openstack-ansible20:14
*** markvoelker has quit IRC20:15
*** ArchiFleKs has joined #openstack-ansible20:21
*** hamzaachi has quit IRC20:23
*** hamzaachi has joined #openstack-ansible20:24
*** hamzaachi has quit IRC20:25
*** hamzaachi has joined #openstack-ansible20:25
*** DanyC has quit IRC20:27
*** ArchiFleKs has quit IRC20:27
*** ArchiFleKs has joined #openstack-ansible20:29
*** rholloway has joined #openstack-ansible20:30
*** sdake has joined #openstack-ansible20:41
*** strattao has quit IRC20:45
mnasercloudnull (maybe jrosser?): in your nspawn deployment, do you have a bridge for your flat/public network?21:00
*** hamzaachi has quit IRC21:00
mnaserthe problem right now is that we are defaulting to 'eth0' which means neutron-linuxbridge-agent tries to build a bridge using eth0 and kill internet connectivity21:01
*** hamzaachi has joined #openstack-ansible21:01
mnaseri.e. what is the equiv of br-vlan from the usual aio21:01
*** hamzaachi has quit IRC21:02
*** hamzaachi has joined #openstack-ansible21:02
*** sdake has quit IRC21:03
*** hamzaachi has quit IRC21:03
*** hamzaachi has joined #openstack-ansible21:04
cloudnullmnaser this is the network config I used on my hosts21:08
cloudnullhttps://gist.github.com/cloudnull/f4d2dc796fa72871134ab88b2aeac0ae21:08
cloudnulland the active devices21:09
cloudnullhttps://pasted.tech/pastes/df2868a7b5a631476cccd5cf8a0a1993cd1ef99221:09
mnasercloudnull: mind a brctl show ?21:09
jrossermnaser: i a soooooo far from considering an nspawn deployment :/21:10
jrosseri am...21:10
mnaserjrosser: ah i thought you were dabbling with it, i'm just trying to get it to work right now, i think im so close21:10
mnaseri believe `brq080e971c-60` is the interface that neutron-linuxbridge-agent created and i'm guessing its probably tied to bond0.13 or bond0.14 (which have no ips)21:11
mnaserwe don't have an interface that we use to simulate br-vlan in nspawn deployment, so neutron bridges eth0 and kills the vm21:11
cloudnullmnaser this is my actual config https://gist.github.com/cloudnull/eab22ba500843343470a7fd1e3f55d1c21:11
*** markvoelker has joined #openstack-ansible21:11
cloudnullmnaser https://pasted.tech/pastes/97e8bcfa7bb92c05f14da117666e5bab92337fbf21:12
mnaserok yeah, so you dont care if bond0.10 has no ips because you dont run anything on it21:12
mnaserin aio, neutron adds eth0 to the bridge and kills the connectivity21:12
mnaserwith nspawn that is21:12
mnaserwith lxc it just uses the existing br-vlan we wire21:12
mnaserso i'm thinking we need a systemd-networkd task to create some arbitrary interface that it can bridge on21:13
mnaserthat way it doesn't destroy ips21:13
cloudnullhum. we could set neutron to use  mv-vlan ?21:13
jrosseris this eth12 in the "old world"?21:13
mnaserim not sure, not going to lie, i dont build aio's often21:14
cloudnullkinda21:14
mnasercloudnull: i mean, if it works, why not i guess, can you bridge a macvlan into a bridge?21:14
cloudnullyes you can21:14
mnaserok, so the ideal solution is that we can add host_bind_override or whatever to mv-vlan21:15
mnaserand that.. should fix it21:15
mnaseri believe21:15
mnaserdoes that make sense?21:15
mnaser`host_bind_override: "eth12"` in the lxc config21:15
mnaserso that would be a yes jrosser21:16
mnaserok, so ill update the nspawn config to have `host_bind_override: "mv-flat"`21:16
jrosserin the lxc world that is eth12 -> veth -> br-vlan21:16
mnasernow mv-flat will just be sucked up by n-lxb-agent and it'll create a bridge and attach it to it21:17
mnaserhopefully21:17
cloudnullhttps://pasted.tech/pastes/d0049aa77d29d5ac5ebd6e3256d8cd0f4ebdeeb2 - just making sure21:17
mnasersweet21:18
mnaserbtw, on things to fix...21:18
mnaserwe don't set enabled: true on the containers21:18
mnaseror whatever... all containers are down on a reboot21:19
*** sdake has joined #openstack-ansible21:22
*** slaweq has quit IRC21:28
cloudnullmnaser i wonder if that's an artifact of the systemd-service config?21:30
*** hamzaachi has quit IRC21:30
mnasercloudnull: maybe.. i dont know yet, so far i got https://review.openstack.org/#/c/634466/ and https://review.openstack.org/#/c/634485/121:31
mnaserthe second one is interesting21:31
mnaserlol21:31
cloudnullif you run `systemd enable systemd-nspawn@$(systemd-escape ${CONTAINER_NAME})` does it worl?21:31
*** hamzaachi has joined #openstack-ansible21:31
mnasercloudnull: i reran the playbooks and it worked so i guess yeah21:33
cloudnullok.21:34
cloudnullive seen race conditions locally with nspawn container starts, however, i've not chased it down.21:35
cloudnullso that could be related21:35
mnasercloudnull: ok, just restarted again (because the router got created again and it killed me)21:35
mnaseri dont see any mv ports21:35
mnaseryeah, none of the ports are there21:37
mnasereven when i do a systemctl start systemd-networkd21:37
mnaserthey're not going up21:37
cloudnullthis is on restart ?21:38
mnaseryeah21:38
mnaseri added https://github.com/cloudnull.keys to the machien im working on .. centos@199.204.45.11521:38
cloudnull`systemctl start nspawn-macvlan.service`21:38
* cloudnull logging in 21:39
mnaserok21:39
mnaserthat did it21:39
mnaserFeb 01 21:33:59 aio1 systemd[1]: Job nspawn-macvlan.service/start deleted to break ordering cycle starting with systemd-networkd.service/start21:39
cloudnull> centos@199.204.45.115: Permission denied (publickey).21:40
mnaserthat can explain why the containers might have not gone up21:40
mnaserah damn21:40
mnaseri added them to root21:40
mnaserjust login as root i guess, its a temp test machine21:40
cloudnullin21:40
mnaserso that's the error that caused systemd-networkd not to go up21:41
mnasererr i mean nspawn-macvlan21:41
mnaserand that MIGHT be why the containers are also not going up? cause it depends on it21:41
cloudnull`for i in $(machinectl list-images | grep "$(hostname -s)" | awk '{print $1}'); do  systemctl start  systemd-nspawn@$(systemd-escape $i); done` - looks like the containers are starting now21:41
*** pbing19 has quit IRC21:43
mnaserim not sure why it didnt go up in the first place21:43
mnasermaybe it had to do with that ordering cycle21:43
cloudnull++ likely21:44
*** markvoelker has quit IRC21:45
cloudnulland they're able to get out over the gateway21:46
cloudnullso it looks like it might be happy ?21:46
mnasercloudnull: the bridge just went up and it didn't die yet, ill rerun tempest and see what happens21:46
mnaserhaproxy had to be brought up cause i guess it couldnt list things21:47
mnaserAborted connection 88 to db: 'nova_api' user: 'nova_api' host: 'aio1.openstack.local' (Got an error reading communication packets)21:49
mnaserweird21:49
mnaserthere we go21:50
*** cmart has quit IRC22:07
*** nurdie has quit IRC22:12
*** nurdie has joined #openstack-ansible22:13
*** nurdie has quit IRC22:17
cloudnullwas afk, sorry, mnaser did you make it go?22:20
*** cmart has joined #openstack-ansible22:23
*** hamzaachi has quit IRC22:26
*** hamzaachi has joined #openstack-ansible22:27
*** hamzaachi has quit IRC22:28
*** hamzaachi has joined #openstack-ansible22:28
*** hamzaachi has quit IRC22:29
mnasercloudnull: failed randomly at rabbitmq needed to get a rekick, watching tempest now seeing if it hands or not22:29
mnasers/hands/hangs/22:30
mnaserand if it passes or not more importantly22:30
*** hamzaachi has joined #openstack-ansible22:30
*** jwitko__ has quit IRC22:31
*** hamzaachi has quit IRC22:31
*** hamzaachi has joined #openstack-ansible22:32
*** hamzaachi has quit IRC22:33
*** hamzaachi has joined #openstack-ansible22:34
*** sep has quit IRC22:38
*** sep has joined #openstack-ansible22:38
*** dave-mccowan has quit IRC22:40
*** KeithMnemonic has quit IRC22:40
*** markvoelker has joined #openstack-ansible22:42
*** cmart has quit IRC22:42
openstackgerritMohammed Naser proposed openstack/openstack-ansible master: nspawn: use mv-flat for host_bind_overrides  https://review.openstack.org/63450622:52
*** cmart has joined #openstack-ansible22:54
*** DanyC has joined #openstack-ansible23:12
*** markvoelker has quit IRC23:14
*** nurdie has joined #openstack-ansible23:15
*** nurdie has quit IRC23:20
openstackgerritMerged openstack/openstack-ansible master: nspawn: add container_network config  https://review.openstack.org/63446623:33
*** macza has quit IRC23:43
*** hamzaachi has quit IRC23:51
*** hamzaachi has joined #openstack-ansible23:52
*** errr has joined #openstack-ansible23:58

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