Monday, 2022-03-07

opendevreviewTakashi Kajinami proposed openstack/puppet-manila master: Fix the wrong [quota] parameters  https://review.opendev.org/c/openstack/puppet-manila/+/83218604:02
opendevreviewTakashi Kajinami proposed openstack/puppet-manila master: Rename quota_ parameters  https://review.opendev.org/c/openstack/puppet-manila/+/83218704:13
opendevreviewTakashi Kajinami proposed openstack/puppet-manila stable/xena: Fix the wrong [quota] parameters  https://review.opendev.org/c/openstack/puppet-manila/+/83185404:18
opendevreviewTakashi Kajinami proposed openstack/puppet-manila stable/xena: Fix the wrong [quota] parameters  https://review.opendev.org/c/openstack/puppet-manila/+/83185404:22
opendevreviewTakashi Kajinami proposed openstack/puppet-manila master: Rename quota_ parameters  https://review.opendev.org/c/openstack/puppet-manila/+/83218704:53
*** dviroel|out is now known as dviroel11:23
fzzf[m]gouthamr: carloss: Hi, After I add openstack-zuul-jobs. "the role 'configure-swap' was not found" Error don't occur. but have other error. all logs is https://paste.opendev.org/show/bg4PUATe5WMuJvRirjVk/... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/LqCnjdZxylefBfHQKwkrqHAi)12:04
gouthamrfzzf[m]: o/ do you have 'devstack_cache_dir' configured in your local.conf? 12:08
fzzf[m]gouthamr: hi,do you mean jobs. https://paste.opendev.org/show/bKvQFR6qGKsKVV6qA6nk/ . seems not.12:14
gouthamrfzzf[m]: yes... you aren't overriding the default value there.. i was confused at the unicode translation for quotes around the directory where the failure occurs: \u2018/opt/cache/files\u201912:17
gouthamrfind: \u2018/opt/cache/files\u2019: No such file or directory12:18
gouthamrsomewhere way earlier in the log, i see that you're using Ubuntu 20.04 as the host12:18
gouthamrbut, the label is "ubuntu-xenial"12:19
gouthamrcan you confirm the host is running Ubuntu 20.04 / Focal Fossa? 12:20
fzzf[m]it's comma find: /opt/cache/files comma : No such file or directory ,12:20
fzzf[m]I don't know "ubuntu-xenial" label mean. I write this according a static provider guide. like https://paste.opendev.org/show/bvNEh6TgVHlfALsmMYGK/12:23
gouthamri see, and is the VM running ubuntu 20.04? 12:24
fzzf[m]How should I confirm that host is Ubuntu 20.04 / Focal Fossa12:24
fzzf[m]yes.it's running on a ubuntu 20.0412:24
gouthamrokay, so you may want to just fix the label in the provider12:25
fzzf[m]It is error caused by the label. I just want run CI job.12:26
gouthamrfzzf[m]: probably not12:26
gouthamrfzzf[m]: https://opendev.org/openstack/project-config/src/branch/master/nodepool/elements/cache-devstack 12:26
gouthamrfzzf[m]: this nodepool element sets up the cache directory12:27
fzzf[m]but I'm use a static provider. not cloud.12:28
gouthamryeah - which makes me think this is a bug.. 12:29
gouthamrfzzf[m]: maybe ask on #openstack-infra or #zuul if anyone else uses a static provider with devstack12:30
gouthamrfzzf[m]: i dunno how cleanups are handled with a static provider12:31
fzzf[m]gouthamr: ok. I ask on those.12:31
gouthamri.e., when does the "unstack" step happen? does it happen manually?12:31
fzzf[m]gouthamr: Actually I don't know, I just want configure a provider to run..12:32
gouthamrfzzf[m]: as a word of advice, i would suggest using a cloud (even a local one) -- devstack's unstack/cleanup scripts are not very robust -- they may leave cruft that would make this whole process laborious12:32
gouthamrfzzf[m]: when i used to run a third party CI system, i installed all-in-one RDO on a baremetal host and used it as the cloud -- i added some compute nodes to this to achieve some desired scale12:34
gouthamrfzzf[m]: the local cloud that i installed was touch free... i never upgraded, because all i cared about was nodepool being able to spin up a nova VM from a disk image on glance :) 12:35
fzzf[m]Can I use hypervisor-k1s as provider? I'm install SF as CI system.12:36
gouthamrno idea what that is12:36
fzzf[m]gouthamr: a plugin in SF. fine. I'm going to learn about the local cloud12:38
gouthamrfzzf[m]: yes, from what i can see, that's the best choice among the ones here: https://www.softwarefactory-project.io/docs/3.3/components/nodepool.html12:44
gouthamrfzzf[m]: this is what i used to create the test cloud: https://www.rdoproject.org/install/packstack/12:45
fzzf[m]gouthamr: do you mean a local cloud12:45
gouthamryes12:46
fzzf[m]gouthamr: fine. let me have a look12:48
fzzf[m]gouthamr: Another question, should I use ubuntu system to run CIjob?12:49
gouthamrfzzf[m]: you mean the VM in which devstack is installed and the tests are run?12:50
fzzf[m]gouthamr: yes12:50
gouthamrfzzf[m]: most of our upstream jobs are running against ubuntu 20.04 at the moment.. so that would be the path of least resistance... 12:51
fzzf[m]gouthamr: fine. haha. I found when I build devstack.12:52
fzzf[m]gouthamr: the cloud seems don't have ubuntu..12:53
gouthamrfzzf[m]: which cloud?12:57
fzzf[m]you just sent me. this https://www.rdoproject.org/install/packstack/12:59
gouthamrfzzf[m]: oh, that doesn't matter -- RDO is just supported with centos and RHEL12:59
gouthamrfzzf[m]: you'd build your openstack cloud with it, and then run test servers on it that will run ubuntu 20.0413:00
fzzf[m]gouthamr: okay.I get :)13:01
opendevreviewFrancesco Pantano proposed openstack/devstack-plugin-ceph master: Deploy with cephadm  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/82648414:36
opendevreviewFrancesco Pantano proposed openstack/devstack-plugin-ceph master: Deploy with cephadm  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/82648414:38
opendevreviewTakashi Kajinami proposed openstack/puppet-manila master: Use system scope credentials in providers  https://review.opendev.org/c/openstack/puppet-manila/+/83217314:56
*** dviroel is now known as dviroel|lunch14:56
opendevreviewTakashi Kajinami proposed openstack/puppet-manila master: Use system scope credentials in providers  https://review.opendev.org/c/openstack/puppet-manila/+/83217314:57
opendevreviewTakashi Kajinami proposed openstack/puppet-manila master: Check litmus job  https://review.opendev.org/c/openstack/puppet-manila/+/83226615:31
opendevreviewFrancesco Pantano proposed openstack/devstack-plugin-ceph master: Deploy with cephadm  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/82648415:51
*** dviroel|lunch is now known as dviroel16:13
opendevreviewGoutham Pacha Ravi proposed openstack/manila master: [doc] Annotate max api micro version in Yoga  https://review.opendev.org/c/openstack/manila/+/83227916:17
opendevreviewManish Honap proposed openstack/manila master: Add automatic snapshot create/delete support.  https://review.opendev.org/c/openstack/manila/+/82592217:52
ashrodrihello all! Could use some reviews on https://review.opendev.org/c/openstack/manila/+/824648 to get it in RC1 this week17:58
opendevreviewFrancesco Pantano proposed openstack/devstack-plugin-ceph master: Deploy with cephadm  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/82648418:00
carlossyou've got it ashrodri :)19:13
ashrodrithanks carloss !19:33
opendevreviewCarlos Eduardo proposed openstack/manila master: Add FIPS experimental testing job  https://review.opendev.org/c/openstack/manila/+/81095320:00
opendevreviewMerged openstack/manila master: Metadata for Share Resource  https://review.opendev.org/c/openstack/manila/+/82464820:57
*** dviroel is now known as dviroel|out22:25

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