Wednesday, 2019-01-30

openstackgerritRedHat RDO CI proposed openstack/tripleo-heat-templates master: GATE CHECK for TripleO  https://review.openstack.org/60429800:00
jidar*ctrl-f NAT* 0 results...00:01
jidarwhere specifically does it say you need a NAT network?00:02
*** tosky has quit IRC00:02
*** dsneddon has joined #tripleo00:03
*** ansmith has joined #tripleo00:09
*** dsneddon has quit IRC00:13
*** ssbarnea|rover has quit IRC00:13
mwhahahajidar: what are you talking about00:13
mwhahahaoh nm00:13
mwhahahaska: yea it doesn't need a nat'd network unless your overcloud nodes need to communicate outside of the network environment (for example for ntp)00:14
mwhahahaska: usually the pxe/provisioning network is nat'd or you masquerade via the undercloud00:15
jidaryea, I just setup the pxe network to use the undercloud as a management 'route'00:15
skaCan I use my br0 bride for that instead. Seems like a resonable choice.00:15
mwhahahai don't know what br0 is in your env00:16
skaI mean instead of NAt'd, i use bridged00:16
mwhahahathere are some nic templates for using a single nic, but it requires you know what you re doing00:16
jidarare you asking if you can replace a interface with a bridge? no00:16
*** ssbarnea|rover has joined #tripleo00:17
skaNo they get routed out of my system via the bridge.. Sorry for confusion.00:17
jidarI'm not even sure the undercloud installer will work that way mwhahaha00:17
mwhahahaoh i was talking about the overcloud00:17
mwhahahaundercloud you could probably get away with 1 nic but i've never tried00:18
kplantthe undercloud works on a single nic00:18
kplantnot fantastic practice to have the networks on a flat domain but it works00:18
*** sdake has quit IRC00:19
*** kplant_ has joined #tripleo00:19
*** kplant has quit IRC00:19
*** kplant_ is now known as kplant00:19
mwhahahawell it just means the provisionign network is routable00:19
mwhahahayou could still do multiple nics for the overcloud00:19
mwhahahausually though the provisioning network isn't shared like that (hence the 2 nics)00:20
kplanton this subject, i was thinking of doing something funny with my overcloud nics...00:21
* mwhahaha runs away00:22
kplant:-)00:22
kplanteach machine has two 40Gb nics, they will be lagged with lacp for 80Gb00:22
kplanti was thinking of pxe booting off one of them, obviously, and then moving the provisioning network into the lag as a sub interface00:22
kplanti figure that will work if the provisioning network vlan is native00:23
kplantand the lag is 'force-up' on the switch00:23
mwhahahait might work00:23
*** ansmith has quit IRC00:23
kplantworking with a qfx5110-32q i don't have any 10Gb or 1Gb ports to burn on pxe00:23
mwhahahawhat no dlink? :D00:24
openstackgerritSteve Baker proposed openstack/tripleo-common master: Break out tripleo-admin creation to its own role  https://review.openstack.org/63382700:25
openstackgerritSteve Baker proposed openstack/tripleo-heat-templates master: Create tripleo-admin user on the undercloud  https://review.openstack.org/63385000:25
*** saneax has quit IRC00:26
kplanti could drill a hole in the side of one and put it in a rack00:26
mwhahahai've always subscribed to having a separate management network infrastructure00:28
mwhahahaeven if it's on crap gear00:28
*** sdake has joined #tripleo00:28
kplantthe lom is on totally separate gear, so that's something i suppose00:28
kplantbut yeah, not ideal00:29
*** wolverineav has joined #tripleo00:29
jidarwe put it on the 1gig interfaces sometimes00:36
jidarthe deploy goes slower that way, but it means better functional isolation00:36
jidarplus after the deployment, there's not much the interface needs to do00:36
jidarI'm having one goofy time right now trying to pin down why param_defaults doesn't get passed down properly or it's highly dependent which file it's included in00:37
mwhahahaordering matters00:38
mwhahahaso it maybe overridden later00:38
*** matbu has quit IRC00:39
*** dsneddon has joined #tripleo00:40
jidaryea, but I'm getting some stuff like "params are defined but not used in plans" for stuff like Scheduler hints00:40
mwhahahadon't fret over that warning00:40
jidarI'm wondering if those warnings are bogus00:40
mwhahahait's not completely accurate00:40
jidarbut then I've got this osd_scenero defined but I'm still getting errors that it's not defined00:41
kplantdid you typo osd_scenario? :>00:41
mwhahahawhere so osd_scenario get defined00:41
jidar"msg": "[overcloud-ceph-all-2] Validation failed for variable: item[0]\n[overcloud-ceph-all-2] Reason: -> item[0] key did not match 'osd_scenario' (required item in schem00:42
jidara is missing: osd_scenario)\n",00:42
mwhahahawhat heat var do you set for that00:42
jidarer, so I had a ~/templates/ceph-custom-config.yaml, and it was included in my deploy command00:42
mwhahahait looks to be part of CephAnsibleDisksConfig00:43
mwhahahaare you sure you aren't stomping on that later00:43
mwhahahahttps://github.com/openstack/tripleo-heat-templates/blob/2ed0c19976cc2012d3482a6ffe89b1abb6556504/ci/environments/scenario004-standalone.yaml#L41-L4500:43
kplantspeaking of, have you been able to get lvm osd_scenario working with ceph-ansible 3.2?00:45
kplanti keep having to go back to filestore as i can't get lvm+bluestore to work, might be a layer 8 issue00:45
*** ansmith has joined #tripleo00:46
jidarmwhahaha: https://gist.github.com/08b5abc09e0ad2722eb25d41c4f352cd00:49
jidarit's not working for me this second kplant00:49
*** kplant_ has joined #tripleo00:50
fultonjjidar: that looks right to me00:50
mwhahahajidar: is that last in your -e list?00:50
kplant_i hate this vpn00:50
*** kplant has quit IRC00:50
*** kplant_ is now known as kplant00:50
fultonjjidar: have a look at your ceph-ansible inventory and confirm the scenario is defined there00:50
jidarmwhahaha: no, https://gist.github.com/017578c0f6acb4f25d9dde6c964b1be8 its in ceph-config.yaml00:51
fultonjto see the ceph-ansible inventory tell mistral to keep it around by setting the CephAnsiblePlaybookVerbosity > 0 as described in https://docs.openstack.org/tripleo-docs/latest/install/advanced_deployment/ceph_config.html#override-ansible-run-options00:51
*** dsneddon has quit IRC00:51
mwhahahapretty sure ceph-config needs to be after ceph-ansible?00:51
* mwhahaha defers to fultonj 00:51
*** rlandy has quit IRC00:51
fultonjjidar: swap lines 6 and 700:51
jidar!00:51
mwhahahalast one wins :D00:51
fultonji don't want defaults in ceph-ansible.yaml overriding what you set in ceph-config.yaml00:51
jidarwait, so it's the last one?00:52
mwhahahasame is probably true for your templates/* stuff00:52
mwhahahayea00:52
* jidar groans00:52
jidarI thought it was the first one00:52
mwhahahacmd line is parsed first to last00:52
mwhahahathe end overrides the rest00:52
jidaralright, 7pm here. Gona kick off this deploy and call it a night (I swear I will) thanks for the help guys, huge thank you and beer in the near future00:53
fultonjjidar: i have a hunch on your other issue00:53
jidaroh?00:53
mwhahahamove the scheduler hints to last? :D00:53
fultonjone sec, this bug might save you a little time regarding bluestore and the osd_scenario00:53
mwhahahaoh nm00:54
* mwhahaha wanders off00:54
* fultonj gets bug00:54
fultonjone sec00:54
kplantfultonj: is that directed at my question before i dropped?00:54
fultonjkplant: it might help you too00:54
fultonjare you both using loopback devices as disks for your OSDs?00:54
kplantno00:55
fultonjhttps://bugzilla.redhat.com/show_bug.cgi?id=166682200:55
openstackbugzilla.redhat.com bug 1666822 in Ceph-Volume "ceph-volume does not populate dictionary key rotational when passed a loopback device" [Unspecified,New] - Assigned to adeza00:55
fultonjwhops, sorry guys maybe this doesn't apply00:56
fultonjin some dev envs i was using loopback and some docs suggest it00:57
fultonjto fake not having real disks00:57
fultonjbluestore doesn't handle it as per that bug ^00:57
fultonjkplant: bluestore as what's it he docs works for me FWIW00:58
fultonjjidar: i guess you'll try the new order of arguments tomorrow00:58
fultonjg'night00:59
kplantfultonj: thanks i'll give it another go and check over my yaml00:59
*** dsneddon has joined #tripleo01:00
jidaryep, thanks !01:03
*** hamzy has joined #tripleo01:04
*** dsneddon has quit IRC01:04
*** ansmith has quit IRC01:11
*** sdake has quit IRC01:19
*** sdake has joined #tripleo01:23
openstackgerritSteve Baker proposed openstack/tripleo-heat-templates master: Create tripleo-admin user on the undercloud  https://review.openstack.org/63385001:36
*** dsneddon has joined #tripleo01:37
*** wolverineav has quit IRC01:43
*** wolverineav has joined #tripleo01:44
*** tkajinam_ has joined #tripleo01:47
*** wolverineav has quit IRC01:48
*** tkajinam has quit IRC01:50
*** dsneddon has quit IRC01:57
*** dsneddon has joined #tripleo01:59
kplantanyone know of the top of their head if you can do fencing with redfish instead of ipmi?01:59
*** _fragatina has quit IRC02:05
*** _fragatina has joined #tripleo02:06
*** _fragatina has quit IRC02:07
*** dsneddon has quit IRC02:12
*** dsneddon has joined #tripleo02:12
*** wolverineav has joined #tripleo02:14
*** wolverineav has quit IRC02:18
*** dsneddon has quit IRC02:26
*** wolverineav has joined #tripleo02:30
*** wolverineav has quit IRC02:39
*** wolverineav has joined #tripleo02:40
*** mschuppert has quit IRC02:44
*** kplant has quit IRC02:53
*** dsneddon has joined #tripleo02:55
*** sdake has quit IRC03:00
*** wolverineav has quit IRC03:02
*** dsneddon has quit IRC03:03
*** dsneddon has joined #tripleo03:14
*** apetrich has quit IRC03:15
openstackgerritRabi Mishra proposed openstack/tripleo-heat-templates master: WIP Check if mysql bootstrap is done for root password update  https://review.openstack.org/63386303:16
*** ramishra has joined #tripleo03:23
*** dsneddon has quit IRC03:23
*** dsneddon has joined #tripleo03:30
*** skramaja has joined #tripleo03:32
*** dsneddon has quit IRC03:36
openstackgerritMerged openstack/tripleo-heat-templates stable/rocky: Autocreate CephAnsibleFetchDirectoryBackup  https://review.openstack.org/63372403:36
openstackgerritRabi Mishra proposed openstack/tripleo-heat-templates master: Add stop_grace_period for heat_engine container  https://review.openstack.org/63386403:37
openstackgerritMerged openstack/python-tripleoclient stable/rocky: Handle tls endpoint for zaqar websocket client  https://review.openstack.org/63302403:43
openstackgerritMerged openstack/paunch master: Raise exception on systemd failures  https://review.openstack.org/62327703:43
openstackgerritMerged openstack/tripleo-heat-templates stable/queens: In process-templates script write output files to provided dir when using base path  https://review.openstack.org/63380803:43
*** ykarel|away has joined #tripleo03:43
*** wolverineav has joined #tripleo03:43
*** dsneddon has joined #tripleo03:44
*** wolverineav has quit IRC03:47
*** wolverineav has joined #tripleo03:47
*** dsneddon has quit IRC03:51
*** owalsh_ has joined #tripleo03:58
*** owalsh has quit IRC04:01
*** pbandark has quit IRC04:22
*** ayoung has quit IRC04:24
*** dsneddon has joined #tripleo04:28
*** dsneddon has quit IRC04:33
*** chkumar|out is now known as chandankumar04:38
*** agopi has quit IRC04:50
*** tzumainn has quit IRC05:00
*** aedc has quit IRC05:01
*** dsneddon has joined #tripleo05:05
*** dsneddon has quit IRC05:11
*** noama has joined #tripleo05:11
*** ykarel|away has quit IRC05:20
*** janki has joined #tripleo05:21
*** _fragatina has joined #tripleo05:23
*** _fragatina has quit IRC05:24
*** _fragatina has joined #tripleo05:24
jaosoriorEmilienM: need reviews?05:32
*** ykarel|away has joined #tripleo05:32
*** ykarel|away is now known as ykarel05:33
EmilienMjaosorior: no thanks!05:33
jaosoriorack05:34
jaosoriorgood morning everyone!05:34
EmilienMgood night!05:34
*** udesale has joined #tripleo05:34
*** dsneddon has joined #tripleo05:41
*** agopi has joined #tripleo05:45
*** udesale has quit IRC05:46
*** _fragatina has quit IRC05:46
*** _fragatina has joined #tripleo05:46
*** udesale has joined #tripleo05:48
*** udesale has quit IRC05:53
*** udesale has joined #tripleo05:54
*** psachin has joined #tripleo05:55
*** hakhande_ has joined #tripleo06:01
*** pdeore has joined #tripleo06:02
*** mmethot_ has joined #tripleo06:06
*** _mmethot_ has quit IRC06:06
*** mmethot_ has quit IRC06:12
*** mmethot has joined #tripleo06:14
*** nkinder has quit IRC06:28
*** agurenko has joined #tripleo06:35
*** quiquell|off is now known as quiquell06:39
*** yprokule has joined #tripleo06:42
*** pdeore has quit IRC06:44
*** ksambor has joined #tripleo06:56
*** waleedm has joined #tripleo06:58
Tenguhello there :)06:59
*** udesale has quit IRC07:02
*** matbu has joined #tripleo07:03
*** nkinder has joined #tripleo07:04
*** udesale has joined #tripleo07:05
*** udesale has quit IRC07:06
openstackgerritCédric Jeanneret proposed openstack/puppet-tripleo master: Ensure we do not remove logs with very, very few traffic  https://review.openstack.org/61694507:07
*** udesale has joined #tripleo07:08
*** udesale has quit IRC07:09
*** udesale has joined #tripleo07:09
*** radeks_ has joined #tripleo07:11
*** mandre|off is now known as mandre07:12
*** jfrancoa has joined #tripleo07:15
*** radeks_ has quit IRC07:17
*** saneax has joined #tripleo07:18
openstackgerritKamil Sambor proposed openstack/tripleo-heat-templates master: Switch default neutron ML2 mechanism driver to OVN  https://review.openstack.org/59305607:22
jaosoriorTengu: the reasoning for that log purging is GDPR. So, we gotta make sure we stay compliant07:22
*** radeks_ has joined #tripleo07:23
Tengujaosorior: I know. my change should keep the compliance.07:23
Tengubut still. logging management is terrible in tripleo -.-'07:23
Tengubrb, tea, breakfast07:23
jaosoriorenjoy07:24
*** kopecmartin|off is now known as kopecmartin07:26
*** cylopez has joined #tripleo07:27
*** numans is now known as numans_lunch07:29
*** ykarel is now known as ykarel|lunch07:30
Tengujaosorior: if we want a correct log management, all services should output to their stdout/stderr in the containers, and rsyslog should push the content in relevant files, and logrotate should run on the host and reload rsyslog or do whatever it needs.07:31
jaosoriorTengu: yeah... I tried doing that at some point07:32
Tengujaosorior: that way, we would avoid the current situation: a log file is removed (too old) but the service in the container doesn't know it, and continue to lock the inode.07:32
jaosoriorbut didn't get enough traction07:32
jaosoriorthat's where the logging/ directory in the docker/services dir comes from07:32
*** cfontain_ has quit IRC07:32
jaosoriorTengu: for OSP16 we could finally push for having that as the default though07:32
Tengujaosorior: I would say: it's mandatory now that all services are in containers07:33
Tengualso, this would alleviate all the work for monitoring07:33
Tenguletting rsyslog do its job is probably the best move we can do regarding logging.07:34
jaosoriorTengu: that would be good07:34
Tenguand we could drop a container....07:35
Tenguthe logrotate one would be meaningless.07:35
jaosoriorTengu: which container could we drop?07:35
Tenguall the best07:35
jaosoriorah07:35
jaosoriorthat07:35
jaosorioryeah07:35
jaosoriorwell, some containers would need an rsyslog container as a helper07:35
jaosoriorto actually output to stdout07:35
jaosorioractually... we used to have an rsyslog container07:36
jaosoriorand it got dropped07:36
jaosoriorcause, again, that initiative never got traction07:36
Tenguerrr07:36
Tenguwhy a rsyslog container when the host has a working rsyslog??07:36
Tenguby default07:36
jaosoriorTengu: just as a side-car container that grabs the logs from the container, and pipes them to stdout07:37
jaosoriore.g. haproxy07:37
Tengunope07:37
Tenguhaproxy already writes in /dev/log07:37
jaosoriorwhich is not a good practice either. Containers shouldn't need to mount /dev/log07:37
jaosoriorwe loose all the metadata from the container07:38
Tenguhence already has its logs managed by the host rsyslog07:38
jaosoriorwhen containers logs to stdout, there's a bunch of metadata added to those logs07:38
jaosoriorthat gets lost when you do that07:38
* Tengu trying to remember how logs were managed at his previous work for haproxy07:38
Tenguhmm. I think we actually got some side-car for the output indeed.07:39
Tengubut we pushed directly into kafka back then07:39
jaosoriorTengu: it doesn't need to be an rsyslog sidecar; could be anything else07:39
jaosoriorI don't mind really07:39
jaosorioras long as we stop bind-mounting /dev/log07:39
*** florianf has joined #tripleo07:40
Tenguwell, it will need to expose something like /dev/log to haproxy anyway07:40
jaosoriorTengu: that socket is configurable AFAIK07:40
Tengulocation? yep07:41
Tenguhence the "something like"07:41
Tenguit can as well be a network socket iirc07:41
Tenguso we might even NOT need to bind-mount the /dev/log07:41
Tenguwe could configure rsyslog to listen on 127.0.0.1 - as containers are using "net=host" anyway.07:41
Tenguyeah, that's how we did back then at c2c.07:42
jaosoriorTengu: check docker/services/logging/stdout/haproxy.yaml07:42
Tenguso bind-mounts inter-container07:44
jaosoriorTengu: right07:44
Tenguoh by the way. podman now has a lame support for named-volumes!07:44
jaosorioroho07:44
jaosoriorsince when?07:44
TenguI stumbled on that this weekend while trying to configure minio07:44
Tengusince 1.0 I think?07:44
TenguBUT07:44
Tenguit still doesn't create the host directory.07:44
Tenguso basically, we need to create /var/lib/containers/storage/mounts/foo then we can podman run -v foo:/bar/baz ....07:45
Tenguunless podman volume does it - I didn't check that, tbh07:45
TenguI was to surprised by the error I got when I tried to run podman -v /var/lib/containers/storage/mounts/foo:/foo :D07:45
Tengu(yeah, of course, the thing is not compatible with full path in that case)07:46
jaosorioranyway, anyway07:46
jaosoriorI would be happy if we try to go again that path (do logging of containers to stdout)07:46
Tengujaosorior: I can try to get involved into it for future sprint07:47
jaosoriorTengu: that would also help us flatten the heat stacks07:48
Tenguthat would help convince my manager (and get some traction from DF :D)07:48
Tengubrb, cat cuddling07:48
Tengu:]07:50
Tenguthe tiny beast is happy and purring. so. yeah.07:51
*** gkadam has joined #tripleo07:51
jaosoriorlol07:51
Tengujaosorior: we might want to create some spec for that?07:51
Tenguin order to provide the advantages, some fact listing and the like?07:51
jaosoriorTengu: https://specs.openstack.org/openstack/tripleo-specs/specs/queens/logging-stdout.html07:52
*** ccamacho has joined #tripleo07:52
jaosoriorgotta revibe that07:52
jaosoriorTengu: https://blueprints.launchpad.net/tripleo/+spec/logging-stdout-rsyslog07:52
Tengucool07:52
Tengujaosorior: oh, and as we manage the containers pod via systemd, I wouldn't be surprised if we could run "jounalct -f -u <container-unit-name>" now07:53
Tenguthat would be just awesome.07:53
jaosoriorTengu: that would actually already be available07:53
jaosorioreven without podman07:53
jaosoriordocker's default logging driver in CentOS is journald07:54
Tenguah, via the CONTAINER_NAME=foo var passed to journalctl?07:54
jaosorioryeah07:54
Tengucool07:54
Tenguthat's lovely.07:54
jaosoriorand if you expand (I forgot the flag)07:54
*** mschuppert has joined #tripleo07:54
jaosoriorit gives you the container ID that the log originated from07:54
jaosoriorthe name07:54
jaosoriorand other nice metadata07:54
jaosoriorthat's exactly the stuff I wanna keep for the containers, and the reason that I introduced the rsyslog sidecar07:54
Tengumakes sense.07:55
jaosorioronce you forward the logs with rsyslog, you can send that metadata as well towards... wherever you decide to send it in json format07:55
TenguI think we actually injected stuff in the logging, back then. but I don't remember, it's been almost a year...07:55
Tenguand yep, we did send logs into a kafka cluster, for elasticsearch and other treats.07:55
Tenguit was pretty awesome07:56
jaosorioranyway07:56
jaosoriorlets revive that spec07:57
Tenguyess07:57
jaosoriorand try to get buy-in from folks07:57
jaosoriorthere is already a bunch of work done there07:57
jaosoriorso, it would be a matter of flattening some of the heat stacks07:57
jaosoriorand removing the default file logging07:57
Tenguwe will basically need to update some stuff, and flattening07:57
jaosoriorand then... well... completing the work07:57
Tengucool07:57
Tengucare to send a couple of emails about that? you get more traction/attention than me ^^07:58
jaosoriorhaha do I?07:58
*** slaweq has joined #tripleo07:58
Tenguyou're older in the place :D07:58
jaosoriorI can07:58
jaosoriorI'll send a mail to both the upstream mailing list07:58
Tenguperfect07:59
*** jtomasek has joined #tripleo08:00
openstackgerritRedHat RDO CI proposed openstack/tripleo-heat-templates stable/queens: GATE CHECK for TripleO  https://review.openstack.org/56722408:00
openstackgerritRedHat RDO CI proposed openstack/tripleo-heat-templates stable/rocky: GATE CHECK for TripleO  https://review.openstack.org/60429308:00
*** florianf has quit IRC08:01
*** florianf has joined #tripleo08:03
*** agurenko has quit IRC08:04
*** agurenko has joined #tripleo08:06
*** waleedm has quit IRC08:10
*** pcaruana has joined #tripleo08:11
*** tkajinam_ has quit IRC08:15
*** agurenko has quit IRC08:16
*** ykarel|lunch is now known as ykarel08:22
openstackgerritwaleed mousa proposed openstack/os-net-config master: Configure switchdev mode in SR-IOV in os-net-config  https://review.openstack.org/63388508:24
*** apetrich has joined #tripleo08:25
*** hberaud|gone is now known as hberaud08:27
*** bnemec has joined #tripleo08:31
*** aedc has joined #tripleo08:32
openstackgerritJose Luis Franco proposed openstack/tripleo-quickstart-extras master: Remove usage of target_upgrade_version.  https://review.openstack.org/60752508:32
openstackgerritRaviv proposed openstack/tripleo-upgrade stable/queens: Add cli_opts_params.yaml to update prepare/converge.  https://review.openstack.org/63388608:37
*** xek has joined #tripleo08:38
openstackgerritChandan Kumar proposed openstack-infra/tripleo-ci master: Run tempest using os_tempest role in standalone job  https://review.openstack.org/62750008:39
*** numans_lunch is now known as numans08:41
*** gkadam has quit IRC08:42
*** avivgt has joined #tripleo08:48
openstackgerritLee Yarwood proposed openstack/tripleo-heat-templates master: placement: Extract the service from Nova  https://review.openstack.org/63064408:52
*** tosky has joined #tripleo08:55
*** sanjayu_ has joined #tripleo08:56
*** jpich has joined #tripleo08:56
*** sanjayu_ has quit IRC08:57
*** jpena|off is now known as jpena08:57
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart master: Dump virt-resize result to a file  https://review.openstack.org/63344409:03
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart master: Dump virt-resize result to a file  https://review.openstack.org/63344409:07
noamahi09:09
noamaim trying to deploy overcloud with master branch getting the following issue09:10
noamahttps://www.irccloud.com/pastebin/QMpzhQxq/09:10
openstackgerritMichele Baldessari proposed openstack/puppet-pacemaker master: WIP Initial pcs 0.10 support  https://review.openstack.org/60787309:10
openstackgerritMichele Baldessari proposed openstack/puppet-pacemaker master: WIP Initial support for properties managed by pcs 0.10  https://review.openstack.org/62600509:10
noamacan someone help me understand what causing the issue above09:11
ramishrahi guys, anyone looked at the timeouts happening for many jobs. It seems to be stuck in host configuration step2 for undercloud install http://logs.openstack.org/98/604298/204/check/tripleo-ci-centos-7-undercloud-containers/5a92241/logs/undercloud/home/zuul/install-undercloud.log.txt.gz09:11
ramishralooks to me possibly something to do with firewall rule changes we did recently, Tengu^^^ do you have an idea?09:12
ykarelarxcruz|ruck, ssbarnea|rover ^^09:13
Tenguramishra: have some doubts. firewall rules are pushed at step 3 or 409:20
*** gfidente has joined #tripleo09:20
Tenguramishra: and if you could point a line or something in the log... ?09:20
ramishrahttp://logs.openstack.org/98/604298/204/check/tripleo-ci-centos-7-containers-multinode/008eb3d/logs/undercloud/home/zuul/undercloud_install.log.txt.gz#_2019-01-30_00_45_1109:21
ramishraTengu: this the step for a successful run09:21
ramishraand it seems to be doing Firewall changes09:22
*** bogdando has joined #tripleo09:22
Tenguhmmm nope.09:22
Tengusaving rules doesn't change the firewall.09:22
Tengubut here, maybe, there's something: http://logs.openstack.org/98/604298/204/check/tripleo-ci-centos-7-containers-multinode/008eb3d/logs/undercloud/home/zuul/undercloud_install.log.txt.gz#_2019-01-30_00_55_1609:22
ramishraTengu: I'm just guessing, but it seems to be stuck in that step for all jobs timing out09:22
ramishrathere may be;)09:23
*** pbandark has joined #tripleo09:23
Tenguweird part: I didn't see this behavior at all with my tests. And I ran many of them.09:23
Tengu""Notice: Scope(Class[Tripleo::Firewall::Post]): At this stage, all network traffic is blocked.","09:23
*** mmethot has quit IRC09:23
*** mmethot has joined #tripleo09:24
Tenguramishra: ok, so, actually, the rules are added in the right order, later in step 1 apparently.09:25
Tengubut the "lockout" is added *after* the opening of SSH and others.09:25
*** saneax has quit IRC09:25
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart master: Dump virt-resize result to a file  https://review.openstack.org/63344409:25
Tenguand, in the log you first pointed: http://logs.openstack.org/98/604298/204/check/tripleo-ci-centos-7-undercloud-containers/5a92241/logs/undercloud/home/zuul/install-undercloud.log.txt.gz#_2019-01-30_00_54_40_08509:25
*** wolverineav has quit IRC09:26
Tenguramishra: but there's a really WEIRD part: no mention of rule 003!! That 003 opens ssh.09:26
TenguI'm wondering.... wait.09:27
*** saneax has joined #tripleo09:27
ramishraTengu: Is this the patch responsible? https://github.com/openstack/puppet-tripleo/commit/f25c27aa2c6eff327d612d163c1758b59618d6ed ?09:28
Tenguyes, but no.09:28
Tenguthere's another issue.09:28
Tengumy patch actually showed that issue :).09:28
ramishraTengu: May be we can revert these for the time being to unblock. Which other patch you mean?09:29
Tenguhttps://review.openstack.org/#/c/631784/09:29
Tengupuppet-tripleo wants tags.09:29
Tengulemme add it.09:30
openstackgerritCédric Jeanneret proposed openstack/tripleo-heat-templates master: Add missing tag for puppet-tripleo  https://review.openstack.org/63389709:30
Tenguramishra: -^^ should help a lot I guess.09:31
Tengualthough, as said: I didn't see this behavior while testing my other patch...09:32
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart master: Dump virt-resize result to a file  https://review.openstack.org/63344409:32
*** dciabrin has joined #tripleo09:34
Tengulemme push that patch on my local test-bench as well.09:35
*** wolverineav has joined #tripleo09:35
bogdandoo/ please merge https://review.openstack.org/#/c/633484/09:36
*** ramishra has quit IRC09:40
*** ramishra has joined #tripleo09:40
ramishraTengu: raised https://bugs.launchpad.net/tripleo/+bug/1813900 to track09:41
openstackLaunchpad bug 1813900 in tripleo "tripleo-ci-centos-7-undercloud-containers timing out for host configuration for step 2" [Critical,New]09:41
*** paramite has joined #tripleo09:44
Tenguramishra: commented with some details and explanation. pointing to my patch doesn't help, and is just wrong.09:47
openstackgerritCédric Jeanneret proposed openstack/tripleo-heat-templates master: Add missing tag for puppet-tripleo  https://review.openstack.org/63389709:49
Tenguupdated commit message to link it to the LP.09:49
ramishraTengu: Something changed for it to break, no? I just guessed that it's something to do with firewall changes. Anyway, what matters is we fix it:)09:50
Tenguramishra: root cause is: we had unmanaged rules in the firewall and it worked "by luck" :D. anyway. testing my patch on the lab (will be faster than CI), and as soon as zuul is happy, we can merge it.09:52
*** shyamb has joined #tripleo09:58
*** derekh has joined #tripleo09:58
openstackgerritSagi Shnaidman proposed openstack/openstack-virtual-baremetal master: WIP: Import auth with try/except  https://review.openstack.org/63368110:00
openstackgerritSagi Shnaidman proposed openstack/openstack-virtual-baremetal master: Import auth with try/except  https://review.openstack.org/63368110:01
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart master: Dump virt-resize result to a file  https://review.openstack.org/63344410:02
openstackgerritMichele Baldessari proposed openstack/puppet-pacemaker master: WIP Initial pcs 0.10 support  https://review.openstack.org/60787310:03
openstackgerritMichele Baldessari proposed openstack/puppet-pacemaker master: WIP Initial support for properties managed by pcs 0.10  https://review.openstack.org/62600510:03
*** owalsh_ is now known as owalsh10:03
Tenguramishra: some more digging: I can abandon my patch, tag is set directly in tripleo::firewall::rule. and some more digging in the log you first pointed shows the ssh opening being added, BEFORE the lockout.10:06
Tenguramishra: so I think it's another issue, not related to the firewall changes.10:06
jaosoriorthe undercloud_containers job seems to be timing out10:07
*** holser_ has joined #tripleo10:09
Tengujaosorior: https://bugs.launchpad.net/tripleo/+bug/181390010:09
openstackLaunchpad bug 1813900 in tripleo "tripleo-ci-centos-7-undercloud-containers timing out in host configuration for step 2" [Critical,In progress] - Assigned to Cédric Jeanneret (cjeanner)10:09
openstackgerritJose Luis Franco proposed openstack/tripleo-heat-templates master: Ensure all upgrade tasks depend on a step.  https://review.openstack.org/62815410:09
openstackgerritJose Luis Franco proposed openstack/tripleo-heat-templates master: WIP: Split upgrade_steps_playbook into different plays.  https://review.openstack.org/62589010:09
Tengualready working on it, trying to figure out what's going on. Apparently it's NOT related to the firewall.10:10
openstackgerritSagi Shnaidman proposed openstack/openstack-virtual-baremetal stable/1.0: DNM: test ci for 1.0  https://review.openstack.org/63390510:10
*** shyamb has quit IRC10:13
Tenguramishra: http://logs.openstack.org/98/604298/204/check/tripleo-ci-centos-7-undercloud-containers/5a92241/logs/undercloud/var/log/extra/denials.txt.gz check the amount of denied related to haproxy connections near the end....10:13
*** shyamb has joined #tripleo10:13
Tenguthat might be the issue.10:13
Tenguhm. permissive=1. damn.10:14
*** dr_gogeta86 has quit IRC10:15
*** suuuper has joined #tripleo10:17
openstackgerritMarios Andreou proposed openstack/tripleo-heat-templates stable/rocky: DO NOT MERGE testing for rocky standalones  https://review.openstack.org/63149210:17
*** sshnaidm has quit IRC10:19
*** dr_gogeta86 has joined #tripleo10:20
openstackgerritMichele Baldessari proposed openstack/puppet-pacemaker master: WIP Initial pcs 0.10 support  https://review.openstack.org/60787310:21
openstackgerritMichele Baldessari proposed openstack/puppet-pacemaker master: WIP Initial support for properties managed by pcs 0.10  https://review.openstack.org/62600510:21
arxcruz|ruckgouthamr: around? any idea about this http://logs.rdoproject.org/openstack-periodic/git.openstack.org/openstack-infra/tripleo-ci/master/periodic-tripleo-ci-centos-7-multinode-1ctlr-featureset019-master/8d38ff9/logs/undercloud/home/zuul/tempest.log.txt.gz ?10:22
arxcruz|ruckvkmc: ^10:23
arxcruz|ruckmanila tests failing10:23
*** dtantsur|afk is now known as dtantsur10:25
Tenguoh. ohoo10:26
*** ramishra has quit IRC10:26
*** sshnaidm has joined #tripleo10:26
*** derekh has quit IRC10:29
*** paramite has quit IRC10:33
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart master: Dump virt-resize result to a file  https://review.openstack.org/63344410:35
*** boazel_ has joined #tripleo10:38
*** ramishra has joined #tripleo10:39
*** boazel has quit IRC10:41
*** paramite has joined #tripleo10:41
openstackgerritRaviv proposed openstack/tripleo-upgrade stable/queens: Add cli_opts_params.yaml to update prepare/converge.  https://review.openstack.org/63391110:43
*** paramite has quit IRC10:45
*** paramite has joined #tripleo10:45
Tenguramishra: I'm digging in the instance logs - I don't see anything regarding potential failure with that step2 :/. All I can say: not related to the firewall.10:50
Tenguramishra: http://logs.openstack.org/98/604298/204/check/tripleo-ci-centos-7-undercloud-containers/5a92241/logs/undercloud/var/log/journal.txt.gz#_Jan_30_00_59_47  we can see haproxy being started, but it doesn't have any backend apparently.10:51
*** derekh has joined #tripleo10:51
Tenguramishra: ah, you also have seen them :). But I *think* it's normal, at least we can see those lines when we deploy an undercloud. haproxy configuration is pushed before services are actually started.10:52
jaosoriorTengu: that is the case10:53
jaosoriorhaproxy starts and it keeps reporting the servers are down... until step 3 and 4 when the services are actually started10:53
Tengujaosorior: ah, that's what I've commented in the LP :).10:54
Tenguso my memory was right, step 3.10:54
Tengunice thing: haproxy doesn't obsess on the reporting.10:54
*** salmankhan has joined #tripleo10:55
openstackgerritLukas Bezdicka proposed openstack/puppet-tripleo master: WIP Enable keystone authtoken caching on all the services  https://review.openstack.org/63370110:56
openstackgerritLukas Bezdicka proposed openstack/puppet-tripleo master: WIP Introduce keystone cache by default  https://review.openstack.org/63391510:56
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart master: Use force_tcg by default  https://review.openstack.org/63344410:57
*** wolverineav has quit IRC10:59
Tenguramishra, jaosorior : hmm, as it seems to stuck on step 2 for the *host configuration*, I don't think any network is involved: it's on the undercloud, and we run that with "puppet apply <options>". Connections on localhost are all allowed according to the firewall: "-A INPUT -i lo -m state --state NEW -m comment --comment "002 accept all to lo interface ipv4" -j ACCEPT"11:00
Tengualso we have, before that, the RELATED,ESTABLISHED. ansible uses persistent connection/tunnels, so we shouldn't get any trouble.11:00
*** paramite has quit IRC11:01
Tenguand, in any cases, the following allows ssh anyway: "-A INPUT -p tcp -m multiport --dports 22 -m state --state NEW -m comment --comment "003 accept ssh from all ipv4" -j ACCEPT"11:01
*** paramite has joined #tripleo11:01
Tenguso, I really don't see any issue with the firewall and/or network :/.11:01
Tenguwait... we don't have ipv6 output11:02
Tengubbl, lunch.11:03
openstackgerritMichele Baldessari proposed openstack/puppet-pacemaker master: WIP Initial pcs 0.10 support  https://review.openstack.org/60787311:07
openstackgerritMichele Baldessari proposed openstack/puppet-pacemaker master: WIP Initial support for properties managed by pcs 0.10  https://review.openstack.org/62600511:07
*** salmankhan has quit IRC11:10
*** shyamb has quit IRC11:15
*** pbandark has quit IRC11:18
pandaderekh: scenario01211:18
*** paramite has quit IRC11:22
*** salmankhan has joined #tripleo11:22
*** paramite has joined #tripleo11:22
*** holser_ is now known as holser|lunch11:23
pandaderekh: let's talk about it11:23
derekhpanda: sure11:25
derekhpanda: I hadn't noticed you +W one of the patches, thanks11:25
derekhpanda: there is a depended one, also https://review.openstack.org/#/c/509728/11:26
*** udesale has quit IRC11:26
*** dsneddon has quit IRC11:27
derekhpanda: will update the description now11:27
pandaderekh: we are trying to identify scenarios that can be converted to standalone, it doesn't seem to be ready for the conversion, but I would at least try to understand if it's possible.11:28
pandaderekh: we already did some conversion by ourselves, so it would't fall completely on you11:29
openstackgerritMichele Baldessari proposed openstack/puppet-pacemaker master: Initial pcs 0.10 support  https://review.openstack.org/60787311:29
openstackgerritMichele Baldessari proposed openstack/puppet-pacemaker master: Initial support for properties managed by pcs 0.10  https://review.openstack.org/62600511:29
derekhpanda: great, what do you need to know11:30
openstackgerritMarios Andreou proposed openstack-infra/tripleo-ci master: Add designate for scenario3 standalone tempest config  https://review.openstack.org/63391911:30
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart master: Use force_tcg by default  https://review.openstack.org/63344411:34
*** avivgt has quit IRC11:34
*** salmankhan has quit IRC11:35
openstackgerritMichele Baldessari proposed openstack/puppet-tripleo master: Set pacemaker cluster_members_addr  https://review.openstack.org/63357811:36
openstackgerritDerek Higgins proposed openstack/tripleo-quickstart-extras master: Setup Ironic in Overcloud  https://review.openstack.org/50972811:38
pandaderekh: scenario012 installs and tests ironic on the overcloud, standalone uses a single node which doesn't map 1:1 to an undercloud. How much of this is applicable to standalone ? would and undercloud install be better at testing ironic instead ?11:39
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart-extras master: Add overcloud-scripts tag to network env task  https://review.openstack.org/60202511:39
derekhpanda: well we were specifically trying to test that ironic in the overcloud works, would testing it in the undercloud essentially be the same as a OVB job?11:41
openstackgerritCédric Jeanneret proposed openstack/tripleo-quickstart-extras master: Add output for ip6tables and related ipv6 things  https://review.openstack.org/63392211:48
Tengujaosorior: ramishra -^^11:48
Tengustill... we don't see any "timeout" with ansible or anything else. really weird.11:49
pandaderekh: yes, but the idea of standalone is that containers are essentially the same for undercloud and overcloud, so we test only once for both situations.11:52
pandaderekh: do you think this applies to ironic ?11:52
*** moguimar has joined #tripleo11:58
*** dprince has joined #tripleo11:59
*** dsneddon has joined #tripleo12:00
derekhpanda: perhaps, its not just the containers that we are testing though, we'd also need to ensure the same heat templates, networks and some other stuff (probably) are all exercised in the same way they would have been on the overcloud, so maybe we need a checklist or something12:00
*** sdake has joined #tripleo12:02
*** jpena is now known as jpena|lunch12:04
pandaderekh: ok, it doesn't seem ready to be converted at this point, so I'll add a task on this sprint to aid in the preparation and this checklist. Are you ok with being the point of contact for this ?12:05
derekhpanda: yup, sounds good12:06
pandaderekh: thanks.12:06
derekhpanda: thanks also ;-)12:06
openstackgerritTom Barron proposed openstack/tripleo-common master: Bump the Ceph container image to 3.2.1  https://review.openstack.org/63092512:06
*** shyamb has joined #tripleo12:07
*** dsneddon has quit IRC12:07
*** gkadam has joined #tripleo12:08
openstackgerritDan Prince proposed openstack/python-tripleoclient master: Drop unused utils.py roles functions  https://review.openstack.org/63381012:08
openstackgerritRaviv proposed openstack/tripleo-upgrade stable/queens: Add cli_opts_params.yaml to update prepare/converge.  https://review.openstack.org/63391112:11
*** ansmith has joined #tripleo12:17
*** gkadam is now known as gkadam-bmgr12:19
shyambHi12:20
shyambWe wanted to qualify triliovault with RHOSP1412:20
shyambjust wanted to know, anything changed from deployment perspective?12:21
*** janki has quit IRC12:21
openstackgerritMerged openstack/ansible-role-tripleo-modify-image master: Track obsoleted packages replacements for updates  https://review.openstack.org/63348412:23
*** shyamb has quit IRC12:24
*** shyamb has joined #tripleo12:25
*** shyamb has quit IRC12:30
*** avivgt has joined #tripleo12:36
*** dsneddon has joined #tripleo12:39
openstackgerritChandan Kumar proposed openstack-infra/tripleo-ci master: Run tempest using os_tempest role in standalone job  https://review.openstack.org/62750012:41
*** sdake has quit IRC12:43
*** quiquell is now known as quiquell|lunch12:45
*** sdake has joined #tripleo12:45
*** dsneddon has quit IRC12:46
openstackgerritEmilien Macchi proposed openstack/tripleo-common master: Make python uploader the default  https://review.openstack.org/61601912:46
openstackgerritEmilien Macchi proposed openstack/tripleo-common master: Make python uploader the default  https://review.openstack.org/61601912:46
ramishrajaosorior, Tengu: https://bugs.launchpad.net/tripleo/+bug/1813900/comments/612:47
openstackLaunchpad bug 1813900 in tripleo "tripleo-ci-centos-7-undercloud-containers timing out in host configuration for step 2" [Critical,In progress] - Assigned to Cédric Jeanneret (cjeanner)12:47
*** dsneddon has joined #tripleo12:48
*** trown|outtypewww is now known as trown12:48
Tenguramishra: hmm. not sure if it's an issue as well -.-'.12:49
*** avivgt has quit IRC12:51
Tenguramishra: plus, it's not really related to the *host* configuration steps...12:53
*** morazi has joined #tripleo12:54
*** rlandy has joined #tripleo12:54
*** holser|lunch is now known as holser_12:54
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates master: Create tripleo-admin user on the undercloud  https://review.openstack.org/63385012:54
*** dsneddon has quit IRC12:55
openstackgerritMarios Andreou proposed openstack/tripleo-docs master: Move CI docs from contributor guide into new CI guide  https://review.openstack.org/63377112:56
*** quiquell|lunch is now known as quiquell12:57
ramishraTengu: May be not. But ansible does not proceed beyond that host config step. That's something different in the logs from a successful run, some configuration may be causing that which is also resulting in deployment not proceeding further?13:00
ramishrabbiab13:01
Tenguramishra: so I might suspect ip6table issue - so that's why I pushed the patch in order to get its state in the logs.13:02
*** jpena|lunch is now known as jpena13:02
*** paramite has quit IRC13:04
*** dsneddon has joined #tripleo13:05
*** avivgt has joined #tripleo13:06
*** waleedm has joined #tripleo13:06
openstackgerritRonelle Landy proposed openstack/tripleo-quickstart-extras master: Design new role for zuul-based reproducer  https://review.openstack.org/63106713:07
*** rh-jelabarre has joined #tripleo13:07
skaIs the purpose of the 2nd Nic in Overcloud hosts to given them access to the internet, or is it to give administrators an external access to those hosts ?13:08
*** ooolpbot has joined #tripleo13:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION13:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/181390013:10
openstackLaunchpad bug 1813900 in tripleo "tripleo-ci-centos-7-undercloud-containers timing out in host configuration for step 2" [Critical,In progress] - Assigned to Cédric Jeanneret (cjeanner)13:10
*** ooolpbot has quit IRC13:10
*** dsneddon has quit IRC13:14
mschupperthi, could I please get reviews on https://review.openstack.org/#/c/603343/13:15
*** ykarel is now known as ykarel|away13:17
openstackgerritCédric Jeanneret proposed openstack/tripleo-quickstart-extras master: Add output for ip6tables and related ipv6 things  https://review.openstack.org/63392213:21
TenguEmilienM: -^ looping. but nor really convinced.13:23
EmilienMTengu: looking13:23
Tengunope, looping13:23
* Tengu runs away13:23
*** waleedm has quit IRC13:24
EmilienMTengu: yeah, you can go back to PS1, I'll +213:26
EmilienMTengu: was just trying to avoid code dup13:26
TenguEmilienM: :)13:29
openstackgerritCédric Jeanneret proposed openstack/tripleo-quickstart-extras master: Add output for ip6tables and related ipv6 things  https://review.openstack.org/63392213:29
ykarel|awayTengu, ramishra is the undercloud containers issue sorted?13:30
ykarel|awaymay be it's related to puppet-certmonger update 21 hours ago13:30
Tenguykarel|away: ah, any hint on that one?13:30
Tengufor now we didn't find the real root cause.13:30
ykarel|awayTengu, https://review.rdoproject.org/r/#/c/1860513:30
ykarel|awayjaosorior, ^^13:30
jaosoriorykarel|away: you think so?13:31
ykarel|awayjaosorior, didn't looked much, but seen passing vs failing job13:32
ykarel|awayand it looked suspicious13:32
openstackgerritJuan Antonio Osorio Robles proposed openstack/tripleo-heat-templates master: WIP: remove postsave command from haproxy  https://review.openstack.org/63394013:33
jaosoriorykarel|away: lets give it a try ^^13:33
openstackgerritAdriano Petrich proposed openstack/tripleo-quickstart-extras master: Fix md5 for cirrus 3.6 image  https://review.openstack.org/63394113:34
*** mcornea has joined #tripleo13:36
*** _fragatina has quit IRC13:38
*** _fragatina has joined #tripleo13:38
openstackgerritJuan Antonio Osorio Robles proposed openstack/puppet-tripleo master: Only request certs in step 1  https://review.openstack.org/63394413:39
jaosoriorykarel|away: this might also help ^^ if that's the case13:40
*** dsneddon has joined #tripleo13:41
ykarel|awayjaosorior, ack13:42
* ykarel|away leaving13:42
*** psachin has quit IRC13:44
bogdandojaosorior, Tengu: the diff looks not very suspicious https://github.com/saltedsignal/puppet-certmonger/compare/ef9457ca650b652547fa99644b8a27de01b3db50..a19887066c4978ad2567c881d60c14fcf0737bb213:46
Tenguhmmm. puppet-stdlib version changes.13:46
Tenguoh. not really. hm.13:47
*** pcaruana has quit IRC13:50
*** dsneddon has quit IRC13:50
*** dsneddon has joined #tripleo13:51
*** psachin has joined #tripleo13:53
*** ykarel|away has quit IRC13:56
*** dsneddon has quit IRC13:57
*** pcaruana has joined #tripleo13:57
*** psachin has quit IRC13:58
*** vinaykns has joined #tripleo13:59
*** psachin has joined #tripleo14:00
*** ekultails has joined #tripleo14:00
*** jcoufal has joined #tripleo14:02
*** janki has joined #tripleo14:03
bogdandojaosorior, Tengu: hm, so https://review.openstack.org/#/c/633944/1/manifests/profile/base/certmonger_user.pp fixes some of the unwanted haproxy disruption for each step?14:09
bogdandomay be it also fixes https://bugs.launchpad.net/tripleo/+bug/181390014:09
openstackLaunchpad bug 1813900 in tripleo "tripleo-ci-centos-7-undercloud-containers timing out in host configuration for step 2" [Critical,In progress] - Assigned to Cédric Jeanneret (cjeanner)14:09
*** ooolpbot has joined #tripleo14:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION14:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/181390014:10
*** ooolpbot has quit IRC14:10
jaosoriorbogdando: that's the hope14:10
bogdandogood catch14:10
*** tzumainn has joined #tripleo14:12
*** sdake has quit IRC14:20
gpocentekHi all14:25
*** dsneddon has joined #tripleo14:26
gpocentekdo you have a policy for backports? I was considering backporting this change: https://review.openstack.org/#/c/623459/14:26
jaosoriorgpocentek: it's fine as long as it's a bug fix.14:28
*** ykarel|away has joined #tripleo14:29
trozet_hjensas: ping?14:33
*** dsneddon has quit IRC14:33
*** sdake has joined #tripleo14:34
gpocentekjaosorior: should I just push a review on the stable/rocky branch then?14:35
jaosoriorgpocentek: sure14:36
gpocentekgreat, thanks14:36
*** ykarel|away is now known as ykarel14:36
openstackgerritDavid Peacock proposed openstack/tripleo-heat-templates master: flatten database service MySQL Client  https://review.openstack.org/62676014:39
openstackgerritGauvain Pocentek proposed openstack/tripleo-common stable/rocky: Install ipmitool in the mistral_executor image  https://review.openstack.org/63396514:40
*** skramaja has quit IRC14:42
*** mjturek has joined #tripleo14:44
*** Vorrtex has joined #tripleo14:45
gpocentekanother topic: I'm working on a multi-region setup and my process for now is to create the users and endpoints in Keystone in an existing deployment, and then play with the EndpointMap to get the second region services to talk to Keystone14:45
gpocentekhave you heard of a better to handle multi-region?14:46
jaosoriorgpocentek: zzzeek was working on that ^^ ; but his work was postponed to the next release.14:47
gpocentekok14:48
*** quiquell is now known as quiquell|off14:48
*** mjturek has quit IRC14:48
openstackgerritmathieu bultel proposed openstack/tripleo-common stable/rocky: Publish error for package_update workflow  https://review.openstack.org/63396614:48
*** sdake has quit IRC14:49
gpocentekI'd be happy to help, with my very limited TripleO knowledge14:50
*** aufi has joined #tripleo14:50
gpocentekjaosorior: thanks for your answers! :)14:54
jaosoriornp14:55
*** sdake has joined #tripleo14:55
hjensastrozet_: Hi14:56
trozet_hjensas: hey man, hit a new networking related issue on master14:56
trozet_hjensas: Error validating environment for plan overcloud: ERROR: Property error: resources.CephStorageIpListMap.properties: Unknown Property StorageMgmtIpList14:57
trozet_hjensas: i tried to remove the network from roles, didn't seem to matter14:57
trozet_hjensas: no matter what I tried, it seemed to always require storagemgmt resource mapped. Were there any related changes in the last week or so?14:59
openstackgerritmathieu bultel proposed openstack/tripleo-common stable/queens: Publish error for package_update workflow  https://review.openstack.org/63397014:59
openstackgerritmathieu bultel proposed openstack/tripleo-common stable/queens: Publish error for package_update workflow  https://review.openstack.org/63397015:00
openstackgerritmathieu bultel proposed openstack/tripleo-common stable/queens: Publish error for package_update workflow  https://review.openstack.org/63397015:02
hjensastrozet_: https://review.openstack.org/62742015:05
hjensastrozet_: 8 days ago ...15:05
*** dsneddon has joined #tripleo15:05
hjensastrozet_: The issue is here: https://github.com/openstack/tripleo-heat-templates/blob/20ef4456565f37c6f9035876f2fea588aea1c057/overcloud.j2.yaml#L549-L55515:05
trozet_hjensas: in my network datat he network is disabled15:06
hjensasThe jinja there fall's back to passing the property even if the network is disabled.15:06
openstackgerritRabi Mishra proposed openstack/tripleo-quickstart-extras master: Fix md5 checksum for cirros-0.3.6  https://review.openstack.org/63397215:07
trozet_hjensas: so that's a bug right?15:07
ykarelramishra, duplicated of https://review.openstack.org/#/c/633941/15:07
trozet_hjensas: so I created a new roles file and only had Controller and Compute in it, i got a similar error15:08
trozet_hjensas: Unless i mapped the storagemgmt network to the right template, then it got passed it (even though the network was not enabled on the role or in network data)15:08
*** udesale has joined #tripleo15:08
*** ooolpbot has joined #tripleo15:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION15:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/181390015:10
openstackLaunchpad bug 1813900 in tripleo "tripleo-ci-centos-7-undercloud-containers timing out in host configuration for step 2" [Critical,In progress] - Assigned to Cédric Jeanneret (cjeanner)15:10
*** ooolpbot has quit IRC15:10
ramishraykarel: Ah, I was late. Probably filing a bug would have helped. I'll abandon, thanks!15:10
hjensastrozet_: yes, I think we can remove what is in the else there now that we don't template disable networks anymore.15:10
hjensastrozet_: but it's a bug. indeed.15:11
openstackgerritMichele Baldessari proposed openstack/puppet-tripleo master: WIP DNR Unify rabbitmq bind mounts  https://review.openstack.org/60559915:11
*** sdake has quit IRC15:11
trozet_hjensas: you want me to push a patch then pull it into OPNFV CI and we can see if it works?15:11
*** dsneddon has quit IRC15:11
ykarelramishra, /me saw some disucssion some time back on #oooq, and when i saw ur patch, checked open reviews15:12
hjensastrozet_: sure, I was about to open a bug and then push a patch. But go ahead.15:12
trozet_hjensas: ok15:12
*** sdake has joined #tripleo15:14
ramishraykarel: thanks!, I commented on that to add the bug atleast:)15:15
*** dciabrin has quit IRC15:15
ykarelramishra, good15:15
*** dciabrin has joined #tripleo15:16
hjensastrozet_: Filed a bug: https://bugs.launchpad.net/tripleo/+bug/181395015:16
openstackLaunchpad bug 1813950 in tripleo " Error validating environment for plan overcloud: ERROR: Property error: resources.CephStorageIpListMap.properties: Unknown Property StorageMgmtIpList" [Undecided,Triaged]15:16
trozet_hjensas: oh15:16
trozet_hjensas: ok then you can just push the patch too if you want15:17
hjensastrozet_: ok.15:17
trozet_hjensas: add me to it so i can pull it into my ci15:17
openstackgerritMichele Baldessari proposed openstack/tripleo-heat-templates master: WIP DNR Unify rabbitmq bind mounts and env vars  https://review.openstack.org/60559815:17
*** mdbooth has joined #tripleo15:18
mdboothykarel: Just looking at https://review.openstack.org/#/c/620561/15:18
mdboothWhich I believe you used to test https://review.openstack.org/#/c/626952/15:19
*** quiquell|off has quit IRC15:19
ykarelmdbooth, yes ^^ + some other things15:19
mdboothykarel: I'm about to make a significant change to that patch. Any chance you could update your change to have 2 Depends-On lines so I can just run recheck on it?15:20
mdboothLooks like you're explicitly patching in run_tests.sh15:20
ykarelmdbooth, yes depends-on on projects do not work, https://review.openstack.org/#/c/620561/17/run_tests.sh@22115:21
ykarelneed to update run_tests15:21
mdboothykarel: Ah, ok. That's annoying. Can I ping you when it's done?15:21
ykarelmdbooth, sure15:21
mdboothykarel: Thanks.15:22
mdboothJust waiting on a local run of functional to complete, then I'll push it.15:22
openstackgerritHarald Jensås proposed openstack/tripleo-heat-templates master: Fix network IpListMap - no longer need fallback  https://review.openstack.org/63397515:23
ykarelmdbooth, ack15:24
hjensastrozet_: ^^ Try that, hopefully it will fix the issue.15:24
trozet_hjensas: ok, this will pull it in and test it: https://gerrit.opnfv.org/gerrit/#/c/66789/115:29
*** quiquell has joined #tripleo15:33
*** quiquell is now known as quiquell|off15:33
*** wolverineav has joined #tripleo15:36
openstackgerritSagi Shnaidman proposed openstack/tripleo-quickstart master: Use force_tcg by default  https://review.openstack.org/63344415:39
openstackgerritDavid Peacock proposed openstack/tripleo-heat-templates master: WIP - flatten database service MySQL Server  https://review.openstack.org/63398015:39
mdboothykarel: I've just pushed it. I should probably wait until it's passed nova CI before asking you to update your test.15:40
*** wolverineav has quit IRC15:41
*** dsneddon has joined #tripleo15:41
ykarelmdbooth, i am pushing update to run_tests.sh15:46
ykareli will be away in some time as nova ci may take some time15:46
ykarelyou can push patch if required to run_tests.sh15:46
*** janki has quit IRC15:47
*** dsneddon has quit IRC15:47
ykarelmdbooth, pushed https://review.openstack.org/62056115:47
ykarelmdbooth, you can update https://review.openstack.org/#/c/620561/18/run_tests.sh@22115:47
ykarel^^ line if required15:48
mdboothykarel: I actually have to update that patch again :/15:57
mdboothykarel: Thanks, will do.15:57
dciabrinEmilienM, hey how do I update a service's password on a containerized undercloud? do I change undercloud-passwords.conf and "openstack undercloud upgrade"? or do I pass it via a new .yaml file?15:57
*** gkadam-bmgr has quit IRC15:57
EmilienMdciabrin: updated undercloud-passwords.conf should work, if not we probably have a bug15:57
EmilienMupdating*15:58
*** arxcruz|ruck is now known as arxcruz15:58
dciabrinEmilienM, ok I'll try right away thx15:58
EmilienMdciabrin: lmk how it goes15:59
*** pcaruana has quit IRC16:01
ykareljaosorior, so undercloud-containers job moved to validate-tempest on your patch removing certmonger postcmd from haproxy:- https://zuul.openstack.org/stream/e18b0d5fa06b41fc9e94aa092964f3d5?logfile=console.log16:01
ykarelTengu, ^^16:01
jaosoriorykarel: OK... so that's an issue it seems.16:01
jaosoriorykarel: what about the other patch?16:01
jaosoriorthat moves the certmonger requests to only happen in step 1 ?16:01
*** saneax has quit IRC16:01
ykareljaosorior, didn't checked that16:01
*** _fragatina has quit IRC16:01
*** udesale has quit IRC16:02
jaosoriorykarel: for me that would be preferred (if that works.. hope it does)16:02
ykareljaosorior, still running16:02
ykarelit's at undercloud deploy: https://zuul.openstack.org/stream/304bf55cfedd4c2592c3c8f907977247?logfile=console.log16:02
ykarelatleast cause is clear16:03
ykareljaosorior, so is this change causing the issue?16:04
ykarel- request_args << "\"#{resource[:postsave_cmd]}\""16:04
ykarel+ request_args << "#{resource[:postsave_cmd]}"16:04
ykarel^^ one in puppet-certmonger16:04
jaosoriorykarel: yeah, that seems to be the issue16:04
jaosoriorykarel: it was an issue that postsave commands were not running at all16:04
jaosoriorwhich is problematic16:04
jaosoriornow that they're running, it seems they run too often16:04
ykarelokk16:05
zzzeekjaosorior gpocentek that work isn't going to happen unless I can get people to finally approve it, I spent so much time on phone calls, going to denver to get signoff and then still, the same people wouldnt sign off on the spec16:05
jaosoriorzzzeek: they were asking for more details on the usecase though (on the spec)16:06
zzzeekjaosorior: I gave all I had.  fabio had set me on that work and he left the group16:06
jaosoriorzzzeek: understood. Sorry about the outcome16:07
zzzeekjaosorior: the work is there and we can still integrate it, i just was trying to be doing it in a vacuum.  as always if folks want this, I can pick it right up16:08
zzzeekerr to "not be doing it in a vacuum"16:08
zzzeekjaosorior: im sort of on the side that thinks is a little nuts as well, is the problem :)  keystones just federating woudl be a lot easier to maintain16:09
zzzeekno way do i want a customer call to fix that setup without a lot of other people who are invested in how it works16:10
*** ooolpbot has joined #tripleo16:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION16:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/181390016:10
*** ooolpbot has quit IRC16:10
openstackLaunchpad bug 1813900 in tripleo "tripleo-ci-centos-7-undercloud-containers timing out in host configuration for step 2" [Critical,In progress] - Assigned to Cédric Jeanneret (cjeanner)16:10
*** agopi is now known as agopi|food16:11
*** dsneddon has joined #tripleo16:14
*** sdake has quit IRC16:14
*** ccamacho has quit IRC16:16
*** pcaruana has joined #tripleo16:17
*** kopecmartin is now known as kopecmartin|off16:20
*** ssbarnea|rover has quit IRC16:20
*** ssbarnea has joined #tripleo16:21
*** sdake has joined #tripleo16:21
*** yprokule has quit IRC16:25
openstackgerritNagasai Vinaykumar Kapalavai proposed openstack/puppet-tripleo master: Qdr's in public interface  https://review.openstack.org/63400416:25
gpocentekzzzeek: out of curiosity is the goal to have 1 undercloud to rule all the overclouds? Or is it multiple undercloud "working together"?16:26
openstackgerritNagasai Vinaykumar Kapalavai proposed openstack/tripleo-heat-templates master: Qdr's in a public interface  https://review.openstack.org/63400516:27
zzzeekgpocentek: there's talk that one undercloud should contorl multiple overclouds but i dont know when they want to get that going16:27
zzzeekgpocentek: feel free to comment on my spec at https://review.openstack.org/#/c/600555/ if you have notes on rationale16:27
* zzzeek is actually on PTO. going to the pool :)16:27
gpocentekzzzeek: I'll have a look at the spec and see how I can provide some feedback16:29
openstackgerritBogdan Dobrelya proposed openstack/tripleo-docs master: Add notes for DCN operational availability modes  https://review.openstack.org/63208916:30
*** dtantsur is now known as dtantsur|afk16:32
EmilienMmandre: hey, do you have a min to talk about kolla & buildah?16:38
*** ramishra has quit IRC16:40
openstackgerritKamil Sambor proposed openstack/tripleo-quickstart master: Skip test not supported by OVN  https://review.openstack.org/63352416:42
openstackgerritKamil Sambor proposed openstack/tripleo-heat-templates master: Switch default neutron ML2 mechanism driver to OVN  https://review.openstack.org/59305616:43
*** ksambor has quit IRC16:44
*** pcaruana has quit IRC16:45
*** psachin has quit IRC16:48
*** aufi has quit IRC16:49
*** suuuper has quit IRC16:49
*** sdake has quit IRC16:51
*** thrash is now known as thrash|g0ne16:53
*** jfrancoa has quit IRC16:54
openstackgerritCédric Jeanneret proposed openstack/tripleo-quickstart-extras master: Add output for ip6tables and related ipv6 things  https://review.openstack.org/63392216:57
*** sdake has joined #tripleo17:00
openstackgerritAdriano Petrich proposed openstack/tripleo-quickstart-extras master: Fix md5 for cirrus 3.6 image  https://review.openstack.org/63394117:01
*** radeks_ has quit IRC17:02
*** radeks_ has joined #tripleo17:02
*** florianf has quit IRC17:03
*** ykarel is now known as ykarel|away17:03
*** moguimar has quit IRC17:04
openstackgerritPradeep Kilambi proposed openstack/puppet-tripleo master: Add a connector to Qpid router  https://review.openstack.org/61197917:05
*** _fragatina has joined #tripleo17:06
*** ooolpbot has joined #tripleo17:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION17:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/181390017:10
openstackLaunchpad bug 1813900 in tripleo "tripleo-ci-centos-7-undercloud-containers timing out in host configuration for step 2" [Critical,In progress] - Assigned to Cédric Jeanneret (cjeanner)17:10
*** ooolpbot has quit IRC17:10
*** bnemec has quit IRC17:14
mandreEmilienM: hey! what's up?17:15
EmilienMmandre: with mwhahaha we were looking at how we can get rid of docker for image building17:15
EmilienMmandre: we think there are at least 2 options17:16
EmilienMmandre: 1) Add buildah support to kolla build code (sounds painful, buildah has no python library now)17:16
EmilienMmandre: or use template-only option and deal the build workflow on our side, but we have to deal with the ordering, and such17:16
EmilienMwdyt?17:17
mandreEmilienM: will buildah take Dockerfile as input?17:17
EmilienMyes17:17
mandreperfect, then you can tell kolla to only generate the Dockerfiles and then build the images using buildah, would that work for you?17:17
*** noama has quit IRC17:18
EmilienMmandre: yes I think we'll take this path17:18
*** agopi|food is now known as agopi17:18
mandreEmilienM: seems like the most straighforward17:18
*** jpich has quit IRC17:20
mandreEmilienM: you need to pass the --template-only opt to the build command, and a --work-dir too otherwise it will put the generated Dockerfiles in a tempdir IIRC17:24
EmilienMok17:24
EmilienMmandre: we were wondering about the order17:24
EmilienMto build base first, etc17:24
mandreEmilienM: you can also generate this with kolla-build17:25
EmilienMmandre: without docker?17:27
mandreEmilienM: normally yes, but just tested it and it tried to connect to the docker socket -- it should be fairly easy to fix17:28
EmilienMmandre: what the command would o?17:29
EmilienMwould do*17:29
*** wolverineav has joined #tripleo17:30
*** derekh has quit IRC17:33
*** wolverineav has quit IRC17:34
mandreEmilienM: ok, I fixed the bug and now I can build the dependency tree without docker running17:35
mandreEmilienM: use the --list-dependencies opt17:35
EmilienMmandre: I need to play with that17:36
trozet_hjensas: now undercloud install is failing in master: https://paste.fedoraproject.org/paste/uNIzsdphLiFP4RaVFYE9lA/raw17:37
*** cylopez has quit IRC17:38
mandreEmilienM: actually, --list-images will also sort images in a way that sorts with parents first so you could potentially also use it if easier for you17:39
bogdandomandre, EmilienM, mwhahaha: right, just that that "ordering" of dockerfiles is not a very simple task17:40
bogdandoI have some WIP scripts17:40
* mwhahaha is aware17:40
bogdandobut that's very hacky bash17:40
* mwhahaha doesn't wish to reimplement this stuff17:40
mandrebogdando: kolla already solved this problem17:40
* mwhahaha is busy hating life elsewhere17:40
bogdandomandre: not for the case we have it only generated dockerfiles17:40
bogdandothen we're on our own how to assemble that pile of layers17:41
bogdandobut if anyone wants to try, I have some notes17:41
mandrebogdando: see above discussion with EmilienM, kolla can generate a dependency tree for the images and also list images in an order where parents are before children17:41
bogdandohttp://rhel-ha.etherpad.corp.redhat.com/rhel8-openstack-ha-container-build (sorry that's an internal ehterpad link)17:41
bogdandomandre: ack17:42
bogdandosomething to start with indeed17:42
hjensastrozet_: hm, I guess tripleo-common does'nt check if the network is enabled or not. I'll take a look.17:42
trozet_hjensas: https://bugs.launchpad.net/tripleo/+bug/181397217:42
openstackLaunchpad bug 1813972 in tripleo "Undercloud install fails in write_static_inventory with Exception list index out of range " [Undecided,New]17:42
mandrebogdando: I just need to push a simple patch to make it work without docker running17:42
bogdandomandre: nice, thanks!17:45
*** bogdando has quit IRC17:49
mandreEmilienM: fyi https://review.openstack.org/#/c/634017/ lets you run the commands I mentioned without docker running17:51
mandreor installed17:51
EmilienMmandre: pretty cool, thanks17:51
EmilienMmandre: I think the build.py will need a huge refacto, when we have a replacement for docker (buildah probably)17:52
EmilienMbut in the meantime I think we'll change our image build process17:52
*** dmacpher has quit IRC17:52
mandrebuild.py needs a huge refactor no matter what :)17:52
*** dmacpher has joined #tripleo17:56
*** nkinder has quit IRC17:59
openstackgerritJill Rouleau proposed openstack/tripleo-heat-templates master: step1: flatten nova service configuration  https://review.openstack.org/63252218:03
*** xek_ has joined #tripleo18:08
*** dsneddon has quit IRC18:08
*** ooolpbot has joined #tripleo18:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION18:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/181390018:10
openstackLaunchpad bug 1813900 in tripleo "tripleo-ci-centos-7-undercloud-containers timing out in host configuration for step 2" [Critical,In progress] - Assigned to Cédric Jeanneret (cjeanner)18:10
*** ooolpbot has quit IRC18:10
*** saneax has joined #tripleo18:10
*** trown is now known as trown|lunch18:10
*** xek has quit IRC18:10
*** hakhande_ has quit IRC18:12
*** jpena is now known as jpena|off18:13
*** wolverineav has joined #tripleo18:13
openstackgerritRonelle Landy proposed openstack/tripleo-quickstart-extras master: Design new role for zuul-based reproducer  https://review.openstack.org/63106718:14
*** wolverineav has quit IRC18:15
*** shardy has quit IRC18:15
*** wolverin_ has joined #tripleo18:15
hjensastrozet_: It looks like stack output of RoleNetHostnameMap is still have the disabled networks. Or it has networks not associated with the role in roles data?18:15
*** wolverin_ has quit IRC18:15
*** wolverineav has joined #tripleo18:16
*** dciabrin has quit IRC18:16
*** dciabrin has joined #tripleo18:16
*** pcaruana has joined #tripleo18:17
hjensastrozet_: afaict the templates are filtering on enabled networks and role networks for this value - see: puppet/role.role.j2.yaml:82018:19
hjensastrozet_: Unfortunately I have to run now, but I can pick this up tomorrow.18:20
*** eggs has quit IRC18:22
*** saneax has quit IRC18:23
openstackgerritJill Rouleau proposed openstack/tripleo-heat-templates master: step1: flatten nova service configuration  https://review.openstack.org/63252218:24
openstackgerritJill Rouleau proposed openstack/tripleo-heat-templates master: step2: flatten nova service configuration  https://review.openstack.org/63327818:24
*** eggs has joined #tripleo18:24
*** sshnaidm is now known as sshnaidm|afk18:25
*** wolverineav has quit IRC18:27
*** morazi has quit IRC18:29
*** mmethot has quit IRC18:30
*** mmethot has joined #tripleo18:30
*** morazi has joined #tripleo18:31
*** wolverineav has joined #tripleo18:31
*** ekultails has quit IRC18:33
*** dsneddon has joined #tripleo18:34
jaosoriorEmilienM: mind if we merge this one https://review.openstack.org/#/c/633944/ ? it addresses the timeouts https://bugs.launchpad.net/tripleo/+bug/181390018:42
openstackLaunchpad bug 1813900 in tripleo "tripleo-ci-centos-7-undercloud-containers timing out in host configuration for step 2" [Critical,In progress] - Assigned to Cédric Jeanneret (cjeanner)18:42
*** dsneddon has quit IRC18:42
EmilienMjaosorior: interesting18:42
EmilienMare we sure?18:42
EmilienMjaosorior: I don't see it in commit msg18:43
jaosoriorSeems it might be related to the request being issued at every step18:43
jaosorioroh18:43
jaosoriorcrap18:43
openstackgerritDavid Peacock proposed openstack/tripleo-heat-templates master: flatten database service MySQL Server  https://review.openstack.org/63398018:49
*** wolverineav has quit IRC18:53
*** wolverineav has joined #tripleo18:53
*** mmethot has quit IRC18:55
*** wolverineav has quit IRC18:56
*** wolverineav has joined #tripleo18:56
*** mdbooth_ has joined #tripleo18:57
*** moguimar has joined #tripleo18:59
*** mdbooth has quit IRC18:59
*** moguimar has quit IRC19:00
*** dsneddon has joined #tripleo19:03
*** ykarel|away has quit IRC19:05
*** morazi has quit IRC19:08
*** ooolpbot has joined #tripleo19:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION19:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/181390019:10
*** ooolpbot has quit IRC19:10
openstackLaunchpad bug 1813900 in tripleo "tripleo-ci-centos-7-undercloud-containers timing out in host configuration for step 2" [Critical,In progress] - Assigned to Cédric Jeanneret (cjeanner)19:10
*** avivgt has quit IRC19:10
*** ekultails has joined #tripleo19:11
*** paramite has joined #tripleo19:12
*** trown|lunch is now known as trown19:23
*** wolverineav has quit IRC19:24
*** wolverineav has joined #tripleo19:32
*** mmethot has joined #tripleo19:33
*** wolverineav has quit IRC19:37
jschluetermwhahaha: hmm placement-api container build is failing for https://review.openstack.org/#/c/633906/519:40
jschlueterdangling symlink for healthcheck19:41
* mwhahaha shrugs19:41
* jschlueter remembers something that way coming across recently ... 19:41
jschlueterwill dig on it19:41
mwhahahadangling health check usually means a mismatchin tripleo-common19:42
mwhahahaso the one being used in the containers with is older/newer than the one that provides the override file19:42
jschlueterhttps://review.openstack.org/#/c/632057/19:42
mwhahahaif you're using my patch, it might need a rebasing19:42
* jschlueter sighs19:42
jschlueterit's kolla patch ... so likely mismatch between promoted and what's landed19:43
jschlueterlyarwood: ^^19:43
mwhahahayea that'll break things too19:43
* mwhahaha blames EmilienM for ignoring the tripleo-build-containers-centos-7 job19:43
jschlueternon-voting job in kolla is failing due to mismatch between what is merged and what is in promoted hash19:44
mwhahahakolla is failing cause of percona stuff19:44
* jschlueter sighs19:44
mwhahahateh health check items is all tripleo19:44
EmilienMoops19:44
jschlueterit is but that has a patch and I was looking at what other jobs are failing including non-voting and saw this19:44
jschluetermwhahaha: review 633906 is the fix for percona in kolla19:45
mwhahaharight19:45
mwhahahabut that only affects centos19:45
mwhahahanot fedora builds19:45
mwhahahaprobably affects RHEL for silly reasons19:45
jschlueterI'm following because it's blocking my other kolla cleanup patches as well as your python3 one19:46
jschlueterlyarwood, EmilienM, mwhahaha: second patch in a week that has broken non-voting job in kolla ... we should look at how we can prevent the noise and still get these things landed cleaner19:49
*** wolverineav has joined #tripleo19:49
mwhahahawell the fix is to make that job voting19:50
mwhahahabut we have to fix it first19:50
mwhahahaalso have more time in the day19:50
jschlueterhttp://logs.openstack.org/57/632057/1/check/tripleo-build-containers-centos-7/2dba738/logs/build-err.log.txt.gz19:51
jschlueterthis job did fail on that patch19:51
mwhahahayea i'm aware19:51
mwhahahabut it's non-voting so it didn't block anything19:51
* jschlueter sighs19:51
mwhahahahence the problem with non-voting jobs19:51
* jschlueter sighs19:52
*** panda is now known as panda|off19:59
*** fmount has quit IRC20:03
*** fmount has joined #tripleo20:04
openstackgerritDavid Peacock proposed openstack/tripleo-heat-templates master: flatten database service MySQL Server  https://review.openstack.org/63398020:05
*** sdake has quit IRC20:06
*** sdake has joined #tripleo20:06
openstackgerritEmilien Macchi proposed openstack/ansible-role-container-registry master: docker: add reset_connection  https://review.openstack.org/63404120:09
*** ooolpbot has joined #tripleo20:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION20:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/181390020:10
openstackLaunchpad bug 1813900 in tripleo "tripleo-ci-centos-7-undercloud-containers timing out in host configuration for step 2" [Critical,In progress] - Assigned to Cédric Jeanneret (cjeanner)20:10
*** ooolpbot has quit IRC20:10
openstackgerritEmilien Macchi proposed openstack/ansible-role-container-registry master: docker: add reset_connection  https://review.openstack.org/63404120:10
*** rfolco has quit IRC20:13
weshaymwhahaha, +1 on making container-build voting if you want to20:20
jidarfultonj: my deploy directory is missing the osd scenario :( https://gist.github.com/67c8482647c0708575f59fb2bddf9d9e20:21
weshayany have any chrony failures recently?20:22
fultonjjidar: https://docs.openstack.org/tripleo-docs/latest/install/advanced_deployment/ceph_config.html#override-ansible-run-options20:24
*** rfolco has joined #tripleo20:24
fultonjjidar: please read the paragraph that starts with "During the playbook run temporary files, like the Ansible inventory and the ceph-ansible parameters that are passed as overrides "20:24
fultonjand look in the described /tmp to see what ceph-ansible is actually getting20:25
openstackgerritwes hayutin proposed openstack/tripleo-quickstart master: write out the libvirt node ip addresses  https://review.openstack.org/63384320:25
fultonjso you can rule out any heat passing issues20:25
*** dprince has quit IRC20:25
fultonjor heat override issues20:26
jidarits damn near empty20:26
fultonjjidar: there are multiples20:27
fultonjjidar: one is for the ansible playbook to create the UUID20:27
fultonjthe ohter is for the ceph-ansible run20:27
fultonjyou want the one with the latest ceph-ansible run20:27
fultonjhave a look at the ceph-ansible inventory as it should contain the variables20:27
jidarhmm, ok20:28
jidarfultonj: https://gist.github.com/5dbc2b300ace3db598eeb546f3287dfc20:33
fultonjansible-mistral-actionGc9sZ_ is for the get uuid playbook20:34
fultonjyou want the other one20:34
fultonjfind inventory.yaml20:34
* fultonj has to join a phone call20:34
jidarokie dokie20:34
jidarall of my inventory.yaml files look the same20:35
fultonj'get uuid' --> get the system uuid via dmidecode20:35
jidaralso I noticed something, the storage-environment.yaml is the only one that really references the osd_scenero, but I'm not including it in my deploy command.. is that a problem?20:36
* fultonj on call20:36
*** sdake has quit IRC20:39
*** rfolco has quit IRC20:40
*** sdake has joined #tripleo20:42
*** sdake has quit IRC20:44
*** xek_ has quit IRC20:45
*** xek_ has joined #tripleo20:46
*** sdake has joined #tripleo20:46
*** gfidente has quit IRC20:48
*** paramite has quit IRC20:50
*** KingJ has quit IRC20:54
*** KingJ has joined #tripleo20:55
*** ekultails has quit IRC20:57
*** wolverineav has quit IRC20:59
*** hberaud is now known as hberaud|gone21:01
*** sdake has quit IRC21:01
*** sdake has joined #tripleo21:02
*** xek_ has quit IRC21:03
*** fmount has quit IRC21:04
*** fmount has joined #tripleo21:05
*** ekultails has joined #tripleo21:05
*** Vorrtex has quit IRC21:07
*** wolverineav has joined #tripleo21:07
*** ooolpbot has joined #tripleo21:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION21:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/181390021:10
openstackLaunchpad bug 1813900 in tripleo "tripleo-ci-centos-7-undercloud-containers timing out in host configuration for step 2" [Critical,In progress] - Assigned to Cédric Jeanneret (cjeanner)21:10
*** ooolpbot has quit IRC21:10
openstackgerritJill Rouleau proposed openstack/tripleo-heat-templates master: step2: flatten nova service configuration  https://review.openstack.org/63327821:15
*** radeks_ has quit IRC21:19
*** fmount has quit IRC21:28
openstackgerritJill Rouleau proposed openstack/tripleo-heat-templates master: step3: flatten nova service configuration  https://review.openstack.org/63359721:28
*** fmount has joined #tripleo21:29
openstackgerritJill Rouleau proposed openstack/tripleo-heat-templates master: step1: flatten nova service configuration  https://review.openstack.org/63252221:31
*** nkinder has joined #tripleo21:31
*** holser_ has quit IRC21:36
*** sdake has quit IRC21:38
*** cylopez has joined #tripleo21:42
*** nkinder has quit IRC21:44
openstackgerritSteve Baker proposed openstack/tripleo-common master: Break out tripleo-admin creation to its own role  https://review.openstack.org/63382721:45
*** sdake has joined #tripleo21:49
*** openstackgerrit has quit IRC21:50
*** openstackgerrit has joined #tripleo21:57
openstackgerritSteve Baker proposed openstack/tripleo-heat-templates master: Create tripleo-admin user on the undercloud  https://review.openstack.org/63385021:57
*** ianw_pto is now known as ianw21:59
*** ekultails has quit IRC22:02
*** trown is now known as trown|outtypewww22:07
*** ooolpbot has joined #tripleo22:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION22:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/181390022:10
openstackLaunchpad bug 1813900 in tripleo "tripleo-ci-centos-7-undercloud-containers timing out in host configuration for step 2" [Critical,In progress] - Assigned to Cédric Jeanneret (cjeanner)22:10
*** ooolpbot has quit IRC22:10
skaI get this error when tyring to build/upload image: (undercloud) [stack@kvm-undercloud:~]: openstack overcloud image upload22:12
skaRequired file "./ironic-python-agent.initramfs" does not exist.22:12
jidarwhats the exact command you're using22:13
skaopenstack overcloud image build;openstack overcloud image upload ; (from inside stack user's env)22:16
jidarand where are your images?22:16
jidarI've always had to pass it the param22:17
skaI don't see them. I see some stuff in cache but looks incomplete.22:18
skaFollowing https://docs.openstack.org/tripleo-docs/latest/install/basic_deployment/basic_deployment_cli.html22:19
jidarfrom that page: > Alternatively, images are available via RDO at https://images.rdoproject.org/master which offers images from both the CentOS Build System (cbs) and RDO Trunk (called rdo_trunk or delorean). However this mirror is slow so if you experience slow download speeds you should skip to building the images instead.22:19
openstackgerritJill Rouleau proposed openstack/tripleo-heat-templates master: step1: flatten nova service configuration  https://review.openstack.org/63252222:19
skajidar: should i just download and unpack an image bundle/22:20
ska?22:20
jidarits up to you, I've done both, building can be a bit of a pain22:21
skaI passed the --no-skip option to the builder and its cranking.. we'll see.22:22
skaIts installing a ton of packages, I hope I didn't fat-finger it.22:23
skaWhat do I grab on the archive site, a tgz?22:25
jidardunno, it's been a while22:25
*** dtrainor has quit IRC22:26
skaI wonder why they don't ocmpress those tar images.. Would save a lot of IO.22:26
skaWhere do I look for the images if they build correctly? in ~stack/* ?22:30
skaI'm seeing stuff now in ~stack/* so I guess its happier with me.22:31
skaI wish I know what i did to piss if off the first time around.22:32
openstackgerritSteve Baker proposed openstack/tripleo-heat-templates master: Create tripleo-admin user on the undercloud  https://review.openstack.org/63385022:39
mwhahahai don't think qcow2 images compress well22:43
*** cfontain has joined #tripleo22:50
openstackgerritAlex Schultz proposed openstack/tripleo-common master: Remove placement healthcheck from overrides  https://review.openstack.org/63405922:54
openstackgerritJill Rouleau proposed openstack/tripleo-heat-templates master: flatten ceilometer service configuration  https://review.openstack.org/63361722:58
openstackgerritAlex Schultz proposed openstack-infra/tripleo-ci master: Make container build job voting  https://review.openstack.org/63406022:58
*** mcornea has quit IRC22:58
openstackgerritAlex Schultz proposed openstack-infra/tripleo-ci master: Make container build job voting  https://review.openstack.org/63406022:58
mwhahahaweshay, EmilienM -^22:59
EmilienMyes22:59
EmilienMlet's do that22:59
mwhahahaso why are we hitting a bunch of TIMED_OUTs over the last two days23:00
EmilienMjaosorior said he had a patch but I didn't get it23:01
EmilienMfor certmonger step23:01
mwhahahahttps://review.openstack.org/#/c/633944/23:01
mwhahahathat one?23:01
*** tkajinam has joined #tripleo23:01
*** sdake has quit IRC23:01
EmilienMyes23:01
mwhahahadid we get a new certmonger that's breaking things or something?23:01
mwhahahaor i wonder if it's related to all thsoe restart patches we merged (?)23:02
EmilienMmwhahaha: look at your 11:42:14 here23:02
EmilienMjuan pinged me on this one23:02
* EmilienM reads bug again23:02
EmilienMmwhahaha: maybe https://review.openstack.org/#/c/623353/ ?23:03
mwhahahahttps://review.openstack.org/#/c/623353/23:03
mwhahahayea that thing23:03
EmilienMso yeah maybe the step patch will help?23:04
EmilienMwho knows23:04
mwhahahawe'll see23:04
* EmilienM invokes the stars23:04
mwhahahai guess23:04
EmilienMguessing is a safe bet in a retry/sleep driven deployment23:04
* mwhahaha dies a bit more inside23:05
mwhahahaspeaking of retires23:05
mwhahahalet's go work on buildah23:05
*** vinaykns has quit IRC23:05
EmilienMyeah so23:05
EmilienMwe need to hack in the tripleoclient23:05
*** dtrainor has joined #tripleo23:06
* EmilienM opens https://github.com/openstack/python-tripleoclient/blob/master/tripleoclient/v1/container_image.py for the first time23:06
*** toure is now known as toure|gone23:07
*** rascasoft has quit IRC23:07
mwhahahait's actually in tripleo-common23:07
mwhahahai think23:07
mwhahahait's all int he kolla_builder23:07
EmilienMhttps://github.com/openstack/python-tripleoclient/blob/master/tripleoclient/v1/container_image.py#L175-L20323:07
EmilienMI think we'll need to hack in there23:08
EmilienMthat's where KollaImageBuilder is called at least23:08
EmilienMit's actually BuildImage.images_from_deps iiuc23:09
*** dtrainor has quit IRC23:09
*** ooolpbot has joined #tripleo23:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION23:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/181390023:10
openstackLaunchpad bug 1813900 in tripleo "tripleo-ci-centos-7-undercloud-containers timing out in host configuration for step 2" [Critical,In progress] - Assigned to Cédric Jeanneret (cjeanner)23:10
*** ooolpbot has quit IRC23:10
mwhahahaof course juan's patch timed out in tempest23:10
* EmilienM timeouts itself23:11
EmilienMyeah you're right23:12
EmilienMit's in tripleo-common23:12
*** dtrainor has joined #tripleo23:12
EmilienMmwhahaha: https://github.com/openstack/tripleo-common/blob/master/tripleo_common/image/kolla_builder.py#L435-L46223:13
EmilienMmwhahaha: i'm wondering if it wouldn't be easier to just use your ansible role23:14
EmilienMinstead of python23:14
EmilienMwhich would make this process easier to reproduce outside of tripleoclient23:14
EmilienMand we could still keep the tripleoclient command but it would call ansible23:14
mwhahahano my ansible role uses this code23:14
*** wolverineav has quit IRC23:15
EmilienMmwhahaha: right but23:15
openstackgerritAlex Schultz proposed openstack/tripleo-common master: Revert "Remove placement healthcheck from overrides"  https://review.openstack.org/63406423:15
EmilienMmwhahaha: your ansible role could call kolla-build23:15
mwhahahait's more complicated than that23:16
mwhahahabecause we have python to tell us what subset of container we need from kolla23:16
mwhahahatrust me, fixing up the python is better23:16
EmilienMfine23:16
mwhahahaand by better i mean, i'd rather put hot sauce in my eyeballs than do this23:17
* mwhahaha cries23:17
*** wolverineav has joined #tripleo23:20
*** dtrainor has quit IRC23:20
*** cfontain has quit IRC23:21
*** rlandy is now known as rlandy|bbl23:24
openstackgerritChris Krelle proposed openstack/tripleo-docs master: correct vlan example when setting up overcloud network  https://review.openstack.org/63406523:24
*** wolverineav has quit IRC23:25
*** dtrainor has joined #tripleo23:25
NobodyCammorning hey hey folks just checking: we should be using neutron net-create here? https://docs.openstack.org/tripleo-docs/latest/install/advanced_deployment/network_isolation.html#using-the-native-vlan-on-a-trunked-interface23:28
*** sdake has joined #tripleo23:29
*** wolverineav has joined #tripleo23:31
openstackgerritAlex Schultz proposed openstack-infra/tripleo-ci master: Fix repo configuration  https://review.openstack.org/63352723:32
jidargonna go grab dinner and work on this a little more, gfidente fultonj if you guys are up to helping out a little bit more23:33
*** sdake has quit IRC23:33
openstackgerritAlex Schultz proposed openstack-infra/tripleo-ci master: Make container build job voting  https://review.openstack.org/63406023:37
*** slaweq has quit IRC23:38
*** cfontain has joined #tripleo23:50
openstackgerritAlex Schultz proposed openstack-infra/tripleo-ci master: Fix repo configuration  https://review.openstack.org/63352723:52
*** rascasoft has joined #tripleo23:55
openstackgerritAlex Schultz proposed openstack-infra/tripleo-ci master: Make container build job voting  https://review.openstack.org/63406023:58

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