openstackgerrit | Merged openstack/python-tripleoclient master: Use correct default key file and normalize the usage https://review.opendev.org/708781 | 00:00 |
---|---|---|
*** jmasud has quit IRC | 00:04 | |
*** artom has joined #tripleo | 00:05 | |
*** tosky has quit IRC | 00:09 | |
*** jmasud has joined #tripleo | 00:24 | |
cloudnull | anyone around mind giving https://review.opendev.org/#/c/707658/ a nudge | 00:56 |
cloudnull | now that tripleo-ci-centos-7-ovb-3ctlr_1comp-featureset001 is passing | 00:56 |
*** simondodsley has quit IRC | 01:13 | |
*** hberaud has quit IRC | 01:14 | |
*** simondodsley has joined #tripleo | 01:15 | |
*** hberaud has joined #tripleo | 01:16 | |
*** rfolco|doctor is now known as rfolco | 01:18 | |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Remove deprecated kubernetes services https://review.opendev.org/707292 | 01:25 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Remove deprecated securetty https://review.opendev.org/707293 | 01:25 |
EmilienM | cloudnull: http://paste.openstack.org/show/789824/ | 01:29 |
EmilienM | :( | 01:29 |
EmilienM | fultonj: ^ fyi | 01:29 |
EmilienM | what the heck | 01:30 |
cloudnull | do you have a local env we can poke at ? | 01:31 |
EmilienM | no | 01:32 |
cloudnull | :( | 01:32 |
EmilienM | but I'm setting one | 01:32 |
cloudnull | idk, clearly its not a daemon issue, | 01:32 |
cloudnull | maybe the unit file name has changed? | 01:32 |
EmilienM | no, it's the same I'm sure | 01:32 |
EmilienM | maybe I need daemon_reexec | 01:33 |
*** rfolco has quit IRC | 01:34 | |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Remove deprecated time services https://review.opendev.org/707296 | 01:35 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Remove deprecated tuned-baremetal-puppet https://review.opendev.org/707299 | 01:35 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Remove deprecated aide puppet service https://review.opendev.org/707300 | 01:35 |
EmilienM | paunch used to retry up to 5 times | 01:35 |
cloudnull | we could add an until / retry | 01:37 |
EmilienM | cloudnull: I might have found something | 01:39 |
openstackgerrit | Merged openstack/puppet-tripleo master: Remove deprecated securetty https://review.opendev.org/707294 | 01:40 |
EmilienM | cloudnull: https://review.opendev.org/#/c/708142/1/tripleo_ansible/roles/tripleo_container_manage/tasks/podman/delete.yml | 01:40 |
EmilienM | mhh nevermind it's done in https://github.com/openstack/tripleo-ansible/blob/master/tripleo_ansible/roles/tripleo_container_manage/tasks/podman/systemd.yml#L26-L27 | 01:42 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/python-tripleoclient stable/train: Use correct default key file and normalize the usage https://review.opendev.org/709026 | 01:45 |
cloudnull | stevebaker ^ | 01:46 |
stevebaker | EmilienM: sure thinghai | 01:46 |
stevebaker | hai | 01:46 |
cloudnull | EmilienM I thnk we'll need an env where this happens to figure it out | 01:46 |
cloudnull | in that task paste I can see the unit file was created and the daemon reloaded | 01:47 |
cloudnull | but why its not finding it ... idk ? | 01:47 |
EmilienM | cloudnull: also, the retry could cause issue | 01:47 |
stevebaker | cloudnull: sweet thanks, thats going straight into my backports spreadsheet | 01:48 |
EmilienM | cloudnull: because between the retries you would want to run "systemctl reset-failed" | 01:48 |
cloudnull | EmilienM i think a retry would just cause it to fail n times | 01:48 |
cloudnull | stevebaker you'll be pleased to know im off and metalsmith'ing like a boss - https://pasted.tech/pastes/ac7516f2889b8a8f626959e02c89c33e1c60e1f2 | 01:49 |
cloudnull | :D | 01:49 |
cloudnull | thanks for the pointers last night | 01:49 |
stevebaker | cloudnull: oh sweet, did you get that CI issue sorted? | 01:50 |
cloudnull | I did | 01:50 |
stevebaker | nice | 01:50 |
stevebaker | I'm at the "giving up on ansible concurrency and doing it all in python" phase of module development | 01:51 |
openstackgerrit | Merged openstack/puppet-tripleo master: Remove unused time/ptp class https://review.opendev.org/707298 | 01:51 |
openstackgerrit | Merged openstack/ansible-role-container-registry master: Migrated to molecule 3.0 https://review.opendev.org/708953 | 01:51 |
cloudnull | stevebaker welcome :D | 01:52 |
cloudnull | action plugins is where its at :D | 01:52 |
EmilienM | stevebaker: wait you don't like async? | 01:52 |
EmilienM | :D | 01:52 |
EmilienM | i found async super hard to use (compared to the ansible simplicity that is sold) | 01:53 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/python-tripleoclient stable/train: Use correct default key file and normalize the usage https://review.opendev.org/709027 | 01:53 |
stevebaker | EmilienM: maybe I would if I didn't have to process in batches, and aggregate the results later in the playbook | 01:53 |
EmilienM | yeah | 01:53 |
EmilienM | that's basically tripleo_container_manage role :D | 01:54 |
stevebaker | oh well, using orchestration tools in ways they weren't intended is our thing it seems. At least I'm not on the receiving end of it anymore ;) | 01:55 |
cloudnull | EmilienM im taking off, can we sync up on that unit file issue tomorrow? happy to help troubleshoot | 01:56 |
EmilienM | yeah | 01:57 |
EmilienM | good night | 01:57 |
cloudnull | ttys | 01:57 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: tripleo_container_rm: also remove systemd requires when they exist https://review.opendev.org/709028 | 02:00 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Disable Paunch by default Standalone/Overcloud https://review.opendev.org/700738 | 02:01 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Disable Paunch by default Standalone/Overcloud https://review.opendev.org/700738 | 02:01 |
*** jmasud has quit IRC | 02:04 | |
*** rlandy has quit IRC | 02:04 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/python-tripleoclient master: Add handler for exception raising https://review.opendev.org/708942 | 02:09 |
*** lbragstad has quit IRC | 02:11 | |
*** lbragstad has joined #tripleo | 02:11 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/python-tripleoclient master: Add handler for exception raising https://review.opendev.org/708942 | 02:19 |
*** mschuppert has quit IRC | 02:28 | |
*** lbragstad has quit IRC | 02:38 | |
openstackgerrit | Steve Baker proposed openstack/tripleo-ansible master: module tripleo_baremetal_expand_roles https://review.opendev.org/706417 | 03:18 |
openstackgerrit | Steve Baker proposed openstack/tripleo-ansible master: module metalsmith_instances https://review.opendev.org/706418 | 03:18 |
openstackgerrit | Steve Baker proposed openstack/tripleo-ansible master: module tripleo_baremetal_check_existing https://review.opendev.org/707043 | 03:18 |
openstackgerrit | Steve Baker proposed openstack/tripleo-ansible master: module tripleo_baremetal_populate_environment https://review.opendev.org/707295 | 03:18 |
openstackgerrit | Steve Baker proposed openstack/tripleo-ansible master: Playbook for overcloud node provision https://review.opendev.org/707044 | 03:18 |
openstackgerrit | Steve Baker proposed openstack/python-tripleoclient master: WIP switch to ansible for overcloud node (un)provision https://review.opendev.org/708749 | 03:19 |
openstackgerrit | yatin proposed openstack/tripleo-ci master: [DNM] needed override setting in config repo https://review.opendev.org/709034 | 03:20 |
openstackgerrit | Merged openstack/ansible-role-container-registry master: Don't log login https://review.opendev.org/708902 | 03:30 |
openstackgerrit | Emilien Macchi proposed openstack/python-tripleoclient master: Add --work-dir option to container image build command https://review.opendev.org/709039 | 03:44 |
*** ykarel|away is now known as ykarel | 03:51 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: tripleo_container_manage: add systemd testcase for service reload https://review.opendev.org/709040 | 03:52 |
openstackgerrit | Merged openstack/tripleo-ansible stable/train: Add no_log to the podman login https://review.opendev.org/708982 | 03:54 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: tripleo_container_rm: also remove systemd requires when they exist https://review.opendev.org/709028 | 04:06 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Disable Paunch by default Standalone/Overcloud https://review.opendev.org/700738 | 04:06 |
*** raukadah is now known as chandankumar | 04:11 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: tripleo_container_rm: also remove systemd requires when they exist https://review.opendev.org/709028 | 04:11 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Disable Paunch by default Standalone/Overcloud https://review.opendev.org/700738 | 04:12 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: podman/systemd: manage timer requires https://review.opendev.org/709043 | 04:17 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: podman/systemd: manage timer requires https://review.opendev.org/709043 | 04:18 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Disable Paunch by default Standalone/Overcloud https://review.opendev.org/700738 | 04:18 |
openstackgerrit | Rabi Mishra proposed openstack/tripleo-common master: Remove upload_validations workflow and related action https://review.opendev.org/709044 | 04:24 |
*** bfournie has quit IRC | 04:35 | |
*** bfournie has joined #tripleo | 04:53 | |
*** bfournie has quit IRC | 04:59 | |
*** bfournie has joined #tripleo | 05:08 | |
*** bfournie has quit IRC | 05:22 | |
*** jmasud has joined #tripleo | 05:27 | |
*** rh-jelabarre has quit IRC | 05:29 | |
*** ratailor has joined #tripleo | 05:30 | |
*** jmasud has quit IRC | 05:33 | |
*** evrardjp has quit IRC | 05:34 | |
*** evrardjp has joined #tripleo | 05:34 | |
*** jdandrea has joined #tripleo | 05:36 | |
*** jdandrea has quit IRC | 05:40 | |
*** bfournie has joined #tripleo | 05:52 | |
*** bfournie has quit IRC | 06:07 | |
*** bfournie has joined #tripleo | 06:21 | |
*** marios|ruck has joined #tripleo | 06:25 | |
*** lmiccini has joined #tripleo | 06:27 | |
*** numans has joined #tripleo | 06:29 | |
ramishra | chandankumar: Hey chandan, Do we know these tempest test failures? https://2720c7adbf46a6636639-69746c322fe5e3cf8e2976f654b96d92.ssl.cf2.rackcdn.com/708307/1/gate/tripleo-ci-centos-7-standalone/9e60f1f/logs/undercloud/var/log/tempest/tempest_run.log | 06:31 |
*** bfournie has quit IRC | 06:31 | |
ramishra | hmm..keypair not found, does not look like intermitent...something broken may be.. | 06:32 |
*** bandini has joined #tripleo | 06:32 | |
Tengu | weshay|ruck: ah, this time, not my fault! | 06:35 |
tkajinam | ramishra, urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='192.168.24.1', port=9696): Read timed out. (read timeout=60) | 06:35 |
tkajinam | ramishra, guess that this timeout caused some faulty (or buggy) cleanup | 06:35 |
ramishra | tkajinam: possible.."tempest.lib.exceptions.Conflict: Conflict with state of target resource" also suggests something messed up | 06:38 |
tkajinam | ramishra, agreed | 06:40 |
chandankumar | ramishra, looking | 06:40 |
ramishra | RevisionConflict: OVN revision number for a81ad892-26f3-4b8f-8f42-056339b5604e (type: ports) is equal or higher than the given resource. Skipping update | 06:41 |
ramishra | https://2720c7adbf46a6636639-69746c322fe5e3cf8e2976f654b96d92.ssl.cf2.rackcdn.com/708307/1/gate/tripleo-ci-centos-7-standalone/9e60f1f/logs/undercloud/var/log/containers/neutron/server.log | 06:41 |
ramishra | I remember seeing this one earlier too.. probably not related... | 06:42 |
Tengu | weshay|ruck: .... failure is due to tempest. It's in the main log here https://043e10ad019e85b50614-986c99e3b3126abac54dc88cbca785e8.ssl.cf1.rackcdn.com/707361/2/gate/tripleo-ci-centos-7-scenario001-standalone/190b36f/job-output.txt | 06:44 |
*** d0ugal has quit IRC | 06:44 | |
chandankumar | ramishra, can you recheck one more time, till I investigate? | 06:44 |
*** d0ugal has joined #tripleo | 06:44 | |
Tengu | weshay|ruck: running a recheck.failed services aren't taken in account since the check was disabled. | 06:44 |
chandankumar | http://zuul.opendev.org/t/openstack/builds?job_name=tripleo-ci-centos-7-standalone&pipeline=gate from here, the job looks pretty stable, might be cleanup issue | 06:45 |
ramishra | chandankumar: can do.. I'm not yet sure if it's one-off issue | 06:45 |
ramishra | it failed at the gate, so we should probably know the reason, else the queue would pile-up after failures with all jobs behind it starting afresh | 06:47 |
chandankumar | Tengu, scenario 1 tempest failure I think I have seen few days back on stein jobs | 06:48 |
Tengu | chandankumar: ok. random thing again I guess? | 06:48 |
chandankumar | Tengu, nope | 06:48 |
Tengu | in any cases - the issue isn't due to failed healthcheck or whatsover. | 06:49 |
chandankumar | Tengu, https://bugs.launchpad.net/tripleo/+bug/1863750 | 06:49 |
openstack | Launchpad bug 1863750 in tripleo "test_create_server_from_volume_snapshot tests failing with Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating" [Critical,Triaged] | 06:49 |
chandankumar | it is also due to race condition | 06:49 |
Tengu | oh. | 06:49 |
chandankumar | Tengu, check abishop comment | 06:49 |
*** jmasud has joined #tripleo | 06:50 | |
Tengu | was reading it already :) | 06:50 |
*** yprokule has joined #tripleo | 06:50 | |
Tengu | wow. | 06:51 |
Tengu | not really a race condition in fact, more an issue in the order task were done, meaning reproductible and all | 06:51 |
Tengu | nice catch anyway :) | 06:51 |
*** jfrancoa has joined #tripleo | 06:52 | |
*** avivgt has joined #tripleo | 06:57 | |
*** bfournie has joined #tripleo | 07:02 | |
*** bfournie has quit IRC | 07:06 | |
*** bfournie has joined #tripleo | 07:20 | |
*** jdandrea has joined #tripleo | 07:23 | |
*** bfournie has quit IRC | 07:25 | |
*** avivgt has quit IRC | 07:26 | |
*** paramite|clone has joined #tripleo | 07:27 | |
*** jdandrea has quit IRC | 07:28 | |
*** beagles_pto has quit IRC | 07:31 | |
*** avivgt has joined #tripleo | 07:31 | |
*** mschuppert has joined #tripleo | 07:35 | |
*** avivgt has quit IRC | 07:36 | |
openstackgerrit | Francesco Pantano proposed openstack/tripleo-heat-templates stable/train: Fix dcn-hci resource mapping path https://review.opendev.org/709061 | 07:47 |
*** bfournie has joined #tripleo | 07:48 | |
*** ramishra has quit IRC | 07:49 | |
*** rpittau|afk is now known as rpittau | 07:50 | |
*** ccamacho has joined #tripleo | 07:53 | |
*** bfournie has quit IRC | 07:55 | |
*** iurygregory has joined #tripleo | 07:55 | |
openstackgerrit | Merged openstack/tripleo-ansible master: Improve execution and add a port check https://review.opendev.org/707658 | 07:57 |
*** bandini has quit IRC | 07:59 | |
*** slaweq has joined #tripleo | 08:00 | |
*** ramishra has joined #tripleo | 08:03 | |
*** bogdando has joined #tripleo | 08:09 | |
*** bfournie has joined #tripleo | 08:10 | |
*** bandini has joined #tripleo | 08:12 | |
*** jmasud has quit IRC | 08:13 | |
*** shardy has joined #tripleo | 08:15 | |
*** jmasud has joined #tripleo | 08:15 | |
*** tesseract has joined #tripleo | 08:16 | |
*** bfournie has quit IRC | 08:16 | |
openstackgerrit | mathieu bultel proposed openstack/python-tripleoclient stable/train: Add missing download_ansible_playbooks function https://review.opendev.org/709066 | 08:17 |
ramishra | marios|ruck: Hey! Do you've an update on https://bugs.launchpad.net/tripleo/+bug/1864018? It seems upstream master is also blocked with that issue | 08:19 |
openstack | Launchpad bug 1864018 in tripleo "periodic master container build fails ImportError: No module named queue" [Critical,Triaged] | 08:19 |
ramishra | https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_b09/709044/1/check/tripleo-build-containers-centos-7-buildah/b093294/logs/build.log | 08:19 |
marios|ruck | ramishra: should be fixed gimme 2 mins on calla bout that now | 08:19 |
*** marios|ruck is now known as marios|ruck|call | 08:20 | |
*** marios|ruck|call is now known as marios|ruck | 08:20 | |
*** amoralej|off is now known as amoralej | 08:20 | |
ramishra | marios|ruck|call: np:) take your time.. just wanted to know the status | 08:21 |
marios|ruck | ramishra: so for periodic should be handled now... we need to deal with check ... worst case we do something like that https://review.opendev.org/708846 but lets see | 08:21 |
ramishra | marios|ruck: OK, what about mwhahaha's suggestion of dropping the centos7 build jobs on master? | 08:22 |
marios|ruck | ramishra: yeah ideally we'd replace it with cento8 but we aren't there yet | 08:22 |
marios|ruck | ramishra: either way this will clear up today i mean we will deal with it somehow | 08:23 |
ramishra | marios|ruck: ok, sounds good. I was not sure if we know that upstream master is broken too. It seems we do | 08:24 |
marios|ruck | ramishra: yeah thanks ykarel gave me heads up about that few mins ago too | 08:24 |
marios|ruck | thanks for ping ramishra | 08:24 |
ramishra | marios|ruck: thanks! | 08:24 |
openstackgerrit | mathieu bultel proposed openstack/python-tripleoclient stable/train: Add missing download_ansible_playbooks function https://review.opendev.org/709066 | 08:26 |
*** tosky has joined #tripleo | 08:27 | |
*** jdandrea has joined #tripleo | 08:36 | |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/tripleo-ci master: [WIP] Improve build images role for CentOS8 https://review.opendev.org/708599 | 08:39 |
*** jdandrea has quit IRC | 08:40 | |
*** bfournie has joined #tripleo | 08:42 | |
*** jpena|off is now known as jpena | 08:43 | |
*** bfournie has quit IRC | 08:47 | |
*** ykarel is now known as ykarel|lunch | 08:47 | |
*** tkajinam has quit IRC | 08:50 | |
*** ykarel|lunch is now known as ykarel | 08:55 | |
*** jpich has joined #tripleo | 08:58 | |
*** pkopec has joined #tripleo | 09:10 | |
*** rcernin has quit IRC | 09:11 | |
*** lucasagomes has joined #tripleo | 09:12 | |
*** bfournie has joined #tripleo | 09:16 | |
openstackgerrit | Bogdan Dobrelya (bogdando) proposed openstack/paunch master: Cleanup containers in the same loop as they are created https://review.opendev.org/707408 | 09:17 |
*** dpawlik has joined #tripleo | 09:17 | |
openstackgerrit | Merged openstack/python-tripleoclient master: Remove mistral from the deploy_on_servers workflow https://review.opendev.org/706640 | 09:21 |
openstackgerrit | Martin Kopec proposed openstack/ansible-role-collect-logs master: Dynamically generate a list of files for rsync https://review.opendev.org/703765 | 09:22 |
*** pbandark has joined #tripleo | 09:22 | |
openstackgerrit | Bogdan Dobrelya (bogdando) proposed openstack/paunch master: Cleanup containers in the same loop as they are created https://review.opendev.org/707408 | 09:22 |
*** holser has joined #tripleo | 09:22 | |
*** holser has quit IRC | 09:22 | |
*** derekh has joined #tripleo | 09:23 | |
openstackgerrit | Rabi Mishra proposed openstack/tripleo-ansible master: Add tripleo-common to requirements https://review.opendev.org/709068 | 09:24 |
*** ratailor has quit IRC | 09:25 | |
*** bfournie has quit IRC | 09:25 | |
*** ratailor has joined #tripleo | 09:28 | |
openstackgerrit | Marios Andreou proposed openstack/tripleo-ci master: Try using packages for centos7 containers build jobs https://review.opendev.org/709069 | 09:32 |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/tripleo-ci master: [WIP] Improve build images role for CentOS8 https://review.opendev.org/708599 | 09:33 |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/tripleo-quickstart master: Add release file for master CentOS 8 https://review.opendev.org/708968 | 09:47 |
*** rcernin has joined #tripleo | 09:47 | |
openstackgerrit | mathieu bultel proposed openstack/python-tripleoclient stable/train: Add missing download_ansible_playbooks function https://review.opendev.org/709066 | 09:51 |
*** holser has joined #tripleo | 09:51 | |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/tripleo-image-elements master: Disable yum-plugin-priorities elements for CentOS8 https://review.opendev.org/709082 | 09:59 |
openstackgerrit | mathieu bultel proposed openstack/python-tripleoclient master: Improve the way of handling inventory for ansible_runner https://review.opendev.org/708043 | 10:01 |
*** bandini has quit IRC | 10:02 | |
openstackgerrit | Francesco Pantano proposed openstack/tripleo-ansible master: [WIP] Add a new set of tasks to build the openstack pool list https://review.opendev.org/709083 | 10:03 |
openstackgerrit | mathieu bultel proposed openstack/python-tripleoclient stable/train: Add missing download_ansible_playbooks function https://review.opendev.org/709066 | 10:04 |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/tripleo-puppet-elements master: Disable yum-plugin-priorities elements for CentOS8 https://review.opendev.org/709085 | 10:06 |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/tripleo-ci master: [WIP] Improve build images role for CentOS8 https://review.opendev.org/708599 | 10:07 |
*** bfournie has joined #tripleo | 10:07 | |
*** suuuper has joined #tripleo | 10:08 | |
openstackgerrit | Rabi Mishra proposed openstack/tripleo-ansible master: Add tripleo-common and other client libraries to requirements https://review.opendev.org/709068 | 10:11 |
openstackgerrit | Russell Tweed proposed openstack/python-tripleoclient master: Only show sudo hints when relevant https://review.opendev.org/709087 | 10:12 |
*** bfournie has quit IRC | 10:13 | |
*** bandini has joined #tripleo | 10:17 | |
openstackgerrit | Gregory Thiemonge proposed openstack/tripleo-ansible master: Fix octavia services restart https://review.opendev.org/709089 | 10:19 |
openstackgerrit | mathieu bultel proposed openstack/python-tripleoclient stable/train: Add missing download_ansible_playbooks function https://review.opendev.org/709066 | 10:20 |
*** xek_ has joined #tripleo | 10:23 | |
*** bfournie has joined #tripleo | 10:29 | |
*** alexmcleod has joined #tripleo | 10:30 | |
*** jbadiapa has joined #tripleo | 10:31 | |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-heat-templates master: Check Ceph*Key value format and halt on error https://review.opendev.org/709094 | 10:36 |
*** bfournie has quit IRC | 10:38 | |
openstackgerrit | Francesco Pantano proposed openstack/tripleo-ansible master: [WIP] Add a new set of tasks to build the openstack pool list https://review.opendev.org/709083 | 10:48 |
openstackgerrit | Francesco Pantano proposed openstack/tripleo-ansible master: [WIP] Add a new set of tasks to build the openstack pool list https://review.opendev.org/709083 | 10:54 |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/tripleo-quickstart master: Add release file for master CentOS 8 https://review.opendev.org/708968 | 10:55 |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-heat-templates master: Add CinderEtcdLocalConnect to Cinder A/A env file https://review.opendev.org/709101 | 10:57 |
openstackgerrit | Francesco Pantano proposed openstack/tripleo-ansible master: [WIP] Add a new set of tasks to build the openstack pool list https://review.opendev.org/709083 | 10:58 |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/tripleo-ci master: [WIP] Improve build images role for CentOS8 https://review.opendev.org/708599 | 10:59 |
openstackgerrit | Martin Mágr proposed openstack/puppet-tripleo stable/train: Enable sudo rule creation https://review.opendev.org/709103 | 11:01 |
openstackgerrit | Martin Mágr proposed openstack/tripleo-heat-templates stable/train: Enable sudo rule creation https://review.opendev.org/709106 | 11:05 |
*** paramite|clone is now known as paramite | 11:12 | |
paramite | Hey guys, any chance somebody will find few minutes to review https://review.opendev.org/#/c/704080/ ? | 11:13 |
*** haleyb|away has quit IRC | 11:15 | |
*** ykarel is now known as ykarel|afk | 11:16 | |
*** bfournie has joined #tripleo | 11:18 | |
*** bfournie has quit IRC | 11:28 | |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/tripleo-ci master: [WIP] Improve build images role for CentOS8 https://review.opendev.org/708599 | 11:29 |
openstackgerrit | Rajesh Tailor proposed openstack/tripleo-ansible master: Add ansible role to Remote system Update FPGA https://review.opendev.org/709112 | 11:33 |
*** shardy has quit IRC | 11:34 | |
EmilienM | cloudnull, mwhahaha, weshay|ruck, fultonj : I found what was the problem with memcached.service | 11:36 |
EmilienM | https://review.opendev.org/#/c/709028/ and https://review.opendev.org/#/c/709043/ | 11:36 |
EmilienM | I missed the .requires management | 11:36 |
EmilienM | doing recheck one more time in case I was lucky | 11:40 |
EmilienM | but results so far: | 11:41 |
EmilienM | https://05733c452bf241c7e4d7-80d8ccbec313732a1b3fd7fb38b4559d.ssl.cf5.rackcdn.com/700738/45/check/tripleo-ci-centos-7-standalone-upgrade/d59f149/logs/undercloud/home/zuul/standalone_upgrade.log | 11:41 |
EmilienM | https://10daffb6702934e41e34-2880884b4d814930faf72947a8b1591c.ssl.cf1.rackcdn.com/700738/45/check/tripleo-ci-centos-7-containerized-undercloud-upgrades/a3a0395/logs/undercloud/home/zuul/undercloud_upgrade.log | 11:41 |
EmilienM | both upgrades worked | 11:41 |
*** ykarel|afk is now known as ykarel | 11:42 | |
*** rpittau is now known as rpittau|bbl | 11:43 | |
*** bfournie has joined #tripleo | 11:49 | |
openstackgerrit | Emilien Macchi proposed openstack/python-tripleoclient master: Add --work-dir option to container image build command https://review.opendev.org/709039 | 11:51 |
chem | fultonj: hey around ? | 11:51 |
*** ratailor has quit IRC | 11:51 | |
Tengu | fmount: heya! are you Francesco Pantano? if so, I think chem needs you :) | 11:54 |
*** bfournie has quit IRC | 11:58 | |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/tripleo-quickstart master: Add release file for master CentOS 8 https://review.opendev.org/708968 | 11:58 |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/tripleo-puppet-elements master: Disable yum-plugin-priorities elements for CentOS8 https://review.opendev.org/709085 | 12:01 |
*** suuuper has quit IRC | 12:01 | |
fultonj | EmilienM: never too early huh? | 12:03 |
fultonj | hi chem | 12:03 |
EmilienM | hehe | 12:03 |
chem | fultonj: hey I'm hitting that http://pastebin.test.redhat.com/838308 on a downstream job | 12:04 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ci master: container-build: use the new --work-dir option https://review.opendev.org/709117 | 12:04 |
chem | fultonj: never seen that before :) | 12:04 |
EmilienM | weshay|ruck: ^ let's see how it works | 12:04 |
fultonj | chem: ok, that's easy enough to deal with, let me get you something | 12:04 |
fultonj | CephAnsibleRepo: tripleo-centos-ceph-nautilus | 12:05 |
chem | fultonj: exactly the kind of reply I was hoping for :) | 12:05 |
fultonj | chem: if it's a downstream job we should have a default which makes it work correctly provided you've gotten ceph-ansible from the right place | 12:05 |
fultonj | chem: it could be a symptom that you got it form the wrong place in which case it's working as designed | 12:06 |
*** dtantsur|afk is now known as dtantsur | 12:06 | |
fultonj | chem: "on a downstream job" --> which versions exactly | 12:06 |
fultonj | ? | 12:06 |
chem | fultonj: osp16 update to latest puddle | 12:06 |
openstackgerrit | Jose Luis Franco proposed openstack/tripleo-upgrade stable/rocky: Fix ping loss detection https://review.opendev.org/709119 | 12:07 |
chem | fultonj: something new, the job itself didn't change: but infrared could or this https://review.opendev.org/#/c/701337/1/roles/ceph/tasks/ceph-ansible-installed.yaml could have been merged | 12:07 |
chem | fultonj: currently I'm don't know for sure | 12:07 |
openstackgerrit | Jose Luis Franco proposed openstack/tripleo-upgrade stable/train: Force error when "launch workload" task fails https://review.opendev.org/709120 | 12:08 |
chem | fultonj: it from @rhelosp-ceph-4-tools in the downstream job | 12:08 |
fultonj | rhelosp-ceph-4-tools doesn't sound right | 12:10 |
fultonj | rhceph-4-tools-for-rhel-8-x86_64-rpms | 12:11 |
fultonj | is what it should be for customers ^ and that's what the validations has as a default | 12:11 |
openstackgerrit | Jose Luis Franco proposed openstack/python-tripleoclient stable/train: Remove extra whitespaces from getent. https://review.opendev.org/708450 | 12:11 |
fultonj | chem: because your job might be using an internal repo, you need to override the default with CephAnsibleRepo | 12:12 |
fultonj | let me find the exact name of the internal repo you should be using | 12:12 |
chem | fultonj: but why I didn't hit that earlier ... trying to find what's change somewhere in the world (and infrared doesn't set CephAnsibleRepo) | 12:13 |
Tengu | fultonj, chem maybe docker-registry.upshift.redhat.com/ceph ? | 12:14 |
fultonj | Tengu: not related | 12:14 |
Tengu | ah. | 12:14 |
* Tengu goes back to his metalsmith things | 12:14 | |
fultonj | that's another mess, but it's the container. we're talking about the RPMs | 12:14 |
fultonj | rpm (singular) | 12:15 |
*** bfournie has joined #tripleo | 12:15 | |
Tengu | bah, git clone | 12:15 |
* Tengu runs away | 12:15 | |
Tengu | (don't bother, Friday spirit) | 12:15 |
fultonj | chem: the Ceph RPM repos should be correctly set up by rhos-release | 12:16 |
fultonj | http://download.eng.bos.redhat.com/rhel-8/composes/auto/ceph-4.0-rhel-8/latest-RHCEPH-4-RHEL-8/ | 12:16 |
fultonj | chem: now... | 12:16 |
fultonj | why I didn't hit that earlier? | 12:16 |
fultonj | well.... when was the last import | 12:17 |
chem | fultonj: ~last week | 12:17 |
fultonj | that patch has been there for a little while | 12:18 |
chem | fultonj: basically anything after GA fails for some other reason, now it's "fixed" and I have that new stuff | 12:18 |
chem | fultonj: so if after GA that's a good contender | 12:19 |
fultonj | https://review.opendev.org/#/c/701538/ | 12:19 |
fultonj | 6 weeks ago | 12:19 |
chem | fultonj: yeah, I've seen that one so everything would boild down to ">" vs "=" | 12:22 |
fultonj | https://bugs.launchpad.net/tripleo/+bug/1857460 | 12:24 |
openstack | Launchpad bug 1857460 in tripleo "ensure ceph-ansible installed role contradicts itself" [High,Fix released] - Assigned to Francesco Pantano (fmount) | 12:24 |
*** rcernin has quit IRC | 12:28 | |
fmount | fultonj: Tengu chem sorry I was afk and missed your ping, but I see fultonj already replied | 12:28 |
chem | fmount: hey :) | 12:28 |
Tengu | EmilienM: https://github.com/cjeanner/tripleo-lab/commit/0f5d1eda2e57866ed557d54f551dfd3653b319cb fyi :) | 12:28 |
fmount | thanks fultonj | 12:28 |
fultonj | fmount: sure, i think they have the next thing to look at | 12:28 |
chem | fmount: well I think we went to the bottom of it, before https://review.opendev.org/#/c/701538/1/roles/ceph/tasks/ceph-ansible-installed.yaml the validation didn't work, now it works and make a job fails | 12:29 |
fmount | ok, yeah it fails if the ceph-ansible repo is not the right one | 12:30 |
fmount | you can override the variable to make sure it comes from the right place | 12:30 |
fmount | I know it's a bit weird, but we're trying to deal w/ cross-shipping | 12:31 |
fmount | so we need to make sure the rpm comes from the right repo (to make sure it's the last version) | 12:31 |
fmount | :/ | 12:31 |
fmount | chem: we're also trying to backport https://review.opendev.org/#/c/708700 in train | 12:32 |
fultonj | basically the defaults are right unless you are using your own repos, then you need to override the default | 12:32 |
Tengu | marios|ruck, weshay|ruck heya! who's the rover? in any cases, is this a known issue? https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_acf/708339/9/check/tripleo-build-containers-centos-7/acfd15c/logs/build.log | 12:32 |
fultonj | fmount: which is blocked on https://launchpad.net/bugs/1864105 | 12:32 |
openstack | Launchpad bug 1864105 in tripleo "memcached container flapping on train upgrades job" [Critical,In progress] - Assigned to Emilien Macchi (emilienm) | 12:32 |
marios|ruck | Tengu: just from the url yes it is (containers borked good) | 12:32 |
marios|ruck | Tengu: but checking ;) | 12:32 |
fultonj | though EmilienM might have a fix | 12:32 |
fmount | exactly | 12:32 |
Tengu | marios|ruck: ok - it's exploding one of my patch, preventing it to move forward ;_; | 12:33 |
marios|ruck | Tengu: https://bugs.launchpad.net/tripleo/+bug/1864018 | 12:33 |
openstack | Launchpad bug 1864018 in tripleo "periodic master container build fails ImportError: No module named queue" [Critical,Triaged] | 12:33 |
* Tengu puts some fuel on containers and light them | 12:33 | |
fmount | because it's best to have a parameter to override the repo on tht | 12:33 |
marios|ruck | Tengu: yeah we know. it was periodic, today hitting check too. https://review.opendev.org/#/c/709069/ should help | 12:33 |
Tengu | marios|ruck: crossing fingers then | 12:34 |
Tengu | thanks! | 12:34 |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/tripleo-ci master: [WIP] Improve build images role for CentOS8 https://review.opendev.org/708599 | 12:35 |
chem | fmount: ho ... this means that downstream we may not have that variable yet ? | 12:35 |
chem | fmount: is there a way to quickly disable validation until everything settle ? | 12:36 |
*** ansmith_ has joined #tripleo | 12:36 | |
fmount | mmm I think you should skip the tag from ansible | 12:38 |
fmount | the opendev-validations tag | 12:38 |
openstackgerrit | Russell Tweed proposed openstack/python-tripleoclient master: Only show sudo hints when relevant https://review.opendev.org/709087 | 12:38 |
chem | fmount: oki, I'll do that... but untly the second patch is done that would be true for all downstream, no ? | 12:39 |
chem | fmount: all downstream should be blocked on that validation, or I'm missing something | 12:39 |
fmount | no I think downstream we should be ok because in the validations project the repo should be the right default | 12:40 |
fultonj | Tengu: ^ fyi | 12:40 |
fultonj | "all downstream should be blocked" --> needs more clarity | 12:41 |
fultonj | customers should be fine | 12:42 |
*** jpena is now known as jpena|lunch | 12:42 | |
fultonj | QE people using an internal repos, not so much | 12:42 |
fultonj | so i think that's chem's point ^ | 12:42 |
fultonj | proposal1: emilien fixed the bug blocking https://review.opendev.org/#/c/708700/1/deployment/ceph-ansible/ceph-base.yaml ; it will get there on the next import and until then disable the validation | 12:43 |
fultonj | proposal2: don't wait upstream for ^ cherry pick it downstream now | 12:43 |
fultonj | chem fmount Tengu ^ ? | 12:44 |
fmount | yeah, I'm ok with both proposals | 12:46 |
fmount | but I think in IR you can just add a -e @validation_settings.yaml | 12:46 |
fmount | which contains: ceph_ansible_repo: "rhelosp-ceph-3-tools" (OSP13 example) | 12:46 |
fultonj | fmount: ah yes, good idea for IR (if it can do that) | 12:46 |
Tengu | yup, you can disable the validation in IR in order to work around the issue. | 12:46 |
fmount | chem: Tengu see http://pastebin.test.redhat.com/832080 | 12:47 |
Tengu | isn't this validation running as an in-flight? | 12:47 |
fmount | or override the ceph_repo for validations since the tht parameter is not landed yet | 12:47 |
fultonj | Tengu: yes, it's in-flight | 12:48 |
Tengu | yeah so I'm not 100% sure we can pass the setting as-is | 12:48 |
Tengu | anyway. disabling the validations as a quick WA should be ok. or go for second proposal, merge asap downstream thing. | 12:48 |
fmount | ah ok | 12:49 |
Tengu | aaaand zuul is unhappy, for a change. | 12:49 |
fmount | oh you're right Tengu, 13 was different | 12:49 |
chem | fultonj: fmount oki, if you're confident that's only a QE issue, that's fine by me, I still need to check how it works out during the external run during update and how to plug eveything in the ci | 12:49 |
*** ysandeep is now known as ysandeep|afk | 12:52 | |
*** rfolco has joined #tripleo | 12:53 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ci master: container-build: use the new --work-dir option https://review.opendev.org/709117 | 12:59 |
*** rlandy has joined #tripleo | 12:59 | |
*** rpittau|bbl is now known as rpittau | 13:00 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: podman/systemd: manage timer requires https://review.opendev.org/709043 | 13:00 |
openstackgerrit | Merged openstack/tripleo-upgrade master: Correct spelling error in templates/overcloud_upgrade_run.sh.j2 https://review.opendev.org/703605 | 13:01 |
*** rh-jelabarre has joined #tripleo | 13:02 | |
EmilienM | marios|ruck: hi, i think your -1 is for the wrong patchset on https://review.opendev.org/#/c/709039/ | 13:05 |
EmilienM | marios|ruck: check out the diff https://review.opendev.org/#/c/709039/1..2 | 13:05 |
openstackgerrit | Takashi Kajinami proposed openstack/tripleo-heat-templates master: Remove GlanceShowMultipleLocations https://review.opendev.org/709130 | 13:05 |
*** Goneri has joined #tripleo | 13:09 | |
openstackgerrit | Merged openstack/tripleo-heat-templates master: [OVN] Split NeutronWorkers and NeutronMetadataWorkers for OVN https://review.opendev.org/707361 | 13:12 |
openstackgerrit | mathieu bultel proposed openstack/tripleo-upgrade stable/train: Test update run without mistral workflow in CI https://review.opendev.org/709134 | 13:15 |
openstackgerrit | Bogdan Dobrelya (bogdando) proposed openstack/paunch stable/train: Fallback to a rm -f action for podman https://review.opendev.org/708881 | 13:19 |
marios|ruck | EmilienM: o/ looking | 13:20 |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-ansible master: WIP: try podman driver https://review.opendev.org/708851 | 13:20 |
marios|ruck | EmilienM: ah i see... looks like i voted at same time as you uploaded v2 | 13:21 |
marios|ruck | EmilienM: but didn't notice i was voting on v2 ;) | 13:21 |
*** ykarel is now known as ykarel|afk | 13:22 | |
EmilienM | marios|ruck: no prob | 13:22 |
EmilienM | marios|ruck: i'm still testing that patch now, it's not working yet | 13:22 |
marios|ruck | EmilienM: ack | 13:23 |
cloudnull | mornings | 13:24 |
*** ysandeep|afk is now known as ysandeep | 13:27 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/python-tripleoclient master: Cleanup playbook execution https://review.opendev.org/709136 | 13:29 |
openstackgerrit | Merged openstack/tripleo-common master: Remove capabilities-map.yaml related checks from plan workflows https://review.opendev.org/708307 | 13:32 |
EmilienM | chem, weshay|ruck: FYI I think the stable/train tripleo-ci-centos-7-containerized-undercloud-upgrades is broken because of me and I have 2 patches to fix it: https://review.opendev.org/#/c/709043/ https://review.opendev.org/#/c/709028/ | 13:32 |
EmilienM | bogdando: ^ FYI too, so please no recheck on the paunch patch | 13:32 |
bogdando | EmilienM: ack | 13:33 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible stable/train: tripleo_container_rm: also remove systemd requires when they exist https://review.opendev.org/709137 | 13:34 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible stable/train: podman/systemd: manage timer requires https://review.opendev.org/709138 | 13:34 |
openstackgerrit | Merged openstack/python-tripleoclient master: Remove capabilities-map.yaml related functionality https://review.opendev.org/708320 | 13:35 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-upgrade stable/train: Configure undercloud_enable_paunch when set https://review.opendev.org/708790 | 13:35 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/python-tripleoclient master: WIP remove mistral from parameters https://review.opendev.org/709141 | 13:39 |
*** dpawlik has quit IRC | 13:40 | |
*** ysandeep is now known as ysandeep|away | 13:41 | |
*** jpena|lunch is now known as jpena | 13:42 | |
*** jdandrea has joined #tripleo | 13:46 | |
*** dpawlik has joined #tripleo | 13:48 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ci master: container-build: use the new --work-dir option https://review.opendev.org/709117 | 13:52 |
EmilienM | TIL you can put multiple gerrit ID in https://zuul.openstack.org/status to monitor multiple patches in one tab | 13:54 |
Tengu | oh? | 13:56 |
Tengu | EmilienM: space-separated, or coma, or... ? | 13:56 |
EmilienM | space separated but it doesn't work with 3 | 13:56 |
EmilienM | I tried with 2 | 13:56 |
paramite | Hey guys, is here anybody who is deploying regularly HA deployment (3ctr+1comp) via quickstart? | 13:57 |
*** Goneri has quit IRC | 13:57 | |
*** rpittau is now known as rpittau|afk | 13:57 | |
*** rascasoft has joined #tripleo | 13:57 | |
Tengu | nope, but if you're trying podman with centos-7, you will get issues, iirc, paramite | 13:58 |
EmilienM | paramite: not with centos7, but will work fine with centos8 | 13:59 |
EmilienM | there is a third party job, tripleo-ci-rhel-8-ovb-3ctlr_1comp-featureset001 | 14:00 |
EmilienM | https://review.rdoproject.org/zuul/builds?job_name=tripleo-ci-rhel-8-ovb-3ctlr_1comp-featureset001 | 14:00 |
EmilienM | I see it's not passing yet, weshay|ruck & team probably knows why | 14:00 |
*** dpawlik has quit IRC | 14:00 | |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/tripleo-ci master: [WIP] Improve build images role for CentOS8 https://review.opendev.org/708599 | 14:01 |
EmilienM | https://logserver.rdoproject.org/89/709089/1/openstack-check/tripleo-ci-rhel-8-ovb-3ctlr_1comp-featureset001/39cf927/logs/undercloud/home/zuul/overcloud-deploy.sh.txt.gz | 14:01 |
EmilienM | it is using Podman for sure | 14:01 |
Tengu | well on rhel-8, no real choice right' :) | 14:02 |
chandankumar | mwhahaha, EmilienM weshay|ruck https://review.opendev.org/#/c/709082/ and https://review.opendev.org/#/c/709085/ | 14:02 |
chandankumar | thanks! | 14:02 |
EmilienM | Tengu: it works with commas | 14:03 |
EmilienM | Tengu: e.g. 708790,709117,700738 | 14:03 |
Tengu | ah, cool | 14:03 |
paramite | I'm having issues with centos7 and docker, which is why I'm asking | 14:03 |
paramite | thanks for the pointers | 14:03 |
Tengu | EmilienM: you probably had 2 because they were linked with depends-on? | 14:03 |
EmilienM | Tengu: no no, you need the commas | 14:04 |
EmilienM | paramite: what issues? be specific? | 14:04 |
paramite | EmilienM, https://bugs.launchpad.net/tripleo/+bug/1862363 | 14:04 |
openstack | Launchpad bug 1862363 in tripleo "tripleo-quickstart does not work for 3ctrl_1com.yml" [Undecided,New] | 14:04 |
*** ansmith_ has quit IRC | 14:04 | |
Tengu | ah, resources weren't updated in the overcloud. | 14:05 |
EmilienM | paramite: what server do you have? | 14:05 |
*** ansmith has joined #tripleo | 14:05 | |
Tengu | *undercloud | 14:05 |
paramite | EmilienM, CentOS7.6 | 14:06 |
EmilienM | paramite: no... what specs, memory, cpu etc | 14:06 |
paramite | EmilienM, Thanks to mschuppert I now know that the issue is that the cause was not deploying HA (pacemaker) | 14:06 |
*** lbragstad has joined #tripleo | 14:08 | |
paramite | EmilienM, but using config/general_config/pacemaker.yml has issues too. I'm redeploying currently, so I can be specific with that once deployment ends | 14:08 |
EmilienM | paramite: I closed your bug, you don't respect minimal requirements that are documented. | 14:11 |
paramite | EmilienM, ack | 14:12 |
EmilienM | you need more RAM at least. | 14:13 |
Tengu | iirc 24G minimum | 14:14 |
Tengu | and something like 100G for disk space. | 14:14 |
Tengu | swap is a plus if you provide "only" 24G though | 14:14 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ci master: container-build: use the new --work-dir option https://review.opendev.org/709117 | 14:16 |
*** mcornea has joined #tripleo | 14:18 | |
*** leanderthal has joined #tripleo | 14:21 | |
EmilienM | Tengu: FYI https://review.opendev.org/#/c/709147/ | 14:21 |
EmilienM | :D | 14:21 |
openstackgerrit | Douglas Mendizábal proposed openstack/tripleo-heat-templates master: Add parameters for VNC console proxy SSL/TLS settings https://review.opendev.org/680752 | 14:22 |
*** amoralej is now known as amoralej|lunch | 14:23 | |
*** dking_desktop has left #tripleo | 14:37 | |
openstackgerrit | Merged openstack/ansible-role-collect-logs master: Assure pyyaml is installed before running sova test https://review.opendev.org/703781 | 14:37 |
openstackgerrit | Merged openstack/ansible-role-collect-logs master: Upgrade to molecule 3.0 https://review.opendev.org/708020 | 14:37 |
*** rfolco has quit IRC | 14:47 | |
*** TrevorV has joined #tripleo | 14:49 | |
*** rfolco has joined #tripleo | 14:54 | |
Tengu | EmilienM: ah, well, this explains then :) | 14:55 |
EmilienM | weshay|ruck: https://1adb2942021be80c7e84-6184177f813e02cea581e5071c033549.ssl.cf1.rackcdn.com/709117/4/check/tripleo-build-containers-centos-7/68ef2a0/logs/build.log | 14:57 |
EmilienM | depends-on didn't work | 14:57 |
EmilienM | weshay|ruck: it's installing old tripleoclient :( | 15:01 |
weshay|ruck | me looks | 15:02 |
EmilienM | weshay|ruck: I can make the Depends-On the other way around but it'll cause problems to land that code | 15:02 |
EmilienM | at least we can do it for testing | 15:02 |
weshay|ruck | EmilienM, /me notes some of this code may come from a protected repo and thus disable depends-on | 15:02 |
EmilienM | weshay|ruck: for sure it does | 15:02 |
EmilienM | but we shouldn't do that imo | 15:02 |
weshay|ruck | I would hope that the check job.. does not use protected repos | 15:02 |
weshay|ruck | EmilienM, ya.. that's what I'm look for now | 15:03 |
EmilienM | switching the dependson won't help anyway | 15:03 |
weshay|ruck | EmilienM, I don't see the registry login running in https://1adb2942021be80c7e84-6184177f813e02cea581e5071c033549.ssl.cf1.rackcdn.com/709117/4/check/tripleo-build-containers-centos-7/68ef2a0/job-output.txt | 15:08 |
* weshay|ruck looks at job def for required projects | 15:08 | |
weshay|ruck | required-projects: | 15:09 |
weshay|ruck | - opendev.org/openstack/ansible-role-container-registry | 15:09 |
weshay|ruck | - opendev.org/openstack/kolla | 15:09 |
weshay|ruck | - opendev.org/openstack/python-tripleoclient | 15:09 |
weshay|ruck | - opendev.org/openstack/requirements | 15:09 |
weshay|ruck | - opendev.org/openstack/tripleo-common | 15:09 |
weshay|ruck | - opendev.org/openstack/tripleo-repos | 15:09 |
weshay|ruck | EmilienM, afaict.. the change should be integrated | 15:09 |
EmilienM | I'm not sure what it has to do with registry login | 15:10 |
weshay|ruck | EmilienM, you also have https://logserver.rdoproject.org/39/709039/2/openstack-check/tripleo-build-containers-rhel-8-master/4fb6b5a/logs/ | 15:11 |
weshay|ruck | EmilienM, registry login would be the protected part.. which would prevent the change from integrating | 15:12 |
weshay|ruck | EmilienM, https://logserver.rdoproject.org/17/709117/4/openstack-check/tripleo-build-containers-centos-8-master/154aac5/ | 15:12 |
weshay|ruck | EmilienM, https://logserver.rdoproject.org/17/709117/4/openstack-check/tripleo-build-containers-centos-8-master/154aac5/logs/buildah-builds/kolla-builds/7d7c14a1-5bab-4c96-926f-5792dc7b0108/docker/base/base-build.log | 15:13 |
weshay|ruck | looks like it worked | 15:13 |
EmilienM | yep | 15:14 |
EmilienM | weshay|ruck: https://logserver.rdoproject.org/17/709117/4/openstack-check/tripleo-build-containers-centos-8-master/154aac5/logs/buildah-builds/kolla-builds/ | 15:14 |
EmilienM | this is the dir I'm creating in my patch | 15:14 |
EmilienM | so yeah it worked in RDO | 15:14 |
EmilienM | "it works in RDO" is the new "it works in devstack" | 15:14 |
weshay|ruck | EmilienM, maybe we do need to nuke centos-7 now | 15:15 |
EmilienM | and you have logs: https://logserver.rdoproject.org/17/709117/4/openstack-check/tripleo-build-containers-centos-8-master/154aac5/logs/buildah-builds/kolla-builds/7d7c14a1-5bab-4c96-926f-5792dc7b0108/docker/aodh/aodh-api/aodh-api-build.log | 15:15 |
weshay|ruck | EmilienM, it worked on centos-8 mutha fucka | 15:15 |
EmilienM | so you can debug | 15:15 |
EmilienM | you're welcome | 15:15 |
weshay|ruck | marios|ruck, mwhahaha I think we will have to kill the centos-7 containers build job .. so will get there in a few | 15:17 |
mwhahaha | should only be on master (hence my patch) | 15:17 |
mwhahaha | but yes | 15:17 |
weshay|ruck | aye | 15:17 |
weshay|ruck | just need a few | 15:17 |
weshay|ruck | Thanks a million EmilienM | 15:18 |
marios|ruck | weshay|ruck: mwhahaha: if we wanted to keep it for few days, until we get centos8 sorted & promoting/voting etc we can do that https://review.opendev.org/#/c/709069/ it's green with the pinned package | 15:18 |
mwhahaha | i don't think there's a point | 15:19 |
marios|ruck | mwhahaha: agree... pinning doesn't make sense. as i commented on https://review.opendev.org/708893 we WILL do that just wondering if we are ready to do it today | 15:19 |
mwhahaha | tbh | 15:19 |
*** amoralej|lunch is now known as amoralej | 15:19 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/python-tripleoclient master: Remove the mistral from the check_deprecated_parameters workflow https://review.opendev.org/709141 | 15:21 |
chandankumar | EmilienM, can you take a look https://logserver.rdoproject.org/97/24997/8/check/tripleo-centos-8-buildimage-ironic-python-agent/7a7abcf/ironic-python-agent.log | 15:22 |
chandankumar | EmilienM, I am not sure why it is pulling scsi-target-utils package | 15:23 |
chandankumar | it is not getting pullled in rhel8 | 15:23 |
chandankumar | EmilienM, Here is the image file https://review.opendev.org/#/c/708606 | 15:23 |
openstackgerrit | Marios Andreou proposed openstack/tripleo-docs master: Document override tripleo-ci-testing with dlrn_hash_tag testproject https://review.opendev.org/708914 | 15:25 |
openstackgerrit | wes hayutin proposed openstack/tripleo-ci master: Remove centos-7 container for U https://review.opendev.org/708893 | 15:26 |
marios|ruck | weshay|ruck: so abandoning that one then https://review.opendev.org/#/c/709069/ | 15:28 |
weshay|ruck | marios|ruck, let's get this one through https://review.opendev.org/#/c/709117/4 | 15:29 |
weshay|ruck | marios|ruck, and the depends on | 15:30 |
mwhahaha | chandankumar: it's a bug in diskimage-builder | 15:31 |
mwhahaha | chandankumar: it's missing the correct package map for the ironic-agent element | 15:31 |
chandankumar | http://codesearch.openstack.org/?q=iscsi_package&i=nope&files=&repos= | 15:31 |
mwhahaha | https://opendev.org/openstack/diskimage-builder/src/branch/master/diskimage_builder/elements/ironic-agent/pkg-map#L15 | 15:31 |
mwhahaha | it's missing scsi-target-utils not iscsi | 15:32 |
mwhahaha | looks like the rhel8 bit is supposed to be using targetcli | 15:32 |
mwhahaha | https://opendev.org/openstack/diskimage-builder/src/branch/master/diskimage_builder/elements/ironic-agent/pkg-map#L5 | 15:32 |
mwhahaha | we need a centos8 thing | 15:33 |
mwhahaha | or it shouldn't reference rhel | 15:33 |
mwhahaha | that's the problem | 15:33 |
mwhahaha | it's targeted to rhel8 not redhat family 8 | 15:33 |
chandankumar | mwhahaha, thank, send a patch | 15:33 |
weshay|ruck | :) | 15:33 |
*** ykarel|afk is now known as ykarel | 15:34 | |
*** Goneri has joined #tripleo | 15:36 | |
marios|ruck | weshay|ruck: will we need another patch to collect /tmp/kolla-builds after https://review.opendev.org/#/c/709117/4/roles/build-containers/templates/build.sh.j2 | 15:37 |
weshay|ruck | marios|ruck, it just works | 15:37 |
mwhahaha | no it already collects /tmp/kolla-* | 15:37 |
weshay|ruck | because we pull /tmp/kolla* | 15:37 |
marios|ruck | weshay|ruck: mwhahaha: k thanks missed it was trying to grep for it now | 15:38 |
mwhahaha | it's in tripleo-ci | 15:38 |
mwhahaha | it's not quickstart log collection | 15:38 |
marios|ruck | mwhahaha: yeah i was grepping for 'kolla-builds' ... but the regext is ./roles/build-containers/tasks/post.yaml:17: mv /tmp/kolla-* {{ workspace }}/logs/buildah-builds/ || true | 15:39 |
marios|ruck | thanks | 15:39 |
*** jpena is now known as jpena|off | 15:39 | |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/diskimage-builder master: Added ironic-agent pkg-map for CentOS-8 https://review.opendev.org/709159 | 15:40 |
*** dpawlik has joined #tripleo | 15:41 | |
*** jpena|off is now known as jpena | 15:42 | |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/tripleo-ci master: [WIP] Improve build images role for CentOS8 https://review.opendev.org/708599 | 15:43 |
weshay|ruck | chandankumar++ | 15:47 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ci master: container-build: use the new --work-dir option https://review.opendev.org/709117 | 15:47 |
EmilienM | weshay|ruck: ^ rebased, it should now pass | 15:48 |
EmilienM | however https://review.opendev.org/#/c/709039/ will need mwhahaha's patch | 15:48 |
mwhahaha | oh my patch missed tripleo-build-containers-centos-7-buildah | 15:48 |
chem | fmount: hey, what is the tag I should skip to have this working ? | 15:48 |
weshay|ruck | ya. disabling centos-7 ussuri | 15:48 |
*** cfontain has joined #tripleo | 15:49 | |
chem | fmount: sorry forgot ... | 15:49 |
chem | fmount: opendev-validations oki :) | 15:49 |
fmount | chem: yeah right, in tht there are two tags opendev and opendev-validations | 15:50 |
EmilienM | mwhahaha: no | 15:50 |
EmilienM | mwhahaha: it's parent | 15:50 |
EmilienM | so it should be good? | 15:50 |
chem | fmount: going to give that a try http://pastebin.test.redhat.com/838458 | 15:50 |
chem | fmount: maybe that's enough :) | 15:51 |
fmount | skip-tags | 15:51 |
fmount | I think you should add a 's' | 15:51 |
EmilienM | mwhahaha: check zuul, no more centos7 build job ;-) | 15:51 |
mwhahaha | maybe | 15:51 |
EmilienM | mwhahaha: zuul inheritance saved you :P | 15:51 |
chem | fmount: oh sharp eye, thanks | 15:51 |
chem | fmount++ | 15:51 |
chem | fmount: should I skip opendev as well ? | 15:52 |
EmilienM | marios|ruck, weshay|ruck : seeing that in check now: http://paste.openstack.org/show/789861/ | 15:52 |
fmount | chem: to make sure I'd skip both tags | 15:52 |
fmount | because the task has both opendev and opendev-validations tags | 15:53 |
*** leanderthal has quit IRC | 15:53 | |
chem | fmount: so this look rigth http://pastebin.test.redhat.com/838461 | 15:53 |
weshay|ruck | EmilienM, that should be ignored.. you'll see the error but shouldn't fail the job | 15:53 |
marios|ruck | EmilienM: link? | 15:53 |
EmilienM | https://zuul.openstack.org/stream/eb33fcc44ee2489b990bfb3adb107e89?logfile=console.log | 15:53 |
fmount | chem: ok, it should work | 15:53 |
weshay|ruck | EmilienM, 2020-02-21 15:51:37.023702 | primary | undercloud : ok=102 changed=40 unreachable=0 failed=0 skipped=58 rescued=0 ignored=2 | 15:54 |
chem | fmount: thanks | 15:54 |
weshay|ruck | EmilienM, you are too noisy | 15:54 |
EmilienM | weshay|ruck: sorry for noise | 15:54 |
weshay|ruck | :) | 15:54 |
marios|ruck | EmilienM: yeah what weshay|ruck said .. you can see it continues after | 15:54 |
EmilienM | so upgrade passed :D | 15:54 |
EmilienM | fultonj: ^ we got the problem solved with these systemd changes | 15:54 |
EmilienM | https://review.opendev.org/#/c/709137/ and its parent | 15:54 |
weshay|ruck | arxcruz, you'll want to sync w/ sshnaidm|afk re: the tempest emailer re: vexxhost | 15:54 |
weshay|ruck | arxcruz, he'll need some context w/ that | 15:55 |
fultonj | EmilienM: so i could depends-on ^ to my thing passing or wait til it merges | 15:55 |
fultonj | fmount: ^ | 15:55 |
fultonj | EmilienM: thank you! | 15:55 |
weshay|ruck | EmilienM, thanks for rebasing | 15:56 |
fmount | oh great news | 15:57 |
fmount | thanks EmilienM | 15:57 |
*** cfontain has quit IRC | 16:00 | |
chem | fmount: are we talking about that tag https://github.com/openstack/tripleo-heat-templates/blob/7a0297e92330ade166c018a3c61203e1d58871e9/deployment/ceph-ansible/ceph-base.yaml#L662 | 16:02 |
openstackgerrit | Michele Baldessari proposed openstack/puppet-pacemaker master: Add force parameter for all pcmk_ types https://review.opendev.org/708737 | 16:02 |
EmilienM | fultonj: it'll merge today if things are good | 16:04 |
*** jdandrea has quit IRC | 16:07 | |
*** paramite has quit IRC | 16:08 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible master: Run standalone-upgrade job when touching container roles https://review.opendev.org/709179 | 16:11 |
fmount | oh chem sorry yes | 16:11 |
*** rfolco is now known as rfolco|eats | 16:11 | |
fmount | these two tags | 16:11 |
openstackgerrit | Ade Lee proposed openstack/tripleo-ansible master: Add role to add ipa services for tls-everywhere https://review.opendev.org/691906 | 16:12 |
openstackgerrit | Ade Lee proposed openstack/tripleo-ansible master: Add code to deregister nodes and services from freeipa https://review.opendev.org/700226 | 16:12 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-heat-templates master: Remove old standalone.yaml https://review.opendev.org/706636 | 16:13 |
openstackgerrit | Ade Lee proposed openstack/tripleo-ansible master: Make sure not to re-enroll already enrolled server https://review.opendev.org/704404 | 16:13 |
openstackgerrit | Ade Lee proposed openstack/tripleo-ansible master: Added files to allow cleanup when stack delete is called https://review.opendev.org/706588 | 16:13 |
openstackgerrit | Merged openstack/python-tripleoclient master: Improve the way of handling inventory for ansible_runner https://review.opendev.org/708043 | 16:13 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/python-tripleoclient master: Add handler for exception raising https://review.opendev.org/708942 | 16:14 |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-ci master: Add option to use the hash_info file to get container tags https://review.opendev.org/709180 | 16:14 |
*** chem has quit IRC | 16:16 | |
openstackgerrit | Michele Baldessari proposed openstack/tripleo-heat-templates master: WIP pcs commands on host: haproxy bundle https://review.opendev.org/707953 | 16:16 |
openstackgerrit | Michele Baldessari proposed openstack/tripleo-heat-templates master: WIP pcs commands on host: redis https://review.opendev.org/707954 | 16:16 |
openstackgerrit | Michele Baldessari proposed openstack/tripleo-heat-templates master: WIP pcs commands on host: mysql https://review.opendev.org/707955 | 16:16 |
openstackgerrit | Michele Baldessari proposed openstack/tripleo-heat-templates master: WIP pcs commands on host: cinder backup/volume https://review.opendev.org/707956 | 16:16 |
openstackgerrit | Michele Baldessari proposed openstack/tripleo-heat-templates master: WIP pcs commands on host: ovn dbs, missing the old cruft removal stuff https://review.opendev.org/707957 | 16:16 |
openstackgerrit | Michele Baldessari proposed openstack/tripleo-heat-templates master: WIP pcs commands on host: rabbitmq https://review.opendev.org/707958 | 16:16 |
openstackgerrit | Michele Baldessari proposed openstack/tripleo-heat-templates master: WIP pcs commands on host: manila-share https://review.opendev.org/708357 | 16:16 |
openstackgerrit | Michele Baldessari proposed openstack/tripleo-heat-templates master: WIP drop bootstrap_host_exec from pacemaker_restart_bundle https://review.opendev.org/709181 | 16:16 |
openstackgerrit | Michele Baldessari proposed openstack/tripleo-heat-templates master: WIP Keep hash of config of previous run around https://review.opendev.org/709182 | 16:16 |
EmilienM | bandini: did it work^ ? | 16:20 |
bandini | EmilienM: it is more or less working yes, I need to finish a bunch of tests around minor update and then clean the code up, but it's shaping up to do what we want yes ;) | 16:20 |
EmilienM | bandini: are you testing without Paunch? | 16:21 |
bandini | EmilienM: ah not yet no, I am first testing the concept per se | 16:21 |
bandini | i.e on downstream 16 + patches | 16:21 |
bandini | once I know it can work in all cases I'll investigate | 16:22 |
EmilienM | ++ | 16:22 |
openstackgerrit | Merged openstack/tripleo-ansible master: tripleo_container_rm: also remove systemd requires when they exist https://review.opendev.org/709028 | 16:24 |
openstackgerrit | Merged openstack/tripleo-ansible master: Add CI proxy settings to role skeleton https://review.opendev.org/708903 | 16:24 |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-ci master: Add option to use the hash_info file to get container tags https://review.opendev.org/709180 | 16:27 |
*** cfontain has joined #tripleo | 16:33 | |
*** rfolco|eats is now known as rfolco | 16:33 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible stable/train: tripleo_container_manage: add systemd testcase for service reload https://review.opendev.org/709187 | 16:38 |
*** cfontain has quit IRC | 16:39 | |
*** lmiccini has quit IRC | 16:39 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ansible stable/train: Run standalone-upgrade job when touching container roles https://review.opendev.org/709188 | 16:40 |
*** cfontain has joined #tripleo | 16:41 | |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-ci master: Add option to use the hash_info file to get container tags https://review.opendev.org/709180 | 16:41 |
*** alexmcleod has quit IRC | 16:41 | |
EmilienM | mwhahaha, weshay|ruck : https://review.opendev.org/#/c/700738/ is finally green, and upgrade pass. Maybe we can give it a shot | 16:46 |
*** iurygregory has quit IRC | 16:46 | |
*** cfontain has quit IRC | 16:46 | |
weshay|ruck | marios|ruck, looking good :) https://review.rdoproject.org/zuul/builds?job_name=tripleo-ci-centos-7-ovb-3ctlr_1comp-featureset001 | 16:47 |
weshay|ruck | marios|ruck, may have to switch over to the internal cockpit for a while | 16:48 |
marios|ruck | weshay|ruck: k | 16:51 |
*** lucasagomes has quit IRC | 16:53 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/python-tripleoclient master: Remove the mistral from the check_deprecated_parameters workflow https://review.opendev.org/709141 | 16:55 |
openstackgerrit | Merged openstack/tripleo-ansible master: Add tmpwatch to the bootstrap https://review.opendev.org/708986 | 16:55 |
openstackgerrit | Merged openstack/tripleo-ansible master: tripleo_container_manage: add systemd testcase for service reload https://review.opendev.org/709040 | 16:55 |
openstackgerrit | Merged openstack/tripleo-ansible master: Add tripleo-common and other client libraries to requirements https://review.opendev.org/709068 | 16:55 |
cloudnull | d0ugal ekultails apetrich: https://review.opendev.org/709141 - updates the test | 16:56 |
*** tesseract has quit IRC | 17:00 | |
*** bogdando has quit IRC | 17:01 | |
*** marios|ruck is now known as marios|out | 17:02 | |
ekultails | +1 | 17:03 |
*** yprokule has quit IRC | 17:03 | |
openstackgerrit | Alex Schultz proposed openstack/tripleo-ansible stable/train: Add tmpwatch to the bootstrap https://review.opendev.org/709190 | 17:08 |
*** rascasoft has quit IRC | 17:11 | |
*** marios|out has quit IRC | 17:15 | |
*** dtantsur is now known as dtantsur|afk | 17:16 | |
*** holser has quit IRC | 17:19 | |
*** holser has joined #tripleo | 17:20 | |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-ci master: Use md5sum if baseurl shows up more than once in delorean.repo file https://review.opendev.org/709193 | 17:23 |
*** tosky has quit IRC | 17:23 | |
arxcruz | weshay|ruck: ack | 17:31 |
*** mcornea has quit IRC | 17:32 | |
*** mcornea has joined #tripleo | 17:32 | |
*** evrardjp has quit IRC | 17:34 | |
*** evrardjp has joined #tripleo | 17:35 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/python-tripleoclient master: Cleanup playbook execution https://review.opendev.org/709136 | 17:35 |
*** Trevor_V has joined #tripleo | 17:39 | |
*** TrevorV has quit IRC | 17:42 | |
*** amoralej is now known as amoralej|off | 17:44 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/tripleo-ansible master: Ensure ruamel is included when we build test environments https://review.opendev.org/709199 | 17:45 |
*** pkopec is now known as pkopec|afk | 17:46 | |
*** pkopec|afk has quit IRC | 17:46 | |
*** jpena is now known as jpena|off | 17:47 | |
*** jpich has quit IRC | 17:51 | |
*** pbandark has quit IRC | 17:53 | |
*** derekh has quit IRC | 17:58 | |
*** holser has quit IRC | 18:04 | |
*** jdandrea has joined #tripleo | 18:05 | |
openstackgerrit | wes hayutin proposed openstack/tripleo-ci master: Try using packages for centos7 containers build jobs https://review.opendev.org/709209 | 18:07 |
weshay|ruck | ykarel, ^ | 18:08 |
weshay|ruck | since marios -2 his | 18:08 |
weshay|ruck | imho let's do both | 18:08 |
ykarel | weshay|ruck, which is the second one? | 18:09 |
weshay|ruck | ykarel, mwhahaha's patch https://review.opendev.org/#/c/708893/ | 18:10 |
ykarel | weshay|ruck, but that has issue | 18:10 |
ykarel | needs to fix branches, else jobs will not run | 18:10 |
mwhahaha | what are you talking about | 18:10 |
ykarel | if u see that patch, container build jobs not running there | 18:10 |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-ci master: Use md5sum if baseurl shows up more than once in delorean.repo file https://review.opendev.org/709193 | 18:11 |
ykarel | all releases container build jobs should run except master, tripleo-ci is branchless | 18:11 |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/queens: NodeDataLookup utility should rely on python env https://review.opendev.org/708978 | 18:11 |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/stein: NodeDataLookup utility should rely on python env https://review.opendev.org/708980 | 18:11 |
mwhahaha | oh it's a mis configuratio of the branched jobs | 18:11 |
mwhahaha | since they dont' explicilty say master | 18:11 |
ykarel | yes | 18:12 |
weshay|ruck | oh crap.. now I grok | 18:12 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/python-tripleoclient master: Remove mistral when creating the overcloudrc file. https://review.opendev.org/694138 | 18:12 |
weshay|ruck | shit | 18:12 |
mwhahaha | well that only affects tripleo-ci | 18:12 |
ykarel | yes | 18:12 |
mwhahaha | which is not that big of a deal | 18:13 |
weshay|ruck | tru | 18:13 |
ykarel | those branched jobs run i think only on tripleo-ci | 18:13 |
weshay|ruck | yes | 18:13 |
weshay|ruck | the jobs w/o the release attached run everywhere but tripleo-ci | 18:13 |
* fultonj going to recheck https://review.opendev.org/#/c/708513/ + https://review.opendev.org/#/c/708878/ after https://review.opendev.org/#/c/709043/ merges | 18:18 | |
fultonj | EmilienM: fyi ^ | 18:18 |
EmilienM | fultonj: i think you also need the backports to be landed | 18:19 |
fultonj | EmilienM: oh yeah | 18:19 |
EmilienM | fultonj: they are all in gate | 18:19 |
EmilienM | they should be merged in less than 1h | 18:20 |
openstackgerrit | Lars Kellogg-Stedman proposed openstack/tripleo-heat-templates stable/stein: [Stein and older] Ensure tmpwatch installed https://review.opendev.org/709210 | 18:21 |
*** cfontain has joined #tripleo | 18:23 | |
*** ykarel is now known as ykarel|away | 18:24 | |
*** jdandrea has quit IRC | 18:27 | |
*** jdandrea has joined #tripleo | 18:27 | |
cloudnull | anyone around mind giving https://review.opendev.org/#/c/709199 a push | 18:28 |
cloudnull | will unblock some of new module reviews | 18:28 |
mwhahaha | why are we ruameling? | 18:29 |
cloudnull | its used in the doc plugin | 18:30 |
mwhahaha | meh | 18:30 |
cloudnull | it lets comments persist when we render yaml | 18:30 |
cloudnull | apetrich ping | 18:32 |
openstackgerrit | Lars Kellogg-Stedman proposed openstack/tripleo-heat-templates stable/stein: [Stein and older] Ensure rsync installed https://review.opendev.org/709210 | 18:32 |
*** openstackstatus has quit IRC | 18:33 | |
*** cfontain has quit IRC | 18:37 | |
EmilienM | cloudnull, mwhahaha: do you remember why tripleo-ansible doesn't share the same queue as the rest of tripleo? | 18:44 |
mwhahaha | left overs from when we weren't using it as much | 18:44 |
EmilienM | ah ok | 18:45 |
EmilienM | it sounds dangerous to me | 18:45 |
mwhahaha | it also allows us to land shit way faster | 18:45 |
mwhahaha | it's only dangerous if you don't have proper job converage in tripleo-ansible | 18:45 |
mwhahaha | which points to a lack of propoer job config | 18:45 |
EmilienM | right | 18:45 |
EmilienM | fair enough | 18:46 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/python-tripleoclient master: Remove mistral when creating the overcloudrc file. https://review.opendev.org/694138 | 18:49 |
openstackgerrit | yatin proposed openstack/tripleo-ci master: Fix run for branched build-containers job https://review.opendev.org/709214 | 18:51 |
ykarel|away | weshay|ruck, mwhahaha posted on top of other patch as that's about to go in gate ^^ | 18:51 |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-quickstart master: DNM: Really DNM ... Testing centos 8 release files and repos https://review.opendev.org/709215 | 18:52 |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/rocky: NodeDataLookup utility should rely on python env https://review.opendev.org/708981 | 18:59 |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/stein: [Stein-only] add no_log to the podman login https://review.opendev.org/708984 | 18:59 |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/stein: [Stein and older] Ensure tmpwatch installed https://review.opendev.org/708987 | 18:59 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Remove capabilities-map.yaml https://review.opendev.org/708309 | 18:59 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/python-tripleoclient master: Start moving the import CLI command to the Ansible implementation https://review.opendev.org/698723 | 18:59 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/python-tripleoclient master: Start moving the import CLI command to the Ansible implementation https://review.opendev.org/698723 | 19:03 |
apetrich | cloudnull, still there? | 19:03 |
cloudnull | yup | 19:03 |
apetrich | cloudnull, how can I help? | 19:03 |
cloudnull | do you have something up for the deploy_plan task you were working on ? | 19:04 |
apetrich | cloudnull, nope nothing up. | 19:04 |
cloudnull | anything you have locally that you can push as WIP ? | 19:04 |
apetrich | Monday I can pop some wip up for visibility | 19:05 |
apetrich | :) | 19:05 |
apetrich | aye | 19:05 |
* cloudnull looking to get that task done before we go full into the baremetal side | 19:05 | |
* ykarel|away out | 19:05 | |
apetrich | Sure do. CYA Monday. I have to go back to picard :) | 19:06 |
weshay|ruck | ykarel|away, thanks | 19:08 |
cloudnull | apetrich take care | 19:08 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/python-tripleoclient master: Migrate the openstack overcloud delete command to use Ansible https://review.opendev.org/687531 | 19:09 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/python-tripleoclient master: Client code to do node import with ansible instead of mistral https://review.opendev.org/704561 | 19:16 |
openstackgerrit | Merged openstack/tripleo-ansible master: podman/systemd: manage timer requires https://review.opendev.org/709043 | 19:22 |
openstackgerrit | Merged openstack/tripleo-ansible stable/train: tripleo_container_rm: also remove systemd requires when they exist https://review.opendev.org/709137 | 19:22 |
openstackgerrit | Merged openstack/tripleo-ansible stable/train: podman/systemd: manage timer requires https://review.opendev.org/709138 | 19:22 |
openstackgerrit | Merged openstack/tripleo-ansible master: Run standalone-upgrade job when touching container roles https://review.opendev.org/709179 | 19:22 |
openstackgerrit | Merged openstack/tripleo-ansible stable/train: tripleo_container_manage: add systemd testcase for service reload https://review.opendev.org/709187 | 19:22 |
openstackgerrit | Merged openstack/tripleo-ansible master: Ensure ruamel is included when we build test environments https://review.opendev.org/709199 | 19:22 |
*** chandankumar is now known as raukadah | 19:27 | |
*** jfrancoa has quit IRC | 19:52 | |
ade_lee | EmilienM, slagle , cloudnull , mwhahaha -- what is the playbook tripleo_ansible/playbooks/cli-overcloud-delete.yaml in tripleo-ansible? | 20:02 |
ade_lee | is that something that is automatically invoked when you do an overcloud delete? | 20:03 |
cloudnull | ade_lee it will be, eventually | 20:04 |
cloudnull | ade_lee https://review.opendev.org/#/c/687531/ | 20:05 |
ade_lee | cloudnull, sweet -- I was looking for something to run some ipa cleanup code automatically on cloud delete | 20:05 |
cloudnull | all of the playbooks that have a cli- prefix are being used by the client. we've not gotten everything merged just yet, but its happening | 20:06 |
ade_lee | cloudnull, this playbook runs against a generated inventory? | 20:06 |
ade_lee | from something like -- tripleo-ansible-inventory --ansible_ssh_user tripleo --static-yaml-inventory inventory.yaml | 20:07 |
cloudnull | that no, I think it just runs against the undercloud (localhost), and pulls the cloud details using the openstack API | 20:08 |
cloudnull | however the invocation of a playbook that targets a given inventory would be really similar | 20:09 |
ade_lee | cloudnull, ack -- I'm just confirming when the cli runs this playbook, it will have the params that would be defined in such a generated inventory | 20:09 |
ade_lee | (however its generated) | 20:10 |
cloudnull | it looks like the playbook only takes the one param "stack_name" | 20:11 |
cloudnull | https://github.com/openstack/tripleo-ansible/blob/master/tripleo_ansible/playbooks/cli-overcloud-delete.yaml#L24-L31 | 20:11 |
ade_lee | cloudnull, I want to be able to do this -- https://paste.centos.org/view/72771cc4 | 20:11 |
cloudnull | then it does a lookup and deletes the given stack / plan containers. | 20:11 |
cloudnull | sure. one sec. | 20:12 |
cloudnull | https://pasted.tech/pastes/796029e8a5c5c7350d67a0f567812367abce84dc | 20:14 |
cloudnull | with something like that you'd be able to run it within the client | 20:14 |
cloudnull | just need to feed the appropriate extra_vars into the client command | 20:15 |
cloudnull | like so https://github.com/openstack/python-tripleoclient/blob/3d9e02b9b9233ef437b3c41390303b63d3e33332/tripleoclient/workflows/deployment.py#L241-L254 | 20:16 |
ade_lee | cloudnull, thanks -- parsing through it .. | 20:20 |
cloudnull | ade_lee https://pasted.tech/pastes/42ee25f88d9ee3a160f21b39d822278811ae05e6 | 20:21 |
cloudnull | something like that would probably work | 20:21 |
ade_lee | ah cool | 20:21 |
*** TrevorV has joined #tripleo | 20:23 | |
cloudnull | https://pasted.tech/pastes/d4fd0ab6c2f18f4ed187ab945d268ba88b6c675c - IDK where the command would live in the client, but that would get it done. | 20:25 |
cloudnull | its running on the undercloud, so no need to specify the ssh_user/key | 20:26 |
cloudnull | its all pseudo code , so YMMV :D | 20:26 |
ade_lee | :) | 20:26 |
*** Trevor_V has quit IRC | 20:27 | |
ade_lee | cloudnull, whats do you mean by "IDK where the command would live in the client" ? I'd want to have this run whenever we did a stack delete | 20:27 |
cloudnull | oh, cool then it could be even simpler. | 20:28 |
cloudnull | https://review.opendev.org/#/c/687531/11/tripleoclient/v2/overcloud_delete.py@62 | 20:28 |
cloudnull | the playbook runner can run more than one playbook at a time | 20:29 |
cloudnull | so just make that line a list | 20:29 |
cloudnull | and extend the extra_vars | 20:29 |
ade_lee | sweet | 20:29 |
ade_lee | cloudnull, comma separaated string of playbooks, or actual list? | 20:31 |
ade_lee | ['foo', 'bar'] ? | 20:32 |
cloudnull | an actual list | 20:32 |
ade_lee | cool | 20:33 |
*** mcornea has quit IRC | 20:35 | |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-quickstart master: DNM: Really DNM ... Testing centos 8 release files and repos https://review.opendev.org/709215 | 20:47 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Make yaml-validate.py work with new t-h-t layout https://review.opendev.org/688710 | 20:58 |
*** bandini has quit IRC | 21:03 | |
openstackgerrit | Alex Schultz proposed openstack/tripleo-heat-templates stable/rocky: [Stein and older] Ensure tmpwatch installed https://review.opendev.org/709242 | 21:17 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-heat-templates stable/queens: [Stein and older] Ensure tmpwatch installed https://review.opendev.org/709243 | 21:17 |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-quickstart master: DNM: Really DNM ... Testing centos 8 release files and repos https://review.opendev.org/709215 | 21:20 |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-quickstart master: DNM: Really DNM ... Testing centos 8 release files and repos https://review.opendev.org/709215 | 21:39 |
*** TrevorV has quit IRC | 21:47 | |
fultonj | hated hated fetch directory, today I have my revenge! | 21:51 |
openstackgerrit | John Fulton proposed openstack/tripleo-common master: WIP: Do not create temporary swift URLS for ceph-ansible https://review.opendev.org/709249 | 21:51 |
mwhahaha | :D | 21:51 |
openstackgerrit | John Fulton proposed openstack/tripleo-ansible master: WIP: Remove tripleo_ceph_fetch_dir role https://review.opendev.org/709250 | 21:51 |
openstackgerrit | John Fulton proposed openstack/tripleo-heat-templates master: WIP: Remove support for ceph-ansible fetch directory https://review.opendev.org/709251 | 21:51 |
fultonj | :) | 21:52 |
*** rfolco has quit IRC | 21:52 | |
*** rlandy has quit IRC | 22:10 | |
*** xek_ has quit IRC | 22:22 | |
*** dpawlik has quit IRC | 22:22 | |
*** mmethot has joined #tripleo | 22:39 | |
*** cfontain has joined #tripleo | 22:43 | |
*** cfontain has quit IRC | 22:47 | |
*** alexmcleod has joined #tripleo | 22:56 | |
*** rfolco has joined #tripleo | 23:03 | |
*** bdodd has quit IRC | 23:05 | |
*** bdodd has joined #tripleo | 23:07 | |
openstackgerrit | wes hayutin proposed openstack/tripleo-repos master: WIP, fix tripleo-current in aggregated centos-8 dlrn repos https://review.opendev.org/709254 | 23:23 |
*** ekultails has quit IRC | 23:36 | |
*** jbadiapa has quit IRC | 23:48 | |
openstackgerrit | Alex Schultz proposed openstack/tripleo-heat-templates stable/queens: [Stein and older] Ensure rsync installed https://review.opendev.org/709260 | 23:52 |
*** holser has joined #tripleo | 23:54 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!