<div dir="ltr"><div><div dir="ltr">Hi,<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 11, 2021 at 3:01 PM YATIN KAREL <<a href="mailto:yatinkarel@gmail.com">yatinkarel@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div dir="ltr">Hi Nathan,<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 11, 2021 at 12:00 AM Nathan McGarvey <<a href="mailto:nathanmcgarvey@gmail.com" target="_blank">nathanmcgarvey@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">To anyone on the cloud SIG team, specifically dealing with a TripleO<br>
deployment:<br>
<br>
<br>
<br>
    As of this week, a stock install of the "Ussuri" and "Victoria"<br>
releases of TripleO undercloud fail due to internal puppet module issues<br>
as follows:<br>
<br>
    Note that at least Ussuri worked recently (in the last few weeks):<br></blockquote><div>There was a tripleo tag release 13 days ago <a href="https://review.rdoproject.org/r/#/c/31744/" target="_blank">https://review.rdoproject.org/r/#/c/31744/</a>, which likely breaked it.<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Ussuri:<br>
        "puppet-user: Error: no parameter named 'key_size' (file:<br>
/etc/puppet/modules/tripleo/manifests/certmonger/haproxy.pp, line: 102)<br>
on Certmonger_certificate[haproxy-external-cert] (file:<br>
/etc/puppet/modules/tripleo/manifests/certmonger/haproxy.pp, line: 102)<br>
on node centos8-testing.localdomain"<br>
<br>
    It seams that this may have been fixed in<br>
<a href="https://github.com/openstack/puppet-tripleo/commit/963b47338008f16039a815b03f00ad6e387b6ca0" rel="noreferrer" target="_blank">https://github.com/openstack/puppet-tripleo/commit/963b47338008f16039a815b03f00ad6e387b6ca0</a><br>
<br></blockquote><div>A new puppet-certmonger is needed for the puppet-tripleo in stable/ussuri. I proposed <a href="https://review.rdoproject.org/r/#/c/31942/" target="_blank">https://review.rdoproject.org/r/#/c/31942/</a> to add it to -testing repo, once it's merged will push it to -release. Will update this list once it's available in <a href="http://mirror.centos.org" target="_blank">mirror.centos.org</a> ussuri repos. It's possible that more such packages are missing.<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br></blockquote></div></div></div></blockquote><div><br></div><div>puppet-certmonger-2.6.0 is now available in ussuri repo:- <a href="http://mirror.centos.org/centos/8/cloud/x86_64/openstack-ussuri/Packages/p/">http://mirror.centos.org/centos/8/cloud/x86_64/openstack-ussuri/Packages/p/</a>  </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Victoria:<br>
    ... "Could not find class ::neutron::plugins::ml2::ovs_driver" ...<br>
<br>
   I'm not sure if this is related/fixed, but it may be:<br>
<a href="https://review.opendev.org/c/openstack/puppet-neutron/+/757803" rel="noreferrer" target="_blank">https://review.opendev.org/c/openstack/puppet-neutron/+/757803</a></blockquote><div>Yes this is related, issue is puppet-tripleo-13.5.0-1.el8 needs <a href="https://github.com/openstack/puppet-neutron/commit/d2ce5cd" target="_blank">https://github.com/openstack/puppet-neutron/commit/d2ce5cd</a> which is missing a tag release in puppet-neutron for stable/victoria. So flow is get tag release for puppet-neutron, add it to -testing and then to -release. </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
<br>
<br>
    Steps to reproduce:<br>
        Base install of CentOS8.3 Minimal (VM and baremetal behave the same)<br>
        install centos-release-openstack-<version><br>
        [Optional?] dnf module disable container-tools:rhel8 and dnf<br>
module enable container-tools:2.0<br>
        dnf install python3-tripleoclient ceph-ansible openstack-selinux<br>
        dnf distro-sync<br>
        add the "stack" user and such, add sudo rules, etc.<br>
        [copy undercloud.conf.sample to undercloud.conf]<br>
            NOTE: minor customization of IPs in my test environment.<br>
        [Optional] generate the container parameters yaml<br>
        openstack undercloud install --verbose<br>
<br>
<br>
<br>
     Has anybody else experienced this? Any ideas on how to rectify the<br>
issue or prevent this from happening in the future. This seems like a<br>
pretty big breakage since it is effectively a no-go for any new install<br>
at least. (I'd assume the overcloud install will break in the same<br>
manner since it should be using the same repos and containers.)<br>
<br></blockquote><div>We have limited coverage in those scenarios(3 packstack scenarios + 4 puppet-openstack scenarios + 1 TripleO standalone job which builds and deploy containers), We can add some more TripleO jobs to catch such issues early.<br></div><div>Another option is you can use DLRN trunk repos[1][2] as defined in [2] which get fixes/features early as they don't rely on tag releases but get builds from latest commits in branches and also have good CI coverage so you will not see the above issues using these.</div><div><br></div><div>[1] <a href="http://trunk.rdoproject.org/centos8-ussuri/current-tripleo/delorean.repo" target="_blank">trunk.rdoproject.org/centos8-ussuri/current-tripleo/delorean.repo</a></div><div>[2] <a href="https://trunk.rdoproject.org/centos8-ussuri/delorean-deps.repo" target="_blank">https://trunk.rdoproject.org/centos8-ussuri/delorean-deps.repo</a></div><div>[3] <a href="https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/deployment/install_undercloud.html" target="_blank">https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/deployment/install_undercloud.html</a></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
<br>
    Please pardon my ignorance if I'm missing something obvious since<br>
I'm a new poster to this thread.<br>
<br>
<br>
Thanks,<br>
-Nathan<br>
<br>
_______________________________________________<br>
CentOS-devel mailing list<br>
<a href="mailto:CentOS-devel@centos.org" target="_blank">CentOS-devel@centos.org</a><br>
<a href="https://lists.centos.org/mailman/listinfo/centos-devel" rel="noreferrer" target="_blank">https://lists.centos.org/mailman/listinfo/centos-devel</a><br>
</blockquote></div><br clear="all"><br></div>Thanks and Regards <br><div><div dir="ltr"><div dir="ltr">Yatin Karel</div></div></div></div>
</blockquote></div><br clear="all"><br></div>Thanks and Regards<br><div><div dir="ltr" class="gmail_signature"><div dir="ltr">Yatin Karel</div></div></div></div>