tonyb | dtantsur|afk: Did that work IIRC | 00:00 |
---|---|---|
tonyb | stevebaker: and Jeremy (I'll get him in here) did the corresponding validations work | 00:01 |
tonyb | stevebaker: but basically an ${arch}-${platform}/{ipa,overcloud,kernel,initramfs} should work | 00:02 |
tonyb | stevebaker: Perhaps with some form of meta-data.json ? | 00:02 |
stevebaker | yeah, I'm hoping to avoid a meta-data.json because that implies new tools to read it and show the user something usable | 00:03 |
tonyb | stevebaker: Okay | 00:03 |
stevebaker | a top-level dir ${arch}-${platform}/ solves that problem | 00:04 |
tonyb | stevebaker: We do rely on traits in glance/on the node | 00:04 |
stevebaker | tonyb: this is in a nova-less environment btw, provisioning directly with ironic via metalsmith | 00:04 |
tonyb | stevebaker: Right, just making sure we don't loose that ability when we get to metalsmith | 00:05 |
tonyb | stevebaker: so as long as there is somewhay to handle that we shoudl be okay | 00:05 |
stevebaker | tonyb: when you say "rely on traits" what do you mean? | 00:05 |
tonyb | stevebaker: IIRC the proposal I saw had traits in the inventory yaml | 00:05 |
tonyb | stevebaker: We add a trait CUSTOM_BOB to both the image and node... then when we boot that image the scheduler will ensure it lands on a node that supports it | 00:06 |
tonyb | stevebaker: more concrete we have POWER8 and POWER9 images and they *must* run on the rigth cpu so we use the traits to make sure that happens (as well as the platform tag in tripleo/ironic) | 00:07 |
*** zbr has quit IRC | 00:09 | |
stevebaker | OK, I think in the glanceless case you'd select the node by trait, and the image by full file path. Here are the docs, let me twerk up a yaml example https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/provisioning/baremetal_provision.html#instance-and-defaults-properties | 00:09 |
*** abishop has quit IRC | 00:10 | |
*** slaweq has joined #tripleo | 00:11 | |
tonyb | stevebaker: I think that'll work but I'll wait for your example | 00:13 |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/train: Remove odl in ComputeSriovIB https://review.opendev.org/693733 | 00:13 |
stevebaker | tonyb: something like this http://paste.openstack.org/show/785953/ | 00:14 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-ansible master: Create role to do puppet cache actions https://review.opendev.org/693755 | 00:15 |
tonyb | Yup that'll work | 00:15 |
*** slaweq has quit IRC | 00:16 | |
tonyb | stevebaker: Also if I understand the wholes instances dict correctly and we're explictly mapping BM nodes to overcloud roles/names then we can also ensure it there ... but the traits mean we're flexible | 00:17 |
tonyb | stevebaker: oooo can we do the image mapping stuff in the instaces dict also? | 00:18 |
stevebaker | tonyb: correct, individual instance entries can override the image | 00:19 |
stevebaker | Bringing it back to the case with glance. Are you expecting the following to choose the appropriate image based on image traits? http://paste.openstack.org/show/785954/ because I don't know where that is happening in the current metalsmith chain | 00:20 |
tonyb | stevebaker: so: http://paste.openstack.org/show/785955/ (apart from the fact I used the same name twice) ? | 00:20 |
stevebaker | tonyb: yep that would do what you expect | 00:21 |
tonyb | stevebaker: Yes I'd expect your second example to ensure that ComputePower9 ran the overcloud-full image with the POWER9 trait on a BM node that also has that trait, or abort if that can't be satisfied | 00:23 |
*** ayoung has quit IRC | 00:24 | |
tonyb | stevebaker: if that doesn't work today let me and mrda know and we'll (well he'll) work on it but I *thought* we had tested that (in theory at least) | 00:24 |
stevebaker | tonyb: ok, I need to dig into that one | 00:25 |
tonyb | stevebaker: okay. Once we knwo what works or not we can either document it or fix it (or both ;P) | 00:25 |
*** ayoung has joined #tripleo | 00:26 | |
stevebaker | tonyb: do you happen to know where in nova this trait matching is done | 00:31 |
stevebaker | tonyb: nova/conductor/manager.py I think? | 00:33 |
tonyb | stevebaker: I'd think it was the imageproperties schedule filter | 00:35 |
stevebaker | tonyb: sweet thanks | 00:38 |
tonyb | stevebaker: https://opendev.org/openstack/nova/src/branch/master/nova/scheduler/utils.py looks like the bulk of the prep work but not the actual filtering/selection | 00:39 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Add ManageNetworks parameter https://review.opendev.org/693235 | 00:42 |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/queens: Run nova_api unprivileged https://review.opendev.org/692329 | 00:42 |
*** yoctozepto has quit IRC | 00:53 | |
*** yoctozepto has joined #tripleo | 00:54 | |
*** yoctozepto has quit IRC | 01:05 | |
*** yoctozepto has joined #tripleo | 01:05 | |
*** cdearborn has quit IRC | 01:24 | |
*** lbragstad_ has joined #tripleo | 01:24 | |
*** lbragstad has quit IRC | 01:26 | |
*** rh-jelabarre has quit IRC | 01:27 | |
a14a | mwhahaha thank you for the tip! that really pointed me in the right direction. i copied the cinder-volume bundle definition from pcs and created a cinder-volume container manually, and it works like a charm! (after three hours due to a missed net=host lol). | 01:27 |
a14a | however i still don't get how to make pacemaker accept my bundle. i created a test, and pcs refuses to start it just like with cinder-volume: | 01:28 |
a14a | nktest4-docker-0 (ocf::heartbeat:docker): Stopped | 01:29 |
a14a | but if i create a container named nktest4-docker-0 before adding the bundle, pcs accepts the resource as running. | 01:29 |
*** markllama has quit IRC | 01:35 | |
openstackgerrit | Pradeep Kilambi proposed openstack/tripleo-heat-templates master: Disable legacy telemetry by default https://review.opendev.org/681485 | 01:46 |
*** markllama has joined #tripleo | 01:50 | |
*** rfolco has quit IRC | 01:54 | |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Remove deployed-server-roles-data.yaml https://review.opendev.org/690450 | 02:00 |
a14a | is it true that redundant controllers can only be done via pacemaker, and pacemaker is still only available via docker containers? deployment kind of threatens to remove the docker API in train but i did deploy from train :) | 02:06 |
*** rlandy|ruck|bbl is now known as rlandy|ruck | 02:11 | |
*** slaweq has joined #tripleo | 02:11 | |
*** slaweq has quit IRC | 02:16 | |
*** rlandy|ruck has quit IRC | 02:34 | |
*** ayoung has quit IRC | 02:41 | |
*** ayoung has joined #tripleo | 02:41 | |
*** mschuppert has quit IRC | 02:50 | |
*** ayoung has quit IRC | 02:54 | |
*** ayoung has joined #tripleo | 02:54 | |
*** rcernin_ has joined #tripleo | 03:00 | |
*** rcernin has quit IRC | 03:03 | |
*** apetrich has quit IRC | 03:08 | |
*** brault has quit IRC | 03:13 | |
*** brault has joined #tripleo | 03:20 | |
*** a14a has quit IRC | 03:24 | |
*** rcernin_ has quit IRC | 03:26 | |
*** rcernin has joined #tripleo | 03:26 | |
*** bhagyashris has joined #tripleo | 03:40 | |
*** udesale has joined #tripleo | 03:41 | |
*** udesale has quit IRC | 03:45 | |
*** udesale has joined #tripleo | 03:46 | |
*** skramaja has joined #tripleo | 04:17 | |
*** ykarel|away has joined #tripleo | 04:25 | |
*** tkajinam_ has joined #tripleo | 04:29 | |
*** ykarel|away is now known as ykarel | 04:31 | |
*** tkajinam has quit IRC | 04:32 | |
*** dsneddon_ has quit IRC | 04:33 | |
*** ayoung has quit IRC | 04:46 | |
*** ayoung has joined #tripleo | 04:47 | |
*** tkajinam_ has quit IRC | 04:58 | |
*** dsneddon_ has joined #tripleo | 04:58 | |
*** tkajinam has joined #tripleo | 04:59 | |
openstackgerrit | Karthik S proposed openstack/os-net-config stable/train: Cleanup the sriov_numvfs config scripts https://review.opendev.org/693768 | 05:07 |
*** surpatil has joined #tripleo | 05:15 | |
*** epoojad1 has joined #tripleo | 05:17 | |
openstackgerrit | Karthik S proposed openstack/os-net-config stable/stein: Cleanup the sriov_numvfs config scripts https://review.opendev.org/693769 | 05:17 |
*** slaweq has joined #tripleo | 05:26 | |
*** ratailor has joined #tripleo | 05:30 | |
*** shyamb has joined #tripleo | 05:33 | |
*** shyamb has quit IRC | 05:38 | |
*** udesale has quit IRC | 05:43 | |
*** udesale has joined #tripleo | 05:43 | |
*** udesale has quit IRC | 05:44 | |
*** udesale has joined #tripleo | 05:44 | |
*** saneax has joined #tripleo | 05:57 | |
*** cfontain has joined #tripleo | 05:58 | |
*** shyamb has joined #tripleo | 06:03 | |
*** cfontain has quit IRC | 06:11 | |
*** lmiccini has joined #tripleo | 06:12 | |
*** dsneddon_ has quit IRC | 06:12 | |
*** cfontain has joined #tripleo | 06:14 | |
*** marios has joined #tripleo | 06:17 | |
*** marios has quit IRC | 06:20 | |
*** cfontain has quit IRC | 06:23 | |
*** marios has joined #tripleo | 06:23 | |
*** ksambor has joined #tripleo | 06:27 | |
*** cfontain has joined #tripleo | 06:27 | |
*** bandini has joined #tripleo | 06:29 | |
*** shyamb has quit IRC | 06:31 | |
*** shyamb has joined #tripleo | 06:31 | |
*** numans has quit IRC | 06:32 | |
EmilienM | Tengu: do we need to backport https://review.opendev.org/#/c/693317/ to stable/stein? | 06:36 |
*** dsneddon_ has joined #tripleo | 06:37 | |
Tengu | EmilienM: yes, as mentioned in the LP :) | 06:41 |
Tengu | ah, train merged - lemme do the stein | 06:41 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates stable/stein: Correct mysql-pacemaker upgrade task https://review.opendev.org/693773 | 06:42 |
openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/tripleo-heat-templates stable/stein: Correct mysql-pacemaker upgrade task https://review.opendev.org/693773 | 06:42 |
Tengu | meh | 06:42 |
EmilienM | lol same time :D | 06:42 |
Tengu | EmilienM: well, at least gerrit is smart - it's ONE review :) | 06:42 |
*** dsneddon_ has quit IRC | 06:42 | |
Tengu | EmilienM: and I'll need to take it downstream as well. Need to check if we have the proper BZ | 06:43 |
*** saneax has quit IRC | 06:44 | |
*** saneax has joined #tripleo | 06:44 | |
*** cfontain has quit IRC | 06:46 | |
*** ayoung has quit IRC | 06:58 | |
*** ayoung has joined #tripleo | 06:58 | |
*** udesale has quit IRC | 07:03 | |
*** udesale has joined #tripleo | 07:04 | |
*** ayoung has quit IRC | 07:07 | |
*** ayoung has joined #tripleo | 07:07 | |
*** yprokule has joined #tripleo | 07:08 | |
*** jfrancoa has joined #tripleo | 07:11 | |
*** ksambor has quit IRC | 07:18 | |
*** rcernin has quit IRC | 07:22 | |
*** florianf has joined #tripleo | 07:23 | |
*** cfontain_ has joined #tripleo | 07:24 | |
*** d0ugal has quit IRC | 07:28 | |
*** mschuppert has joined #tripleo | 07:30 | |
*** dsneddon_ has joined #tripleo | 07:38 | |
*** shyamb has quit IRC | 07:40 | |
*** cfontain_ has quit IRC | 07:42 | |
*** apetrich has joined #tripleo | 07:43 | |
*** dsneddon_ has quit IRC | 07:44 | |
*** jpena|off is now known as jpena | 07:46 | |
*** iurygregory has joined #tripleo | 07:46 | |
*** tmazur has joined #tripleo | 07:49 | |
*** tosky has joined #tripleo | 07:52 | |
*** ayoung has quit IRC | 07:55 | |
*** ayoung has joined #tripleo | 07:56 | |
*** ksambor has joined #tripleo | 08:08 | |
*** tesseract has joined #tripleo | 08:11 | |
*** epoojad1 has quit IRC | 08:13 | |
*** dsneddon_ has joined #tripleo | 08:21 | |
*** dsneddon_ has quit IRC | 08:25 | |
*** zbr has joined #tripleo | 08:30 | |
*** tosky has quit IRC | 08:32 | |
*** dsneddon_ has joined #tripleo | 08:33 | |
*** zbr has quit IRC | 08:35 | |
*** zbr has joined #tripleo | 08:36 | |
*** tosky has joined #tripleo | 08:37 | |
*** tkajinam has quit IRC | 08:37 | |
*** dsneddon_ has quit IRC | 08:38 | |
*** amoralej|off is now known as amoralej | 08:38 | |
*** shyamb has joined #tripleo | 08:39 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: tripleo-container-manage: use async https://review.opendev.org/693216 | 08:46 |
*** dtantsur|afk is now known as dtantsur | 08:48 | |
*** ayoung has quit IRC | 08:48 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: tripleo-container-manage: port paunch-services https://review.opendev.org/693408 | 08:49 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: tripleo-container-manage: port paunch-services https://review.opendev.org/693408 | 08:49 |
openstackgerrit | Gael Chamoulaud proposed openstack/python-tripleoclient stable/train: Get rid of Mistral for listing validations https://review.opendev.org/693785 | 08:49 |
openstackgerrit | Gael Chamoulaud proposed openstack/python-tripleoclient stable/train: Get rid of Mistral for running Validations by Groups https://review.opendev.org/693786 | 08:49 |
openstackgerrit | Gael Chamoulaud proposed openstack/python-tripleoclient stable/train: Drop Mistral support for the Validations CLI https://review.opendev.org/693787 | 08:49 |
*** d0ugal has joined #tripleo | 08:50 | |
openstackgerrit | Luca Miccini proposed openstack/puppet-tripleo master: Improve stonith leves idempotency. https://review.opendev.org/693788 | 08:52 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: tripleo-container-manage: fix duplicated loop vars https://review.opendev.org/693506 | 08:53 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: tripleo-container-manage: skip some tasks in check mode https://review.opendev.org/693512 | 08:54 |
*** numans_ has joined #tripleo | 08:55 | |
*** pkopec has joined #tripleo | 08:58 | |
*** rpittau|afk is now known as rpittau | 08:59 | |
*** ayoung has joined #tripleo | 09:00 | |
*** jpich has joined #tripleo | 09:00 | |
*** alexmcleod has joined #tripleo | 09:03 | |
*** bogdando has joined #tripleo | 09:03 | |
*** chem has joined #tripleo | 09:09 | |
*** xek_ has joined #tripleo | 09:09 | |
*** paramite has joined #tripleo | 09:14 | |
*** iurygregory has quit IRC | 09:17 | |
openstackgerrit | Daniel Bengtsson proposed openstack/python-tripleoclient master: Use python -m pip instead pip command. https://review.opendev.org/693502 | 09:18 |
*** iurygregory has joined #tripleo | 09:18 | |
openstackgerrit | Bogdan Dobrelya (bogdando) proposed openstack/puppet-tripleo master: Allow Neutron agents call mount via rootwrap https://review.opendev.org/693521 | 09:20 |
openstackgerrit | Luca Miccini proposed openstack/puppet-pacemaker master: Allow updating stonith levels https://review.opendev.org/693793 | 09:21 |
openstackgerrit | Bogdan Dobrelya (bogdando) proposed openstack/tripleo-common master: Limited retry until we no longer have collisions https://review.opendev.org/692777 | 09:21 |
*** ykarel is now known as ykarel|lunch | 09:23 | |
openstackgerrit | Martin Mágr proposed openstack/puppet-tripleo master: Fill sslProfile only when it is defined https://review.opendev.org/693794 | 09:24 |
mschuppert | could I please get another core review on https://review.opendev.org/693683 ? | 09:26 |
*** hjensas has joined #tripleo | 09:26 | |
mschuppert | thanks EmilienM | 09:28 |
*** sshnaidm|off is now known as sshnaidm|rover | 09:30 | |
*** dsneddon_ has joined #tripleo | 09:34 | |
*** dsneddon_ has quit IRC | 09:38 | |
*** a14a has joined #tripleo | 09:39 | |
*** irclogbot_3 has quit IRC | 09:39 | |
a14a | hi everyone! i've been over the documentation but am still in doubt about this: to deploy redundant controllers, we need pacemaker, and for pacemaker we need docker. is this still true in Train, with all the docker removal warnings and whatnot? Or was this approach supplanted by a podman-based solution? I've deployed train on centos7. | 09:40 |
openstackgerrit | Dougal Matthews proposed openstack/tripleo-common master: Testing https://review.opendev.org/692977 | 09:41 |
*** irclogbot_0 has joined #tripleo | 09:41 | |
*** tosky has quit IRC | 09:41 | |
*** tosky has joined #tripleo | 09:42 | |
*** ksambor has quit IRC | 09:42 | |
openstackgerrit | Martin Mágr proposed openstack/tripleo-heat-templates master: Configure SNMP on undercloud https://review.opendev.org/656760 | 09:44 |
*** rcernin has joined #tripleo | 09:45 | |
EmilienM | mschuppert: no problem | 09:46 |
*** apetrich has quit IRC | 09:47 | |
*** ayoung has quit IRC | 09:47 | |
openstackgerrit | Michele Baldessari proposed openstack/puppet-pacemaker master: Pin rake to < 13.0.0 and dry-inflector to 0.1.2 https://review.opendev.org/693517 | 09:48 |
*** jpich has quit IRC | 09:48 | |
*** jpich has joined #tripleo | 09:48 | |
*** shyamb has quit IRC | 09:49 | |
*** ayoung has joined #tripleo | 09:50 | |
openstackgerrit | Bogdan Dobrelya (bogdando) proposed openstack/puppet-tripleo master: Allow Neutron agents call mount via rootwrap https://review.opendev.org/693521 | 09:50 |
*** jaosorior has joined #tripleo | 09:51 | |
openstackgerrit | Bogdan Dobrelya (bogdando) proposed openstack/puppet-tripleo stable/queens: Allow Neutron agents call mount via rootwrap https://review.opendev.org/693798 | 09:51 |
*** florianf has quit IRC | 09:52 | |
*** tosky_ has joined #tripleo | 09:52 | |
*** tosky has quit IRC | 09:54 | |
*** slagle has quit IRC | 09:56 | |
openstackgerrit | Bogdan Dobrelya (bogdando) proposed openstack/tripleo-heat-templates stable/queens: Rebind broken netns upon l3/dhcp containers start https://review.opendev.org/693369 | 09:58 |
*** tosky has joined #tripleo | 09:58 | |
*** apetrich has joined #tripleo | 09:59 | |
*** tosky_ has quit IRC | 10:01 | |
*** gfidente|afk is now known as gfidente | 10:03 | |
*** tosky_ has joined #tripleo | 10:05 | |
*** tosky has quit IRC | 10:08 | |
*** rfolco has joined #tripleo | 10:08 | |
*** soniya29 has joined #tripleo | 10:10 | |
*** rcernin has quit IRC | 10:11 | |
openstackgerrit | Marios Andreou proposed openstack/tripleo-ci master: Add component_ci_containers in build-containers for component ci https://review.opendev.org/692985 | 10:12 |
openstackgerrit | Marios Andreou proposed openstack/tripleo-ci master: Move vars/common.yaml to main.yaml for buildimages and containers https://review.opendev.org/693802 | 10:12 |
*** tosky has joined #tripleo | 10:14 | |
openstackgerrit | Michele Baldessari proposed openstack/puppet-pacemaker master: Pin a bunch of gems so that centos 7 with old ruby still works https://review.opendev.org/693517 | 10:16 |
*** tosky_ has quit IRC | 10:17 | |
*** tosky_ has joined #tripleo | 10:21 | |
*** tosky has quit IRC | 10:24 | |
*** panda has quit IRC | 10:24 | |
*** shyamb has joined #tripleo | 10:26 | |
*** ratailor_ has joined #tripleo | 10:26 | |
*** ratailor has quit IRC | 10:27 | |
*** florianf has joined #tripleo | 10:28 | |
*** panda has joined #tripleo | 10:29 | |
*** tosky has joined #tripleo | 10:34 | |
openstackgerrit | Martin Mágr proposed openstack/tripleo-heat-templates master: Split QDR environment from collectd https://review.opendev.org/693805 | 10:35 |
*** dsneddon_ has joined #tripleo | 10:35 | |
*** tosky_ has quit IRC | 10:36 | |
*** soniya29 has quit IRC | 10:37 | |
paramite | Greetings guys, I have a CI problem in https://review.opendev.org/#/c/686282/. If I add MetricsQdrPublic to environments/ssl/no-tls-endpoints-public-ip.yaml pep8 check complains that the record is there and if I remove it another step of pep8 check complains that the record is not there. I assume that the check is correct, but I really don't know what am I doing wrong. Can somebody please help me? | 10:39 |
*** dsneddon_ has quit IRC | 10:39 | |
*** tosky_ has joined #tripleo | 10:43 | |
*** tosky has quit IRC | 10:45 | |
*** ykarel|lunch has quit IRC | 10:46 | |
*** shyamb has quit IRC | 10:46 | |
*** shyam89 has joined #tripleo | 10:46 | |
*** tosky_ has quit IRC | 10:46 | |
*** tosky has joined #tripleo | 10:46 | |
*** rcernin has joined #tripleo | 10:50 | |
*** bhagyashris has quit IRC | 10:54 | |
*** ratailor__ has joined #tripleo | 10:55 | |
*** suuuper has joined #tripleo | 10:56 | |
*** ratailor_ has quit IRC | 10:57 | |
*** tosky has quit IRC | 11:01 | |
*** tosky has joined #tripleo | 11:01 | |
*** shyam89 has quit IRC | 11:03 | |
*** tosky_ has joined #tripleo | 11:05 | |
*** a14a has quit IRC | 11:05 | |
*** tosky has quit IRC | 11:06 | |
*** chem is now known as chem|brb | 11:07 | |
*** tosky_ has quit IRC | 11:09 | |
*** tosky has joined #tripleo | 11:09 | |
*** jaosorior has quit IRC | 11:10 | |
*** ksambor has joined #tripleo | 11:10 | |
*** xek_ has quit IRC | 11:12 | |
openstackgerrit | Gael Chamoulaud proposed openstack/python-tripleoclient master: [WIP] TripleO Validator CLI Refactor https://review.opendev.org/693552 | 11:14 |
*** ksambor has quit IRC | 11:15 | |
*** ksambor has joined #tripleo | 11:15 | |
*** ykarel|lunch has joined #tripleo | 11:15 | |
*** ksambor has quit IRC | 11:16 | |
openstackgerrit | Bogdan Dobrelya (bogdando) proposed openstack/puppet-tripleo master: Allow Neutron agents call mount via rootwrap https://review.opendev.org/693521 | 11:16 |
*** udesale has quit IRC | 11:17 | |
*** tosky has quit IRC | 11:17 | |
*** ykarel|lunch is now known as ykarel | 11:18 | |
openstackgerrit | Bogdan Dobrelya (bogdando) proposed openstack/puppet-tripleo stable/queens: Allow Neutron agents call mount via rootwrap https://review.opendev.org/693798 | 11:19 |
openstackgerrit | Bogdan Dobrelya (bogdando) proposed openstack/tripleo-heat-templates stable/queens: Rebind broken netns upon l3/dhcp containers start https://review.opendev.org/693369 | 11:19 |
*** chem|brb is now known as chem | 11:20 | |
openstackgerrit | Bogdan Dobrelya (bogdando) proposed openstack/tripleo-heat-templates stable/queens: Rebind broken netns upon l3/dhcp containers start https://review.opendev.org/693369 | 11:21 |
ykarel | paramite, try updating tripleo-heat-templates/sample-env-generator/ssl.yaml | 11:23 |
*** tosky has joined #tripleo | 11:23 | |
*** rcernin has quit IRC | 11:26 | |
openstackgerrit | Michele Baldessari proposed openstack/puppet-pacemaker master: Pin a bunch of gems so that centos 7 with old ruby still works https://review.opendev.org/693517 | 11:29 |
*** shyamb has joined #tripleo | 11:31 | |
paramite | ykarel, oh, thanks | 11:32 |
paramite | will do | 11:32 |
*** ksambor has joined #tripleo | 11:33 | |
openstackgerrit | Martin Mágr proposed openstack/tripleo-heat-templates master: [WIP] Enable external public endpoint for MetricsQdr https://review.opendev.org/686282 | 11:35 |
*** ramishra has quit IRC | 11:35 | |
*** dsneddon_ has joined #tripleo | 11:35 | |
*** ksambor has joined #tripleo | 11:36 | |
*** ksambor has quit IRC | 11:36 | |
sshnaidm|rover | ykarel, jpena cloudnull please review https://review.rdoproject.org/r/#/c/23660/ | 11:40 |
*** dprince has joined #tripleo | 11:40 | |
*** dprince has quit IRC | 11:40 | |
* ykarel looks | 11:40 | |
*** dsneddon_ has quit IRC | 11:40 | |
*** surpatil has quit IRC | 11:40 | |
*** dprince has joined #tripleo | 11:40 | |
*** aedc_ has joined #tripleo | 11:46 | |
*** aedc has quit IRC | 11:47 | |
*** tosky_ has joined #tripleo | 11:47 | |
*** ykarel_ has joined #tripleo | 11:49 | |
*** tosky has quit IRC | 11:49 | |
*** tosky has joined #tripleo | 11:50 | |
*** ykarel has quit IRC | 11:51 | |
*** tosky_ has quit IRC | 11:53 | |
*** aedc_ has quit IRC | 11:53 | |
*** ayoung has quit IRC | 11:53 | |
*** ayoung has joined #tripleo | 11:55 | |
*** surpatil has joined #tripleo | 12:00 | |
*** dsneddon_ has joined #tripleo | 12:00 | |
openstackgerrit | Sorin Sbarnea proposed openstack/tripleo-ansible master: WIP: Fix pre-commit https://review.opendev.org/693826 | 12:01 |
openstackgerrit | Luca Miccini proposed openstack/puppet-tripleo master: Improve stonith leves idempotency. https://review.opendev.org/693788 | 12:03 |
*** avivgts has joined #tripleo | 12:12 | |
*** ayoung has quit IRC | 12:13 | |
*** ayoung has joined #tripleo | 12:15 | |
openstackgerrit | Merged openstack/tripleo-ansible master: Fix ssh_known_hosts hostname entries https://review.opendev.org/693683 | 12:16 |
*** dprince has quit IRC | 12:21 | |
*** morazi has joined #tripleo | 12:23 | |
*** shyamb has quit IRC | 12:26 | |
*** jpena is now known as jpena|lunch | 12:26 | |
*** amoralej is now known as amoralej|lunch | 12:27 | |
openstackgerrit | Martin Schuppert proposed openstack/tripleo-ansible stable/train: Fix ssh_known_hosts hostname entries https://review.opendev.org/693831 | 12:28 |
*** ykarel_ is now known as ykarel|afk | 12:28 | |
*** shyamb has joined #tripleo | 12:30 | |
*** ssbarnea has quit IRC | 12:38 | |
*** csmart has quit IRC | 12:39 | |
*** ratailor__ has quit IRC | 12:39 | |
*** openstackgerrit has quit IRC | 12:41 | |
*** raildo has joined #tripleo | 12:47 | |
*** ykarel_ has joined #tripleo | 12:49 | |
*** rlandy has joined #tripleo | 12:50 | |
*** ykarel|afk has quit IRC | 12:52 | |
*** ykarel_ is now known as ykarel|afk | 12:53 | |
*** rlandy is now known as rlandy|ruck | 12:54 | |
*** weshay|rover is now known as weshay | 12:54 | |
*** ekultails has joined #tripleo | 12:54 | |
*** sshnaidm|rover is now known as sshnaidm|ruck | 12:55 | |
*** rlandy|ruck is now known as rlandy|over | 12:55 | |
*** rlandy|over is now known as rlandy|rover | 12:56 | |
*** shyam89 has joined #tripleo | 12:56 | |
*** shyamb has quit IRC | 12:56 | |
*** jaosorior has joined #tripleo | 12:57 | |
*** shyam89 has quit IRC | 13:00 | |
*** shyamb has joined #tripleo | 13:00 | |
*** surpatil has quit IRC | 13:00 | |
*** soniya29 has joined #tripleo | 13:03 | |
*** dsneddon_ has quit IRC | 13:03 | |
*** shyamb has quit IRC | 13:05 | |
*** hberaud has joined #tripleo | 13:07 | |
*** rh-jelabarre has joined #tripleo | 13:07 | |
*** dprince has joined #tripleo | 13:10 | |
*** openstackgerrit has joined #tripleo | 13:15 | |
openstackgerrit | Martin Mágr proposed openstack/tripleo-heat-templates master: Split QDR environment from collectd https://review.opendev.org/693805 | 13:15 |
openstackgerrit | Martin Mágr proposed openstack/puppet-tripleo master: Fill sslProfile only when it is defined https://review.opendev.org/693794 | 13:17 |
*** soniya29 has quit IRC | 13:22 | |
*** mcornea has joined #tripleo | 13:23 | |
*** bcafarel has quit IRC | 13:24 | |
*** jpena|lunch is now known as jpena | 13:27 | |
*** markllama has quit IRC | 13:35 | |
*** ansmith has joined #tripleo | 13:35 | |
*** markllama has joined #tripleo | 13:35 | |
*** amoralej|lunch is now known as amoralej | 13:39 | |
*** csmart has joined #tripleo | 13:41 | |
*** ksambor has joined #tripleo | 13:41 | |
*** ssbarnea has joined #tripleo | 13:41 | |
*** ksambor has quit IRC | 13:43 | |
*** rlandy|rover is now known as rlandy|rover|mtg | 13:45 | |
*** Goneri has joined #tripleo | 13:48 | |
*** bcafarel has joined #tripleo | 13:50 | |
arxcruz | fultonj: hey, this is a job that runs with our ceph-ansible rpm build, can you check if the failure is a real failure? | 13:51 |
arxcruz | fultonj: http://logs.rdoproject.org/42/23642/4/check/tripleo-ceph-integration-rhel-8-scenario004-standalone/53efa5b/logs/undercloud/home/zuul/standalone_deploy.log.txt.gz | 13:52 |
arxcruz | fultonj: this is a rpm built from ceph-ansible master | 13:52 |
*** dprince has quit IRC | 13:53 | |
*** abishop has joined #tripleo | 13:55 | |
*** rlandy|rover|mtg is now known as rlandy|rover | 13:59 | |
*** dsneddon_ has joined #tripleo | 14:00 | |
weshay | #startmeeting tripleo | 14:00 |
openstack | Meeting started Tue Nov 12 14:00:38 2019 UTC and is due to finish in 60 minutes. The chair is weshay. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:00 |
*** openstack changes topic to " (Meeting topic: tripleo)" | 14:00 | |
openstack | The meeting name has been set to 'tripleo' | 14:00 |
weshay | #topic agenda | 14:01 |
weshay | * Review past action items | 14:01 |
weshay | * One off agenda items | 14:01 |
weshay | * Squad status | 14:01 |
weshay | * Bugs & Blueprints | 14:01 |
weshay | * Projects releases or stable backports | 14:01 |
*** openstack changes topic to "agenda (Meeting topic: tripleo)" | 14:01 | |
weshay | * Specs | 14:01 |
weshay | * open discussion | 14:01 |
weshay | Anyone can use the #link, #action and #info commands, not just the moderatorǃ | 14:01 |
weshay | Hey folks! who's around? | 14:01 |
fultonj | o/ | 14:01 |
rlandy|rover | o/ | 14:01 |
pkopec | o/ | 14:01 |
chandankumar | \o/ | 14:01 |
marios | o/ | 14:01 |
mschuppert | o/ | 14:01 |
rfolco | o/ | 14:01 |
*** ykarel|afk is now known as ykarel | 14:02 | |
redrobot | ✋ | 14:03 |
weshay | waive your hands in the air... | 14:03 |
arxcruz | o/ | 14:04 |
weshay | don't be shy.. lurkers | 14:04 |
bogdando | o/ | 14:04 |
weshay | #topic review past action items | 14:04 |
*** openstack changes topic to "review past action items (Meeting topic: tripleo)" | 14:04 | |
ykarel | o/ | 14:04 |
weshay | looks like we're clear on past action items | 14:04 |
weshay | #topic one off agenda items | 14:05 |
*** openstack changes topic to "one off agenda items (Meeting topic: tripleo)" | 14:05 | |
weshay | #link https://etherpad.openstack.org/p/tripleo-meeting-items | 14:05 |
gchamoul | o/ | 14:05 |
sshnaidm|ruck | o/ | 14:05 |
*** dsneddon_ has quit IRC | 14:05 | |
weshay | so I think EmilienM had an agenda items re: paunch but he is traveling | 14:05 |
weshay | of course another agenda item would be reviewing the ptg | 14:06 |
weshay | I have sent out a summary, but it's not public yet.. it will be sent out later today to openstack-discuss, currently on another list | 14:06 |
ccamacho | o/ | 14:06 |
weshay | any follow ups items from ptg that anyone would like to raise here? | 14:07 |
*** xek_ has joined #tripleo | 14:07 | |
weshay | I will mention this in a second as well | 14:07 |
weshay | however I will be sending out some requests for blueprints in ussuri | 14:08 |
weshay | it's going to be import as we obviously had a one off ptg cycle | 14:08 |
weshay | important | 14:08 |
weshay | so just a reminder to get blueprints in for ussuri... I think the current plan will be to have a virtual mid-cycle in January | 14:09 |
weshay | questions / comments? | 14:09 |
sshnaidm|ruck | virtual only? | 14:09 |
weshay | nothing set in stone yet, but that seems to be the preference with those I've socialized it with | 14:10 |
EmilienM | I didn't add an agenda item but I'm happy to discuss about it if needed | 14:10 |
weshay | EmilienM, re: paunch as you wish | 14:10 |
EmilienM | I'll present it to the CI team tomorrow | 14:10 |
weshay | ok | 14:10 |
weshay | anything else? | 14:11 |
weshay | moving on | 14:11 |
weshay | #topic Squad status | 14:11 |
weshay | ci | 14:11 |
weshay | #link https://etherpad.openstack.org/p/tripleo-ci-squad-meeting | 14:11 |
weshay | upgrade | 14:11 |
weshay | #link https://etherpad.openstack.org/p/tripleo-upgrade-squad-status | 14:11 |
weshay | edge | 14:11 |
*** openstack changes topic to "Squad status (Meeting topic: tripleo)" | 14:11 | |
weshay | #link https://etherpad.openstack.org/p/tripleo-edge-squad-status | 14:11 |
weshay | integration | 14:11 |
weshay | #link https://etherpad.openstack.org/p/tripleo-integration-squad-status | 14:11 |
weshay | validations | 14:11 |
weshay | #link https://etherpad.openstack.org/p/tripleo-validations-squad-status | 14:11 |
weshay | networking | 14:12 |
weshay | #link https://etherpad.openstack.org/p/tripleo-networking-squad-status | 14:12 |
weshay | transformation | 14:12 |
weshay | #link https://etherpad.openstack.org/p/tripleo-ansible-agenda | 14:12 |
*** wznoinsk has joined #tripleo | 14:12 | |
weshay | upgrades / ci squads me notes that train update / upgrade jobs should be made to pass, vote and gate at this time | 14:12 |
weshay | ccamacho, can you please help me communicate that back to the upgrade squad | 14:12 |
weshay | matbu, I believe is looking at some issues | 14:13 |
ccamacho | weshay sure thing | 14:13 |
weshay | Any squad wanting to bring up their status, or a topic for the general public? | 14:13 |
weshay | going once, twice..... | 14:14 |
weshay | #topic bugs & blueprints | 14:14 |
*** openstack changes topic to "bugs & blueprints (Meeting topic: tripleo)" | 14:14 | |
fultonj | weshay: regarding blueprints, you asked me about glance-cache yesterday; i want to move it to U and add two more to U | 14:14 |
fultonj | were you asking about glance-cache to see if it needs to be moved to U? | 14:14 |
weshay | ++ | 14:14 |
weshay | fultonj, there are a number of blueprints that probably need to be triaged and moved.. I will be reviewing that and sending out some emails to openstack-discuss[tripleo] | 14:15 |
weshay | #link https://launchpad.net/tripleo/+milestone/ussuri-1 | 14:16 |
weshay | For Ussuri we currently have 3 blueprints and 634 (+113) open Launchpad Bugs. 91 (-75) open Storyboard bugs. | 14:16 |
weshay | #link https://storyboard.openstack.org/#!/project_group/76 | 14:16 |
fultonj | weshay: i can move them the way I think they should be moved and send you an email to see if you agree with how they were moved. | 14:16 |
weshay | that sounds good | 14:17 |
weshay | one note to everyone.... I saw an email from infra ( clark ) that at the ptg it was decided that upstream will move to storyboard after they spend some cycles fixing and improving storyboard | 14:18 |
weshay | I didn't have time to find that link.. it's not going to happen soon, but afaik it will replace our use of launchpad. I know they've been saying this for a while, but it looks like this is a refresh of that initiative | 14:18 |
fultonj | weshay: so our LP bugs should be closed or moved to storyboard? | 14:19 |
fultonj | during U? | 14:19 |
*** ykarel_ has joined #tripleo | 14:19 | |
weshay | fultonj, I don't think it will happen in U | 14:19 |
weshay | but I will be tracking their work and instructions | 14:19 |
fultonj | ISTR a script to do the transition, might that be brought back to life? | 14:19 |
* weshay is just telegraphing that well in advance | 14:20 | |
weshay | I'll forward the email to [tripleo] for visibility | 14:20 |
openstackgerrit | Merged openstack/puppet-pacemaker master: Pin a bunch of gems so that centos 7 with old ruby still works https://review.opendev.org/693517 | 14:20 |
weshay | I don't have the answers to any of those questions at this time | 14:20 |
weshay | #topic specs | 14:21 |
weshay | #link https://review.openstack.org/#/q/project:openstack/tripleo-specs+status:open | 14:21 |
*** openstack changes topic to "specs (Meeting topic: tripleo)" | 14:21 | |
weshay | any specs anyone would like to raise here at this time? | 14:21 |
*** ayoung has quit IRC | 14:21 | |
*** ykarel has quit IRC | 14:22 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: tripleo-container-manage: use async https://review.opendev.org/693216 | 14:22 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: tripleo-container-manage: use async https://review.opendev.org/693216 | 14:22 |
weshay | #topic open discussion | 14:23 |
weshay | Anything else that folks want to bring up to the meeting? | 14:23 |
*** openstack changes topic to "open discussion (Meeting topic: tripleo)" | 14:23 | |
sshnaidm|ruck | please review https://review.rdoproject.org/r/#/c/23660/ | 14:23 |
sshnaidm|ruck | I'd like to run some molecule tripleo-ansible jobs on rhel | 14:23 |
sshnaidm|ruck | to see if roles work fine on podman and ansible versions of rhel8 | 14:24 |
weshay | nice... thanks! | 14:24 |
*** ayoung has joined #tripleo | 14:24 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: tripleo-container-manage: port paunch-services https://review.opendev.org/693408 | 14:24 |
weshay | the other announcement I have is that there another delay in CentOS-8 rdo rpm builds | 14:24 |
weshay | we were hoping to stand up CentOS-8 in a couple weeks, however that is probably getting pushed out further due to CentOS-8 build issues | 14:25 |
weshay | any questions / comments re: centos-8? | 14:25 |
*** abishop has quit IRC | 14:25 | |
weshay | thanks all!!! | 14:25 |
weshay | #endmeeting tripleo | 14:25 |
*** openstack changes topic to "CI Status: Orange (be kind with recheck and +A, watch for zuul queue) | community irc meeting Tues@1400 UTC - tripleo-ci-community meeting Tues@1330 UTC | https://docs.openstack.org/tripleo-docs" | 14:25 | |
openstack | Meeting ended Tue Nov 12 14:25:49 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:25 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/tripleo/2019/tripleo.2019-11-12-14.00.html | 14:25 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/tripleo/2019/tripleo.2019-11-12-14.00.txt | 14:25 |
openstack | Log: http://eavesdrop.openstack.org/meetings/tripleo/2019/tripleo.2019-11-12-14.00.log.html | 14:25 |
ykarel_ | weshay, any plan for new tags for stein tripleo, ex https://github.com/openstack/tripleo-heat-templates/compare/10.6.1...stable/stein | 14:26 |
openstackgerrit | Sorin Sbarnea proposed openstack/tripleo-ansible master: Fix pre-commit execution https://review.opendev.org/693826 | 14:26 |
weshay | ykarel_, for the tht templates? None atm but probably a good topic to add to the next agenda | 14:29 |
weshay | https://etherpad.openstack.org/p/tripleo-meeting-items | 14:30 |
ykarel_ | weshay, ack, i shared tht as an example, but i think tight coupling with other tripleo projects, tag release needs for other tripleo projects as well | 14:30 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: tripleo-container-manage: fix duplicated loop vars https://review.opendev.org/693506 | 14:30 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: tripleo-container-manage: skip some tasks in check mode https://review.opendev.org/693512 | 14:31 |
*** ksambor has joined #tripleo | 14:31 | |
*** ansmith_ has joined #tripleo | 14:31 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-quickstart master: Disable Paunch on the undercloud job (fs027) https://review.opendev.org/692568 | 14:31 |
rlandy|rover | bandini: hi - to follow up on https://bugs.launchpad.net/tripleo/+bug/1851847 - what is the correct version of pacemaker to have in master on rhel atm? from what we can tell, it's pacemaker.x86_64 2.0.2-3.el8 @rhui-rhel-8-for-x86_64-highavailability-rhui-rpms | 14:31 |
openstack | Launchpad bug 1851847 in tripleo "rhel-8-scenario004 fails to deploy standalone - error while resolving custom fact \"rabbitmq_nodename\": undefined method `[]' for nil:NilClass"" [Critical,Triaged] - Assigned to Ronelle Landy (rlandy) | 14:31 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-quickstart master: DNM: testing async for tripleo-container-manage https://review.opendev.org/692608 | 14:31 |
rlandy|rover | sshnaidm|ruck: ^^ | 14:31 |
rlandy|rover | ykarel: ^^ fyi - maybe you have insight here | 14:32 |
rlandy|rover | we checked in with amoralej yesterday on the versions of pacemaker and they seem to match | 14:32 |
rlandy|rover | ykarel_: ^^ | 14:32 |
rlandy|rover | we tested rhos-16 and train as comparisons and those are fine | 14:33 |
rlandy|rover | rhel 8,1 vs rhel 8.0? | 14:33 |
fultonj | arxcruz: i'm on a call ATM but let me see if i can help with your question regarding http://logs.rdoproject.org/42/23642/4/check/tripleo-ceph-integration-rhel-8-scenario004-standalone/53efa5b/logs/undercloud/home/zuul/standalone_deploy.log.txt.gz | 14:33 |
bandini | rlandy|rover: so the version of pacemaker,corosync,libqb have to be the same as on the host. so if the host has rhel 8.0 then the containers need the same as rhel 8.0, same goes for rhel 8.1 | 14:33 |
amoralej | rlandy|rover, is it still failing? | 14:33 |
*** ansmith has quit IRC | 14:33 | |
ykarel_ | rlandy|rover, ack /me will check lp, and see if i can find something | 14:33 |
*** abishop has joined #tripleo | 14:33 | |
fultonj | arxcruz: it looks like you're hitting a bug for which we have a workaround (it came up at ooo bootcamp) | 14:33 |
* fultonj looks for the bug | 14:34 | |
fultonj | basically the mons can't get qurorm | 14:34 |
*** ansmith has joined #tripleo | 14:34 | |
arxcruz | fultonj: take your time, if it's a real issue, we are fine | 14:34 |
rlandy|rover | amoralej: ack but we're a bit stuck here | 14:34 |
rlandy|rover | consistent failure on master train is fine | 14:34 |
rlandy|rover | we checked rhos-release as a comparison - that seems ok | 14:35 |
fultonj | CephAnsibleExtraConfig: | 14:35 |
amoralej | rlandy|rover, so it's failing both in periodic and cin check? | 14:35 |
fultonj | mon_host_v1: { 'enabled': False } | 14:35 |
fultonj | arxcruz: ^ | 14:35 |
fultonj | are you using ^ ? | 14:35 |
ykarel_ | weshay, added item for next meeting, but i might miss next meeting:- https://etherpad.openstack.org/p/tripleo-meeting-items | 14:35 |
rlandy|rover | the node should be 8.1 | 14:35 |
rlandy|rover | on rdocloud | 14:35 |
rlandy|rover | amoralej: ack - fails in check and periodic | 14:35 |
arxcruz | fultonj: i don't think so | 14:35 |
arxcruz | let me check | 14:35 |
amoralej | in periodic it should never fail because of mismatch | 14:36 |
amoralej | as it uses containers just built from latest rhui | 14:36 |
amoralej | lemme check | 14:36 |
*** ayoung has quit IRC | 14:36 | |
*** ansmith_ has quit IRC | 14:36 | |
rlandy|rover | I know - it should ... the node in rdocloud was updated recently | 14:36 |
arxcruz | fultonj: yes, both scen001 and scen004 have it https://opendev.org/openstack/tripleo-heat-templates/src/branch/master/ci/environments/scenario004-standalone.yaml#L56 | 14:37 |
openstackgerrit | Sorin Sbarnea proposed openstack/tripleo-ansible master: Fix pre-commit execution https://review.opendev.org/693826 | 14:38 |
arxcruz | fultonj: it's running on rhel8 btw | 14:38 |
*** TrevorV has joined #tripleo | 14:39 | |
* fultonj on call | 14:39 | |
arxcruz | fultonj: :-# | 14:39 |
fultonj | fmount: ^ fyi | 14:40 |
fultonj | arxcruz: ok need to focus on a call now | 14:40 |
openstackgerrit | Michele Baldessari proposed openstack/puppet-pacemaker master: Add a more clear error message when we fail to backup cib https://review.opendev.org/693251 | 14:40 |
rlandy|rover | http://logs.rdoproject.org/openstack-periodic-master/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-rhel-8-scenario004-standalone-master/5be9f6f/ - latest periodic logs | 14:41 |
ykarel_ | rlandy|rover, it's failing in both check and periodic, right? | 14:42 |
ykarel_ | scenario004 | 14:42 |
rlandy|rover | ykarel_: yes | 14:42 |
rlandy|rover | and ovb | 14:42 |
ykarel_ | rlandy|rover, and only master, right? | 14:42 |
amoralej | rlandy|rover, where did you see error "Error: unable to get cib" | 14:42 |
rlandy|rover | but the installed version and the containers do seem to match | 14:42 |
amoralej | in last periodic scenario004 | 14:42 |
amoralej | i see | 14:42 |
amoralej | podman(galera-bundle-podman-0)[80315]: ERROR: Error: error checking path "/var/log/mariadb": stat /var/log/mariadb: no such file or directory | 14:43 |
ykarel_ | rlandy|rover, if the answer is yes, it's possibly due to unpin of puppet modules in master:- https://review.rdoproject.org/r/#/c/23533/ | 14:43 |
rlandy|rover | might have been in the ovb job | 14:43 |
ykarel_ | and some unpinned moduled is not working with rhel | 14:43 |
rlandy|rover | 8 days ago seems like the right timeline | 14:44 |
ykarel_ | https://review.rdoproject.org/zuul/builds?job_name=tripleo-ci-rhel-8-scenario004-standalone-rdo&result=SUCCESS | 14:44 |
* ykarel_ check versions there to confirm as it's date is 5-11 | 14:45 | |
mwhahaha | but we didn't unpin mysql | 14:45 |
mwhahaha | did we? | 14:45 |
mwhahaha | since it's pacemaker, i blame bandini | 14:45 |
openstackgerrit | Merged openstack/tripleo-docs master: Fix prometheus port in the upstream doc https://review.opendev.org/693558 | 14:46 |
bandini | mwhahaha: you would be (once more) entirely correct | 14:46 |
openstackgerrit | Carlos Camacho proposed openstack/tripleo-heat-templates master: [DNM] Testing Rear patch https://review.opendev.org/690698 | 14:46 |
ykarel_ | repodiff --old http://trunk.rdoproject.org/rhel8-master/2c/f6/2cf6806c1829bf1ac0915f78ec319f07967f254b_6e1b0f7f --new http://trunk.rdoproject.org/rhel8-master/current |grep puppet- | 14:48 |
ykarel_ | from last success to recent | 14:48 |
ykarel_ | and i see non-openstack puppet modules, so it seems related | 14:48 |
sshnaidm|ruck | amoralej, that was logs patch in tht.. | 14:49 |
*** dtrainor has quit IRC | 14:50 | |
*** dtrainor has joined #tripleo | 14:50 | |
sshnaidm|ruck | amoralej, https://github.com/openstack/tripleo-heat-templates/compare/164dae2..8fad46f | 14:51 |
fmount | fultonj: arxcruz sorry if I'm late, looking at the logs | 14:52 |
openstackgerrit | Brent Eagles proposed openstack/tripleo-quickstart master: WIP: parameterize amphora download path https://review.opendev.org/692857 | 14:52 |
openstackgerrit | Brent Eagles proposed openstack/tripleo-heat-templates stable/rocky: Configure amphora for upload and run tempest https://review.opendev.org/692578 | 14:54 |
*** ykarel_ is now known as ykarel|afk | 14:59 | |
fmount | mmm arxcruz not sure is the v1/v2 issue, but at least I think you can re-kick the job adding | 14:59 |
fmount | CephAnsibleExtraConfig: | 14:59 |
fmount | mon_host_v1: { 'enabled': False } | 15:00 |
*** tosky_ has joined #tripleo | 15:00 | |
arxcruz | fmount: it's already set to false on ci/environment/scenario001.yaml | 15:00 |
*** tosky has quit IRC | 15:00 | |
fmount | ah ok | 15:00 |
arxcruz | and 004 as well | 15:00 |
arxcruz | fmount: https://opendev.org/openstack/tripleo-heat-templates/blame/branch/master/ci/environments/scenario004-standalone.yaml | 15:00 |
fmount | ah ok perfect | 15:00 |
arxcruz | https://opendev.org/openstack/tripleo-heat-templates/src/branch/master/ci/environments/scenario001-standalone.yaml | 15:01 |
*** dsneddon_ has joined #tripleo | 15:01 | |
*** tosky_ is now known as tosky | 15:01 | |
*** ysandeep has joined #tripleo | 15:02 | |
*** mcornea has quit IRC | 15:02 | |
fmount | arxcruz: I'm on a mtg but I'm going to analyze in depth the logs as soon as possible ^ | 15:05 |
fmount | arxcruz: https://logs.rdoproject.org/42/23642/4/check/tripleo-ceph-integration-rhel-8-scenario004-standalone/53efa5b/logs/undercloud/var/log/extra/podman/containers/ceph-mon-standalone/stdout.log.txt.gz <= you're right, the v1 is disabled (mon log) | 15:06 |
*** dsneddon_ has quit IRC | 15:06 | |
openstackgerrit | Sorin Sbarnea proposed openstack/tripleo-ansible master: normalize newlines at end of file https://review.opendev.org/693858 | 15:07 |
Tengu | folks, care to make those changes merge shortly? https://review.opendev.org/#/q/topic:mistral-removal-train+(status:open+OR+status:merged) thank you! | 15:13 |
*** ksambor has quit IRC | 15:14 | |
*** mcornea has joined #tripleo | 15:16 | |
*** ysandeep has quit IRC | 15:20 | |
*** lbragstad_ is now known as lbragstad | 15:20 | |
*** rfolco is now known as rfolco|brbr | 15:22 | |
*** rfolco|brbr is now known as rfolco|brb | 15:22 | |
openstackgerrit | Sorin Sbarnea proposed openstack/tripleo-ansible master: Fix pre-commit execution https://review.opendev.org/693826 | 15:24 |
*** ansmith has quit IRC | 15:26 | |
*** pcaruana has joined #tripleo | 15:28 | |
*** tosky has quit IRC | 15:31 | |
*** tosky has joined #tripleo | 15:32 | |
openstackgerrit | Jose Luis Franco proposed openstack/tripleo-heat-templates master: Get rid of docker removing in post_upgrade tasks. https://review.opendev.org/681669 | 15:34 |
zbr | cloudnull: hi! re reqs, any recomandation on how to deal with them? | 15:34 |
cloudnull | o/ | 15:35 |
cloudnull | ? | 15:35 |
openstackgerrit | Brent Eagles proposed openstack/tripleo-quickstart-extras master: WIP: Allow full path to be specified for amphora destination https://review.opendev.org/692858 | 15:35 |
zbr | because i do not think is correct to install molecule inside linters env, as is not needed. | 15:35 |
cloudnull | I guess you could make another requirements file ? | 15:36 |
zbr | afaik there are ~3 categories of reqs: runtime, test (func/unit) like molecule, and linters. | 15:36 |
cloudnull | I'm not sure installing molecule in the linters venv is needed, but also im not sure it really hurts | 15:37 |
cloudnull | however, we could easily put things in new/different files | 15:37 |
zbr | keeping linters out of test is usually a good idea to avoid polution. | 15:37 |
cloudnull | we just cant put ansible requirements in the requirements.txt file | 15:37 |
cloudnull | which is managed upstream | 15:37 |
zbr | cloudnull: also there is the option to re-use some tox envs, to avoid taking too much space un user disk (deduplication) | 15:38 |
zbr | sure, i understood that aspect, i will put it back. | 15:38 |
cloudnull | ++ | 15:38 |
zbr | (with a note) | 15:38 |
*** aedc has joined #tripleo | 15:39 | |
*** ade_lee has joined #tripleo | 15:41 | |
openstackgerrit | Carlos Camacho proposed openstack/tripleo-heat-templates master: [DNM] Testing Rear patch https://review.opendev.org/690698 | 15:44 |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/stein: Correct mysql-pacemaker upgrade task https://review.opendev.org/693773 | 15:45 |
zbr | cloudnull: molecule is needed only by two tox envs: modules and role-addition, we could use a single test environment but with a small risk, of adding something from molecule that may be needed at runtime and we would fail to spot it with tox. worth the risk? (we already have deployment jobs). | 15:46 |
cloudnull | probably worth a try . | 15:47 |
zbr | in case i was not clear, i was refering to the envdir trick, as mentioned in https://blog.ionelmc.ro/2015/04/14/tox-tricks-and-patterns/ (very good article) | 15:48 |
zbr | cloudnull: sure, doing it now. the footprint for development is going down considerably. | 15:48 |
*** avivgts has quit IRC | 15:50 | |
cloudnull | ++ we did have consolated envs early on. While it mostly worked, it created some weird issues at runtime, however, those problems may no longer be present given the repo structure. | 15:50 |
cloudnull | so +1, I think its worth a try | 15:50 |
cloudnull | if we can make it go, that'd be great | 15:50 |
*** ade_lee has quit IRC | 15:50 | |
*** ade_lee has joined #tripleo | 15:51 | |
*** jpich has quit IRC | 15:51 | |
cloudnull | any chance cores are around, and want to give https://review.opendev.org/#/c/677237/ a review ? | 15:51 |
*** jpich has joined #tripleo | 15:52 | |
EmilienM | cschwede: I'm going to take over https://review.opendev.org/#/c/651204/ and address my own comments | 16:01 |
*** dsneddon_ has joined #tripleo | 16:02 | |
openstackgerrit | James Slagle proposed openstack/python-tripleoclient master: Handle config-download in progress in tripleoclient https://review.opendev.org/693870 | 16:02 |
EmilienM | cloudnull: I'll look at https://review.opendev.org/#/c/677237/ asap | 16:03 |
cloudnull | thanks EmilienM! | 16:04 |
marios | migi: sorry added you by mistake to calendar event for tomorrow please ignore :D | 16:05 |
*** ykarel|afk is now known as ykarel | 16:05 | |
openstackgerrit | James Slagle proposed openstack/tripleo-common master: Remove checking for already running config_download_deploy https://review.opendev.org/693871 | 16:05 |
*** dsneddon_ has quit IRC | 16:07 | |
*** ansmith has joined #tripleo | 16:10 | |
openstackgerrit | Merged openstack/tripleo-docs master: DCN extraction should exclude Ceph variables https://review.opendev.org/691938 | 16:11 |
*** ksambor has joined #tripleo | 16:12 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-common master: Improve Swift healthchecks https://review.opendev.org/651204 | 16:16 |
*** jaosorior has quit IRC | 16:18 | |
*** ksambor has quit IRC | 16:18 | |
openstackgerrit | Merged openstack/tripleo-ci master: Make scenario007-standalone vote + gate standalone-scenarios-full https://review.opendev.org/675313 | 16:22 |
openstackgerrit | Merged openstack/tripleo-ci master: lint: maintenance chore https://review.opendev.org/692440 | 16:22 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Updates for dcn/dcn-hci sample envs https://review.opendev.org/693572 | 16:22 |
*** bandini has quit IRC | 16:23 | |
mjturek | hey I'm hitting this error while building containers http://paste.openstack.org/show/785984/ full logs here https://centos.logs.rdoproject.org/tripleo-upstream-containers-build-master-ppc64le/1737/logs/logs/build.log | 16:23 |
mjturek | anyone seen anything like this before? ^ | 16:24 |
zbr | cloudnull: added a comment on https://review.opendev.org/#/c/693858/1 -- but you should look at the job logs, ithink we have a zuul-logger issue: https://openstack.fortnebula.com:13808/v1/AUTH_e8fd161dc34c421a979a9e6421f823e9/zuul_opendev_logs_d37/693858/1/check/tripleo-ansible-centos-7-role-addition/d37a7b9/job-output.txt | 16:25 |
sshnaidm|ruck | mwhahaha, does this error come from tripleoclient? as mjturek points to: https://centos.logs.rdoproject.org/tripleo-upstream-containers-build-master-ppc64le/1737/logs/logs/build.log | 16:26 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Enable additional Swift healtchecks https://review.opendev.org/651207 | 16:26 |
mwhahaha | sshnaidm|ruck: SystemError: The following jobs were incomplete: set([<Future at 0x3fffa340ff50 state=finished raised SystemError>]) ? | 16:28 |
mwhahaha | sshnaidm|ruck: yes thats from tripleoclient, means one of the buildah things failed | 16:28 |
mwhahaha | not sure which one, probably need better debugging info out of the exception | 16:30 |
*** tesseract has quit IRC | 16:32 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-quickstart master: Disable Paunch on the undercloud job (fs027) https://review.opendev.org/692568 | 16:32 |
openstackgerrit | Sorin Sbarnea proposed openstack/tripleo-ansible master: WIP: Test alternative stdout callback https://review.opendev.org/693878 | 16:33 |
*** hberaud is now known as hberaud|school-r | 16:33 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-common master: Improve Swift healthchecks https://review.opendev.org/651204 | 16:35 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-quickstart master: Disable Paunch on the undercloud job (fs027) https://review.opendev.org/692568 | 16:35 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-quickstart master: DNM: testing async for tripleo-container-manage https://review.opendev.org/692608 | 16:36 |
*** lmiccini has quit IRC | 16:36 | |
sshnaidm|ruck | mwhahaha, yeah, all container build logs seems good | 16:37 |
*** hberaud|school-r is now known as hberaud | 16:39 | |
mjturek | mwhahaha: yeah it happens here https://github.com/openstack/tripleo-common/blob/master/tripleo_common/image/builder/buildah.py#L170-L177 does that give any hint? Is it failing to find all the deps? | 16:41 |
*** marios is now known as marios|out | 16:41 | |
mwhahaha | mjturek: no so it's failing in the jobs we kick off, that's just the executor. The problem is that the exception is not very obvious | 16:41 |
mwhahaha | it's likely something threw an exception but it doesn't have any info | 16:42 |
mjturek | ahh so one of the containers threw an excetion? | 16:42 |
openstackgerrit | Sorin Sbarnea proposed openstack/tripleo-ansible master: WIP: Add basic centos-8 jobs https://review.opendev.org/693882 | 16:42 |
mjturek | exception* | 16:43 |
mwhahaha | one of the actions yea | 16:43 |
mjturek | gotcha, yeah the issue is that we have all those logs and we're not seeing anything fatal | 16:43 |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/stein: Adds ceph-systemd tag in external_upgrade_tasks for systemd units https://review.opendev.org/693667 | 16:44 |
mjturek | https://centos.logs.rdoproject.org/tripleo-upstream-containers-build-master-ppc64le/1739/logs/logs/containers-consolidated-builds.log | 16:44 |
*** jpena is now known as jpena|off | 16:46 | |
*** skramaja has quit IRC | 16:46 | |
*** tmazur has quit IRC | 16:47 | |
mwhahaha | mjturek: why does mirror1.centos.org not work (but we try to use it alot) | 16:48 |
mjturek | well, it doesn't seem to exist lol | 16:48 |
mjturek | we're not sure how it got in there | 16:48 |
*** florianf has quit IRC | 16:48 | |
*** marios|out has quit IRC | 16:49 | |
mwhahaha | mjturek: we probably need to imrprove https://github.com/openstack/tripleo-common/blob/master/tripleo_common/image/builder/buildah.py#L189-L193 | 16:49 |
mwhahaha | cause not_done is just an object but doesn't help us know which container failed | 16:49 |
mjturek | fair enough | 16:49 |
mwhahaha | so we might loop through not_done and print some thing else, kinda like we do for _exception | 16:50 |
mwhahaha | would need to know what futures exposes | 16:50 |
mjturek | that makes sense, doing some digging | 16:53 |
mwhahaha | it's likely we might want to do soemthing similar where we for loop and print out the ._exception if exists | 16:56 |
*** rpittau is now known as rpittau|afk | 17:00 | |
mjturek | mwhahaha that makes sense, I'll throw a patch up! | 17:00 |
*** dtantsur is now known as dtantsur|afk | 17:02 | |
*** dsneddon_ has joined #tripleo | 17:03 | |
*** Tengu has quit IRC | 17:03 | |
*** pcaruana has quit IRC | 17:03 | |
*** Tengu has joined #tripleo | 17:05 | |
*** Tengu has quit IRC | 17:06 | |
*** iurygregory has quit IRC | 17:06 | |
*** Tengu has joined #tripleo | 17:07 | |
*** dsneddon_ has quit IRC | 17:08 | |
*** bogdando has quit IRC | 17:09 | |
openstackgerrit | Merged openstack/puppet-pacemaker master: Add a more clear error message when we fail to backup cib https://review.opendev.org/693251 | 17:10 |
*** ykarel is now known as ykarel|away | 17:11 | |
*** hberaud is now known as hberaud|gone | 17:13 | |
*** ansmith has quit IRC | 17:14 | |
*** jpich has quit IRC | 17:14 | |
*** Tengu has quit IRC | 17:16 | |
*** Tengu has joined #tripleo | 17:18 | |
*** ansmith has joined #tripleo | 17:18 | |
openstackgerrit | Brent Eagles proposed openstack/tripleo-heat-templates stable/queens: Configure amphora for upload and run tempest https://review.opendev.org/692579 | 17:20 |
*** chandankumar is now known as rrrrrrrrrrrr | 17:29 | |
*** rfolco|brb is now known as rfolco | 17:30 | |
*** rrrrrrrrrrrr is now known as chandankumar | 17:34 | |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Configure SNMP on undercloud https://review.opendev.org/656760 | 17:37 |
openstackgerrit | Telles Mota Vidal Nóbrega proposed openstack/tripleo-heat-templates master: [DNM] Testing Rear patch https://review.opendev.org/690698 | 17:38 |
*** chandankumar is now known as raukadah | 17:38 | |
*** dsneddon_ has joined #tripleo | 17:39 | |
*** yprokule has quit IRC | 17:42 | |
mwhahaha | beagles: where do we remove stale netns from the host system? | 17:43 |
* mwhahaha forgets | 17:43 | |
*** ykarel|away has quit IRC | 17:44 | |
*** dsneddon_ has quit IRC | 17:46 | |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-ansible master: DNM: WIP: Add basic centos-8 jobs https://review.opendev.org/693896 | 17:46 |
*** chem is now known as chem|eod | 17:46 | |
openstackgerrit | Alex Schultz proposed openstack/tripleo-ansible master: Implement tripleo-systemd-wrapper role https://review.opendev.org/693442 | 17:53 |
ade_lee | mwhahaha, dciabrin weshay any chance ya'll can help dagnose whats wrong with my standalone setup --trying to do tls-e with standalone and running into rabbit issues for starters .. | 17:54 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-ansible master: Implement tripleo-systemd-wrapper role https://review.opendev.org/693442 | 17:57 |
*** alexmcleod has quit IRC | 17:57 | |
ade_lee | mwhahaha, dciabrin got a tmate if you can join .. | 17:58 |
dciabrin | ade_lee, hey o/ yeah i have 30min or so | 17:58 |
ade_lee | dciabrin, awesome -- let me pm you . | 17:58 |
sshnaidm|ruck | zbr, cloudnull on centos8 there is podman 1.0.5 version | 18:00 |
sshnaidm|ruck | zbr, cloudnull not sure this stone age version will work.. | 18:00 |
dciabrin | EmilienM, hey o/ on ade_lee's standalone env, OS::TripleO::Services::Pacemaker is bound to OS::Heat::None in the plan, any idea what we do wrong when we deploy? http://paste.openstack.org/show/785992/ | 18:11 |
openstackgerrit | Merged openstack/tripleo-ansible stable/train: Fix ssh_known_hosts hostname entries https://review.opendev.org/693831 | 18:12 |
*** gfidente is now known as gfidente|afk | 18:12 | |
dciabrin | EmilienM, do we have to pass -e docker-ha.yaml explicitly for standalone? | 18:14 |
EmilienM | dciabrin: no it should be the default downstream, but upstream doesn't add HA by default | 18:17 |
EmilienM | until we get centos8 | 18:17 |
dciabrin | EmilienM, ha! that's the reason probably, thanks | 18:19 |
*** aedc has quit IRC | 18:25 | |
mwhahaha | It's not the default for standalone | 18:26 |
mwhahaha | For either | 18:26 |
mwhahaha | Wait maybe it is | 18:27 |
mwhahaha | I forget | 18:27 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-common master: kolla/overrides: add missing healthcheck for ironic-neutron-agent https://review.opendev.org/693899 | 18:31 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-common master: kolla/overrides: add missing healthcheck for ironic-neutron-agent https://review.opendev.org/693899 | 18:32 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-quickstart master: Disable Paunch on the undercloud job (fs027) https://review.opendev.org/692568 | 18:33 |
*** amoralej is now known as amoralej|off | 18:33 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-quickstart master: DNM: testing async for tripleo-container-manage https://review.opendev.org/692608 | 18:33 |
openstackgerrit | Merged openstack/tripleo-ansible master: Fix enabled_services to include all_nodes_extra_map_data https://review.opendev.org/693729 | 18:42 |
openstackgerrit | Merged openstack/tripleo-ansible master: Create role to do puppet cache actions https://review.opendev.org/693755 | 18:42 |
openstackgerrit | Merged openstack/tripleo-ansible master: Include ceph-ansible filter_plugins https://review.opendev.org/693749 | 18:42 |
*** dsneddon_ has joined #tripleo | 18:43 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: tripleo-container-manage: port paunch-services https://review.opendev.org/693408 | 18:44 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: tripleo-container-manage: fix duplicated loop vars https://review.opendev.org/693506 | 18:45 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: tripleo-container-manage: skip some tasks in check mode https://review.opendev.org/693512 | 18:45 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-quickstart master: DNM: testing async for tripleo-container-manage https://review.opendev.org/692608 | 18:45 |
*** dsneddon_ has quit IRC | 18:48 | |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-ansible master: Use more exact path to Zuul source dir https://review.opendev.org/693904 | 18:55 |
*** slagle has joined #tripleo | 19:02 | |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-ansible master: Use more exact path to Zuul source dir https://review.opendev.org/693904 | 19:04 |
slagle | mschuppert: fultonj : can you review https://review.opendev.org/#/c/692909/ plz? | 19:04 |
*** pkopec has quit IRC | 19:05 | |
*** morazi has quit IRC | 19:05 | |
fultonj | slagle: yes, i've been meaning to try that command | 19:10 |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-ansible master: DNM: just test previous patch https://review.opendev.org/693908 | 19:12 |
openstackgerrit | Luke Short proposed openstack/tripleo-common master: Escape invalid JSON characters during deployment. https://review.opendev.org/693910 | 19:19 |
*** dsneddon_ has joined #tripleo | 19:20 | |
mwhahaha | sshnaidm|ruck, rlandy|rover: i think we broke stuff | 19:24 |
mwhahaha | 2019-11-12 17:28:30 | The error appears to be in '/usr/share/ansible/roles/tripleo-ssh-known-hosts/tasks/main.yml': line 46, column 7, but may | 19:24 |
mwhahaha | http://logs.rdoproject.org/69/681669/5/openstack-check/tripleo-ci-centos-7-ovb-3ctlr_1comp-featureset001/2994ab1/logs/undercloud/home/zuul/overcloud_deploy.log.txt.gz | 19:24 |
rlandy|rover | oh dear | 19:24 |
rlandy|rover | looking | 19:25 |
mwhahaha | do you see that more? | 19:25 |
rlandy|rover | sshnaidm|ruck merged something this morning | 19:25 |
mwhahaha | https://review.opendev.org/#/c/693683/ | 19:25 |
rlandy|rover | let's see | 19:25 |
sshnaidm|ruck | rlandy|rover, not, it's different patch | 19:25 |
mwhahaha | i think it's https://review.opendev.org/#/c/693683/ cause oivb was broke on that | 19:25 |
sshnaidm|ruck | rlandy|rover, what mwhahaha shows | 19:26 |
sshnaidm|ruck | mwhahaha, let's revert? | 19:26 |
mwhahaha | yes | 19:26 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-ansible master: Revert "Fix ssh_known_hosts hostname entries" https://review.opendev.org/693911 | 19:26 |
rlandy|rover | thanks | 19:26 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-ansible stable/train: Revert "Fix ssh_known_hosts hostname entries" https://review.opendev.org/693912 | 19:26 |
rlandy|rover | and the cherry picks? | 19:27 |
mwhahaha | yea i got it (just those two) | 19:27 |
mwhahaha | -^ | 19:27 |
rlandy|rover | ok - I see | 19:27 |
rlandy|rover | irc clash | 19:27 |
rlandy|rover | sshnaidm|ruck: fyi ... rdo registry is down | 19:31 |
rlandy|rover | expired certificate | 19:31 |
rlandy|rover | being fixed now | 19:31 |
sshnaidm|ruck | rlandy|rover, yeah, ack | 19:31 |
sshnaidm|ruck | rlandy|rover, how didn't it come before.. | 19:32 |
rlandy|rover | must have been recent - we promoted stein and train today | 19:33 |
rlandy|rover | failed on the rhel - master promotion after we fiddled with criteria | 19:33 |
sshnaidm|ruck | rlandy|rover, this rhel resist to promote in all ways | 19:33 |
rlandy|rover | sshnaidm|ruck: we shall prevail | 19:34 |
rlandy|rover | rhel will promote if it's the last thing we do | 19:35 |
sshnaidm|ruck | we bring the drama | 19:36 |
*** jaosorior has joined #tripleo | 19:39 | |
*** sshnaidm|ruck is now known as sshnaidm|afk | 19:42 | |
openstackgerrit | John Fulton proposed openstack/tripleo-ansible stable/train: Include ceph-ansible filter_plugins https://review.opendev.org/693913 | 19:43 |
openstackgerrit | Martin Mágr proposed openstack/puppet-tripleo master: Fill sslProfile only when it is defined https://review.opendev.org/693794 | 19:49 |
*** lbragstad has quit IRC | 19:50 | |
*** lbragstad has joined #tripleo | 19:51 | |
*** Goneri has quit IRC | 19:51 | |
openstackgerrit | John Fulton proposed openstack/tripleo-heat-templates stable/stein: Include ceph-ansible filter_plugins https://review.opendev.org/693914 | 19:51 |
*** jfrancoa has quit IRC | 19:59 | |
openstackgerrit | Merged openstack/tripleo-common stable/train: Fix ceilometer_agent_compute health check https://review.opendev.org/693836 | 20:02 |
openstackgerrit | Merged openstack/tripleo-common stable/stein: Fix ceilometer_agent_compute health check https://review.opendev.org/693837 | 20:02 |
openstackgerrit | Merged openstack/tripleo-common stable/rocky: Fix ceilometer_agent_compute health check https://review.opendev.org/693840 | 20:02 |
openstackgerrit | James Slagle proposed openstack/tripleo-heat-templates stable/train: Add ManageNetworks parameter https://review.opendev.org/693917 | 20:13 |
openstackgerrit | James Slagle proposed openstack/tripleo-heat-templates stable/train: Updates for dcn/dcn-hci sample envs https://review.opendev.org/693919 | 20:14 |
slagle | fultonj: also https://review.opendev.org/#/c/693730/ if you could | 20:16 |
*** jaosorior has quit IRC | 20:16 | |
openstackgerrit | James Slagle proposed openstack/tripleo-ansible stable/train: Fix enabled_services to include all_nodes_extra_map_data https://review.opendev.org/693920 | 20:16 |
*** panda has quit IRC | 20:18 | |
*** lbragstad has quit IRC | 20:19 | |
*** lbragstad has joined #tripleo | 20:20 | |
*** panda has joined #tripleo | 20:21 | |
*** paramite has quit IRC | 20:41 | |
*** slaweq has quit IRC | 20:47 | |
openstackgerrit | Luke Short proposed openstack/tripleo-common master: Use the Mistral directory for storing the Ansible fact cache. https://review.opendev.org/693932 | 20:48 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-specs master: Create ansible roles for cloud operator actions https://review.opendev.org/693933 | 20:48 |
mwhahaha | weshay: -^ jfyi | 20:48 |
weshay | oh hot dam :) | 20:49 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-specs master: Create ansible roles for cloud operator actions https://review.opendev.org/693933 | 20:49 |
weshay | mwhahaha++ | 20:56 |
*** raildo has quit IRC | 20:59 | |
*** rfolco has quit IRC | 21:01 | |
openstackgerrit | Merged openstack/tripleo-quickstart-extras master: Clone os_tempest and it's dependencies in nodepool https://review.opendev.org/693698 | 21:01 |
*** rfolco has joined #tripleo | 21:01 | |
*** Goneri has joined #tripleo | 21:02 | |
*** rfolco has quit IRC | 21:06 | |
*** suuuper has quit IRC | 21:06 | |
*** TrevorV has quit IRC | 21:11 | |
*** rcernin has joined #tripleo | 21:17 | |
ade_lee | EmilienM, mwhahaha does standalone only have ctlplane network defined? | 21:19 |
mwhahaha | yes | 21:19 |
ade_lee | ok | 21:20 |
mwhahaha | you could define more (i think) though never tried because it's all a single node | 21:20 |
*** gfidente|afk has quit IRC | 21:30 | |
*** xek_ has quit IRC | 21:31 | |
marst | Hello! Can anyone help understand how tripleo configures networks on overlcoud? There are physical interfaces (ens6f0, ens3f0, ens3f1) and related eth[02] interfaces, yet it seems that os-net-config fails to apply configuration: with "Device ens6f0 does not seem to be present, delaying initialization". Configuration (http://paste.openstack.org/show/785997/ ) lgtm, but if I try to run "sudo os-net-config -c | 21:39 |
marst | /etc/os-net-config/config.json" it also fail with the same error: device doesn't seem to be present. | 21:40 |
marst | all I'm lefit with is a bunch of eth devices and it's a bit confusing ) | 21:40 |
marst | http://paste.openstack.org/show/785998/ - logs after manually applying os-net-config | 21:41 |
*** Goneri has quit IRC | 21:43 | |
*** Goneri has joined #tripleo | 21:46 | |
*** jfrancoa has joined #tripleo | 21:48 | |
*** chem|eod has quit IRC | 21:48 | |
*** mcornea has quit IRC | 21:52 | |
*** mcornea has joined #tripleo | 21:52 | |
*** Goneri has quit IRC | 21:57 | |
*** Goneri has joined #tripleo | 21:57 | |
*** jfrancoa has quit IRC | 22:00 | |
*** Goneri has quit IRC | 22:01 | |
*** Goneri has joined #tripleo | 22:01 | |
openstackgerrit | Alex Schultz proposed openstack/tripleo-heat-templates master: Use a systemd service to handle sidecar containers https://review.opendev.org/693589 | 22:07 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-ansible master: Implement tripleo-systemd-wrapper role https://review.opendev.org/693442 | 22:08 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-heat-templates master: Use a systemd service to handle sidecar containers https://review.opendev.org/693589 | 22:08 |
*** ansmith has quit IRC | 22:17 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Introduce manual setting of DIB_INIT_SYSTEM https://review.opendev.org/414179 | 22:27 |
openstackgerrit | James Slagle proposed openstack/tripleo-docs master: Document openstack overcloud export https://review.opendev.org/693943 | 22:32 |
ade_lee | mwhahaha, EmilienM hey -for standalone, how does one set the NtpServer so that chronyc syncs? | 22:35 |
mwhahaha | NtpServer as a param in an environment file | 22:35 |
mwhahaha | the same way to do for the overcloud | 22:35 |
ade_lee | mwhahaha, weird -- I have NtpServer: clock1.rdu2.redhat.com in my environment file | 22:36 |
mwhahaha | ade_lee: use multiple servers | 22:36 |
* mwhahaha doesn't ever want to have this conversation ever again | 22:36 | |
ade_lee | ah | 22:37 |
ade_lee | mwhahaha, like a list ? like DnsServers: ? | 22:38 |
mwhahaha | NtpServer is a comma seperated list (bad var name) so you can either use a yaml list or a ['server1','server2'] or "server1,server2" | 22:38 |
ade_lee | mwhahaha, cool - thanks - trying .. | 22:39 |
*** slaweq has joined #tripleo | 22:46 | |
*** mcornea has quit IRC | 22:53 | |
openstackgerrit | Alex Schultz proposed openstack/tripleo-ansible master: Implement tripleo-systemd-wrapper role https://review.opendev.org/693442 | 22:53 |
*** ekultails has quit IRC | 22:57 | |
openstackgerrit | Merged openstack/tripleo-ansible master: tripleo-container-manage: use async https://review.opendev.org/693216 | 23:07 |
*** tkajinam has joined #tripleo | 23:08 | |
*** abishop has quit IRC | 23:12 | |
*** alexmcleod has joined #tripleo | 23:14 | |
openstackgerrit | Alex Schultz proposed openstack/tripleo-specs master: Create ansible roles for cloud operator actions https://review.opendev.org/693933 | 23:17 |
*** mmethot has quit IRC | 23:21 | |
*** mmethot has joined #tripleo | 23:22 | |
openstackgerrit | Merged openstack/tripleo-ansible master: Prefer ovn_dbs_vip from all_nodes_extra_map_data https://review.opendev.org/693730 | 23:25 |
*** alexmcleod has quit IRC | 23:31 | |
*** abishop has joined #tripleo | 23:37 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!