opendevreview | Ronelle Landy proposed openstack/openstack-tempest-skiplist master: test_trunk_subport_lifecycle test - failing fs020 https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/809962 | 00:15 |
---|---|---|
opendevreview | Steve Baker proposed openstack/tripleo-quickstart master: WIP switch to UEFI boot on featureset001 https://review.opendev.org/c/openstack/tripleo-quickstart/+/809963 | 02:34 |
opendevreview | Purandhar Sairam Mannidi proposed openstack/tripleo-heat-templates stable/victoria: Remove setting ACLs during Upgrade https://review.opendev.org/c/openstack/tripleo-heat-templates/+/809967 | 05:04 |
opendevreview | Rabi Mishra proposed openstack/tripleo-heat-templates master: Don't use *-dist.conf files in commands https://review.opendev.org/c/openstack/tripleo-heat-templates/+/809540 | 05:21 |
stevebaker | ramishra_: ah, I have an intention to use ironic-dist.conf for some very dist specific config (locations of packaged efi images) | 05:23 |
ramishra_ | stevebaker: we can keep the ironic one if that's planned to be used. Most of the services don't have anything relevant and create issues | 05:26 |
stevebaker | ramishra_: ok as long as its not a hard policy. Also ironic is the only command which doesn't include it so I'd have to add it in a change anyway | 05:27 |
ramishra_ | stevebaker: FYI we had a hack to read the *dist.conf in packaging that was removed with https://review.rdoproject.org/r/c/openstack/oslo-config-distgit/+/34938 | 05:31 |
stevebaker | ok, so explicit --config-file /usr/share/$foo/$foo-dist.conf but only when required | 05:34 |
ramishra_ | yep | 05:35 |
stevebaker | cool | 05:35 |
*** ramishra_ is now known as ramishra | 05:38 | |
*** ysandeep|away is now known as ysandeep | 05:45 | |
Tengu | hello there! is there a way to tell zuul to ignore some patters in its job definition, for instance to not trigger molecule if */meta/main.yml is modified? | 05:59 |
marios | Tengu: yeah like irrelevant-files lemme get you example | 06:11 |
marios | Tengu: if that's what you meant: https://opendev.org/openstack/tripleo-ci/src/commit/82f407c5288974428ec8d35e22ae516dc9bf0a96/zuul.d/multinode-jobs.yaml#L13 | 06:11 |
Tengu | marios: thanks - that will help merging the patch unlocking tripleo-ansible | 06:11 |
Tengu | this looks like what I want! | 06:12 |
marios | Tengu: for your reference https://zuul-ci.org/docs/zuul/reference/job_def.html#attr-job.irrelevant-files | 06:12 |
Tengu | ah, I was on duckduck for that kind of info :) | 06:12 |
opendevreview | Cedric Jeanneret proposed openstack/tripleo-ansible master: fix galaxy meta requirements https://review.opendev.org/c/openstack/tripleo-ansible/+/809643 | 06:25 |
Tengu | marios: -^^ that should make things better. | 06:25 |
Tengu | marios: if you have a moment to double check, I should have done it right, but.. | 06:26 |
opendevreview | Cedric Jeanneret proposed openstack/tripleo-ansible master: fix galaxy meta requirements https://review.opendev.org/c/openstack/tripleo-ansible/+/809643 | 06:36 |
Tengu | cloudnull: -^^ took the liberty to amend a bit your change.. | 06:36 |
marios | Tengu: lgtm | 06:38 |
Tengu | marios: thanks :) | 06:38 |
opendevreview | Rabi Mishra proposed openstack/tripleo-ansible master: Revert "Use project_id with neutron resources" https://review.opendev.org/c/openstack/tripleo-ansible/+/799761 | 06:50 |
*** ykarel_ is now known as ykarel|afk | 06:54 | |
opendevreview | Bhagyashri Shewale proposed openstack/tripleo-ci master: [WIP] Remove jobs corresponds to obselete featuresets https://review.opendev.org/c/openstack/tripleo-ci/+/808059 | 06:56 |
*** amoralej|off is now known as amoralej | 07:00 | |
*** jpena|off is now known as jpena | 07:27 | |
Tengu | marios: grumpf.... what's the point to get that option if it can't work? -.- | 07:37 |
Tengu | I may get a solution, but.. | 07:37 |
Tengu | since "files" accepts regexp. | 07:37 |
Tengu | instead of *, (tasks|templates|defaults|vars|molecule) can do the trick. | 07:38 |
opendevreview | Bhagyashri Shewale proposed openstack/tripleo-ci master: [WIP] Remove jobs corresponds to obselete featuresets https://review.opendev.org/c/openstack/tripleo-ci/+/808059 | 07:38 |
Tengu | OR, if negative lookahead are OK, (?!meta) | 07:39 |
opendevreview | Cedric Jeanneret proposed openstack/tripleo-ansible master: fix galaxy meta requirements https://review.opendev.org/c/openstack/tripleo-ansible/+/809643 | 07:47 |
Tengu | marios: -^ | 07:47 |
marios | Tengu: ah did it cause problems? | 07:48 |
Tengu | marios: well, all jobs were running... | 07:48 |
marios | Tengu: yeah as commented there we avoided it because had issues... i ddind't realise you also had 'files: there when you asked earlier | 07:48 |
Tengu | no problem, | 07:49 |
Tengu | the regexp is explained in the commit message, so everything should be fine | 07:49 |
marios | Tengu: so the 'problem' to look out for is if it fails to trigger some jobs when you expected them to | 07:49 |
Tengu | let's see. | 07:49 |
marios | Tengu: so i just commented fyi in case you see weirdness in the triggers after you merge it | 07:49 |
Tengu | marios: yeah... in this case, all jobs were triggered, while they shouldn't | 07:51 |
*** rpittau|afk is now known as rpittau | 07:55 | |
opendevreview | Bhagyashri Shewale proposed openstack/tripleo-ci master: [WIP] Remove jobs corresponds to obselete featuresets https://review.opendev.org/c/openstack/tripleo-ci/+/808059 | 07:55 |
Tengu | seems better now. | 07:55 |
Tengu | far, far, far better. | 07:55 |
*** ykarel|afk is now known as ykarel | 07:58 | |
opendevreview | Marios Andreou proposed openstack/tripleo-quickstart master: Partial revert for tripleo-quickstart/+/791486 for centos7 https://review.opendev.org/c/openstack/tripleo-quickstart/+/809670 | 08:04 |
opendevreview | Bhagyashri Shewale proposed openstack/tripleo-repos master: Add module to generate CentOS Compose repos https://review.opendev.org/c/openstack/tripleo-repos/+/804306 | 08:08 |
*** ykarel_ is now known as ykarel | 08:09 | |
opendevreview | Rabi Mishra proposed openstack/tripleo-heat-templates master: Don't use *-dist.conf files in commands https://review.opendev.org/c/openstack/tripleo-heat-templates/+/809540 | 08:09 |
*** ysandeep is now known as ysandeep|lunch | 08:53 | |
opendevreview | Merged openstack/puppet-tripleo master: Fix front/back-end options https://review.opendev.org/c/openstack/puppet-tripleo/+/809411 | 09:01 |
opendevreview | Arx Cruz proposed openstack/ansible-role-collect-logs master: [WIP] Fix molecule job https://review.opendev.org/c/openstack/ansible-role-collect-logs/+/809979 | 09:10 |
jbadiapa | marios, Tengu, I have a little question that you might know. | 09:12 |
Tengu | jbadiapa: go on? | 09:12 |
* Tengu knows nothing | 09:12 | |
jbadiapa | marios, Tengu, I saw that the undercloud https://github.com/openstack/tripleo-heat-templates/blob/master/environments/undercloud.yaml#L108 | 09:12 |
jbadiapa | XDDDD, Tengu snow??? | 09:13 |
Tengu | :) | 09:13 |
jbadiapa | direct, and ansible as a ironic enabled interfaces | 09:13 |
jbadiapa | I need to add ramdisk there on a deployed environment. | 09:14 |
jbadiapa | I tried just to update the envifile and re-install the undercloud, but it didnt work | 09:14 |
jbadiapa | the /var/lib/config-data/ironic.... was not recreated. | 09:15 |
Tengu | hmmm.... maybe a question for hjensas since it seems to be more related to hardware provisionning? | 09:15 |
jbadiapa | is he located on the us? | 09:15 |
Tengu | EMEA | 09:15 |
opendevreview | Jiri Podivin proposed openstack/validations-libs master: Validation help improvement https://review.opendev.org/c/openstack/validations-libs/+/807828 | 09:15 |
Tengu | northern Europe iirc | 09:15 |
jbadiapa | oh cool, thx | 09:15 |
marios | o/ jbadiapa or perhaps ramishra may know | 09:16 |
jbadiapa | thx marios | 09:16 |
jbadiapa | hjensas, ramishra: I'm trying to redeploy the undercloud to update the configuration of ironic. | 09:17 |
jbadiapa | hjensas, ramishra: the parameter that I need to update is IronicEnabledDeployInterfaces, https://github.com/openstack/tripleo-heat-templates/blob/master/environments/undercloud.yaml#L108 | 09:18 |
jbadiapa | I'm adding the modification on the undercloud.yaml file and reinstall the undercloud but the configuration of the /var/lib/config-data/puppet-generated/ironic/etc/ironic/ironic.conf is not updated | 09:19 |
ramishra | jbadiapa: which environment are you updating. location? | 09:19 |
jbadiapa | osp-cloudops-05.ext.cloudops.lab.eng.rdu2.redhat.com | 09:20 |
jbadiapa | the only way I was able to do it was modifiying the files directly and stoping ironic | 09:21 |
jbadiapa | ramishra, do you want to take a look? | 09:21 |
ramishra | I mean either you can update /usr/share/openstack-triploe-heat-templates/environments/undercloud.yaml (not suggested) | 09:22 |
jbadiapa | I did update that file. | 09:22 |
jbadiapa | :( | 09:22 |
ramishra | or create a new environment file with the change and use 'custom_env_files' in undercloud.conf | 09:23 |
ramishra | It should work, if you change that | 09:24 |
jbadiapa | I'm not sure which env name is on the undercloud.conf tbh | 09:24 |
ramishra | jbadiapa: you can specify any additional env files using the key 'custom_env_files' | 09:25 |
hjensas | I think that deploy_interfaces is hardcoded - https://opendev.org/openstack/python-tripleoclient/src/branch/master/tripleoclient/v1/undercloud_config.py#L187 | 09:25 |
ramishra | oh yeah, I forgot about that hack, thanks hjensas | 09:26 |
jbadiapa | ohhhh! thx. | 09:26 |
jbadiapa | is there a reason for that? I mean can I modify to enable ramdisk? | 09:26 |
hjensas | ramishra: I think a custom_env_files should still work, it will override the env file written by undercloud_config.py | 09:26 |
* Tengu knows nothing - but knows who to ask for knowledge | 09:26 | |
Tengu | :) | 09:26 |
jbadiapa | Tengu, that's a really important thing to know | 09:27 |
jbadiapa | hjensas, ok... I'm going to try that, thx a lot | 09:27 |
jbadiapa | ramishra, thanks | 09:27 |
opendevreview | Bogdan Dobrelya proposed openstack/puppet-tripleo master: Special case to calculate service workers counts https://review.opendev.org/c/openstack/puppet-tripleo/+/809982 | 09:28 |
hjensas | jbadiapa: In undercloud only ansible and direct is supported, so we don't give you an "easy" option to change it. If there is a usecase open an RFE? | 09:29 |
opendevreview | Rabi Mishra proposed openstack/tripleo-ansible master: Revert "Use project_id with neutron resources" https://review.opendev.org/c/openstack/tripleo-ansible/+/799761 | 09:29 |
jbadiapa | hjensas, there is a use case | 09:29 |
jbadiapa | hjensas, https://review.opendev.org/c/openstack/tripleo-ansible/+/799512/16/tripleo_ansible/roles/backup_and_restore/tasks/restore_node.yml#17 | 09:30 |
opendevreview | Cedric Jeanneret proposed openstack/tripleo-ansible master: Allow to disable GSSAPI authentication https://review.opendev.org/c/openstack/tripleo-ansible/+/759057 | 09:30 |
opendevreview | Damien Ciabrini proposed openstack/tripleo-heat-templates stable/wallaby: [Wallaby only] Drop unused openstack DB users in mysql https://review.opendev.org/c/openstack/tripleo-heat-templates/+/809639 | 09:30 |
jbadiapa | hjensas, the idea restore the nodes directly with ironic | 09:31 |
jbadiapa | hjensas, by the RFE do you mean a BZ RFE? | 09:32 |
hjensas | jbadiapa: yes, and/or a launcpad RFE? And I guess just add 'ramdisk' to the hard-coded list here https://opendev.org/openstack/python-tripleoclient/src/branch/master/tripleoclient/v1/undercloud_config.py#L187 ? | 09:32 |
jbadiapa | well, There is a BZ RFE regarding the integration Ironic ReaR... | 09:37 |
jbadiapa | let me find it.... | 09:37 |
jbadiapa | but there is nothing regarding the ramdisk | 09:38 |
opendevreview | Bogdan Dobrelya proposed openstack/tripleo-heat-templates master: Auto configure min workers for low mem env https://review.opendev.org/c/openstack/tripleo-heat-templates/+/809986 | 09:39 |
opendevreview | Luigi Toscano proposed openstack/ansible-role-collect-logs master: Set a time limit to the collectio of SELinux denials https://review.opendev.org/c/openstack/ansible-role-collect-logs/+/809987 | 09:41 |
jbadiapa | hjensas, https://bugzilla.redhat.com/show_bug.cgi?id=1960254 | 09:41 |
opendevreview | Bogdan Dobrelya proposed openstack/tripleo-heat-templates master: Add missing OctaviaWorkers to control workers cnt https://review.opendev.org/c/openstack/tripleo-heat-templates/+/809988 | 09:48 |
opendevreview | Bogdan Dobrelya proposed openstack/tripleo-heat-templates master: Add missing OctaviaWorkers to control workers cnt https://review.opendev.org/c/openstack/tripleo-heat-templates/+/809988 | 09:49 |
opendevreview | Luigi Toscano proposed openstack/ansible-role-collect-logs master: Time limit the collection of SELinux denials https://review.opendev.org/c/openstack/ansible-role-collect-logs/+/809987 | 09:59 |
*** ykarel_ is now known as ykarel|lunch | 10:10 | |
opendevreview | Rajesh Tailor proposed openstack/tripleo-heat-templates master: Enable support for Libvirt modular daemons https://review.opendev.org/c/openstack/tripleo-heat-templates/+/803915 | 10:32 |
*** ysandeep|lunch is now known as ysandeep | 10:35 | |
*** rlandy is now known as rlandy|rover | 10:56 | |
opendevreview | Marios Andreou proposed openstack/tripleo-repos master: Add centos7 molecule instance for train/c7/py2 use-case https://review.opendev.org/c/openstack/tripleo-repos/+/809628 | 11:03 |
*** chem is now known as Guest396 | 11:03 | |
rlandy|rover | Tengu: hey ... wrt https://review.opendev.org/c/openstack/tripleo-ansible/+/809643 | 11:07 |
rlandy|rover | I see your comment "issues aren't related to the change..." | 11:08 |
rlandy|rover | but there were actual molecule failures - anyways I see the new patchstes | 11:08 |
*** ykarel|lunch is now known as ykarel | 11:12 | |
Tengu | rlandy|rover: yeah - timeouts mostly. the goal here is to unlock that project by NOT test "meta" changes. | 11:13 |
Tengu | and if actual molecul jobs are failing with future updates, we'll take care of them. | 11:13 |
Tengu | role by role | 11:13 |
Tengu | right now, running that huge amount of molecule jobs is just killing it :/ | 11:14 |
opendevreview | Merged openstack/openstack-tempest-skiplist master: test_trunk_subport_lifecycle test - failing fs020 https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/809962 | 11:16 |
rlandy|rover | Tengu: k - whatever it takes to get that fix in :) | 11:17 |
*** pojadhav is now known as pojadhav|brb | 11:18 | |
Tengu | rlandy|rover: :) we'll see if cloudnull is OK with my tiny added changes | 11:20 |
*** amoralej is now known as amoralej|lunch | 11:25 | |
*** jpena is now known as jpena|lunch | 11:29 | |
*** jcapitao is now known as jcapitao_lunch | 11:30 | |
*** dviroel|out is now known as dviroel | 11:36 | |
*** ysandeep is now known as ysandeep|afk | 11:37 | |
opendevreview | Michele Baldessari proposed openstack/tripleo-heat-templates stable/wallaby: Simplify mysql users creation https://review.opendev.org/c/openstack/tripleo-heat-templates/+/809310 | 11:43 |
*** pojadhav|brb is now known as pojadhav | 11:47 | |
opendevreview | Merged openstack/python-tripleoclient stable/ussuri: Remove name parameter from cell export https://review.opendev.org/c/openstack/python-tripleoclient/+/807251 | 12:04 |
*** amoralej|lunch is now known as amoralej | 12:21 | |
*** jpena|lunch is now known as jpena | 12:22 | |
opendevreview | Ananya proposed openstack/openstack-tempest-skiplist master: Adding periodic-tripleo-ci-centos-8-standalone-full-tempest-scenario-tempest-master to TrunkTest.test_trunk_subport_lifecycle https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/810002 | 12:23 |
rlandy|rover | bandini: hi ... are we ready to put https://github.com/openstack/tripleo-common/commit/3d1d8c5b86d2177ffa57385e77a66c2827fd6556 back? | 12:24 |
bandini | rlandy|rover: I think we prolly want https://bugzilla.redhat.com/show_bug.cgi?id=2003556 fixed first. dciabrin mind poking mschorm about it? | 12:26 |
dciabrin | bandini, ack let me do that | 12:26 |
bandini | rlandy|rover: without that the tlse rdo with multiple controllers are going to fail | 12:26 |
*** jcapitao_lunch is now known as jcapitao | 12:27 | |
rlandy|rover | bandini: dciabrin: thanks | 12:27 |
rlandy|rover | just didn't want to stop progress on the containers for c9 | 12:27 |
bandini | ah no worries, let's see how long it takes | 12:27 |
dciabrin | meanwhile we can always inject the missing script into the mysql cs9 container | 12:28 |
bandini | ah yes maybe that is a reasonable workaround for the time being. as long as we do not forget removing it once the bz is fixed ;) | 12:28 |
bandini | let's see if we get an eta from mschorm first | 12:29 |
dciabrin | +1 | 12:29 |
marios | rlandy|rover: anbanerj|ruck: o/ ready https://review.opendev.org/c/openstack/tripleo-quickstart/+/809670/2#message-46f45c41d9b46c52da86043e0ed6229a016e4a66 for https://bugs.launchpad.net/tripleo/+bug/1943968 | 12:29 |
anbanerj|ruck | marios, ++ thanks | 12:30 |
cloudnull | Tengu LGTM | 12:30 |
marios | anbanerj|ruck: rlandy|rover: results at https://review.opendev.org/c/openstack/tripleo-heat-templates/+/809687/2#message-377aec7710e63ba0427ca509c36dc086da9b608e sorry bad link ;) | 12:31 |
rlandy|rover | marios: looks good - thanks for the fix | 12:31 |
rlandy|rover | anbanerj|ruck: pls vote | 12:32 |
rlandy|rover | and we can w+ that | 12:32 |
rlandy|rover | to ckear gate | 12:32 |
rlandy|rover | clear | 12:32 |
rlandy|rover | dviroel: ^^ pls vote here | 12:33 |
Tengu | cloudnull: thanks for checking :). Sorry for taking over like that, but..... well. | 12:33 |
* dviroel checks | 12:34 | |
opendevreview | Uemit Seren proposed openstack/tripleo-validations stable/victoria: Bufix: Fix typo https://review.opendev.org/c/openstack/tripleo-validations/+/810006 | 12:36 |
dviroel | marios: rlandy|rover the revert looks good, tks | 12:40 |
opendevreview | Cedric Jeanneret proposed openstack/tripleo-specs master: Healthchecks: a new hope https://review.opendev.org/c/openstack/tripleo-specs/+/803152 | 12:40 |
opendevreview | Cedric Jeanneret proposed openstack/tripleo-specs master: Create Yoga placeholder https://review.opendev.org/c/openstack/tripleo-specs/+/810007 | 12:40 |
Tengu | ratailor: dang.... sorry for that typo -^^ it's now corrected. | 12:41 |
Tengu | and there's a dedicated patch creating the placeholder. | 12:41 |
Tengu | easier/better. | 12:41 |
ratailor | Tengu, np. Thanks :) | 12:41 |
cloudnull | Tengu it’s all good. I appreciate you putting in the update. | 12:41 |
opendevreview | Uemit Seren proposed openstack/tripleo-validations stable/victoria: Bufix: Fix typo https://review.opendev.org/c/openstack/tripleo-validations/+/810006 | 12:42 |
Tengu | folks, care to have a look (and vote) at https://review.opendev.org/c/openstack/tripleo-specs/+/810007 ? it's creating the specs/yoga placeholder for next cycle :) | 12:43 |
rlandy|rover | dviroel: thank you | 12:43 |
rlandy|rover | marios: w+'ed thank you | 12:44 |
fultonj | Tengu: +2 | 12:46 |
Tengu | fultonj: thanks :) | 12:46 |
marios | thanks rlandy|rover and good call on the sanity test ;) | 12:46 |
*** ysandeep|afk is now known as ysandeep | 12:47 | |
Tengu | fultonj: oh, btw, you were having issues with tripleo-lab a some ceph deploy? something with full-disk image iirc? Could you sort it out? | 12:47 |
fultonj | Tengu: yes i am | 12:48 |
fultonj | not yet sorted | 12:48 |
Tengu | fultonj: do you have some details? maybe I can free some cycles. | 12:48 |
fultonj | Tengu: i was trying to triage it | 12:49 |
fultonj | Tengu: i am not sure it's a tirpleo lab issue | 12:49 |
fultonj | i wrote up what i was going to make a tirpleo-lab issue but then thought i needed to open a more general bug | 12:49 |
fultonj | Tengu: i'll get you the write up | 12:49 |
Tengu | fultonj: fine then :) lemme know if I can help | 12:49 |
rlandy|rover | marios: :) weshay|ruck told me I have to "trust but verify" | 12:49 |
fultonj | Tengu: https://paste.centos.org/view/487a38c7 | 12:52 |
fultonj | Tengu: it's like the ability to use ironic's root_disk is gone | 12:54 |
fultonj | i can workaround it by not using root_disk and then manually choosing the desired boot disk in the bios at boot | 12:54 |
Tengu | fultonj: sounds like wrong root device is set in the kvm XML? would that be something? | 12:55 |
Tengu | fultonj: would be interesting to ensure the content of the libvirt XML (virsh dump-xml <domain> iirc) | 12:56 |
Tengu | brb | 12:56 |
fultonj | Tengu: i did | 12:56 |
fultonj | Tengu: i can explain when you're back | 12:56 |
ramishra | fultonj, Tengu : that sounds like the uefi default issue with ovb, we've reverted that patch, should be fine now I guess... more details in https://review.opendev.org/c/openstack/tripleo-heat-templates/+/809311 | 12:57 |
* fultonj looks | 12:58 | |
ramishra | stevebaker is working on fixing the issue before bringing it back | 12:58 |
opendevreview | Merged openstack/tripleo-heat-templates master: Remove mistral https://review.opendev.org/c/openstack/tripleo-heat-templates/+/809462 | 12:59 |
fultonj | thanks ramishra i'll try rebuilding tripleo-lab now that this has been reverted | 13:00 |
opendevreview | amolkahat proposed openstack/tripleo-quickstart-extras master: Added list type support for var workers_args https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/808748 | 13:00 |
Tengu | fultonj: back - but apparently ramishra has a good hint - as usuall I'd say :) | 13:03 |
opendevreview | David Hill proposed openstack/tripleo-heat-templates stable/ussuri: Configure api_base_uri to DesignateEndpoint URI https://review.opendev.org/c/openstack/tripleo-heat-templates/+/809661 | 13:03 |
opendevreview | Merged openstack/tripleo-heat-templates master: Remove zaqar https://review.opendev.org/c/openstack/tripleo-heat-templates/+/809463 | 13:03 |
Tengu | hmm... weird. seems some zuul jobs are stuck in "TASK [get df disk usage]" - does it ring any bells? | 13:07 |
opendevreview | Arx Cruz proposed openstack/openstack-tempest-skiplist master: Add 'all' wildcard for releasses https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/810010 | 13:07 |
Tengu | tosky: is it the issue you're trying to solve actually? for instance: https://zuul.opendev.org/t/openstack/stream/e36ef69123b34b71afa7775ecd996b22?logfile=console.log (job stuck) | 13:09 |
tosky | Tengu: that doesn't seem the same issue; I've observed it internally | 13:10 |
Tengu | tosky: okay... :/ | 13:11 |
tosky | that issue manifest itself when running that specific task (sealert), and it takes more than expected (20, even 45 minutes) | 13:11 |
Tengu | tosky: ok. does it really provide more info than "ausearch -i" ? | 13:12 |
Tengu | tosky: just asking, I'm mostly using ausearch -i (or plain grep in audit.log).. never tested/used sealert. | 13:12 |
Tengu | tosky: any idea why that "df" thing is stuck, btw? | 13:14 |
tosky | Tengu: doesn't ausearch just return the events that failed? sealert shows a description of what could have gone wrong | 13:14 |
tosky | Tengu: but anyway I haven't added that sealert, you should ask weshay|ruck :) | 13:14 |
Tengu | tosky: ausearch can provide some more data | 13:15 |
tosky | Tengu: does it interact with setroubleshootd? Anyway | 13:15 |
tosky | Tengu: and no, sadly I don't know the reason for df being stuck, unless there is a problem with accessing one of the filesystems | 13:15 |
tosky | which may block the execution I guess | 13:15 |
Tengu | tosky: ausearch is basically "read audit.log with some added value" - especially with "-i". But probably not as far as sealert. | 13:16 |
Tengu | tosky: and, ok for that df thing. Do we actually need it? | 13:16 |
tosky | I dunno :D | 13:16 |
Tengu | :] | 13:17 |
tosky | well, it's useful to know the status of the filesystems | 13:17 |
Tengu | but when it leads to some timeout, it's more of an inconvenience :/ | 13:17 |
opendevreview | Sandeep Yadav proposed openstack/tripleo-quickstart-extras master: Install lvm2 in modify-image role https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/810011 | 13:17 |
Tengu | slagle, cloudnull care to +W https://review.opendev.org/c/openstack/tripleo-specs/+/810007 ? thanks :) | 13:30 |
opendevreview | Uemit Seren proposed openstack/tripleo-validations stable/ussuri: Bufix: Fix typo https://review.opendev.org/c/openstack/tripleo-validations/+/809662 | 13:31 |
cloudnull | Tengu https://review.opendev.org/c/openstack/tripleo-specs/+/810007/1/specs/yoga/placeholder.rst | 13:31 |
Tengu | cloudnull: ah, meh. | 13:32 |
opendevreview | Cedric Jeanneret proposed openstack/tripleo-specs master: Create Yoga placeholder https://review.opendev.org/c/openstack/tripleo-specs/+/810007 | 13:33 |
Tengu | cloudnull: -^^ | 13:33 |
opendevreview | Uemit Seren proposed openstack/tripleo-validations stable/ussuri: Bufix: Fix typo https://review.opendev.org/c/openstack/tripleo-validations/+/809662 | 13:33 |
Tengu | apparently there's no "lint-like" job :) | 13:33 |
opendevreview | Uemit Seren proposed openstack/tripleo-validations stable/ussuri: Bufix: Fix typo https://review.opendev.org/c/openstack/tripleo-validations/+/809662 | 13:34 |
cloudnull | the sphinx jobs used to do linting for those bits, but idk if that's a thing anymore . | 13:34 |
ade_lee | rlandy|rover, goeie more! | 13:35 |
rlandy|rover | ade_lee: hoe gaan dit? | 13:36 |
opendevreview | Uemit Seren proposed openstack/tripleo-validations stable/train: Bufix: Fix typo https://review.opendev.org/c/openstack/tripleo-validations/+/809663 | 13:36 |
ade_lee | rlandy|rover, ja nee lekker, 'n andere week. | 13:37 |
rlandy|rover | ade_lee: I edited the fips test patch to use container provider | 13:37 |
rlandy|rover | will update that one again later | 13:37 |
ade_lee | rlandy|rover, do you have link so I can see what you did? | 13:37 |
rlandy|rover | ade_lee: https://review.rdoproject.org/r/c/testproject/+/35121/22/.zuul.yaml | 13:38 |
rlandy|rover | still need some work | 13:38 |
rlandy|rover | content provider failed | 13:38 |
ade_lee | dviroel, https://zuul.opendev.org/t/openstack/build/6f17ef622f59490991097ed44eefd8ac/logs can you check this one? the tests that fail indicated "swift", but cschwede said he only sees manila errors in the logs | 13:39 |
dviroel | ade_lee: sure, let me check ;) | 13:39 |
rlandy|rover | lbragstad: hi - w-1 | 13:41 |
rlandy|rover | ed your fs020 oatch | 13:41 |
rlandy|rover | patch | 13:41 |
rlandy|rover | until there is a debug session on tempest errors there | 13:42 |
dviroel | https://openinfra-ptg.eventbrite.com/ | 13:44 |
ade_lee | rlandy|rover, seems like a lot of errors? | 13:44 |
rlandy|rover | ade_lee: yeah - was first attempt - will look at it more later | 13:49 |
ade_lee | rlandy|rover, just looking - but it seems like we're still having fips enabled on the build -- https://review.rdoproject.org/zuul/build/c8bb74e3ddb4499a8121cb0d768b8179/log/logs/undercloud/home/zuul/DLRN/data/repos/component/tempest/25/b3/25b3c699f722dd5d2c74abc5c7951051ff1d34e3_dev/build.log.txt.gz | 13:50 |
ade_lee | unless I'm looking at the wrong thing | 13:51 |
opendevreview | Merged openstack/tripleo-specs master: Create Yoga placeholder https://review.opendev.org/c/openstack/tripleo-specs/+/810007 | 13:53 |
ade_lee | rlandy|rover, in fact, it looks like the variable is not being set : https://review.rdoproject.org/zuul/build/c8bb74e3ddb4499a8121cb0d768b8179/log/job-output.txt#728 | 13:54 |
lbragstad | rlandy|rover ack - thanks! | 14:00 |
opendevreview | Merged openstack/puppet-tripleo stable/wallaby: haproxy: frontend/backend syntax in config https://review.opendev.org/c/openstack/puppet-tripleo/+/807587 | 14:05 |
*** poojajadhav is now known as pojadhav | 14:13 | |
opendevreview | Alex Schultz proposed openstack/puppet-tripleo master: Remove mistral https://review.opendev.org/c/openstack/puppet-tripleo/+/809466 | 14:21 |
opendevreview | Alex Schultz proposed openstack/puppet-tripleo master: Remove zaqar https://review.opendev.org/c/openstack/puppet-tripleo/+/809467 | 14:21 |
opendevreview | Alex Schultz proposed openstack/python-tripleoclient master: Remove mistral https://review.opendev.org/c/openstack/python-tripleoclient/+/809473 | 14:23 |
opendevreview | Alex Schultz proposed openstack/python-tripleoclient master: Remove zaqar https://review.opendev.org/c/openstack/python-tripleoclient/+/809474 | 14:23 |
*** ykarel is now known as ykarel|away | 14:39 | |
rlandy|rover | lbragstad: https://logserver.rdoproject.org/11/809811/2/openstack-check/tripleo-ci-centos-8-ovb-1ctlr_2comp-featureset020/a1d439b/logs/undercloud/var/log/tempest/stestr_results.html.gz | 14:42 |
rlandy|rover | here's your fs020 damage | 14:42 |
rlandy|rover | lbragstad: I am out tomorrow and wednesday | 14:43 |
lbragstad | rlandy|rover cool - thank you | 14:43 |
rlandy|rover | you can ping other CI people to help with that debug or ping me on thursday when I get back | 14:43 |
rlandy|rover | ade_lee: will pick that review back up in a bit | 14:44 |
dviroel | ade_lee: i'm debuggin with cschwede, it actually starts with swift tests receiving a bad gateway error. | 14:45 |
dviroel | ade_lee: the manila error in tempest isn't related, just a delete share that doesn't exists anymore | 14:45 |
opendevreview | Bogdan Dobrelya proposed openstack/puppet-tripleo master: Special case to calculate service workers counts https://review.opendev.org/c/openstack/puppet-tripleo/+/809982 | 14:45 |
gchamoul | dvd: Hi David, wasn't it in your plan to backport this one https://review.opendev.org/c/openstack/tripleo-validations/+/794866? | 14:53 |
gchamoul | dvd: just seeing those typos fixes here https://review.opendev.org/q/I4584bca6385b44e4b4399a1146d0983dc078644b | 14:54 |
dvd | gchamoul, sure will do | 14:55 |
opendevreview | David Vallee Delisle proposed openstack/tripleo-validations stable/wallaby: Moving setting validation from nova_event_callback https://review.opendev.org/c/openstack/tripleo-validations/+/809665 | 14:56 |
dvd | gchamoul, I'll check this later though | 14:56 |
gchamoul | dvd: sure no hurry! | 14:56 |
gchamoul | dvd: thx anyway | 14:57 |
opendevreview | Merged openstack/tripleo-heat-templates master: Adding json output to yaml-diff https://review.opendev.org/c/openstack/tripleo-heat-templates/+/807416 | 14:57 |
opendevreview | Cedric Jeanneret proposed openstack/tripleo-specs master: Healthchecks: a new hope https://review.opendev.org/c/openstack/tripleo-specs/+/803152 | 14:59 |
ade_lee | dviroel, cool - let me know what you guys find. thanks | 15:03 |
ade_lee | rlandy|rover, ok - thanks - let me know if you need any help | 15:04 |
ykarel|away | rlandy|rover, anbanerj|ruck is issue with fs035/fs020 etc known related to where --heat-type installed is being used? | 15:09 |
ykarel|away | example in https://review.rdoproject.org/zuul/buildset/364d15ea6d01450e83846f2ec35edd17 | 15:10 |
anbanerj|ruck | ykarel|away, where can I check that? Which file is it? | 15:12 |
ykarel|away | anbanerj|ruck, ex. log https://logserver.rdoproject.org/openstack-periodic-integration-main/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-ovb-3ctlr_1comp-featureset035-master/5cd217c/logs/undercloud/home/zuul/overcloud_deploy.log.txt.gz | 15:12 |
anbanerj|ruck | ykarel|away, thanks, lemme check | 15:12 |
anbanerj|ruck | ykarel|away, yes --heat-type installed is being used. But in both the passing jobs and failing jobs --heat-type installed is used | 15:17 |
anbanerj|ruck | openstack overcloud deploy --stack overcloud --override-ansible-cfg /home/zuul/custom_ansible.cfg --heat-type installed --templates /usr/share/openstack-tripleo-heat-templates --libvirt-type qemu --timeout 120 --ntp-server 0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org,3.pool.ntp.org -e /home/zuul/cloud-names.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-server-environment.yaml -e | 15:17 |
anbanerj|ruck | /home/zuul/overcloud-baremetal-deployed.yaml --deployed-server -e /home/zuul/neutronl3ha.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/docker-ha.yaml -e /home/zuul/containers-prepare-parameter.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/podman.yaml -e /usr/share/openstack-tripleo-heat-templates/ci/environments/network/multiple-nics/network-isolation-absolute.yaml -e | 15:17 |
anbanerj|ruck | /usr/share/openstack-tripleo-heat-templates/ci/environments/network/multiple-nics/network-environment.yaml -e /home/zuul/overcloud_network_params.yaml -e /home/zuul/overcloud_storage_params.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /home/zuul/src/opendev.org/openstack/tripleo-ci/test-environments/worker-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/d | 15:17 |
anbanerj|ruck | ebug.yaml -e /home/zuul/inject-trust-anchor.yaml --validation-warnings-fatal -e /home/zuul/overcloud-topology-config.yaml -e /home/zuul/overcloud-selinux-config.yaml --disable-protected-resource-types | 15:17 |
anbanerj|ruck | ^ is same in all the logs | 15:17 |
ykarel|away | anbanerj|ruck, yes that what i meant jobs using --installed-type installed started failing | 15:18 |
ykarel|away | likely something changed recently | 15:18 |
ykarel|away | s/installed-type/heat-type/ | 15:19 |
rlandy|rover | ykarel|away: anbanerj|ruck: looking | 15:19 |
ykarel|away | rlandy|rover, anbanerj|ruck ok so https://review.opendev.org/c/openstack/python-tripleoclient/+/799409 caused it | 15:25 |
ykarel|away | so seems either need to enable keystone or switch to heat-type pod in those jobs | 15:25 |
rlandy|rover | anbanerj|ruck: pls bug that | 15:26 |
* rlandy|rover check fs001 | 15:27 | |
rlandy|rover | also failing on that? | 15:27 |
opendevreview | Michele Baldessari proposed openstack/puppet-tripleo stable/wallaby: Replace rsprep directive with http-response replace-header https://review.opendev.org/c/openstack/puppet-tripleo/+/810050 | 15:28 |
rlandy|rover | fs001 got to tempest | 15:28 |
ykarel|away | fs001 don't have that failure as heat-type pod | 15:28 |
rlandy|rover | https://github.com/openstack/tripleo-quickstart/blob/master/config/general_config/featureset001.yml#L129 | 15:30 |
ykarel|away | overcloud fs not in https://codesearch.opendev.org/?q=ephemeral_heat%3A&i=nope&literal=nope&files=&excludeFiles=&repos=openstack/tripleo-quickstart are impacted | 15:30 |
rlandy|rover | ykarel|away: so the question is if there is value in testing w/o heat-type pod | 15:30 |
rlandy|rover | if not, fix is to add to fs020 and fs035 | 15:30 |
opendevreview | Juan Badia Payno proposed openstack/tripleo-quickstart master: Install tripleo.operator collections https://review.opendev.org/c/openstack/tripleo-quickstart/+/805384 | 15:30 |
ysandeep | fs020 can be easily converted to heat-type pod, but fs035 will need more work.. as that uses ipv6... Need to create a network-data-v2 for ipv6 | 15:31 |
ykarel|away | rlandy|rover, yeap something for df, /me no comment | 15:31 |
* ysandeep puts a patch for fs020 | 15:31 | |
rlandy|rover | ysandeep: slagle: ^^ can you comment | 15:31 |
rlandy|rover | otherwise we will need to revert https://review.opendev.org/c/openstack/python-tripleoclient/+/799409 until fs035 can be modified | 15:32 |
* ykarel|away needs to leave, dropping out | 15:32 | |
ysandeep | rlandy|rover: afaik.. going forward we will only support ephermal heat, Imho.. we should convert all jobs to use ephermal heat.. slagle please correct me If I am wrong. | 15:33 |
rlandy|rover | ysandeep: ok - bu we can't break fs035 | 15:33 |
rlandy|rover | "fs035 will need more work.. as that uses ipv6... Need to create a network-data-v2 for ipv6" | 15:34 |
rlandy|rover | anbanerj|ruck: so we have a bug yet on that? | 15:34 |
rlandy|rover | ysandeep: ^^ add said bug to you fs020 patch | 15:34 |
ykarel|away | until then may be enable keystone in fs035? | 15:34 |
anbanerj|ruck | adding | 15:34 |
* ysandeep checking if we have a tqe parameter to enable keystone? | 15:35 | |
rlandy|rover | https://logserver.rdoproject.org/openstack-periodic-integration-main/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-scenario007-multinode-oooq-container-master/e443981/logs/undercloud/home/zuul/overcloud_deploy.log.txt.gz | 15:35 |
rlandy|rover | ysandeep: ^^ one more | 15:35 |
rlandy|rover | periodic-tripleo-ci-centos-8-scenario007-multinode-oooq-container-master | 15:36 |
ysandeep | rlandy|rover: ack adding to my list | 15:36 |
rlandy|rover | ysandeep: if you need to go - we can take this | 15:36 |
ysandeep | ykarel|away: Do we have a tq parameter to enable keystone on undercloud? | 15:37 |
ysandeep | rlandy|rover: nw, I can put the patch, please update it if iterations required | 15:39 |
ysandeep | ramishra, hey do you know if we have added a tq parameter to enable keystone on undercloud? | 15:40 |
rlandy|rover | I think ykarel|away is actually away now | 15:40 |
rlandy|rover | mwhahaha: ^^ do you know | 15:41 |
anbanerj|ruck | rlandy|rover, https://bugs.launchpad.net/tripleo/+bug/1944217 - updating it with the suspected cause | 15:41 |
mwhahaha | i don't think so? | 15:42 |
mwhahaha | i know we added one to tripleoclient, not certain if there's a patch to tq yet | 15:42 |
rlandy|rover | so we can fix scenario007 and fs020 with the heat-type pod definition | 15:44 |
rlandy|rover | if there is nothing ready to enable keystone | 15:44 |
mwhahaha | i dont' think we've switched it off yet, but we definately need to add a tqe + enablement first | 15:45 |
rlandy|rover | we will have to hold the master promotion or revert https://review.opendev.org/c/openstack/python-tripleoclient/+/799409 | 15:45 |
mwhahaha | that should have it enabled byd efault? | 15:46 |
mwhahaha | https://review.opendev.org/c/openstack/python-tripleoclient/+/799409/2/tripleoclient/config/standalone.py#59 | 15:46 |
ysandeep | mwhahaha: the affected fs020/fs030/35 are multinode jobs not standalone.. | 15:47 |
mwhahaha | the undercloud config inherits from standalone | 15:47 |
rlandy|rover | one standalone | 15:48 |
mwhahaha | oh wait yea that patch disabled it | 15:48 |
mwhahaha | revert | 15:48 |
mwhahaha | we should add the option in enabeld first then a follow up patch to switch it | 15:49 |
rlandy|rover | ok adding a revert | 15:49 |
mwhahaha | or add a patch to enable it | 15:50 |
opendevreview | Ronelle Landy proposed openstack/python-tripleoclient master: Revert "Add option to enable keystone in undercloud" https://review.opendev.org/c/openstack/python-tripleoclient/+/810051 | 15:50 |
mwhahaha | https://review.opendev.org/c/openstack/python-tripleoclient/+/799409/2/tripleoclient/config/undercloud.py | 15:50 |
mwhahaha | should have been True | 15:50 |
rlandy|rover | better idea - let's try fix it | 15:50 |
rlandy|rover | leaving both patches around to see which one works | 15:50 |
opendevreview | Sandeep Yadav proposed openstack/tripleo-quickstart master: Move fs020/fs030 to support ephermal heat https://review.opendev.org/c/openstack/tripleo-quickstart/+/810048 | 15:54 |
ysandeep | rlandy|rover, anbanerj|ruck ^^ fyi.. I will post a patch to testproject it. | 15:55 |
ysandeep | +1 to mwhahaha instead of reverting whole patch, we can add a patch to enable keystone for now as default.. | 15:56 |
opendevreview | Ronelle Landy proposed openstack/python-tripleoclient master: Enable keystone in config/undercloud.py https://review.opendev.org/c/openstack/python-tripleoclient/+/810049 | 15:57 |
rlandy|rover | ysandeep: ^^ we can try that | 15:57 |
rlandy|rover | instead of revert | 15:57 |
ysandeep | +1 | 15:57 |
rlandy|rover | to add to your testproject | 15:57 |
rlandy|rover | will w-1 the revert while we are testing that | 15:58 |
mwhahaha | ysandeep: need to fix the tests as well | 15:58 |
mwhahaha | https://review.opendev.org/c/openstack/python-tripleoclient/+/799409/2/tripleoclient/tests/config/test_config_undercloud.py#173 | 15:58 |
rlandy|rover | adding to patch | 15:59 |
ysandeep | rlandy|rover, ^^ 173 to True | 15:59 |
rlandy|rover | yep | 15:59 |
opendevreview | Ronelle Landy proposed openstack/python-tripleoclient master: Enable keystone in config/undercloud.py https://review.opendev.org/c/openstack/python-tripleoclient/+/810049 | 16:00 |
*** rpittau is now known as rpittau|afk | 16:00 | |
rlandy|rover | anbanerj|ruck: let's see if we can promote the previous master hash | 16:00 |
rlandy|rover | if there was only fs020 with a known failure | 16:01 |
rlandy|rover | will chat with you | 16:01 |
rlandy|rover | ysandeep: pls ping when you are EoD - will watch your testproject patches | 16:01 |
*** marios is now known as marios|out | 16:09 | |
fultonj | Tengu: ramishra: thanks for your help. using this reverted patch worked for me. https://review.opendev.org/c/openstack/tripleo-heat-templates/+/809311 | 16:12 |
opendevreview | Merged openstack/tripleo-quickstart master: Partial revert for tripleo-quickstart/+/791486 for centos7 https://review.opendev.org/c/openstack/tripleo-quickstart/+/809670 | 16:13 |
rlandy|rover | marios|out: ^^ yaya | 16:13 |
*** jbadiapa is now known as jbadiapa|off | 16:18 | |
*** ysandeep is now known as ysandeep|dinner | 16:25 | |
opendevreview | David Vallee Delisle proposed openstack/tripleo-validations stable/wallaby: Moving setting validation from nova_event_callback https://review.opendev.org/c/openstack/tripleo-validations/+/809665 | 16:34 |
opendevreview | Rabi Mishra proposed openstack/tripleo-heat-templates master: Add network_data_v6.yaml for CI jobs https://review.opendev.org/c/openstack/tripleo-heat-templates/+/810082 | 16:43 |
opendevreview | Rabi Mishra proposed openstack/tripleo-quickstart master: Convert fs020 and fs035 to use ephemeral heat https://review.opendev.org/c/openstack/tripleo-quickstart/+/810083 | 16:45 |
opendevreview | Ronelle Landy proposed openstack/tripleo-quickstart master: Set distro_ver on train c7 promotion release https://review.opendev.org/c/openstack/tripleo-quickstart/+/810084 | 16:50 |
rlandy|rover | ramishra: https://review.opendev.org/c/openstack/tripleo-quickstart/+/810048 will have a clash here with fs020 | 16:53 |
rlandy|rover | we can remove it from one of those patches | 16:53 |
*** ysandeep|dinner is now known as ysandeep | 17:05 | |
rlandy|rover | ysandeep: hey | 17:06 |
rlandy|rover | change of plan ^^ | 17:06 |
rlandy|rover | we can merge your patch with fs020 and fs030 if we get passes there | 17:07 |
rlandy|rover | the other testproject died | 17:07 |
ysandeep | rlandy|rover: ack, I see rabi have also proposed a patch including both fs020 and fs035.. | 17:08 |
rlandy|rover | so clash there | 17:09 |
rlandy|rover | as stated | 17:09 |
rlandy|rover | but it's fine | 17:09 |
ysandeep | rlandy|rover: Its late for both me and ramishra, I can work with ramishra in my morning to sort this out. | 17:09 |
rlandy|rover | let's merge what works | 17:09 |
rlandy|rover | ysandeep: no worries | 17:09 |
rlandy|rover | master will hopefully promote from last hash | 17:09 |
rlandy|rover | you have time | 17:09 |
*** amoralej is now known as amoralej|off | 17:16 | |
*** jpena is now known as jpena|off | 17:19 | |
ysandeep | rlandy|rover: this is blocking check/gate :( | 17:23 |
ysandeep | https://ead0719ed153b486a502-e3d5a649020fd4c80622a59c8df4599b.ssl.cf5.rackcdn.com/810011/1/check/tripleo-ci-centos-8-scenario007-multinode-oooq-container/ee34719/logs/undercloud/home/zuul/overcloud_deploy.log | 17:23 |
rlandy|rover | ysandeep: ack - bug is marked promotion blocker | 17:24 |
rlandy|rover | if your fix works, we will merge it | 17:24 |
ysandeep | rlandy|rover: let me update my patch to fix fs030(sc007) so that we can unblock check/gate and we fix fs020/fs035 with ramishra 's patches | 17:24 |
rlandy|rover | ysandeep: https://review.rdoproject.org/zuul/stream/b2b934c299a74adf8ca4ed4bb65983f1?logfile=console.log | 17:24 |
rlandy|rover | ysandeep: it passed on your patch | 17:25 |
opendevreview | Lance Bragstad proposed openstack/tripleo-heat-templates master: DNM: Provide a template to enable project personas https://review.opendev.org/c/openstack/tripleo-heat-templates/+/781571 | 17:26 |
ysandeep | rlandy|rover: I missed to update network_isolation_args in my patch for fs020, ramishra have that.. Let's go ahead with his patch for fs020 | 17:26 |
rlandy|rover | ysandeep: ok | 17:27 |
rlandy|rover | so yeah - limit your patch to scenraio007 | 17:27 |
rlandy|rover | and we can merge that | 17:27 |
ysandeep | ack | 17:27 |
rlandy|rover | ysandeep: we can re - testproject with a check job | 17:27 |
rlandy|rover | to be sure | 17:27 |
lbragstad | rlandy|rover ok - i pushed a new version of the project persona overrides | 17:29 |
lbragstad | i fixed a few of the issues from tempest (a subset of the 27 failures) | 17:29 |
lbragstad | and i'm rechecking featureset 10 and 20 now | 17:29 |
opendevreview | Sandeep Yadav proposed openstack/tripleo-quickstart master: Move fs030 to support ephermal heat https://review.opendev.org/c/openstack/tripleo-quickstart/+/810048 | 17:30 |
rlandy|rover | lbragstad++ thanks | 17:31 |
opendevreview | Merged openstack/tripleo-heat-templates stable/victoria: Remove setting ACLs during Upgrade https://review.opendev.org/c/openstack/tripleo-heat-templates/+/809967 | 17:31 |
opendevreview | Merged openstack/tripleo-heat-templates master: Ensure startup files exist before containers might be started https://review.opendev.org/c/openstack/tripleo-heat-templates/+/800511 | 17:31 |
ysandeep | rlandy|rover: updated: https://review.opendev.org/c/openstack/tripleo-quickstart/+/810048 | 17:32 |
rlandy|rover | ysandeep: ok - let paste the testproject results and I'll ,erge | 17:33 |
rlandy|rover | merge | 17:33 |
ysandeep | rlandy|rover: I have added a comment on ramishra patch: https://review.opendev.org/c/openstack/tripleo-quickstart/+/810083/1#message-a67ebe57c8d6e80599149cae250846f92e8af8c6 , i think we need network_provision. | 17:35 |
* ysandeep wondering Should I update his patch or wait for tomorrow. | 17:35 | |
* ysandeep updating | 17:38 | |
rlandy|rover | ysandeep: in test https://review.rdoproject.org/r/c/testproject/+/35663 | 17:48 |
*** ysandeep is now known as ysandeep|away | 18:04 | |
redrobot | Hi TripleO friends! | 18:05 |
redrobot | I have a question about image-prepare. I'm trying to apply a refspec as per https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/deployment/container_image_prepare.html#modify-with-python-source-code-installed-via-pip-from-opendev-gerrit | 18:05 |
redrobot | but it seems to fail because it's looking for images in a local repository instead of pulling from quay.io | 18:05 |
redrobot | What's weird is that I did not specify push_destination: true | 18:06 |
redrobot | Any tips for getting this to work? | 18:06 |
redrobot | My containers-prepare-parameters.yaml looks like this: https://paste.opendev.org/show/809443/ | 18:07 |
opendevreview | Merged openstack/tripleo-upgrade master: Add different migration actions based on guest https://review.opendev.org/c/openstack/tripleo-upgrade/+/798373 | 18:12 |
opendevreview | Sandeep Yadav proposed openstack/tripleo-quickstart master: Convert fs020 and fs035 to use ephemeral heat https://review.opendev.org/c/openstack/tripleo-quickstart/+/810083 | 18:12 |
opendevreview | Merged openstack/python-tripleoclient master: Fix update run for Ephemeral Heat https://review.opendev.org/c/openstack/python-tripleoclient/+/805575 | 18:32 |
mwhahaha | redrobot: you need to push_destination: true if you're going to do that unless you're doing a standalone | 19:00 |
redrobot | mwhahaha, yeah, it's a standalone deployment. | 19:10 |
mwhahaha | i don't know if we've actually tested that tbh | 19:10 |
opendevreview | Merged openstack/tripleo-heat-templates stable/train: Fix ansible var https://review.opendev.org/c/openstack/tripleo-heat-templates/+/809379 | 19:26 |
redrobot | mwhahaha womp womp. thanks for the help anyway. :) | 19:30 |
mwhahaha | yea applying patches from gerrit is a there be dragons effort | 19:30 |
opendevreview | Harald Jensås proposed openstack/python-tripleoclient master: Deprecate network data v1 definition https://review.opendev.org/c/openstack/python-tripleoclient/+/798642 | 19:59 |
stevebaker | sshnaidm[m], rlandy|rover, anbanerj|ruck: hey, I'm looking for someone who can set up glance images in the RDO vexxhost tenant (or wherever featureset001 runs). The change required is described in the commit message of https://review.opendev.org/c/openstack/tripleo-quickstart/+/809963 | 20:11 |
rlandy|rover | stevebaker: hi ... | 20:12 |
rlandy|rover | by " set up glance images " so you mean upload an image to the vexxhost tenant? | 20:12 |
rlandy|rover | this is what I understand from the commit message | 20:13 |
rlandy|rover | anyone on the CI team or infra can do that | 20:13 |
stevebaker | rlandy|rover: yes, upload an image, but its an identical image to the current 'ipxe-boot' image just with different properties | 20:19 |
rlandy|rover | stevebaker: I am on the nodepool-tripleo tenant | 20:19 |
rlandy|rover | we can download the ipxe-boot image | 20:23 |
rlandy|rover | and update the propery | 20:23 |
rlandy|rover | propety | 20:23 |
rlandy|rover | ugh | 20:23 |
rlandy|rover | property | 20:23 |
rlandy|rover | just asking infra if we have permissions to upload the changed image | 20:23 |
stevebaker | I'm also in #vexxhost if it comes to that | 20:23 |
rlandy|rover | stevebaker: can you join #rhos-ops on internal? | 20:24 |
opendevreview | Alan Bishop proposed openstack/tripleo-heat-templates master: Support project personas in cinder https://review.opendev.org/c/openstack/tripleo-heat-templates/+/809461 | 20:45 |
opendevreview | Steve Baker proposed openstack/tripleo-quickstart-extras master: Add param undercloud_ironic_default_boot_mode https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/809960 | 21:04 |
opendevreview | Steve Baker proposed openstack/tripleo-quickstart-extras master: Use tripleo-mount-image for modify-image https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/806284 | 21:04 |
opendevreview | Steve Baker proposed openstack/tripleo-quickstart-extras master: In modify-image don't convert qcow2<->raw https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/809487 | 21:04 |
opendevreview | Steve Baker proposed openstack/tripleo-quickstart master: Switch to UEFI boot on featureset001 https://review.opendev.org/c/openstack/tripleo-quickstart/+/809963 | 21:06 |
opendevreview | Douglas Viroel proposed openstack/tripleo-repos master: WIP - Improvements to yum-config module https://review.opendev.org/c/openstack/tripleo-repos/+/808216 | 21:06 |
*** dviroel is now known as dviroel|out | 21:09 | |
opendevreview | Steve Baker proposed openstack/tripleo-common master: Detect image format for qemu-nbd --format https://review.opendev.org/c/openstack/tripleo-common/+/809486 | 21:56 |
opendevreview | Steve Baker proposed openstack/tripleo-common master: Delete overcloud-hardened-full image definitions https://review.opendev.org/c/openstack/tripleo-common/+/805748 | 21:56 |
opendevreview | Merged openstack/tripleo-common master: Add configs for CentOS 9 image https://review.opendev.org/c/openstack/tripleo-common/+/806018 | 23:43 |
opendevreview | Merged openstack/python-tripleoclient stable/victoria: [Stable-Only]Reversing the legacy directory conditional https://review.opendev.org/c/openstack/python-tripleoclient/+/808067 | 23:43 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!