opendevreview | Merged openstack/python-manilaclient master: Refactor code from oslo_incubator https://review.opendev.org/c/openstack/python-manilaclient/+/803421 | 00:38 |
---|---|---|
opendevreview | Merged openstack/manila-ui master: Add platform annotation in bindep.txt https://review.opendev.org/c/openstack/manila-ui/+/830349 | 00:43 |
opendevreview | haixin proposed openstack/python-manilaclient master: API 2.69,Manila client support recycle bin https://review.opendev.org/c/openstack/python-manilaclient/+/801424 | 02:46 |
opendevreview | zhongshengping proposed openstack/puppet-manila master: Prepare Yoga M3 https://review.opendev.org/c/openstack/puppet-manila/+/830762 | 08:13 |
opendevreview | Merged openstack/python-manilaclient stable/xena: Fix tox to ignore_basepython_conflict https://review.opendev.org/c/openstack/python-manilaclient/+/830580 | 08:28 |
opendevreview | Adrian Fusco Arnejo proposed openstack/manila-ui stable/wallaby: Add platform annotation in bindep.txt https://review.opendev.org/c/openstack/manila-ui/+/830786 | 08:43 |
opendevreview | Francesco Pantano proposed openstack/devstack-plugin-ceph master: Deploy with cephadm https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/826484 | 08:52 |
opendevreview | Francesco Pantano proposed openstack/devstack-plugin-ceph master: Deploy with cephadm https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/826484 | 08:56 |
opendevreview | Francesco Pantano proposed openstack/devstack-plugin-ceph master: Deploy with cephadm https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/826484 | 09:47 |
opendevreview | Merged openstack/python-manilaclient master: Add --scheduler_hints to share replica create command https://review.opendev.org/c/openstack/python-manilaclient/+/817739 | 10:21 |
opendevreview | haixin proposed openstack/python-manilaclient master: API 2.69,Manila client support recycle bin https://review.opendev.org/c/openstack/python-manilaclient/+/801424 | 10:31 |
*** dviroel_ is now known as dviroel | 11:28 | |
opendevreview | kiran pawar proposed openstack/manila-tempest-plugin master: Add tests for only_host scheduler hint. https://review.opendev.org/c/openstack/manila-tempest-plugin/+/816168 | 11:38 |
fzzf[m] | gouthamr: carloss: hi, what should I modify about my problem? thanks. | 11:47 |
fzzf[m] | I add ssh key, this error occur. I use a staic node in nodepool. this node is a ubuntu sys. I only config ssh key.... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/kpJQelOcQVtaULYicsHhCeLT) | 11:48 |
carloss | fzzf[m] o/ | 11:49 |
carloss | do you have a more detailed log? | 11:51 |
carloss | I couldn't see what was the step being performed there | 11:51 |
fzzf[m] | carloss: wait a moment. | 11:52 |
fzzf[m] | carloss: this show "This build does not provide any logs" | 11:53 |
fzzf[m] | carloss: I find. https://paste.opendev.org/show/b9gNvItxzQRe3mvCNMRf/ | 11:55 |
carloss | I think the real error may be between lines 262-271 of this paste you sent | 12:12 |
carloss | fzzf[m]: it states the the -configure-swap role wasn't found | 12:13 |
opendevreview | kiran pawar proposed openstack/manila master: onlyHostFilter: Fix follow-up suggestions. https://review.opendev.org/c/openstack/manila/+/824726 | 12:14 |
fzzf[m] | carloss: what should I modify. I don't understand. configure is https://paste.opendev.org/show/boNQbVaEJG8KsRzSKwag/ | 12:18 |
fzzf[m] | carloss: I use a ubuntu sys as nodepool static node where CI run job. I configure ssh key on this node. | 12:23 |
carloss | yes, apparently the ssh key configuration ran smoothly | 12:23 |
carloss | I'm checking the logs here | 12:23 |
carloss | but now it seems that zuul can't locate a role necessary to run the job | 12:24 |
carloss | fzzf[m]: | 12:27 |
carloss | comment 1 on https://bugs.launchpad.net/devstack/+bug/1870334 | 12:27 |
carloss | should help you out | 12:27 |
opendevreview | Adrian Fusco Arnejo proposed openstack/manila-ui stable/xena: Add platform annotation in bindep.txt https://review.opendev.org/c/openstack/manila-ui/+/830809 | 12:32 |
fzzf[m] | carloss: sorry, what add general jobs mean. I'm new use this.... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/KXicRFQkUvIdInPacuHyWFtR) | 12:35 |
fzzf[m] | s/// | 12:35 |
fzzf[m] | configure this job https://paste.opendev.org/show/boNQbVaEJG8KsRzSKwag/ | 12:36 |
carloss | fzzf[m]: if I understood correctly, you're recreating the manila-tempest-plugin base, right? | 12:46 |
carloss | you're redeclaring it for you? | 12:46 |
fzzf[m] | I use SF as CI system. config this project.yaml https://paste.openstack.org/show/bIn1lJLf56zg3o8oGtFB/ | 12:47 |
carloss | yes, the project.yaml seems to be fine | 12:47 |
fzzf[m] | carloss: no, I inherit manila-tempest-plugin base | 12:47 |
carloss | I think the ideal would be to inherit from 'manila-tempest-plugin-standalone-base' | 12:48 |
carloss | because it is already importing some important roles: https://github.com/openstack/manila-tempest-plugin/blob/master/zuul.d/manila-tempest-jobs.yaml#L75-L77 | 12:48 |
fzzf[m] | carloss: When I inherit, do I have to rewrite parent in my job? I have write manila-tempest-plugin-base and macrosan-manila-dhss-false job. | 12:51 |
carloss | I think you wouldn't even need to rewrite manila-tempest-plugin-base... you could inherit that as well | 12:52 |
carloss | you'd only need to write the macrosan job | 12:52 |
fzzf[m] | carloss: get it. I going try to inherit manila-tempest-plugin-standalone-base job. thanks! | 12:54 |
carloss | fzzf[m]: you're welcome | 12:54 |
*** carloss is now known as carloss|afk | 12:56 | |
opendevreview | Merged openstack/python-manilaclient master: API 2.69,Manila client support recycle bin https://review.opendev.org/c/openstack/python-manilaclient/+/801424 | 13:50 |
*** dviroel is now known as dviroel|brb | 14:01 | |
opendevreview | kiran pawar proposed openstack/manila-tempest-plugin master: Add tests for only_host scheduler hint. https://review.opendev.org/c/openstack/manila-tempest-plugin/+/816168 | 14:21 |
*** carloss|afk is now known as carloss | 14:22 | |
*** dviroel|brb is now known as dviroel | 14:23 | |
opendevreview | haixin proposed openstack/manila master: share recycle bin, Fix follow-up suggestions https://review.opendev.org/c/openstack/manila/+/830835 | 15:02 |
opendevreview | Merged openstack/puppet-manila master: Add CentOS/RHEL 9 to supported operating systems https://review.opendev.org/c/openstack/puppet-manila/+/830472 | 15:24 |
*** dviroel is now known as dviroel|lunvh | 16:03 | |
*** dviroel|lunvh is now known as dviroel|lunch | 16:03 | |
opendevreview | Merged openstack/manila-tempest-plugin master: Remove share metadata test https://review.opendev.org/c/openstack/manila-tempest-plugin/+/826747 | 16:57 |
*** dviroel|lunch is now known as dviroel | 16:58 | |
opendevreview | Andre Beltrami proposed openstack/python-manilaclient master: Support multiple subnets per AZ https://review.opendev.org/c/openstack/python-manilaclient/+/826928 | 17:24 |
opendevreview | Goutham Pacha Ravi proposed openstack/manila-ui stable/wallaby: Add platform annotation in bindep.txt https://review.opendev.org/c/openstack/manila-ui/+/830786 | 17:25 |
andrebeltrami[m] | hey gouthamr and carloss|afk I just submitted a new ps on https://review.opendev.org/c/openstack/python-manilaclient/+/826928, I don't removed the client functional test yet because felipe_rodrigues is close to submit a new ps in the core change. But, if you says that's urgent to have zuul voting +1 on this one I can remove the functional test and add further... | 17:38 |
carloss | i'd say it's okay to leave it there andrebeltrami[m] | 17:39 |
andrebeltrami[m] | ack, ty carloss! | 17:42 |
opendevreview | Merged openstack/manila-ui stable/xena: Add platform annotation in bindep.txt https://review.opendev.org/c/openstack/manila-ui/+/830809 | 18:14 |
vhari | o/ carloss | 18:45 |
opendevreview | Merged openstack/manila-ui master: Update python-manilaclient and horizon required https://review.opendev.org/c/openstack/manila-ui/+/830686 | 18:57 |
carloss | o/ vhari :D | 19:28 |
opendevreview | Felipe Rodrigues proposed openstack/manila master: Add multiple subnets per AZ support https://review.opendev.org/c/openstack/manila/+/830898 | 20:24 |
vhari | carloss, was pinging you on bugsquash .. all set now :) | 20:25 |
carloss | ack vhari - thanks | 20:25 |
opendevreview | Felipe Rodrigues proposed openstack/manila master: Add multiple subnets per AZ support https://review.opendev.org/c/openstack/manila/+/830899 | 20:28 |
opendevreview | Ashley Rodriguez proposed openstack/manila master: Metadata for Share Resource https://review.opendev.org/c/openstack/manila/+/824648 | 20:48 |
*** dviroel is now known as dviroel|afk | 20:54 | |
opendevreview | Felipe Rodrigues proposed openstack/manila master: Add multiple subnets per AZ support https://review.opendev.org/c/openstack/manila/+/825110 | 21:02 |
opendevreview | Merged openstack/manila-ui stable/wallaby: Add platform annotation in bindep.txt https://review.opendev.org/c/openstack/manila-ui/+/830786 | 21:19 |
opendevreview | Andre Luiz Beltrami Rocha proposed openstack/manila-tempest-plugin master: Add functional tests for add multiple subnets feature https://review.opendev.org/c/openstack/manila-tempest-plugin/+/826959 | 21:21 |
opendevreview | Andre Luiz Beltrami Rocha proposed openstack/manila master: Container: Multiple subnets per AZ https://review.opendev.org/c/openstack/manila/+/826462 | 21:23 |
opendevreview | Felipe Rodrigues proposed openstack/manila master: Add multiple subnets per AZ support https://review.opendev.org/c/openstack/manila/+/825110 | 22:00 |
opendevreview | Andre Luiz Beltrami Rocha proposed openstack/python-manilaclient master: Support multiple subnets per AZ https://review.opendev.org/c/openstack/python-manilaclient/+/826928 | 22:57 |
*** dviroel|afk is now known as dviroel | 23:37 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!