16:00:16 #startmeeting openstack_ansible_meeting 16:00:16 Meeting started Tue Oct 20 16:00:16 2020 UTC and is due to finish in 60 minutes. The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot. 16:00:17 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 16:00:19 The meeting name has been set to 'openstack_ansible_meeting' 16:00:26 #topic office hours 16:01:19 well, seems we can't discuss today our current status and patches that are due because of the gerrit situation 16:02:16 but we can probably discuss plan for ptg that will take place next monday 16:02:22 #link https://etherpad.opendev.org/p/osa-wallaby-ptg 16:02:51 I've just placed topics in the doc we took for V 16:03:40 we didn't do much since we had really lot's of stuff on our hands with centos 8, ubuntu focal, new ceph and galera and etc 16:04:43 o/ hello 16:06:19 I think we still can do several during this cycle:) like mark nspawn for removal for example 16:06:35 i get kind of fed up trying to fix the roles there 16:07:11 we also have to do some migration on ansible group names 16:07:32 so they have only underscore? 16:07:47 `TRANSFORM_INVALID_GROUP_CHARS`? 16:08:22 well yes, this seems like important part 16:08:47 yes was just looking at https://docs.ansible.com/ansible/latest/reference_appendices/config.html#transform-invalid-group-chars 16:09:41 well, I see nothing about it's deprecation.... 16:09:56 iirc it's in the warnings on the zuul logs :/ 16:10:02 maybe 2.12? cant remember 16:10:49 o/ hi 16:11:22 hello 16:11:35 well, there would be deprecated_in option then... 16:11:39 hey! 16:11:49 s/option/field 16:11:54 i see ironic listed as a broken role. what's broken? besides inspector... 16:13:21 I think it was result of haproxy tbh 16:13:35 and probably it's fixed nowadays - dunno.... 16:13:43 oh, the baremetal issue? 16:13:44 hard to say without gerrit 16:13:48 hah yeah 16:14:11 oh hold on 16:14:12 the one day i have some patches to upload... 16:14:15 the logs still work 16:14:30 if you've got emails from gerrit the links to job results are still working 16:14:58 well, I have 2700 emails from gerrit at the moment.... 16:15:23 i don't have them. 16:15:24 heres what happened in the last os_ironic job http://paste.openstack.org/show/799220/ 16:15:35 https://zuul.opendev.org/t/openstack/build/f65e2435af0f448a8a13bfbcbea0de23 16:16:50 ok 16:17:01 looks like db setup? 16:17:19 looks like swidft issue 16:17:42 Account POST failed: http://172.29.236.101:8080/v1/AUTH_3e09bb30f84c4e2d98c249da5a48bb14 503 Service Unavailable [first 60 chars of response] b'

503 Service Unavailable

\\nNo server is av'" 16:18:14 Does anyone know of any writeups, additional help, or examples for deploying Magnum on an existing OSA cluster? I find the existing "openstack-ansible-os_magnum/latest" to be mildly daunting 16:18:51 jrosser noonedeadpunk might be easier for me to pull down master and run tests locally 16:19:04 oh, and swift can;'t work with bind-to-mgmt at the moment 16:19:05 https://zuul.opendev.org/t/openstack/build/9e9e951822754be9b544bbce8066141a/log/logs/host/swift-proxy-server.service.journal-11-21-58.log.txt#63 16:19:32 well, seems we've missed it 16:19:38 oh no! missed one 16:19:39 is there no var set for that? 16:19:41 kk 16:20:22 well, if it wasn;'t swift, I'd say we will easily fix that... 16:20:39 but at least we understand the issue:) 16:22:19 https://github.com/openstack/openstack-ansible-os_swift/blob/master/templates/proxy-server.conf.j2#L6 16:22:50 yeah. the thing is it has more bindings:) 16:23:04 but probably we don't use haproxy for them.... 16:24:01 https://github.com/openstack/openstack-ansible-os_swift/blob/master/defaults/main.yml#L231-L237 16:24:11 there's a similar issue i found with the spicehtml5proxy service. i defaults to 0.0.0.0 and you need to set html5proxy_host (!= server_listen) 16:24:41 i have a patching waiting 16:25:00 awesome 16:25:28 thats kind of interesting defauilting the swift ports to ansible_host 16:25:59 that means storage traffic on the mgmt network even though theres a storage interface? wonder what the intention is here 16:26:08 yeah.... but anyway, the only problem should probably be swift-proxy, as we use only 8080 in haproxy 16:26:40 jrosser: well, in aio we have storage traffic over mgmt anyway - ceph does exact same thing 16:26:48 it does 16:27:10 nothing to be proud of but we have what we have 16:28:17 but agree that super weird 16:28:35 theres storage and storage i guess 16:28:45 iscsi != swift != ceph 16:30:27 but all of them are supposed to use storage net by default anyway? except swift proxy or rgw, which is under haproxy 16:32:03 ah, another question - have anyone played with new pip resolver? 16:32:37 except placing patch which has shown that we don't fit 16:33:06 as I wanted to look into it during this week 16:36:09 i've not done anything beyond the patch to test it 16:36:46 i think i figured some new defaults/overrides need adding to python-venv-build 16:37:21 as the existing var to enable things like the new resolver gets passed to the system python before you upgrade the one in the venv 16:37:40 and the system python doesnt understand the new flags, so that needs splitting into two vars 16:38:11 sorry system pip 16:40:56 sounds reasonable despite I didn't have much dive into the topic yet 16:41:04 well, moving to it might be challenging 16:41:32 seems to be what we put in constraints for source git repos now needs to be in requirements, or similar 16:41:43 yep 16:42:11 that the only thing I brought out of this actually 16:42:23 and i guess we have to be careful to keep python2 support there for the os_tempest role 16:43:01 I'm wondering if tripleo uses py3 for centos7 there 16:43:16 as probably we shouldn't be so carefull:) 16:47:14 arxcruz: have any insights?:) 16:54:46 well, will ask them later then 16:54:53 #endmeeting