arne_wiebalck | Good morning janders and Ironic! | 07:24 |
---|---|---|
MahnoorAsghar | Good morning | 07:25 |
arne_wiebalck | hey MahnoorAsghar o/ | 07:29 |
MahnoorAsghar | Hello :) | 07:29 |
rpittau | good morning ironic! o/ | 07:58 |
arne_wiebalck | hey rpittau o/ | 07:59 |
rpittau | hey arne_wiebalck :) | 08:01 |
opendevreview | Roman Popelka proposed openstack/ironic-tempest-plugin master: Ironic scenario manager cleanup https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/831158 | 08:11 |
opendevreview | Roman Popelka proposed openstack/ironic-tempest-plugin master: Ironic scenario manager cleanup https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/831159 | 08:32 |
opendevreview | Vanou Ishii proposed openstack/ironic master: Fix failure of create_vfat_image function https://review.opendev.org/c/openstack/ironic/+/826576 | 08:57 |
opendevreview | Roman Popelka proposed openstack/ironic-tempest-plugin master: Ironic scenario manager cleanup https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/831160 | 09:10 |
janders | good morning arne_wiebalck MahnoorAsghar rpittau and Ironic o/ | 09:32 |
rpittau | hey janders :) | 09:48 |
opendevreview | Jacob Anders proposed openstack/sushy master: Attempt using Redfish settings resource to get URI https://review.opendev.org/c/openstack/sushy/+/830553 | 09:58 |
MahnoorAsghar | Hi Janders o/ | 09:59 |
opendevreview | Jacob Anders proposed openstack/sushy master: Attempt using Redfish settings resource to get URI https://review.opendev.org/c/openstack/sushy/+/830553 | 10:02 |
opendevreview | Jacob Anders proposed openstack/sushy master: Attempt using Redfish settings resource to get URI https://review.opendev.org/c/openstack/sushy/+/830553 | 10:03 |
opendevreview | Jacob Anders proposed openstack/sushy master: Attempt using Redfish settings resource to get URI https://review.opendev.org/c/openstack/sushy/+/830553 | 10:06 |
janders | ^ sorry about the noise, somehow today I only see typos when change is up on Gerrit | 10:11 |
opendevreview | Jacob Anders proposed openstack/sushy master: Attempt using Redfish settings resource to get URI https://review.opendev.org/c/openstack/sushy/+/830553 | 10:32 |
vanou | hello ironic o/ | 10:41 |
arne_wiebalck | hi vanou o/ | 10:50 |
iurygregory | good morning Ironic | 11:02 |
opendevreview | Jacob Anders proposed openstack/sushy master: Attempt using Redfish settings resource to get URI https://review.opendev.org/c/openstack/sushy/+/830553 | 11:04 |
janders | hey vanou iurygregory and Ironic o/ | 11:06 |
iurygregory | o/ | 11:20 |
dtantsur | morning folks | 11:31 |
*** sshnaidm|off is now known as sshnaidm | 11:38 | |
iurygregory | morning dtantsur | 11:50 |
rpittau | hey iurygregory dtantsur :) | 11:50 |
iurygregory | rpittau, o/ | 11:50 |
MahnoorAsghar | I have a question related to Zuul - are the gating tests common to all OpenStack projects? | 11:58 |
opendevreview | Jacob Anders proposed openstack/sushy master: Re-trying InsertMedia call with TransferProtocolType if required https://review.opendev.org/c/openstack/sushy/+/830322 | 11:59 |
MahnoorAsghar | Also, is it possible to execute all of the tests locally before pushing to gerrit? | 11:59 |
iurygregory | MahnoorAsghar, zuul will run the tests that are defined by the project were you submitted your patch | 12:03 |
iurygregory | depending on the files you edited zuul might skip some jobs based on irrelevant-files regex | 12:04 |
MahnoorAsghar | okay | 12:04 |
MahnoorAsghar | Would it be possible for me to see all the jobs that Ironic executes, for example? | 12:04 |
Nisha_Agarwal | iurygregory, hi | 12:06 |
iurygregory | sure | 12:06 |
iurygregory | https://opendev.org/openstack/ironic/src/branch/master/zuul.d/project.yaml | 12:06 |
Nisha_Agarwal | I updated the RFE https://storyboard.openstack.org/#!/story/2009118 with details as discussed last week | 12:06 |
iurygregory | this are the jobs it will run (if you change a .py file) | 12:07 |
MahnoorAsghar | ahan | 12:07 |
iurygregory | most of the jobs defined in the template part you can run locally (since they are using tox) | 12:07 |
MahnoorAsghar | okay | 12:08 |
MahnoorAsghar | https://zuul.opendev.org/t/openstack/jobs - I found this has a massive list of jobs | 12:08 |
iurygregory | oh yeah =) | 12:09 |
iurygregory | if you want to check the jobs running for your patch you can use this url (1min) | 12:09 |
MahnoorAsghar | Where I could I find the pipelines? For example, the check pipeline | 12:09 |
iurygregory | https://zuul.opendev.org/t/openstack/status | 12:10 |
MahnoorAsghar | Oh thank you! | 12:10 |
iurygregory | https://review.opendev.org/c/openstack/sushy/+/830322 (Imagine this was your change, so if you use the number 830322 in the search field it will show all the jobs running) | 12:10 |
iurygregory | The check pipeline for any project is what is defined in the `check` section https://opendev.org/openstack/ironic/src/branch/master/zuul.d/project.yaml#L11-L57 plus the jobs defined in the `template` section | 12:14 |
MahnoorAsghar | I see, I see | 12:15 |
MahnoorAsghar | I think some jobs must be applied by Zuul itself, as a rule against projects maybe | 12:16 |
MahnoorAsghar | For e.g. the build-openstack-api-ref job isnt listed in the project.yaml file, but is run in the check pipeline | 12:17 |
iurygregory | I think is related to the openstack-docs job =) | 12:18 |
MahnoorAsghar | ah | 12:18 |
MahnoorAsghar | okayy | 12:18 |
MahnoorAsghar | jobs invoking jobs?🤔 | 12:22 |
dtantsur | MahnoorAsghar: a very small number of jobs are defined globally in https://opendev.org/openstack/project-config/ | 12:24 |
iurygregory | templates are a set of jobs if I recall | 12:24 |
dtantsur | yes | 12:24 |
iurygregory | oh right, we also have the ones from project-config XD | 12:24 |
dtantsur | https://opendev.org/zuul/zuul-jobs and https://opendev.org/openstack/openstack-zuul-jobs are where many standard jobs and templates are defined | 12:25 |
MahnoorAsghar | Ah I see | 12:25 |
opendevreview | Jacob Anders proposed openstack/sushy master: Attempt using Redfish settings resource to get URI https://review.opendev.org/c/openstack/sushy/+/830553 | 12:26 |
opendevreview | Mahnoor Asghar proposed openstack/ironic master: [WIP] Create API documentation from docstrings https://review.opendev.org/c/openstack/ironic/+/827200 | 12:34 |
MahnoorAsghar | Thank you! | 12:34 |
opendevreview | Jacob Anders proposed openstack/sushy master: Attempt using Redfish settings resource to get URI https://review.opendev.org/c/openstack/sushy/+/830553 | 12:56 |
opendevreview | Merged openstack/tenks master: Use ansible_facts to reference facts https://review.opendev.org/c/openstack/tenks/+/830182 | 12:59 |
opendevreview | Merged openstack/tenks master: docs: linux bridge, supported OS distros https://review.opendev.org/c/openstack/tenks/+/828278 | 12:59 |
janders | see you tomorrow Ironic o/ | 13:02 |
iurygregory | bye janders o/ | 13:09 |
vanou | hi arne_wiebalck and janders o/ | 13:09 |
vanou | oh sorry bye janders | 13:10 |
BedMan | ssh clash | 13:28 |
BedMan | Doh! (wrong window) :) Hi ironic o/ | 13:28 |
iurygregory | hello =) | 13:30 |
opendevreview | Vanou Ishii proposed openstack/ironic master: Fix failure of create_vfat_image function https://review.opendev.org/c/openstack/ironic/+/826576 | 13:33 |
TheJulia | good morning | 13:39 |
iurygregory | good morning TheJulia =) | 13:40 |
iurygregory | habemus cycle-highlights for Yoga \o/ | 13:48 |
* TheJulia yawns | 13:53 | |
arne_wiebalck | iurygregory: \o/ | 14:56 |
dtantsur | morning TheJulia | 14:57 |
dtantsur | iurygregory: have any of metal3 folks reached you about IPMI retry issues? | 15:20 |
dtantsur | they tried pinging you on slack. I suggested coming here, but I haven't seen anyone. | 15:20 |
iurygregory | oh I will join the slack (I only had the downstream open) | 15:25 |
iurygregory | I will need to solve a few things now (I will miss the upstream meeting, rpittau will run the meeting today) | 15:26 |
* iurygregory surprised that slack didn't sent any email about the mentions -.-' | 15:31 | |
opendevreview | Julia Kreger proposed openstack/ironic-python-agent master: Create fstab entry with appropriate label https://review.opendev.org/c/openstack/ironic-python-agent/+/831029 | 15:58 |
TheJulia | rpittau: hjensas: whitespace fix ^^^ | 15:58 |
rpittau | #startmeeting ironic | 16:00 |
opendevmeet | Meeting started Mon Feb 28 16:00:05 2022 UTC and is due to finish in 60 minutes. The chair is rpittau. Information about MeetBot at http://wiki.debian.org/MeetBot. | 16:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:00 |
opendevmeet | The meeting name has been set to 'ironic' | 16:00 |
ajya | o/ | 16:00 |
rpioso | o/ | 16:00 |
rloo | o/ | 16:00 |
TheJulia | o/ | 16:01 |
hjensas | o/ | 16:01 |
rpittau | Welcome to our weekly meeting! | 16:01 |
rpittau | I will be your host today :) | 16:01 |
Nisha_Agarwal | o/ | 16:01 |
rpittau | Our agenda can be found here: | 16:01 |
rpittau | #link https://wiki.openstack.org/wiki/Meetings/Ironic#Agenda_for_next_meeting | 16:01 |
TheJulia | Welcome host! | 16:01 |
rpittau | (pun intended) | 16:01 |
arne_wiebalck | o/ | 16:02 |
rpittau | #topic Announcements / Reminders | 16:02 |
rpittau | last week we've released all client libraries and Cycle With Intermediary deliverables | 16:03 |
rpittau | we also have the Yoga Cycle Highlights (thanks iurygregory) | 16:04 |
rpittau | friendly reminder, the Yoga final release date is March 30th, so in just 1 month! | 16:04 |
rpittau | I'd also like to congratulate arne_wiebalck for his election in the Technical Committee :) | 16:05 |
Nisha_Agarwal | arne_wiebalck, wow :) | 16:05 |
Nisha_Agarwal | congrats | 16:05 |
arne_wiebalck | thanks :) | 16:05 |
rloo | yay arne_wiebalck and thx for the releases and highlights!!! | 16:06 |
TheJulia | congrats arne_wiebalck! | 16:06 |
rpioso | arne_wiebalck: Congratulations! | 16:06 |
arne_wiebalck | TheJulia: rpioso: thanks :) | 16:07 |
rpittau | last but not least, iurygregory has offered himself as PTL for the next Zed cycle! | 16:08 |
rpittau | thanks iurygregory, great job during Yoga :) | 16:08 |
rpioso | Woot!!!!! | 16:08 |
rloo | Thank you iurygregory!!! | 16:08 |
arne_wiebalck | thanks iurygregory for stepping up once more! | 16:08 |
Nisha_Agarwal | yay iurygregory | 16:09 |
dtantsur | iurygregory++ | 16:09 |
rpittau | does anyone have anything else to remind us of ? | 16:10 |
rpittau | alright, moving on | 16:11 |
rpittau | I don't see any action item from last meeting, so skipping this | 16:11 |
rpittau | #topic Review subteam status reports | 16:12 |
rpittau | #link https://etherpad.opendev.org/p/IronicWhiteBoard | 16:12 |
rpittau | around L62 | 16:12 |
rpittau | we focused on the releases last week, I don't expect a lot of updates | 16:18 |
arne_wiebalck | TheJulia: for RBAC, 'DDT' is the distributed debugger or rather TDD ? | 16:18 |
arne_wiebalck | l. 164 | 16:19 |
TheJulia | should be test drivend evelopment | 16:19 |
TheJulia | err | 16:19 |
TheJulia | no | 16:19 |
TheJulia | data driven tests | 16:19 |
TheJulia | soryr, brain | 16:19 |
arne_wiebalck | ok, thanks! | 16:20 |
rpittau | are we good to move on ? | 16:22 |
rpittau | I'll take that as a yes :) | 16:23 |
rpittau | #topic Deciding on priorities for the coming week | 16:23 |
rpittau | #link https://review.opendev.org/q/status:open+hashtag:ironic-week-prio | 16:23 |
rpittau | I have a couple of patches to add | 16:23 |
rpittau | one is actually already there | 16:23 |
TheJulia | I'd like to add https://review.opendev.org/c/openstack/ironic-python-agent/+/831029 | 16:24 |
rpittau | TheJulia: yup, feel free to add the tag :) | 16:24 |
TheJulia | I've got some nova patches :) | 16:27 |
rpittau | :D | 16:27 |
rpittau | we have a good list, some patches need only approval, I guess we can have a look at the nova patches and give them a gentle "push" :) | 16:28 |
TheJulia | https://review.opendev.org/c/openstack/nova/+/813897 <-- the fun race condition with syncing nova-computes | 16:29 |
rpittau | I like the commit message there :D | 16:30 |
rpittau | I think we can extend the tag to that patch, all considered, unless someone has concerns or objections ? | 16:31 |
arne_wiebalck | TheJulia: do you have any feedback from the nova folks on this one? seems quiet since some months | 16:32 |
rpittau | I've added the tag, so at least we don't lose sight on that | 16:32 |
opendevreview | Ruby Loo proposed openstack/ironic master: More fixes for anaconda deploy interface https://review.opendev.org/c/openstack/ironic/+/827924 | 16:35 |
TheJulia | arne_wiebalck: I've incorporated their feedback | 16:36 |
rpittau | ok, moving on | 16:37 |
rpittau | we don't have requests for discussions | 16:38 |
rpittau | #topic Baremetal SIG | 16:38 |
rpittau | #link https://etherpad.opendev.org/p/bare-metal-sig | 16:38 |
rpittau | arne_wiebalck: any news? :) | 16:38 |
arne_wiebalck | "Bare Metal for Health - Using OpenStack Ironic for HPC at Berlin Institute of Health" planned for next week. | 16:39 |
arne_wiebalck | Mar 8th at 2pm UTC | 16:39 |
arne_wiebalck | I think that is all atm. | 16:40 |
rpittau | thanks! | 16:40 |
rpittau | #topic RFE review | 16:41 |
rpittau | we have an RFE request that was updated | 16:42 |
rpittau | Adds add_ssl_certificate clean step to iLO drivers | 16:42 |
rpittau | #link https://storyboard.openstack.org/#!/story/2009118 | 16:42 |
Nisha_Agarwal | rpittau, yup i updated that with details | 16:42 |
rpittau | Nisha_Agarwal: thank you | 16:43 |
Nisha_Agarwal | rpittau, any comments :) | 16:45 |
rpittau | well, it looks reasonable to me | 16:46 |
Nisha_Agarwal | rpittau, thanks :) | 16:46 |
rpittau | we probably need some more voices before approving, TheJulia, dtantsur ? anyone else? | 16:47 |
dtantsur | looking | 16:50 |
dtantsur | Nisha_Agarwal: we usually prefer to have arguments documented. the first 2 seems straightforward, what's the argument for delete_https_certificate? | 16:51 |
Nisha_Agarwal | dtantsur, well that is part of the rfe but needs some more investigation. It wont be implemented for this release. Hence i have just added the clean step name | 16:52 |
Nisha_Agarwal | dtantsur, as i have discussed with iLO f/w team, it shouldnt take any input | 16:53 |
dtantsur | so, it deletes all certificates? | 16:53 |
Nisha_Agarwal | It just deletes the certificate there and the default iLO SSL certificate is added in that case | 16:53 |
Nisha_Agarwal | there is only one certificate there | 16:54 |
Nisha_Agarwal | it is not the list of the certificates | 16:54 |
Nisha_Agarwal | When we say add_certificate (import_certificate), it just replaces the existing SSL certificate with the new one (if it is valid) | 16:55 |
dtantsur | ah, ok. I think I'm fine with it. | 16:55 |
Nisha_Agarwal | dtantsur, so there is always one SSL certificate present | 16:55 |
Nisha_Agarwal | atleast default one | 16:56 |
dtantsur | ack | 16:56 |
Nisha_Agarwal | dtantsur, thanks | 16:57 |
rpittau | alright, I'm going to approve that | 16:57 |
Nisha_Agarwal | rpittau, thanks :) | 16:58 |
rpittau | and to conclude: | 16:58 |
rpittau | #topic Who is going to run the next meeting? | 16:58 |
rpittau | actually I can run it :) | 16:59 |
rpittau | thanks everyone! | 16:59 |
rpittau | #endmeeting | 16:59 |
opendevmeet | Meeting ended Mon Feb 28 16:59:18 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:59 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/ironic/2022/ironic.2022-02-28-16.00.html | 16:59 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/ironic/2022/ironic.2022-02-28-16.00.txt | 16:59 |
opendevmeet | Log: https://meetings.opendev.org/meetings/ironic/2022/ironic.2022-02-28-16.00.log.html | 16:59 |
arne_wiebalck | thanks rpittau ! | 16:59 |
Nisha_Agarwal | thanks rpittau :) | 16:59 |
rpittau | good night! o/ | 17:05 |
dtantsur | see you tomorrow folks o/ | 17:19 |
* iurygregory is back | 17:51 | |
arne_wiebalck | bye everyone o/ | 18:36 |
TheJulia | where did the day go?! | 18:54 |
iurygregory | for me the answer is "is holiday in Brazil, so the day will pass very fast even if I'm working" | 19:10 |
opendevreview | Jacob Anders proposed openstack/sushy master: Re-trying InsertMedia call with TransferProtocolType if required https://review.opendev.org/c/openstack/sushy/+/830322 | 23:12 |
opendevreview | Jacob Anders proposed openstack/sushy master: Attempt using Redfish settings resource to get URI https://review.opendev.org/c/openstack/sushy/+/830553 | 23:21 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!