*** dtantsur_ is now known as dtantsur | 00:08 | |
auniyal | hey, tempest in multinode devstack env - inside tempest test, I created a server and its visible in one of the compute node (verified via virsh list too), but when to use called another api (evacuate) I am getting error - server not found. how can I debug this ? | 07:36 |
---|---|---|
auniyal | error logs: https://paste.opendev.org/show/bOWSkwQ1n6TB2bm8nKIE/ | 07:43 |
auniyal | https://paste.opendev.org/show/bqrsK9Cou3d4zJ0Z5p5h/ | 07:47 |
opendevreview | Amit Uniyal proposed openstack/whitebox-tempest-plugin master: WIP: evacuation tests https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/915393 | 12:23 |
artom | Question to the PTLs or release liaisons: how do I create a new tag? Context: https://review.opendev.org/c/openstack/releases/+/915751 is failing CI because there's no tag 0.0.3 for version 0.0.3... | 13:40 |
stephenfin | artom: You just push the tag locally | 14:25 |
stephenfin | that is if you're not using the release infrastructure to do it for you, which it seems you are not | 14:26 |
tkajinam | I've not looked into acl settings deeply but I guess slaweq has permission to push a tag, I guess https://review.opendev.org/admin/groups/38e017e8d7ef68474445ebb925e97df117a97053,members | 15:09 |
artom | stephenfin, locally as in, I don't go via Gerrit, just push directly to remote git? | 15:19 |
stephenfin | If you don't have release infra set up then yes, locally. git tag and git push | 15:20 |
artom | I guess I'd know about it if we did have it set up, which means we don't | 15:20 |
tkajinam | artom, https://review.opendev.org/admin/groups/38e017e8d7ef68474445ebb925e97df117a97053,members | 15:30 |
tkajinam | I guess only people in that group can push tags to the repository | 15:30 |
artom | tkajinam, wrong project :) | 15:30 |
tkajinam | ahh ok | 15:31 |
artom | I'm talking about https://opendev.org/openstack/whitebox-tempest-plugin/ | 15:31 |
artom | But wait, does this mean we need a separate -release repo? | 15:31 |
artom | Ah no, it's a group | 15:31 |
tkajinam | ok it seems the whitebox-tempest-plugin-core group has permission to create a tag | 15:32 |
tkajinam | for the whitebox-tempest-plugin repo | 15:32 |
artom | Which I'm in, so I can push tags | 15:32 |
tkajinam | https://github.com/openstack/project-config/blob/master/gerrit/acls/openstack/whitebox-tempest-plugin.config | 15:32 |
tkajinam | yeah | 15:32 |
artom | sean-k-mooney, ^^ you on board with that? On the review you were saying that the infra will do the tag for us, but I don't think we have it set up | 15:41 |
sean-k-mooney | tkajinam we coudl but i would prefer if we did not | 15:44 |
sean-k-mooney | whave have pushed signed tags before | 15:44 |
sean-k-mooney | but i would prefer to actully use the release infra | 15:44 |
sean-k-mooney | this is why i have not been using the ablity to push a tag currently | 15:44 |
artom | I mean, I'm not against it, I just have no idea how :) `git push` sounds simpler and quicker, and will get the RDO folks what they need for now | 15:44 |
sean-k-mooney | why do rdo need it | 15:45 |
sean-k-mooney | technially the ofically release mode is none meaning we dont have tags | 15:45 |
sean-k-mooney | we coudl chage it to independient menaing we can tag it | 15:45 |
sean-k-mooney | but the offical way to consume it at present is tirectly form git | 15:45 |
artom | sean-k-mooney, they need RPMs, looks like? https://review.rdoproject.org/r/c/openstack/whitebox-tempest-plugin-distgit/+/52480 | 15:46 |
sean-k-mooney | if they want to consume tags then i would like to enabel that by usint the independet model or move it to release with intermediary | 15:46 |
sean-k-mooney | artom: we created that dist git as in our team | 15:46 |
sean-k-mooney | but we dont really do release via it | 15:47 |
sean-k-mooney | we certenly dont do a release per RDO release | 15:47 |
artom | Right, IIRC it was for tripleo back when tripleo was a thing | 15:47 |
sean-k-mooney | well we created it because we tought we would need an rpm for downstream ci | 15:48 |
sean-k-mooney | and to include it in our product | 15:48 |
artom | Well, RHEx, but yeah | 15:48 |
sean-k-mooney | but then decied not to do that | 15:48 |
artom | Back when RHEx was to be based on TripleO | 15:48 |
sean-k-mooney | so all we need to do i think is add the publishing job to whitebox | 15:49 |
artom | I mean, we can chat to tosky downstream about why they need it | 15:49 |
sean-k-mooney | i can submit a patch for that and then the release repo should be happy | 15:49 |
artom | But maybe instead of going down that rabbit whole, we should just set ourselves up for releases ): | 15:49 |
artom | * :) | 15:49 |
sean-k-mooney | right which is what i started doing | 15:50 |
sean-k-mooney | https://pypi.org/project/whitebox-tempest-plugin/ | 15:50 |
sean-k-mooney | that exists and is owned by the openstackci account | 15:50 |
artom | Yeah, I set that up a long time ago | 15:50 |
sean-k-mooney | so all that should be requried is addign the jobs to whitebox and that will make the reelase repo happy | 15:50 |
artom | OK, so let's do that then :) | 15:51 |
sean-k-mooney | ok give me like 5 mins and ill submit the patch | 15:51 |
artom | \o/ | 15:51 |
artom | Thank you Sean :) | 15:51 |
artom | (I'm at the doctor's office - doctor will be late, so I'll go have lunch, which means no IRC) | 15:52 |
artom | I'll read the eavesdrop log when I'm back | 15:52 |
opendevreview | sean mooney proposed openstack/whitebox-tempest-plugin master: enable release jobs https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/915905 | 15:58 |
sean-k-mooney | tkajinam: artom: i think ^ is all that is required and once that is merged i should be able to update the sha in the release repo | 15:58 |
-opendevstatus- NOTICE: The Gerrit service on review.opendev.org will be offline momentarily for a restart in order to apply a patch update | 18:36 | |
opendevreview | Douglas Mendizábal proposed openstack/tempest master: Enable Secure RBAC in Keystone https://review.opendev.org/c/openstack/tempest/+/912489 | 18:44 |
opendevreview | sean mooney proposed openstack/whitebox-tempest-plugin master: enable release jobs https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/915905 | 18:55 |
opendevreview | sean mooney proposed openstack/whitebox-tempest-plugin master: enable release jobs https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/915905 | 18:59 |
opendevreview | Amit Uniyal proposed openstack/whitebox-tempest-plugin master: WIP: evacuation tests https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/915393 | 20:10 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!