Friday, 2022-09-23

fricklergtema: o.k., that's a step forward at least. one down, two to go ;) https://zuul.opendev.org/t/openstack/build/4e67f635ac524001a010ef2fa4d46ef705:03
opendevreviewMerged openstack/openstacksdk master: Add support for fault object per Server API  https://review.opendev.org/c/openstack/openstacksdk/+/85370307:12
Daviey(Thanks gtema!)07:19
opendevreviewArtem Goncharov proposed openstack/openstacksdk master: Initialize tests of real clouds  https://review.opendev.org/c/openstack/openstacksdk/+/85902608:20
opendevreviewJakob Meng proposed openstack/ansible-collections-openstack master: Force major version bump in pbr  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/85905308:47
gtema@frickler you are in the infra team, aren't you?08:57
fricklergtema: pleading guilty09:01
gtemaso, back from meeting09:14
gtemaI am working on the concept of running sdk/osc functional tests against real clouds09:15
gtemaI have now creds for Cleura09:15
gtemaand I want to make non voting jobs for running those09:15
gtemanow the point (we did it in our zuul this way)09:16
gtemain order to run this tests in check I need to define jobs in config project (meaning project-config)09:16
gtemahere I would need to put credentials of the clouds, define jobs that prepare clouds.yaml for sdk/osc (and I do this with token and not pwd to reduce chance of leak) and revokation of the token afterwards09:17
gtemawould this be accepted by infra (to put such jobs into the project-config) or we should better consider setting up a 3rdparty CI for all of that?09:18
gtemafrickler: https://review.opendev.org/c/openstack/project-config/+/859060 + https://review.opendev.org/c/openstack/openstacksdk/+/859026 are wips for that09:34
opendevreviewArtem Goncharov proposed openstack/openstacksdk master: Initialize tests of real clouds  https://review.opendev.org/c/openstack/openstacksdk/+/85902609:54
fricklergtema: you could put the secrets into the sdk repo, too, I'm not sure that project-config is needed for that. but I'm not sure how to circumvent the restriction that secrets can only be used in post-merge jobs09:55
frickleralso, do we need to serialize jobs? or could multiple jobs run with the same credentials in parallel?09:56
gtemaby placing them in the project-config repo, this is for sure. That way sdk would be able to use those jobs in check09:56
gtemaparallelization is a bit different question where I have no answer yet. cleanup is the similar one09:56
gtemabut first we should have some base for running them at all09:57
gtemafor the reference how we do it in our setup:09:57
gtemahttps://github.com/opentelekomcloud-infra/zuul-project-config/blob/master/zuul.d/jobs.yaml#L7209:57
gtemaand used i.e. here: https://github.com/opentelekomcloud/python-otcextensions/blob/master/.zuul.yaml#L4009:58
gtemain our setup zuul-project-config is also a config repo. And jobs with secrets defined in a config repo can be used in non post-review pipelines09:59
fricklero.k., I'll have a look later. what I've done in a similar situation is use a static node that gets pre-configured with the credentials out-of-band09:59
gtemahttps://zuul-ci.org/docs/zuul/latest/config/secret.html describes this09:59
gtemaSince it works for us I know for sure this way works. I am not so relaxed at placing those jobs into project-config though10:00
gtemaat minimum we would need to limit projects which can use those jobs10:00
gtemabut maintaining it this way can get out of control10:01
opendevreviewTakashi Natsume proposed openstack/python-openstackclient master: Fix wrong assertion methods  https://review.opendev.org/c/openstack/python-openstackclient/+/85704610:49
opendevreviewMerged openstack/ansible-collections-openstack master: Force major version bump in pbr  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/85905312:25
opendevreviewArtem Goncharov proposed openstack/openstacksdk master: Extend project cleanup  https://review.opendev.org/c/openstack/openstacksdk/+/85908713:33
opendevreviewArtem Goncharov proposed openstack/openstacksdk master: Extend project cleanup  https://review.opendev.org/c/openstack/openstacksdk/+/85908713:44
jm1gtema: oh nice, you got access to another cloud?! Never heard of Cleura before though 😅14:07
gtemacitycloud14:07
jm1gtema: but i guess you still need access to rackspace, ovh and vexxhost for testing the floating ip stuff?14:08
gtemaand this uncovers quite a mess in sdk14:08
gtemamaking func tests to work on various clouds is going to be a challenge14:08
gtemabut side effect is that tests and code will be improved to beter detect features of the cloud14:09
jm1gtema: but i guess you still need access to rackspace, ovh and vexxhost for testing the floating ip stuff?14:12
gtemayes14:12
jm1we could ping fungi and ask nicely whether he would give us access to rackspace or ovh or vexxhost tenants. then we would be able to fix openstacksdk and they could remove the 0.61.0 pin..14:14
fungiit would need new tenants14:14
jm1fungi: hello fungi :) maybe you know how to get new tenants? or maybe an inofficial access for quick and dirty tests?14:15
gtemafungi, btw any structural objections of going https://review.opendev.org/c/openstack/project-config/+/859060 way for testing?14:15
opendevreviewOpenStack Release Bot proposed openstack/python-openstackclient stable/zed: Update .gitreview for stable/zed  https://review.opendev.org/c/openstack/python-openstackclient/+/85909914:15
opendevreviewOpenStack Release Bot proposed openstack/python-openstackclient stable/zed: Update TOX_CONSTRAINTS_FILE for stable/zed  https://review.opendev.org/c/openstack/python-openstackclient/+/85910014:15
opendevreviewOpenStack Release Bot proposed openstack/python-openstackclient master: Update master for stable/zed  https://review.opendev.org/c/openstack/python-openstackclient/+/85910114:15
fungiwe already use multiple tenants to securely separate our control plane from our test nodes since different systems need automated access. we definitely wouldn't give jobs access to those, for security reasons14:15
opendevreviewOpenStack Release Bot proposed openstack/python-openstackclient master: Switch to 2023.1 Python3 unit tests and generic template name  https://review.opendev.org/c/openstack/python-openstackclient/+/85910214:15
fungibut we could facilitate discussion with the current donor providers about getting additional tenants for sdk testing14:16
gtemathat is clear, but maybe there are some spare tenants14:16
fungimordred used to do that for shade, though he was manually testing it14:16
gtemacorrect. We can still have this form of manual tests in particular clouds, but I would like to establish non voting jobs for various clouds14:17
jm1fungi: that would be awesome! we really would like to get sdk fixed :D how and where to approach them?14:17
gtemathis brings benefits to everybody14:17
jm1fungi: do you know people inside ovh or vexxhost or rackspace? i have really no idea of openinfra's internals so i would need some guidance here but iam willing to help :)14:19
jm1fungi: we need something playground for gtema before he gets bored and runs away 🙊😋14:20
gtemawho can be bored in this world ;-)14:21
jm1gtema: i would get you access to our cloud if that would help. but rdo is so close to upstream that devstack jobs usually keep us happy 🤷14:26
gtemawell, everybody is close to devstack and still we have so many issues14:26
fungiwe have a "council" which includes representatives from some of those providers, yes: https://docs.opendev.org/opendev/system-config/latest/project.html#governance14:26
jm1fungi: nice! you are talking about "OpenDev Council"?14:29
jm1gtema: you are not part of the council, are you?14:30
gtemanope14:30
gtemawhile according to the spec I should have a seat there (if I read it right)14:31
jm1fungi: do you and the council meet periodically? maybe gtema and i could join one time and we could discuss cloud access with providers? (in case that would be within scope of your meetings)14:32
fungithere's no formal meeting of the council, it's more "people who self-identify as representatives of hosted projects and service donors" and the point of contact is the service-discuss@lists.opendev.org mailing list14:34
fungii'm officially on the council since our governance says it expressly includes "members of any OpenDev project core team"14:35
fungi(and as a root sysadmin for the opendev collaboratory i'm also a core reviewer for most of the opendev projects)14:36
fungithough if you're looking for a singular point of contact for the collaboratory, clarkb is our current service coordinator14:36
jm1fungi := root, nice :) maybe we should write a mail to that service-discuss list and ask for access, gtema?14:37
jm1gtema: or did you contact clarkb in the past?14:38
gtemafungi - is your suggestion to write mail to the above address?14:38
fungiyep14:38
gtemacause I was already trying to talk to some donors directly, asking Clark, asking Jimmy14:38
gtemaokay, will do so. Thanks14:39
fungifrom different providers, these days probably mnaser (vexxhost), amorin (ovh), and mgagne (iweb) are the most responsive14:39
gtemagreat, thanks14:39
gtemawhat about rax, anobody there?14:39
gtemathis is the most challenging cloud14:39
funginot really, no. we have an internal advocate who basically "pays" the rackspace bill for us14:40
gtemasad14:40
fungibut there aren't a lot of rackers heavily involved in openstack these days14:40
fungialso, iweb probably isn't a useful target for sdk testing since they're not really in the business of running an openstack public cloud any longer (their new parent company is more focused on cloudstack)14:41
jm1fungi: cloudstack, wow, havent heard that name in a while. did not know anybody is still using that 🙊14:42
fungiyep, apparently it's one of the apache foundation's flagship projects14:43
fungianyway, what you probably really need is someone doing what mordred did before, reaching out directly to cloud providers and asking for accounts in order to do sdk testing. then you could put the credentials for those into zuul secrets to be used by jobs14:44
gtemabut how should I reach rax?14:45
fungibut the providers involved in the opendev council are probably a good place to start, since that will allow you to prove out the model for the test job with a public cloud or two14:45
fungiprobably our best approach for rackspace will be to try to find someone there who is still involved upstream. i can look at the affiliations for the zed contributors list to get some idea14:46
gtemaok14:46
fungihaving someone who is active in the project (even if just barely) who we can get to argue the request internally on our behalf14:46
fungiwe can try to do it from the foundation side instead, but we really have very little leverage with rackspace14:47
gtemaI feel some problem here, if rax is not so interested in offering modern OpenStack chances are too low. But since infra runs on Rax we need to test SDK just for our internal tooling14:48
jm1gtema: vexxhost, ovh and iweb would be a good start, woulnd it? rax could come later14:49
gtemasure, but afaik rax is the only real reason for the sdk pin in zuul/nodepool14:49
gtemaand I can't verify behaviour there14:50
gtemaanyway - we definitely need to address those folks14:50
jm1gtema: mail to service-discuss would be a good start. maybe some rax folks jumps onto it14:51
jm1fungi: is service-discuss internal? its not listed at https://lists.openstack.org/cgi-bin/mailman/listinfo14:52
fungijm1: you want lists.opendev.org14:53
fungilists.openstack.org is for the openstack project14:53
fungilists.opendev.org is for the opendev collaboratory14:54
jm1fungi: omg, true 🙈 sorry14:54
fungino problem14:54
jm1fungi, gtema: so we have a plan :D Thank you, fungi, for your help on that! Hopefully we get some access soon and can finally fix the sdk :)14:57
fungijames denton has rackspace listed as a current affiliation in a foundation profile, and seems to be recently active in osa: https://review.opendev.org/85750715:15
fungiof course it's possible that profile is outdated and that's on behalf of a new employer, i really can't know15:15
gtemasure, thanks anyway15:15
opendevreviewArtem Goncharov proposed openstack/openstacksdk master: Rework network functional tests  https://review.opendev.org/c/openstack/openstacksdk/+/85911415:54
opendevreviewArtem Goncharov proposed openstack/openstacksdk master: Extend project cleanup  https://review.opendev.org/c/openstack/openstacksdk/+/85908715:54
opendevreviewArtem Goncharov proposed openstack/openstacksdk master: Initialize tests of real clouds  https://review.opendev.org/c/openstack/openstacksdk/+/85902615:55
opendevreviewArtem Goncharov proposed openstack/openstacksdk master: Rework network functional tests  https://review.opendev.org/c/openstack/openstacksdk/+/85911415:56
opendevreviewRafael Castillo proposed openstack/ansible-collections-openstack master: Updates server_volume for 2.0.0  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/85883418:38
opendevreviewMerged openstack/python-openstackclient stable/zed: Update .gitreview for stable/zed  https://review.opendev.org/c/openstack/python-openstackclient/+/85909918:49
opendevreviewMerged openstack/python-openstackclient stable/zed: Update TOX_CONSTRAINTS_FILE for stable/zed  https://review.opendev.org/c/openstack/python-openstackclient/+/85910018:49
opendevreviewMerged openstack/python-openstackclient master: Update master for stable/zed  https://review.opendev.org/c/openstack/python-openstackclient/+/85910119:45
opendevreviewMerged openstack/python-openstackclient master: Switch to 2023.1 Python3 unit tests and generic template name  https://review.opendev.org/c/openstack/python-openstackclient/+/85910219:53

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!