Friday, 2019-02-15

openstackgerritRedHat RDO CI proposed openstack/tripleo-quickstart-extras master: GATE CHECK for quickstart-extras  https://review.openstack.org/56044500:00
openstackgerritRedHat RDO CI proposed openstack/tripleo-heat-templates master: GATE CHECK for TripleO  https://review.openstack.org/60429800:00
*** rascasoft has joined #tripleo00:24
*** rascasoft has quit IRC00:29
*** rascasoft has joined #tripleo00:59
*** rascasoft has quit IRC01:05
*** wolverineav has quit IRC01:08
*** wolverineav has joined #tripleo01:10
*** wolverineav has quit IRC01:15
*** wolverineav has joined #tripleo01:32
*** rascasoft has joined #tripleo01:36
*** rascasoft has quit IRC01:41
*** wolverineav has quit IRC01:48
*** wolverineav has joined #tripleo01:50
*** _fragatina has quit IRC01:54
*** wolverineav has quit IRC01:55
*** wolverineav has joined #tripleo02:02
*** thrash is now known as thrash|g0ne02:15
*** rascasoft has joined #tripleo02:20
*** rascasoft has quit IRC02:26
*** mschuppert has quit IRC02:27
openstackgerritMerged openstack/tripleo-common master: Fix a trailing space  https://review.openstack.org/63678202:27
*** cfontain has joined #tripleo02:30
*** wolverineav has quit IRC02:32
*** wolverineav has joined #tripleo02:33
*** wolverineav has quit IRC02:37
*** morazi has quit IRC02:50
*** psachin has joined #tripleo02:57
*** cfontain has quit IRC03:03
*** apetrich has quit IRC03:15
openstackgerritMerged openstack/tripleo-heat-templates master: Drop Docker service from Undercloud roles  https://review.openstack.org/63644203:15
*** rascasoft has joined #tripleo03:15
*** ramishra has joined #tripleo03:16
*** shyamb has joined #tripleo03:19
*** rascasoft has quit IRC03:27
*** shyam89 has joined #tripleo03:28
*** shyamb has quit IRC03:31
*** skramaja has joined #tripleo03:36
openstackgerritMerged openstack/tripleo-puppet-elements master: Add gdisk to overcloud image  https://review.openstack.org/63669603:44
*** Vorrtex has joined #tripleo03:45
*** shyam89 has quit IRC03:47
*** skramaja_ has joined #tripleo03:51
*** skramaja has quit IRC03:51
*** janki has joined #tripleo03:58
*** ykarel has joined #tripleo04:04
openstackgerritMerged openstack-infra/tripleo-ci master: Fix repo configuration  https://review.openstack.org/63352704:05
*** hjensas has quit IRC04:20
*** wolverineav has joined #tripleo04:36
*** rascasoft has joined #tripleo04:40
*** Vorrtex has quit IRC04:45
*** rascasoft has quit IRC04:46
*** hjensas has joined #tripleo04:52
*** ramishra has quit IRC04:57
*** tzumainn has quit IRC04:58
*** cfontain has joined #tripleo05:00
*** ramishra has joined #tripleo05:02
*** wolverineav has quit IRC05:04
*** hjensas has quit IRC05:05
*** wolverineav has joined #tripleo05:05
*** ratailor has joined #tripleo05:05
*** vinaykns has quit IRC05:08
*** morazi has joined #tripleo05:14
*** lhinds has quit IRC05:15
*** haleyb has quit IRC05:15
*** rnoriega has quit IRC05:15
*** lhinds has joined #tripleo05:16
*** rnoriega has joined #tripleo05:16
*** janki has quit IRC05:18
*** janki has joined #tripleo05:18
*** shyam89 has joined #tripleo05:30
*** ykarel has quit IRC05:30
*** pdeore has joined #tripleo05:31
*** hakhande_ has joined #tripleo05:33
*** cfontain has quit IRC05:35
*** psachin has quit IRC05:38
*** wolverineav has quit IRC05:40
*** ykarel has joined #tripleo05:44
*** wolverineav has joined #tripleo05:53
*** wolverineav has quit IRC05:54
jaosoriorEmilienM: thanks pinging05:56
*** rascasoft has joined #tripleo05:56
*** rascasoft has quit IRC06:02
*** hakhande_ has quit IRC06:03
*** rlandy|bbl has quit IRC06:04
*** shyam89 has quit IRC06:06
*** shyam89 has joined #tripleo06:07
*** pdeore has quit IRC06:08
openstackgerritJaganathan Palanisamy proposed openstack/os-net-config master: Adding pci address in SRIOV config  https://review.openstack.org/62045606:15
*** hakhande_ has joined #tripleo06:16
*** tkajinam_ has joined #tripleo06:33
*** tkajinam has quit IRC06:35
ramishrajaosorior: Hey! have a min for a quick question on tls stuff?06:37
*** yprokule has joined #tripleo06:38
jaosoriorramishra: sure06:39
ramishrajaosorior: I noticed that https://github.com/openstack/tripleo-heat-templates/blob/master/puppet/extraconfig/tls/ca-inject.yaml#L8 does not have a default value06:40
jaosoriorramishra: right06:40
ramishraand we don't use that property https://github.com/openstack/tripleo-heat-templates/blob/master/puppet/role.role.j2.yaml#L70306:41
ramishraso how does it work?06:41
jaosoriorramishra: so, it doesn't have a default value folks generally have their own CA certificates06:41
jaosoriorand they will all be different06:41
ramishraso, how does the jinja generated templated would work?06:42
ramishraI'm confised06:42
jaosoriorgenerally, folks will copy this environment https://github.com/openstack/tripleo-heat-templates/blob/master/environments/ssl/inject-trust-anchor.yaml and fill in the required bits06:42
ramishraconfused06:42
jaosoriorramishra: cause OS::TripleO::NodeTLSCAData is OS::Heat::None by default, and it only gets declarted when you include that environment06:43
ramishrayeah, but I think we should havea default, else it would break if someone just changes the mapping06:43
jaosoriorramishra: I don't get why it would break06:44
jaosoriorramishra: you mean a case where someone would just declare the resource without giving a cert?06:46
jaosorioreither way... folks are meant to use that template06:46
jaosoriorIMO that's a bit of a corner case06:46
jaosoriorthe definition itself is an implementation detail06:47
*** ramishra has quit IRC06:47
*** ramishra has joined #tripleo06:47
ramishrajaosorior: sorry got disconnected:/06:48
ramishrajaosorior: sorry got disconnected06:49
jaosoriorright06:49
jaosorior08:44 <jaosorior> ramishra: I don't get why it would break06:49
ramishraso if someone includes https://github.com/openstack/tripleo-heat-templates/blob/master/environments/ssl/inject-trust-anchor.yaml, it would break06:49
jaosorior08:46 <jaosorior> ramishra: you mean a case where someone would just declare the resource without giving a cert?06:49
jaosorior08:46 <jaosorior> either way... folks are meant to use that template06:49
*** shyam89 has quit IRC06:49
jaosorior08:46 <jaosorior> IMO that's a bit of a corner case06:49
jaosorior08:47 <jaosorior> the definition itself is an implementation detail06:49
ramishraunless we've documented that they have to change it06:49
*** psachin has joined #tripleo06:49
jaosoriorramishra: we've documented that they have to change it06:50
ramishrajaosorior: ok great, can you point me to it please06:50
jaosoriorramishra: actually, IMO, ideally that template should have SSLRootCertificate commented out06:50
jaosoriorthat way it would break and give a relevant error message06:50
*** saneax has joined #tripleo06:51
ramishraIf we've it documented it's good, I can point it to the guys who reported the issue06:52
jaosoriorramishra: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/13/html/advanced_overcloud_customization/sect-enabling_ssltls_on_the_overcloud section 15.806:52
*** wolverineav has joined #tripleo06:53
ramishrajaosorior: thanks! Thats what I was looking for. It seems it does not fail in stack validation, I'll check that06:54
*** quiquell|off is now known as quiquell|rover06:54
*** shyam89 has joined #tripleo06:55
quiquell|roverweshay|ruck: the link you pass is only spam for me06:55
*** saneax has quit IRC06:55
*** ksambor has joined #tripleo06:56
quiquell|roverweshay|ruck: there is a review around with a depends on to GitHub and06:57
*** wolverineav has quit IRC06:58
quiquell|roverweshay|ruck: and at tht and the tht change is not applied because the GitHub project cannot be built06:58
quiquell|roverweshay|ruck: after talking with panda and sshnaidm|off we are going to fail all together on partial dlrn builds06:58
*** rascasoft has joined #tripleo06:58
*** saneax has joined #tripleo06:59
*** florianf has joined #tripleo06:59
*** jtomasek has joined #tripleo07:00
*** aufi has joined #tripleo07:04
*** jfrancoa has joined #tripleo07:12
*** tkajinam_ has quit IRC07:14
*** kopecmartin|off is now known as kopecmartin07:15
*** ramishra has quit IRC07:16
*** mschuppert has joined #tripleo07:23
*** gfidente has joined #tripleo07:23
*** shyam89 has quit IRC07:23
*** ramishra has joined #tripleo07:25
*** shyam89 has joined #tripleo07:25
*** tkajinam has joined #tripleo07:28
*** chkumar|pto is now known as chkumar|ruck07:29
*** tkajinam_ has joined #tripleo07:29
*** apetrich has joined #tripleo07:30
*** cylopez has joined #tripleo07:31
*** tkajinam has quit IRC07:32
*** dmacpher_ has joined #tripleo07:32
*** dmacpher has quit IRC07:35
mschuppertjaosorior: my tls-everywhere test with https://review.openstack.org/633597 was successful. could you +w it.07:35
*** quiquell|rover is now known as quique|rover|brb07:36
jaosoriormschuppert: done! thanks a lot!07:36
mschuppertjaosorior: np, tank you!07:36
mschuppertthank07:36
*** cgoncalves has quit IRC07:48
*** cgoncalves has joined #tripleo07:49
*** shyam89 has quit IRC07:57
*** wolverineav has joined #tripleo07:58
*** ykarel is now known as ykarel|lunch07:59
openstackgerritRedHat RDO CI proposed openstack/tripleo-heat-templates master: GATE CHECK for TripleO  https://review.openstack.org/60429808:00
*** ade_lee_ has quit IRC08:08
*** ade_lee_ has joined #tripleo08:08
*** fmount has quit IRC08:09
*** fmount has joined #tripleo08:10
*** ade_lee_ has quit IRC08:14
*** ade_lee_ has joined #tripleo08:14
*** quique|rover|brb is now known as quiquell|rover08:17
*** tkajinam_ has quit IRC08:20
openstackgerritChandan Kumar proposed openstack/ansible-role-tripleo-modify-image master: Ported tripleo-modify-image to py3  https://review.openstack.org/63490408:23
openstackgerritMerged openstack/tripleo-heat-templates master: flatten the fluentd service configurations  https://review.openstack.org/63480408:29
openstackgerritMerged openstack/tripleo-quickstart master: bindep can be called w/o -f file  https://review.openstack.org/63638508:29
openstackgerritMerged openstack/python-tripleoclient master: Run hostname check for standalone  https://review.openstack.org/63480308:31
openstackgerritMerged openstack/tripleo-heat-templates master: env/docker: add ContainerCli  https://review.openstack.org/63667308:31
openstackgerritMerged openstack/tripleo-quickstart-extras master: overcloud/deploy: use overcloud_container_cli to find out which env to load  https://review.openstack.org/63667408:31
*** paramite has quit IRC08:34
*** paramite has joined #tripleo08:34
*** tosky has joined #tripleo08:38
*** hberaud|gone is now known as hberaud08:39
openstackgerritSylvain Afchain proposed openstack/tripleo-common master: remove skydive-ansible from mistral container  https://review.openstack.org/63714408:40
*** shyam89 has joined #tripleo08:44
openstackgerritMerged openstack/tripleo-heat-templates master: Add missing parts from step2: flatten nova service configuration  https://review.openstack.org/63698708:46
*** ykarel|lunch is now known as ykarel08:48
openstackgerritMarios Andreou proposed openstack-infra/tripleo-ci master: Parameterize build-containers job to allow push to registry  https://review.openstack.org/63522208:51
mandrehello, has anyone else trouble deploying vms with ironic? I see the vm being created but it can't pxeboot, this is what ironic shows me in the logs http://paste.openstack.org/show/745143/08:52
mandrethis is with an undercloud provisioned from yesterday using quickstart08:52
*** morazi has quit IRC08:53
*** paramite|clone has joined #tripleo08:55
*** paramite has quit IRC08:56
*** jpena|off is now known as jpena08:57
*** holser_ has joined #tripleo08:58
*** aedc has joined #tripleo08:59
*** bogdando has joined #tripleo09:02
*** xek has joined #tripleo09:05
*** ccamacho has joined #tripleo09:10
*** shardy has joined #tripleo09:11
openstackgerritChandan Kumar proposed openstack/ansible-role-tripleo-modify-image master: Run all linters via pre-commit  https://review.openstack.org/63715009:18
chkumar|ruckzbr: ^^, need few help on sorting long line length, where ansible vars are defined09:19
chkumar|ruckzbr: http://paste.openstack.org/show/745147/09:19
openstackgerritSorin Sbarnea proposed openstack-infra/tripleo-ci master: Bumped and hardened linting  https://review.openstack.org/63715109:21
zbrchkumar|ruck: raise a WIP cr for it and send it to me. i will update it, is easier this way. Also check mine above ^09:22
zbrchkumar|ruck: FYI latest ansible-lint increased line lengh check to 160 which is more than decent value.09:22
openstackgerritChandan Kumar proposed openstack/ansible-role-tripleo-modify-image master: [WIP]Run all linters via pre-commit  https://review.openstack.org/63715009:23
chkumar|ruckzbr: https://review.openstack.org/63715009:24
openstackgerritSorin Sbarnea proposed openstack/ansible-role-tripleo-modify-image master: Run all linters via pre-commit  https://review.openstack.org/63715009:26
zbrchkumar|ruck: great job! fixed, very small nit. see diff.09:27
chkumar|ruckzbr: so now we can run precommit directly using autoupdate and it will do the job?09:27
zbrchkumar|ruck: you forgot the yamllint config and to bump linters using "pre-commit autoupdate"09:27
quiquell|roverchkumar|ruck: we have a promotion blocker09:27
*** derekh has joined #tripleo09:28
chkumar|ruckquiquell|rover: which one?09:28
quiquell|roverchkumar|ruck: https://bugs.launchpad.net/tripleo/+bug/181601709:28
openstackLaunchpad bug 1816017 in tripleo "Operation failed: No such file or directory at overcloud image building" [Critical,Triaged] - Assigned to Quique Llorente (quiquell)09:28
ykarelquiquell|rover, multinode jobs are also failing09:28
ykarelin promotion jobs,09:28
*** moguimar has joined #tripleo09:30
quiquell|roverykarel: both ovb are failing09:30
quiquell|roverykarel: at one of the dib elements at oc build image09:30
quiquell|roverfailing around here https://github.com/openstack/diskimage-builder/blob/master/diskimage_builder/elements/ironic-agent/post-install.d/80-ironic-agent#L909:30
quiquell|roverafter erasing packages09:30
ykarelquiquell|rover, yes you posted that bug, multinode is failing for different reason09:30
ykarelovb fails because ironic-python-agent is removed due to dependency09:31
openstackgerritCarlos Camacho proposed openstack/python-tripleoclient master: Add new CLI option openstack tripleo validate list  https://review.openstack.org/63658109:31
openstackgerritCarlos Camacho proposed openstack/python-tripleoclient master: Add new CLI option openstack tripleo validate run  https://review.openstack.org/63693009:31
ykarelhappening after pbr bump09:31
quiquell|roverykarel: where do you see ?09:31
ykarelwhat09:31
chkumar|ruckquiquell|rover: ykarel most of the multinode ovb jobs got timeout09:31
ykarelyup09:32
ykarelin overcloud deploy09:32
quiquell|roverykarel: they are re-run now, but they are going to timeout I think09:32
ykarelyes09:32
ykarelit's real issue as all jobs timed out09:33
quiquell|roverykarel: where did you see the ironic-python-agent removal ?09:33
ykarelin logs itself09:33
ykarelovercloud image build log09:33
quiquell|roverOhh you are right09:33
openstackgerritSorin Sbarnea proposed openstack/ansible-role-tripleo-modify-image master: Run all linters via pre-commit  https://review.openstack.org/63715009:33
quiquell|roverIt was there all the time09:33
quiquell|roverykarel: so we remove cloud-init and git and it removes IPA ?09:36
ykarelquiquell|rover, yes09:36
ykareldependency chain09:36
quiquell|rovercloud-init -> pbr -> no more IPA ?09:36
quiquell|roveropposite09:36
ykarelquiquell|rover, not because of cloud-init, it's happening because of git removal09:36
quiquell|roverccloud-init -> pbr -> IPA ?09:36
quiquell|rovergit ?09:37
ykarelas pbr depends on git-core09:37
ykarelyes09:37
quiquell|roverahhh damn09:37
chkumar|ruckykarel: quiquell|rover can we simply remove the rpm from there ?09:37
quiquell|roverchkumar|ruck: well it uses install-packages -e from dib09:37
quiquell|roverwe can re-install09:37
quiquell|roverI will try09:37
*** chem has joined #tripleo09:38
ykarelwe need to check pbr + git how much they are dependent, what's the motive behind cleaning those packages, and see how to handle dependecies removal09:38
*** holser_ has quit IRC09:41
quiquell|roverykarel: so IPA depends on pbr is that it?09:41
quiquell|roverwe remove git so pbr is remove dso IPA is removed09:42
chkumar|ruckquiquell|rover: https://github.com/freeipa/freeipa/blob/master/freeipa.spec.in -> there is no pbr here09:42
ykarelchkumar|ruck, not freeipa, ironic-python-agent09:43
chkumar|rucksorry09:43
ykarelchkumar|ruck, it's not direct dep09:43
ykarelok it's direct09:44
ykarelironic-python-agent needs pbr, pbr needs git-core09:44
quiquell|roverykarel: it's direct09:44
ykarelquiquell|rover, yup just checked09:44
quiquell|roverykarel: so problem is pbr now depends on git09:44
quiquell|roverchkumar|ruck: can you look at the multinode issue while I look at this other ?09:45
quiquell|roverchkumar|ruck: let me open a LP for it09:45
*** holser_ has joined #tripleo09:45
ykarelquiquell|rover, yes09:45
quiquell|roverykarel: pbr is centos package ?09:46
chkumar|ruckquiquell|rover: ok09:46
ykarelquiquell|rover, it's a rdo dep09:46
quiquell|roverhttps://src.fedoraproject.org/rpms/python-pbr/blob/master/f/python-pbr.spec09:46
quiquell|roverthis ?09:46
quiquell|roveryep line:50 git-core09:47
ykarelquiquell|rover, that's fedora, in RDO we rebuild it in CBS09:47
ykarelyup09:47
quiquell|roverykarel: I don't find pbr at cbs09:47
chkumar|ruckif we remove git from pbr, it will not work09:47
quiquell|rovera now09:47
ykarelquiquell|rover, https://cbs.centos.org/koji/packageinfo?packageID=16709:48
quiquell|roverchkumar|ruck: maybe we can instruct yum to remove the dependencies excetp IPA09:48
*** ccamacho has quit IRC09:48
*** ccamacho has joined #tripleo09:48
quiquell|roverykarel: I don't see the bump09:48
ykarelwhat bump?09:48
ykarel5.1.209:49
quiquell|roverit's from 02-0709:49
quiquell|roverwere we pinning at 3.1.1 ?09:49
ykarel4.109:49
quiquell|roverack09:49
ykarelquiquell|rover, https://review.rdoproject.org/r/#/c/18825/2/buildsys-tags/cloud7-openstack-stein-testing.yml09:49
ykarel^^ bumped pbr09:50
ykarelas per upper-constraints09:50
quiquell|roverfuck... deps are killing us this week09:50
ykarelyup different type of deps09:50
ykarelthis we control in RDO so atleast we can handle09:50
quiquell|roverykarel: do we really ned that pbr version ?09:51
quiquell|roverykarel: so looks like we need some ovb job at the ci there ?09:51
chkumar|ruckquiquell|rover: I am checking at other multinode timedout jobs09:51
quiquell|roverchkumar|ruck: will go to it too after this to help you09:52
chkumar|ruckquiquell|rover: gnocchi pr is merged now09:52
ykarelquiquell|rover, we chase upper-constraints09:53
ykarelso good to sync with it09:53
chkumar|ruckquiquell|rover: but we need a new tag in order to test it09:54
chkumar|rucksorry they just approved it09:55
quiquell|roverack09:55
quiquell|roverwe are near09:55
quiquell|roverykarel: where is the source code of the spec file for python-pbr ?09:55
ykarelquiquell|rover, same that you link from fedora09:56
ykarelwe just rebuild using same spec09:56
quiquell|roverack09:56
ykarelwhat i would say it looks like pbr needs git, so good to fix dib to not cleanup09:56
quiquell|roverykarel: I am going to try to do cloud-init cleanup09:57
chkumar|ruckbrb after lunch09:57
ykarelquiquell|rover, cloud-init is fine09:57
ykarelissue only with git deps09:57
quiquell|roverykarel: and git cleanup but with --nodeps09:57
ykarelack09:58
quiquell|roveralthough maybe image get more dirty09:58
quiquell|roverykarel: or just  reinstall after09:58
quiquell|roverbut that's more complicated09:59
*** saneax has quit IRC09:59
quiquell|roverlet's try09:59
ykarelquiquell|rover, yes try09:59
*** saneax has joined #tripleo09:59
quiquell|roverykarel: btw... are we going to need pbr ?10:00
ykarelquiquell|rover, yes pbr is needed10:00
quiquell|roverykarel: I mean problem is pbr and dependants10:00
ykarelquiquell|rover, may be you can skip removing git10:00
ykarelhow much space does it take?10:00
ykarelthose package are removed i think only to save some space in image10:00
*** saneax has quit IRC10:00
ykarellike https://github.com/openstack/diskimage-builder/commit/1f9e669dbc2215630006a44017bf5e782641f80710:00
quiquell|roverlet's just keep git10:01
ykarelyes that's the safest attempt10:01
*** saneax has joined #tripleo10:01
quiquell|roverok doing10:02
*** saneax has quit IRC10:03
quiquell|roverykarel: can we put some ovb jobs at bumping there ?10:04
*** saneax has joined #tripleo10:04
quiquell|roverykarel: or this is too much ?10:04
quiquell|roverykarel: like we did for podman10:04
*** saneax has quit IRC10:04
quiquell|roverykarel: ...10:05
*** saneax has joined #tripleo10:05
ykarelquiquell|rover, ovb are little bulk, so we can look at it and start with experimental, althogh in near future we may pass deps update from promotion jobs10:05
quiquell|roverykarel: question, pbr maybe is needed to build IPA but not to run it ?10:05
quiquell|roverykarel: I mean BuildRequires but not Requires10:06
*** saneax has quit IRC10:06
quiquell|roverykarel: pbr is a build tool10:06
ykarelversioning also10:06
ykarelhttps://github.com/openstack/ironic-python-agent/blob/80be07ae791980a1c444b3b0d685775c1688ca34/ironic_python_agent/version.py#L1610:06
ykarelit's runtime requirement10:06
quiquell|roverack10:06
*** saneax has joined #tripleo10:07
openstackgerritQuique Llorente proposed openstack/diskimage-builder master: Keep git after ironic-agent post  https://review.openstack.org/63716210:08
quiquell|roverykarel: ^10:08
quiquell|roverovb already running there :-)10:09
ykarelquiquell|rover, you need to keep cloud-init10:09
ykarelupdate the patch10:09
*** dtantsur|afk is now known as dtantsur10:09
quiquell|roverwhat I did ?10:10
quiquell|roverdamn...10:10
*** saneax has quit IRC10:10
quiquell|roverdid the opposite hehe10:10
openstackgerritQuique Llorente proposed openstack/diskimage-builder master: Keep git after ironic-agent post  https://review.openstack.org/63716210:11
*** saneax has joined #tripleo10:11
ykarelnow it's fine10:11
*** saneax has quit IRC10:12
*** saneax has joined #tripleo10:12
openstackgerritMerged openstack/tripleo-repos master: Fix previously broken distro auto-detection  https://review.openstack.org/63694410:14
mandrequiquell|rover, ykarel: do you think it's related to the issue I'm seeing locally http://paste.openstack.org/show/745143/ ?10:14
quiquell|roverchkumar|ruck: https://bugs.launchpad.net/tripleo/+bug/181602610:15
openstackLaunchpad bug 1816026 in tripleo "multinode promotion jobs timing out at overcloud deploy" [Critical,Triaged]10:15
mandreseems that way10:15
*** shyam89 has quit IRC10:15
quiquell|rovermandre: ipa or timeout ?10:15
quiquell|rovermandre: nope, the issue with ip is just that it get removed10:15
mandrequiquell|rover: if there's no agent in the image, it could explain why it times out10:16
quiquell|rovermandre: humm this is not checking first if the agent is there ?10:16
quiquell|rovermandre: or this is the check ?10:16
quiquell|rovermandre: the agent is removed at overcloud build image ?10:16
quiquell|rovermandre: if you are not running that you are ok ?10:16
pandaderekh: I'm still looking at your node. Indeed vbmc nodes creation fails with libvirt.libvirtError: Cannot check QEMU binary /usr/bin/qemu-system-x86_64: No such file or directory10:16
quiquell|rovermandre: in general if you are removing git from the image IPA get removed too10:16
ykarelquiquell|rover, marios but those images should not have promoted10:16
pandaderekh: but the binary is there, I can ls it10:17
ykarelmandre, how are you deploying10:17
mandrequiquell|rover: I can't check, I destroyed the env10:17
mandreykarel: this is from quickstart from yesterday10:17
pandaderekh: so I'm trying to undestand right now, why libvirt python modules thinks it's not there. Calling the binary directly works10:17
derekhpanda: it wouldn't be running inside a container would it?10:17
openstackgerritMerged openstack/tripleo-heat-templates master: step3: flatten nova service configuration  https://review.openstack.org/63359710:17
openstackgerritSorin Sbarnea proposed openstack-infra/tripleo-ci master: Add tripleo-build-containers-fedora-28 job as non-voting  https://review.openstack.org/63614410:18
ykarelmandre, which featureset10:18
pandaderekh: the script to create the vbmc are running on the host AFAIK, and the binary is present on the host. I don't see any calls to docker in the script, I'll check a bit more10:20
pandaderekh: this is the command that fails10:20
pandaderekh:  /tmp/ironic/devstack/tools/ironic/scripts/configure-vm.py --bootdev network --name node1 --image /var/lib/libvirt/images/node1.qcow2 --arch x86_64 --cpus 1 --memory 3145728 --libvirt-nic-driver e1000 --disk-format qcow2 --console-log /var/log/bmlogs/node1_console.log --engine qemu --emulator /usr/bin/qemu-system-x86_64 --interface-count 1 --mac 66:0d:1d:d8:0b:1110:20
mandreykarel: I've used this config https://github.com/mandre/tripleo-openshift/blob/master/quickstart/config.yml10:21
chkumar|ruckquiquell|rover: ykarel fs37, 30, 19, 18, 17, 16 all failed with same error i think at while waiting on message on tripleo timedout10:21
ykarelchkumar|ruck, yup10:21
quiquell|roverchkumar|ruck: look at mistral10:21
ykarelmandre, so atleast looks different, as it must be using already build images10:22
ykarelso different issue then cleanup10:22
ykarelError: HTTPConnectionPool(host='192.168.24.18', port=9999)10:23
*** saneax has quit IRC10:23
*** saneax has joined #tripleo10:24
derekhpanda: gonna take a quick look around also10:26
quiquell|roverchkumar|ruck: can we close https://bugs.launchpad.net/tripleo/+bug/1792862  ?10:27
openstackLaunchpad bug 1792862 in tripleo "[master] Telemetry Tempest integration tests failed giving Unable to complete operation on subnet b13c76ec-c851-48d0-91a9-245a2fdcad9b: One or more ports have an IP allocation from this subnet." [Critical,In progress] - Assigned to chandan kumar (chkumar246)10:27
quiquell|roverhum PR is not merged https://github.com/gnocchixyz/gnocchi/pull/101710:27
quiquell|roverchkumar|ruck: it's failing at travis but it's approved10:28
derekhpanda: have you tried running the configure-vm.py command?10:29
chkumar|ruckquiquell|rover: i poked silhet,he will fix and merge it and create a new tag sook10:30
pandaderekh: yes, it fails with that error10:30
chkumar|ruckquiquell|rover: regarding overcloud timedout https://logs.rdoproject.org/openstack-periodic/git.openstack.org/openstack-infra/tripleo-ci/master/periodic-tripleo-ci-centos-7-multinode-1ctlr-featureset010-master/e9329c0/logs/undercloud/var/log/containers/mistral/engine.log.txt.gz?level=ERROR10:30
chkumar|ruckquiquell|rover: is it related to that, or I need to look somewhere else10:31
quiquell|roverchkumar|ruck: compare it with last passing one, but does not look good, put this link in the LP10:32
chkumar|ruckon it10:33
derekhpanda:   tripleo_nova_libvirt.service               loaded active     running         nova_libvirt container10:33
quiquell|roverchkumar|ruck: this is the expression expression='Deployment already in progress with execution <% $.running_config_download_workflows[0].id %>'10:33
derekhpanda: I wonder if that ^^ is running libvirt inside a container and we are talking to it and not talking to libvirt on the host10:33
quiquell|roverchkumar|ruck: I think the .id is the issue it's already comparing it with empty list [] before10:34
chkumar|ruckquiquell|rover: in the passingone above is not coming10:35
quiquell|roverahh wait is setting it to empty ?10:35
*** skramaja_ has quit IRC10:35
quiquell|roverchkumar|ruck: lat's thing they evaluate is $.running_config_download_workflows = []10:35
chkumar|ruckquiquell|rover: https://logs.rdoproject.org/openstack-periodic/git.openstack.org/openstack-infra/tripleo-ci/master/periodic-tripleo-ci-centos-7-multinode-1ctlr-featureset010-master/d0752b5/logs/undercloud/var/log/containers/mistral/engine.log.txt.gz?level=ERROR10:35
chkumar|ruckquiquell|rover: from passing one, there is no error10:36
pandaderekh: you mean the container there has a socket on a shared mount, and the qemu is listening there ? so the deamon saying "qemu is not there," it's because it's not finding it in the nova container ?10:36
pandaderekh: then what is listening to the socket in the first place ? the libvirt inside nova ?10:37
pandaderekh: checking10:37
chkumar|ruckquiquell|rover: one min10:38
chkumar|ruckquiquell|rover: sorry checking wrong job10:38
quiquell|roverchkumar|ruck: is this comparation have to be == ?10:39
quiquell|roverA no looks like single equal10:39
quiquell|roverok so issue is .id10:39
derekhpanda: yup, http://paste.openstack.org/show/745151/10:40
derekhpanda: to confirm we could install qemu-system inside the nova_libvirt container10:41
chkumar|ruckquiquell|rover: YaqlEvaluationException: Can not evaluate YAQL expression [expression=$.running_config_download_workflows[0].id, error=list index out of range, data={}] might be the issue10:43
quiquell|roverout of range...10:44
pandaderekh: trying10:44
openstackgerritSorin Sbarnea proposed openstack-infra/tripleo-ci master: Add tripleo-build-containers-fedora-28 job as non-voting  https://review.openstack.org/63614410:44
quiquell|roverDamn didn't see10:44
quiquell|roverYep10:44
quiquell|roverchkumar|ruck: weird stuff this thing have being there for months10:44
chkumar|ruckquiquell|rover: let me confirm with other jobs also10:45
*** saneax has quit IRC10:45
quiquell|roverchkumar|ruck: https://github.com/openstack/tripleo-common/commit/094ce5b250f7b1af54b7f08f2b3b353b05946ee410:45
quiquell|roverchkumar|ruck: ahh wait10:45
quiquell|roverchkumar|ruck: sis in the faile_deploy10:45
quiquell|roverchkumar|ruck: so looks like if no longer in progress10:46
quiquell|roverchkumar|ruck: is kind of race condition10:46
chkumar|ruckquiquell|rover: but does race condition happened with all the jobs?10:47
quiquell|roverchkumar|ruck: or the evaluation is not working now10:48
quiquell|roverI mean10:48
quiquell|rover!= []10:48
openstackquiquell|rover: Error: "" is not a valid command.10:48
quiquell|roverMaybe they have break something at mistral10:48
pandaderekh: even if this works, is it a sane thing to do ? I mean modifying nova container to create the test vbmc ? is it possible to have another instance of libvirt running on a different socket  ?10:48
quiquell|roversince this is only happening at promotion job s10:48
quiquell|roverchkumar|ruck: https://github.com/openstack/mistral/commit/a39db2d3dc21afbe8b9e1d6f8dd870da272b967110:49
quiquell|rovercan be related to this is the latest10:49
derekhpanda: ya, I meant it only as a test to confirm what going on, we probably don't even need the nova_libvirt container10:49
pandaderekh: yep, now ti's failing on a different error10:50
pandaderekh: (process:139671): GLib-WARNING **: 10:49:48.976: gmem.c:489: custom memory allocation vtable not supported10:50
chkumar|ruckquiquell|rover: can we revert it and try that?10:50
quiquell|roverchkumar|ruck: ok, so we need () instaead of [] now10:50
quiquell|roverno no10:50
quiquell|roverlet me check one thing10:50
pandaderekh: so you suggest I put NoVALibvirt service to OS::Heat::None in the scenario file ?10:50
chkumar|ruckquiquell|rover: are you talking about line https://github.com/openstack/mistral/commit/a39db2d3dc21afbe8b9e1d6f8dd870da272b9671#diff-2dbdd3f99bad107f97ec0751dce4e0fdR59?10:51
chkumar|ruckok10:51
*** ramishra has quit IRC10:52
pandaderekh: OS::TripleO::Services::NovaLibvirt10:53
derekhpanda: ya, thats what I'd try,(not sure if it would work), nova wont be using libvirt so I guess we wont need it,it will be using the ironic driver10:53
pandaderekh: ok, new patch incoming then. This was fun and very informative :P10:53
derekh;-)10:54
quiquell|roverchkumar|ruck: the evaluation is not working at our tipe10:54
quiquell|roverNA dhit si returning tuples10:54
openstackgerritGabriele Cerami proposed openstack/tripleo-heat-templates master: Translating scenario012 to standalone  https://review.openstack.org/63472310:55
openstackgerritGabriele Cerami proposed openstack-infra/tripleo-ci master: Adding scenario012 standalone job  https://review.openstack.org/63472510:56
*** hberaud is now known as hberaud|school-r10:56
*** dciabrin_ has joined #tripleo10:58
pandaderekh: any service you see that may not be needed ? So we don't have to wait the next job results ?10:58
*** dciabrin has quit IRC10:58
*** saneax has joined #tripleo10:59
quiquell|roverchkumar|ruck: let's revert and check10:59
chkumar|ruckquiquell|rover: doing htat10:59
quiquell|roverchkumar|ruck: ack10:59
quiquell|roverchkumar|ruck: I am going to check the CI at mistral11:00
derekhpanda: I doubt we need cinder11:01
quiquell|roverDamn this is mistral.. standalone can not be added there11:01
derekhpanda: not sure about swift11:01
chkumar|ruckquiquell|rover: https://review.openstack.org/#/c/637170/11:02
quiquell|roverchkumar|ruck: ack, well we need some multinode there I think11:02
quiquell|roveruindercloud containers is not using mistral11:02
quiquell|roverwell...11:02
quiquell|roverchkumar|ruck: at least they were passing here https://review.openstack.org/#/c/636548/11:03
quiquell|roverchkumar|ruck: I am just going to add those jobs as a review to see if they pass with latest mistral11:03
openstackgerritNatal Ngétal proposed openstack/tripleo-docs master: Update the documentation to use limit option.  https://review.openstack.org/63611111:03
*** saneax has quit IRC11:03
chkumar|ruckquiquell|rover: ok11:04
chkumar|ruckquiquell|rover: added in testproject with revert testing with fs1611:04
quiquell|roverchkumar|ruck: nope, let's first make it fail without it11:05
chkumar|ruckquiquell|rover: let me add another job with revert review11:05
quiquell|roverchkumar|ruck: ack all yours I am going to assign it to you11:06
*** shyamb has joined #tripleo11:06
*** hberaud|school-r is now known as hberaud11:06
chkumar|ruckquiquell|rover: aye sir11:06
*** ramishra has joined #tripleo11:08
pandaderekh: ok, let's see if it works like this, then we'll optimize. Hoping no other useless service will hinder us again.11:11
* derekh crosses fingers11:11
quiquell|roverykarel: regarding IPA issue, it should happend at non periodic job ?11:11
quiquell|roverykarel: I mean this is not related to promotions11:11
*** wolverineav has quit IRC11:11
*** hberaud is now known as hberaud|lunch11:12
*** shyamb has quit IRC11:12
ykarelquiquell|rover, it will happen wherever overcloud image build is running11:13
ykarelwith latest master deps repo11:13
quiquell|roverok testing review https://review.rdoproject.org/r/1887111:15
*** florianf has quit IRC11:16
openstackgerritMichele Baldessari proposed openstack/tripleo-heat-templates master: WIP Disable legacy iptable kernel modules when on RHEL8  https://review.openstack.org/63717111:23
*** bfournie has joined #tripleo11:24
*** hakhande_ has quit IRC11:30
*** hakhande_ has joined #tripleo11:31
*** hakhande_ has quit IRC11:31
*** hakhande_ has joined #tripleo11:32
openstackgerritHarald JensÃ¥s proposed openstack/os-net-config master: Enable setting domain parameter for interfaces  https://review.openstack.org/63632511:32
*** rfolco|off is now known as rfolco11:33
*** florianf has joined #tripleo11:33
*** hakhande_ has quit IRC11:34
*** hakhande_ has joined #tripleo11:34
openstackgerritMichele Baldessari proposed openstack/tripleo-heat-templates master: WIP Disable legacy iptable kernel modules when on RHEL8  https://review.openstack.org/63717111:34
*** hakhande_ has quit IRC11:35
*** shyamb has joined #tripleo11:37
openstackgerritHarald JensÃ¥s proposed openstack/os-net-config master: Enable setting domain parameter for interfaces  https://review.openstack.org/63632511:44
*** florianf has quit IRC11:45
openstackgerritChandan Kumar proposed openstack/ansible-role-tripleo-modify-image master: Ported tripleo-modify-image to py3  https://review.openstack.org/63490411:46
*** florianf has joined #tripleo11:46
*** saneax has joined #tripleo11:50
*** shyamb has quit IRC11:59
*** shyamb has joined #tripleo11:59
*** paramite|clone has quit IRC12:08
*** paramite has joined #tripleo12:09
*** rh-jelabarre has joined #tripleo12:13
*** janki has quit IRC12:16
openstackgerritMerged openstack/tripleo-validations master: Ignore new ansible-lint pipefail rule  https://review.openstack.org/63706812:18
*** hberaud|lunch is now known as hberaud12:18
openstackgerritMerged openstack/tripleo-validations master: Update undercloud minimum ram  https://review.openstack.org/63619112:21
openstackgerritSorin Sbarnea proposed openstack-infra/tripleo-ci master: Add tripleo-build-containers-fedora-28 job as non-voting  https://review.openstack.org/63614412:23
holser_EmilienM I have found kaniko project which might be useful for you12:29
openstackgerritMerged openstack/tripleo-docs master: Document way to contact tripleo ci team  https://review.openstack.org/63269512:29
holser_EmilienM https://github.com/GoogleContainerTools/kaniko12:29
holser_bogdando ^^^ what we discussed during lunch12:29
*** tosky has quit IRC12:30
*** thrash|g0ne is now known as thrash12:31
*** jpena is now known as jpena|lunch12:32
*** lucasagomes is now known as lucas-hungry12:33
*** lucas-hungry is now known as lucasagomes12:33
openstackgerritNatal Ngétal proposed openstack/tripleo-docs master: Update the documentation to use limit option.  https://review.openstack.org/63611112:35
*** shyamb has quit IRC12:35
*** shyamb has joined #tripleo12:36
*** tosky has joined #tripleo12:36
openstackgerritNatal Ngétal proposed openstack/tripleo-docs master: Update the documentation to use limit option.  https://review.openstack.org/63611112:37
*** dprince has joined #tripleo12:38
openstackgerritMarios Andreou proposed openstack/tripleo-heat-templates master: Removes all pacemaker from the scenario standalone 1-4 env files  https://review.openstack.org/63656312:42
*** EmilienM is now known as EvilienM12:43
*** ratailor has quit IRC12:43
EvilienMholser_: cool12:44
openstackgerritMarios Andreou proposed openstack/tripleo-heat-templates master: Removes all pacemaker from scenario-standalone 1-4 environments  https://review.openstack.org/63656312:47
openstackgerritEmilien Macchi proposed openstack/tripleo-common master: image-serve: improve vhost config  https://review.openstack.org/63678512:52
openstackgerritChandan Kumar proposed openstack/ansible-role-tripleo-modify-image master: Run all linters via pre-commit  https://review.openstack.org/63715012:52
*** morazi has joined #tripleo12:53
*** ccamacho has quit IRC12:55
*** ccamacho has joined #tripleo12:55
openstackgerritChandan Kumar proposed openstack/ansible-role-tripleo-modify-image master: Ported tripleo-modify-image to py3  https://review.openstack.org/63490412:56
openstackgerritMichele Baldessari proposed openstack/tripleo-heat-templates master: WIP Disable legacy iptable kernel modules when on RHEL8  https://review.openstack.org/63717113:01
*** shyamb has quit IRC13:03
openstackgerritMartin Mágr proposed openstack/ansible-role-openstack-operations master: Pacemaker backup task  https://review.openstack.org/63550613:03
*** raildo has joined #tripleo13:04
fultonjmarios: i'm hoping you could answer a question given your work on https://review.openstack.org/#/c/61687213:05
fultonjI'm trying to modify the ceph-loop-device role in openstack-infra/tripleo-ci to do something different when a different openstack version is used.13:05
fultonjCan I add a when to tasks/main.yml which checks the value of branches?13:05
openstackgerritBrent Eagles proposed openstack/tripleo-common master: Don't rely on crudini for octavia config  https://review.openstack.org/63718013:06
*** trown|outtypewww is now known as trown13:07
*** ramishra has quit IRC13:12
*** shyamb has joined #tripleo13:12
openstackgerritMerged openstack/tripleo-docs master: Update the documentation to use limit option.  https://review.openstack.org/63611113:17
*** rh-jelabarre has quit IRC13:17
*** tosky has quit IRC13:25
*** tosky has joined #tripleo13:26
*** ekultails has joined #tripleo13:28
*** ekultails has joined #tripleo13:28
openstackgerritHarald JensÃ¥s proposed openstack/tripleo-heat-templates master: Enable rabbitmq_management plugin  https://review.openstack.org/63651113:30
openstackgerritMartin Schuppert proposed openstack/tripleo-heat-templates master: cell_v2 multi-cell  https://review.openstack.org/60058913:30
*** hjensas has joined #tripleo13:34
openstackgerritSorin Sbarnea proposed openstack-infra/tripleo-ci master: Add tripleo-build-containers-fedora-28 job as non-voting  https://review.openstack.org/63614413:35
mariosfultonj: o/ looking13:36
*** psachin has quit IRC13:36
*** toure has joined #tripleo13:37
*** holser_ has quit IRC13:37
*** holser_ has joined #tripleo13:37
mariosfultonj: you mean add a condition in https://github.com/openstack-infra/tripleo-ci/blob/master/roles/ceph-loop-device/tasks/main.yml with when zuul.branch?13:38
fultonjmarios: yes13:39
mariosfultonj: (don't see why not)13:39
fultonjmarios: something like this13:39
fultonjhttps://github.com/fultonj/rhel8/blob/93cf3a8cfb073b5821c636742fe7d87e34476195/standalone/bootstrap.yml#L140-L15013:39
mariosfultonj: propose it and we can be specific on a review? i mean right now as far as standalones are concerned its al lmaster so as long as you aren't changing master then ok i think13:40
fultonjbasically do you think 'branches' an available variable?13:40
fultonji will drop in the review13:40
*** jpena|lunch is now known as jpena13:41
*** rlandy has joined #tripleo13:42
mariosfultonj: oh yeah13:43
mariosfultonj: see http://logs.openstack.org/22/635222/22/check/tripleo-ci-centos-7-standalone/be1b2fe/logs/zuul-variables.yaml13:43
mariosfultonj: for example13:43
mariosfultonj: like zuul.branch should be13:43
*** florianf has quit IRC13:44
*** haleyb has joined #tripleo13:44
fultonjthank you marios13:45
mariosfultonj: np13:49
*** dtrainor has quit IRC13:49
*** dtrainor has joined #tripleo13:50
*** dtrainor has quit IRC13:51
*** dtrainor has joined #tripleo13:51
openstackgerritMartin Mágr proposed openstack/ansible-role-openstack-operations master: Pacemaker backup task  https://review.openstack.org/63550613:53
*** agopi_ is now known as agopi13:58
*** mandre is now known as mandre_away14:02
*** mjturek has joined #tripleo14:05
*** mjturek has quit IRC14:06
*** vinaykns has joined #tripleo14:07
*** ekultails has quit IRC14:08
openstackgerritDmitry Tantsur proposed openstack/tripleo-common master: [WIP] nova-less-deploy: implement deploy_roles workflow  https://review.openstack.org/63719114:09
*** tzumainn has joined #tripleo14:19
*** boazel has joined #tripleo14:20
*** mjturek has joined #tripleo14:22
openstackgerritGabriele Cerami proposed openstack-infra/tripleo-ci master: Adding scenario012 standalone job  https://review.openstack.org/63472514:22
*** gfidente has quit IRC14:22
openstackgerritRonelle Landy proposed openstack/tripleo-quickstart master: [WIP] [DNM] Add featureset openshift on standalone  https://review.openstack.org/63546114:23
*** ekultails has joined #tripleo14:24
*** gfidente has joined #tripleo14:26
openstackgerritBrent Eagles proposed openstack/tripleo-heat-templates master: Run octavia-api under httpd  https://review.openstack.org/63638014:26
*** shyamb has quit IRC14:28
*** ykarel is now known as ykarel|away14:29
*** rh-jelabarre has joined #tripleo14:32
*** ykarel|away has quit IRC14:33
Tengumwhahaha: bnemec hey, I'm back (more or lesse). Care to set me as owner for the selinux issue?14:34
*** shyamb has joined #tripleo14:35
openstackgerritEmilien Macchi proposed openstack/ansible-role-redhat-subscription master: zuul: add publish-to-pypi  https://review.openstack.org/63719214:38
mwhahahaTengu: wasn't selinux for once14:38
mwhahahaTengu: was https://bugs.launchpad.net/tripleo/+bug/181581414:40
openstackLaunchpad bug 1815814 in tripleo "Undercloud install fails with http_proxy and 127.0.0.1 NOT in no_proxy" [Medium,In progress] - Assigned to Alex Schultz (alex-schultz)14:40
*** shyamb has quit IRC14:40
Tengumwhahaha: :) SELinux is nice now, it does what we want. More or less :D14:40
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart-extras master: Fail build-test-package if project not found  https://review.openstack.org/63658814:42
openstackgerritSorin Sbarnea proposed openstack-infra/tripleo-ci master: Add tripleo-build-containers-fedora-28 job as non-voting  https://review.openstack.org/63614414:45
quiquell|roverEvilienM: another unknown manifest at RDO14:47
openstackgerritJohn Fulton proposed openstack-infra/tripleo-ci master: Add LVM option for ceph-loop-device role  https://review.openstack.org/63719614:48
fultonjmarios: ^14:48
Tengumwhahaha: so, have a nice weekend, see you on Monday. And stop throwing me things, it does hurt ;)14:48
EvilienMquiquell|rover: I know, i'm looking at it14:48
mwhahahapffft14:48
mwhahahaTengu: have a good a weekend14:48
quiquell|roverEvilienM: ack14:48
*** quiquell|rover is now known as quiquell|off14:51
openstackgerritJohn Fulton proposed openstack/tripleo-heat-templates master: Switch scenario001-standalone to Ceph bluestore  https://review.openstack.org/54768214:52
openstackgerritJohn Fulton proposed openstack/tripleo-heat-templates master: DO-NOT-MERGE Test new ceph-container builds  https://review.openstack.org/56221314:56
openstackgerritJohn Fulton proposed openstack/tripleo-heat-templates master: DO-NOT-MERGE Test new ceph-container builds  https://review.openstack.org/56221314:59
openstackgerritHarald JensÃ¥s proposed openstack/tripleo-heat-templates master: Enable rabbitmq_management plugin  https://review.openstack.org/63651115:00
*** ykarel|away has joined #tripleo15:04
openstackgerritLukas Bezdicka proposed openstack/tripleo-heat-templates master: Leverage memcached where it is present  https://review.openstack.org/63450515:05
openstackgerritAlex Schultz proposed openstack/python-tripleoclient stable/rocky: Run hostname check for standalone  https://review.openstack.org/63720015:06
mariosfultonj: ack added for next reviews run15:06
*** mjturek has quit IRC15:07
openstackgerritSorin Sbarnea proposed openstack-infra/tripleo-ci master: Add tripleo-build-containers-fedora-28 job as non-voting  https://review.openstack.org/63614415:11
*** Vorrtex has joined #tripleo15:13
*** mjturek has joined #tripleo15:13
openstackgerritSorin Sbarnea proposed openstack-infra/tripleo-ci master: Add tripleo-build-containers-fedora-28 job as non-voting  https://review.openstack.org/63614415:14
*** bnemec is now known as bnemec-pto15:16
*** ratailor has joined #tripleo15:18
openstackgerritMichele Baldessari proposed openstack/tripleo-heat-templates master: Fix rabbitmq restart  https://review.openstack.org/62333715:19
openstackgerritRonelle Landy proposed openstack/tripleo-heat-templates master: [WIP] [DNM] translate scenario009 to standalone  https://review.openstack.org/63520815:20
*** hberaud is now known as hberaud|school-r15:25
*** ratailor has quit IRC15:30
*** galaxyyahoo has joined #tripleo15:31
larsksSanity check: it looks like tripleo has no support for nova's serial console proxy. Is that correct?15:32
*** jistr is now known as jistr|mtg15:32
chkumar|ruckd0ugal: Hello15:33
chkumar|ruckd0ugal: please have a look at this review https://review.openstack.org/#/c/637170/1 needed to unblock master promotion15:33
*** hberaud|school-r is now known as hberaud15:35
chkumar|ruckstevebaker: EvilienM mwhahaha weshay|ruck https://review.openstack.org/#/c/637150/ and https://review.openstack.org/#/c/634904/15:37
chkumar|ruckplease have a look thanks !15:37
*** chkumar|ruck is now known as chandankumar15:38
openstackgerritMerged openstack/tripleo-upgrade master: [Configuration] Remove the build documentation.  https://review.openstack.org/62000315:40
openstackgerritMerged openstack/tripleo-upgrade master: Use the new limit option.  https://review.openstack.org/63610015:40
mschuppertlarsks: correct. there is a rfe in BZ for this15:42
larsksmschuppert: cool. do you have a link handy?15:42
mschuppertlarsks: yep, one moment15:42
*** moguimar has quit IRC15:43
openstackgerritAlex Schultz proposed openstack/tripleo-puppet-elements stable/rocky: Add gdisk to overcloud image  https://review.openstack.org/63720715:46
*** gfidente has quit IRC15:47
*** gfidente has joined #tripleo15:48
mschuppertlarsks: https://bugzilla.redhat.com/show_bug.cgi?id=164595415:48
openstackmschuppert: Error: Error getting bugzilla.redhat.com bug #1645954: NotPermitted15:48
larsksmschuppert: thanks! But also, saaaaaad.15:51
*** yprokule has quit IRC15:53
openstackgerritMichele Baldessari proposed openstack/tripleo-heat-templates master: WIP Disable legacy iptable kernel modules when on RHEL8  https://review.openstack.org/63717115:54
openstackgerritRafael Folco proposed openstack/tripleo-repos master: Add fedora mirror support to tripleo-repos  https://review.openstack.org/63721215:56
*** florianf has joined #tripleo15:56
*** jfrancoa has quit IRC15:57
*** moguimar has joined #tripleo15:59
openstackgerritRedHat RDO CI proposed openstack/tripleo-quickstart-extras master: GATE CHECK for quickstart-extras  https://review.openstack.org/56044516:00
openstackgerritRedHat RDO CI proposed openstack/tripleo-heat-templates master: GATE CHECK for TripleO  https://review.openstack.org/60429816:00
*** dpeacock has quit IRC16:01
*** jistr|mtg is now known as jistr16:04
*** dpeacock has joined #tripleo16:06
d0ugalchandankumar: I don't see the error in your first comment in the failure in your last comment16:09
d0ugalchandankumar: so I'm not totally convinced that patch was the cause.16:10
d0ugalchandankumar: https://logs.rdoproject.org/openstack-periodic/git.openstack.org/openstack-infra/tripleo-ci/master/periodic-tripleo-ci-centos-7-multinode-1ctlr-featureset016-master/622f9f3/logs/undercloud/var/log/containers/mistral/engine.log.txt.gz?level=ERROR16:10
d0ugalThat YAQL error suggests an error in the workflow16:10
d0ugalit suggests that running_config_download_workflows is an empty list16:10
d0ugalhmm16:13
d0ugalI'm not sure16:14
chandankumard0ugal: I tried with revert and without revert both are passing16:17
chandankumard0ugal: It might be some issue on our side, Need to wait for one more run16:17
d0ugalah16:17
dtrainorI'm playing with a downstream rocky and trying to use the snmp driver.  When attempting introspection, I see the mac address of the port associated with the node, the node power cycling, and eventually I see the node trying to pxeboot, but the undercloud never responds.  Here's my nodes.json and some debugging http://paste.openstack.org/show/745168/16:17
d0ugalGood to know. Thanks chandankumar16:17
chandankumard0ugal: if you have time can you take a look at this https://launchpad.net/bugs/181602616:18
openstackLaunchpad bug 1816026 in tripleo "multinode promotion jobs timing out at overcloud deploy" [Critical,In progress] - Assigned to chandan kumar (chkumar246)16:18
dtrainorThe deployment uses a default undercloud.conf with the exception of undercloud_public_host, local_interface, and masquerade = true.16:18
*** artom has quit IRC16:19
*** aufi has quit IRC16:23
*** mjturek has quit IRC16:28
*** saneax has quit IRC16:30
*** mjturek has joined #tripleo16:33
*** paramite has quit IRC16:36
openstackgerritMichele Baldessari proposed openstack/tripleo-heat-templates master: WIP Disable legacy iptable kernel modules when on RHEL8  https://review.openstack.org/63717116:39
*** _fragatina has joined #tripleo16:48
openstackgerritMerged openstack/tripleo-heat-templates master: Switch default neutron ML2 mechanism driver to OVN  https://review.openstack.org/59305617:00
openstackgerritMarios Andreou proposed openstack/tripleo-docs master: Adds some developer docs for scenario standalones ci jobs  https://review.openstack.org/63588117:00
*** hberaud is now known as hberaud|gone17:02
openstackgerritSagi Shnaidman proposed openstack/tripleo-quickstart master: Use private IP for supplemental node  https://review.openstack.org/63668717:06
openstackgerritTrevor Vardeman proposed openstack/tripleo-common master: Add manifest list image support to the kolla builder  https://review.openstack.org/62039717:07
openstackgerritSagi Shnaidman proposed openstack/tripleo-quickstart-extras master: Set network interface in extra node  https://review.openstack.org/63669017:07
*** dtantsur is now known as dtantsur|afk17:08
*** artom has joined #tripleo17:17
*** artom has quit IRC17:18
*** artom has joined #tripleo17:18
*** bogdando has quit IRC17:18
openstackgerritJill Rouleau proposed openstack/tripleo-heat-templates master: step4: flatten nova service configuration  https://review.openstack.org/63723017:25
openstackgerritEmilien Macchi proposed openstack/ansible-role-redhat-subscription master: Fix lint and zuul: add publish-to-pypi  https://review.openstack.org/63719217:27
openstackgerritTrevor Vardeman proposed openstack/tripleo-common master: Add manifest list image support to the kolla builder  https://review.openstack.org/62039717:36
*** Vorrtex has quit IRC17:37
openstackgerritMerged openstack/puppet-tripleo master: Add httpd and tls support to manila-api  https://review.openstack.org/59218817:41
openstackgerritMerged openstack/tripleo-heat-templates master: Switch Manila API to httpd and support TLS  https://review.openstack.org/59456617:41
openstackgerritMerged openstack/puppet-tripleo stable/queens: Reload HAProxy when certificate is renewed  https://review.openstack.org/63689917:41
openstackgerritMerged openstack/ansible-role-redhat-subscription master: Fix lint and zuul: add publish-to-pypi  https://review.openstack.org/63719217:41
*** ccamacho has quit IRC17:42
*** cylopez has quit IRC17:46
openstackgerritMerged openstack/puppet-tripleo stable/queens: httpd: Remove default post-save command for certmonger  https://review.openstack.org/63690017:57
openstackgerritMerged openstack/puppet-tripleo stable/queens: rabbitmq:  Remove default post-save command for certmonger  https://review.openstack.org/63690117:57
*** ccamacho has joined #tripleo18:00
*** jpena is now known as jpena|off18:01
*** gfidente has quit IRC18:03
*** derekh has quit IRC18:04
*** dciabrin_ has quit IRC18:07
*** dciabrin_ has joined #tripleo18:07
openstackgerritMerged openstack/tripleo-common master: Add missing queue_name input parameter for listing validations  https://review.openstack.org/63656718:20
*** cfontain has joined #tripleo18:31
*** florianf has quit IRC18:35
*** cfontain has quit IRC18:36
*** dciabrin_ has quit IRC18:43
*** dciabrin_ has joined #tripleo18:44
*** kopecmartin is now known as kopecmartin|off18:46
openstackgerritMerged openstack/tripleo-common master: image-serve: improve vhost config  https://review.openstack.org/63678518:47
openstackgerritMerged openstack/tripleo-heat-templates master: flatten ceilometer service configuration  https://review.openstack.org/63361718:47
*** chem has quit IRC18:48
openstackgerritHarald JensÃ¥s proposed openstack/os-net-config master: Enable setting domain parameter for interfaces  https://review.openstack.org/63632518:50
*** psachin has joined #tripleo18:52
openstackgerritRonelle Landy proposed openstack/tripleo-heat-templates master: [WIP] [DNM] translate scenario009 to standalone  https://review.openstack.org/63520818:58
*** ykarel|away has quit IRC18:59
*** cfontain has joined #tripleo19:01
*** mjturek has quit IRC19:08
openstackgerritMerged openstack-infra/tripleo-ci master: Parameterize build-containers job to allow push to registry  https://review.openstack.org/63522219:12
*** wolverineav has joined #tripleo19:12
openstackgerritLuke Short proposed openstack/tripleo-common stable/queens: Skip deployments with no uuid  https://review.openstack.org/63727719:14
*** holser_ has quit IRC19:16
*** wolverineav has quit IRC19:16
*** wolverineav has joined #tripleo19:18
*** holser_ has joined #tripleo19:23
openstackgerritMerged openstack/tripleo-common master: Support for Buildah in kolla_builder  https://review.openstack.org/63431719:27
*** holser_ has quit IRC19:30
*** cfontain has quit IRC19:34
openstackgerritJohn Fulton proposed openstack-infra/tripleo-ci master: Add LVM option for ceph-loop-device role  https://review.openstack.org/63719619:40
*** wolverineav has quit IRC19:42
*** shardy has quit IRC19:43
openstackgerritJohn Fulton proposed openstack/tripleo-heat-templates master: Switch scenario001-standalone to Ceph bluestore  https://review.openstack.org/54768219:43
openstackgerritJohn Fulton proposed openstack/tripleo-heat-templates master: DO-NOT-MERGE Test new ceph-container builds  https://review.openstack.org/56221319:43
openstackgerritRafael Folco proposed openstack-infra/tripleo-ci master: Add python3/fedora28 support to tripleo-buildcontainers  https://review.openstack.org/63616019:44
openstackgerritRafael Folco proposed openstack-infra/tripleo-ci master: [DNM] Test tripleo-buildcontainers on py3/f28  https://review.openstack.org/63618819:44
*** wolverineav has joined #tripleo19:48
openstackgerritJill Rouleau proposed openstack/tripleo-heat-templates master: flatten qdrouterd service configs  https://review.openstack.org/63650719:53
*** wolverineav has quit IRC19:53
openstackgerritLuke Short proposed openstack/tripleo-common stable/queens: Run NetworkDeployment as async task  https://review.openstack.org/63697819:56
*** psachin has quit IRC19:58
jidarshould I open a new bug report on the following bug: https://bugzilla.redhat.com/show_bug.cgi?id=159056019:58
openstackbugzilla.redhat.com bug 1590560 in ceph-ansible "ceph upgrade/deployment fails with "Error response from daemon: No such container: ceph-create-keys"" [Urgent,Closed: errata] - Assigned to shan19:58
jidarI need to figure this out ASAP because I'm about to blow away my install and stick to default roles19:59
*** beagles is now known as beagles|afk20:01
-openstackstatus- NOTICE: The StoryBoard service on storyboard.openstack.org is offline momentarily for maintenance: http://lists.openstack.org/pipermail/openstack-discuss/2019-February/002666.html20:05
*** holser_ has joined #tripleo20:07
openstackgerritJohn Fulton proposed openstack/tripleo-quickstart-extras master: WIP/DNM: Add split-controlplane-standalone.yml playbook  https://review.openstack.org/61736820:09
openstackgerritRafael Folco proposed openstack-infra/tripleo-ci master: Add python3/fedora28 support to tripleo-buildcontainers  https://review.openstack.org/63616020:09
openstackgerritRafael Folco proposed openstack-infra/tripleo-ci master: [DNM] Test tripleo-buildcontainers on py3/f28  https://review.openstack.org/63618820:09
openstackgerritJohn Fulton proposed openstack/tripleo-quickstart master: WIP/DNM: Add featureset 59 for split controlplane  https://review.openstack.org/61598720:10
openstackgerritJohn Fulton proposed openstack/tripleo-quickstart master: WIP/DNM: Add featureset 59 for split controlplane  https://review.openstack.org/61598720:11
openstackgerritLuke Short proposed openstack/tripleo-common stable/queens: Skip deployments with no uuid  https://review.openstack.org/63727720:20
*** wolverineav has joined #tripleo20:21
*** wolverineav has quit IRC20:27
*** mjturek has joined #tripleo20:30
*** itlinux has joined #tripleo20:30
openstackgerritAlex Schultz proposed openstack/tripleo-heat-templates master: Move openstack clients service  https://review.openstack.org/63704620:32
*** agopi is now known as agopi|bbiab20:32
*** itlinux has quit IRC20:34
*** mjturek has quit IRC20:35
*** ccamacho has quit IRC20:36
*** agopi|bbiab has quit IRC20:37
*** itlinux has joined #tripleo20:38
*** mjturek has joined #tripleo20:42
*** agopi|bbiab has joined #tripleo20:43
*** mjturek has quit IRC21:02
*** mjturek has joined #tripleo21:02
*** mjturek has quit IRC21:03
*** wolverineav has joined #tripleo21:03
*** mjturek has joined #tripleo21:06
*** wolverineav has quit IRC21:08
openstackgerritSagi Shnaidman proposed openstack/tripleo-quickstart master: Use private IP for supplemental node  https://review.openstack.org/63668721:09
*** mjturek has quit IRC21:10
*** mjturek has joined #tripleo21:11
*** wolverineav has joined #tripleo21:23
*** wolverineav has quit IRC21:25
*** mjturek has quit IRC21:26
*** wolverineav has joined #tripleo21:28
*** holser_ has quit IRC21:30
*** cfontain has joined #tripleo21:31
*** raildo has quit IRC21:33
*** artom has quit IRC21:37
*** rh-jelabarre has quit IRC21:37
*** fultonj has quit IRC21:39
*** fmount has quit IRC21:39
*** fmount has joined #tripleo21:40
openstackgerritAlex Schultz proposed openstack/tripleo-quickstart master: Set hostname for undercloud-upgrade  https://review.openstack.org/63730921:40
*** fmount has joined #tripleo21:40
*** morazi has quit IRC21:40
openstackgerritAlex Schultz proposed openstack/python-tripleoclient stable/rocky: Run hostname check for standalone  https://review.openstack.org/63720021:41
*** dprince has quit IRC21:41
*** trown is now known as trown|outtypewww21:56
openstackgerritEmilien Macchi proposed openstack/tripleo-common master: image-serve: add httpd_sys_content_t type to image_data_dir  https://review.openstack.org/63731221:56
*** rlandy has quit IRC21:58
*** cfontain has quit IRC22:01
*** cfontain has joined #tripleo22:02
*** wolverineav has quit IRC22:09
*** wolverineav has joined #tripleo22:09
*** itlinux has quit IRC22:12
*** boazel has quit IRC22:13
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates master: Replace docker-distribution with apache image-serve  https://review.openstack.org/62483022:21
*** agopi|bbiab has quit IRC22:22
larsksOn the odd chance that someone is still around...how does "container image prepare" know which container names to generate? I'm trying to test out some patches right now, and the deploy is failing because things like DockerOvnControllerImage are unset, presumably because whatever generates the image names is too old and doesn't know about them.22:26
larskss/container names/image names/22:26
*** wolverineav has quit IRC22:27
*** wolverineav has joined #tripleo22:28
larsks...maybe I need to make tripleo-common match as well?22:30
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates master: Replace docker-distribution with apache image-serve  https://review.openstack.org/62483022:30
*** wolverineav has quit IRC22:33
*** cfontain has quit IRC22:38
*** itlinux has joined #tripleo22:42
*** aedc has quit IRC22:45
openstackgerritEmilien Macchi proposed openstack/tripleo-common master: image-serve: add httpd_sys_content_t type to image_data_dir  https://review.openstack.org/63731222:47
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates master: Replace docker-distribution with apache image-serve  https://review.openstack.org/62483022:47
openstackgerritEmilien Macchi proposed openstack/tripleo-common master: image-serve: add httpd_sys_content_t type to image_data_dir  https://review.openstack.org/63731222:48
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates master: Replace docker-distribution with apache image-serve  https://review.openstack.org/62483022:49
openstackgerritJill Rouleau proposed openstack/tripleo-heat-templates master: flatten collectd service configuration  https://review.openstack.org/63623222:50
openstackgerritEmilien Macchi proposed openstack/python-tripleoclient master: WIP - add --use-buildah  https://review.openstack.org/63432222:52
*** tzumainn has quit IRC22:53
mwhahahalarsks: yea there's a mapping file in tripleo-common22:54
openstackgerritEmilien Macchi proposed openstack/python-tripleoclient master: WIP - add --use-buildah  https://review.openstack.org/63432222:54
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Add fedora-28 support to container-build job on fedora-28 with Buildah  https://review.openstack.org/63599122:54
*** itlinux has quit IRC22:54
*** itlinux has joined #tripleo22:54
mwhahahalarsks: https://github.com/openstack/tripleo-common/blob/master/container-images/overcloud_containers.yaml.j2#L705-L71222:54
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Add fedora-28 support to container-build job on fedora-28 with Buildah  https://review.openstack.org/63599122:55
mwhahahalarsks: i think we had a bug around that at some point but it should be fixed now22:55
mwhahahawould need full error details to track it down22:55
larsksmwhahaha: Huh, I've got that, but still getting the unset property errors.  I'm not actually trying to use ovn; I'm working on serial proxy support in tripleo.22:55
larsksBut the ovn images were generating errors.22:56
mwhahahayea there was a bug where it would look for it but it wasn't needed22:56
larsksI ended up just grepping the property names out of t-h-t and setting them explicitly to kubernetes/pause :)22:56
*** EvilienM is now known as EmilienM22:56
mwhahahaYou could just define it as '' if it's not actually used though i find it odd that you're not using ovn and it's asking for it22:58
mwhahahaweird22:58
mwhahahamight have been https://review.openstack.org/#/c/604953/22:59
*** wolverineav has joined #tripleo22:59
*** wolverineav has quit IRC23:04
*** rascasoft has quit IRC23:06
*** vinaykns has quit IRC23:10
*** wolverineav has joined #tripleo23:13
*** wolverineav has quit IRC23:16
*** itlinux has quit IRC23:17
*** wolverineav has joined #tripleo23:20
*** xek has quit IRC23:21
*** wolverineav has quit IRC23:25
*** panda is now known as panda|off23:28
jidarWhat do you think I should do mwhahaha?23:37
jidarI just ran an update on a fresh install with no errors, after re-running the same deployment it errors out with the bug listed in https://bugzilla.redhat.com/show_bug.cgi?id=159056023:37
openstackbugzilla.redhat.com bug 1590560 in ceph-ansible "ceph upgrade/deployment fails with "Error response from daemon: No such container: ceph-create-keys"" [Urgent,Closed: errata] - Assigned to shan23:37
jidarie: I think custom roles + ceph is busted23:37
mwhahahano idea, the fix for that was in ceph-ansible and not in tripleo23:38
*** ekultails has quit IRC23:38
mwhahahawould have to defer to fultonj but he's not around23:38
jidaryea.. ugh, I'm going to tear this down for my customer and stick with default roles...23:39
jidarkinda a shame there as I think it's a better design23:39
*** betherly has quit IRC23:45
*** wolverineav has joined #tripleo23:47
*** kplant has joined #tripleo23:51
*** wolverineav has quit IRC23:52
kplanti am getting 'no valid host found' errors when trying to deploy with instance ha. i've set OvercloudComputeInstanceHAFlavor, ComputeInstanceHACount, created the compute-instance-ha flavor, marked the flavor with property capabilities:profile='compute-instance-ha', and tagged the nodes with profile:compute-instance-ha23:55
kplantalso supplied -e $templates/environments/compute-instanceha.yaml to the deploy23:56
kplantcan anyone spot what i'm missing?23:56

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