opendevreview | Takashi Kajinami proposed openstack/puppet-manila master: Fix the wrong [quota] parameters https://review.opendev.org/c/openstack/puppet-manila/+/832186 | 04:02 |
---|---|---|
opendevreview | Takashi Kajinami proposed openstack/puppet-manila master: Rename quota_ parameters https://review.opendev.org/c/openstack/puppet-manila/+/832187 | 04:13 |
opendevreview | Takashi Kajinami proposed openstack/puppet-manila stable/xena: Fix the wrong [quota] parameters https://review.opendev.org/c/openstack/puppet-manila/+/831854 | 04:18 |
opendevreview | Takashi Kajinami proposed openstack/puppet-manila stable/xena: Fix the wrong [quota] parameters https://review.opendev.org/c/openstack/puppet-manila/+/831854 | 04:22 |
opendevreview | Takashi Kajinami proposed openstack/puppet-manila master: Rename quota_ parameters https://review.opendev.org/c/openstack/puppet-manila/+/832187 | 04:53 |
*** dviroel|out is now known as dviroel | 11: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 |
gouthamr | fzzf[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 |
gouthamr | fzzf[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\u2019 | 12:17 |
gouthamr | find: \u2018/opt/cache/files\u2019: No such file or directory | 12:18 |
gouthamr | somewhere way earlier in the log, i see that you're using Ubuntu 20.04 as the host | 12:18 |
gouthamr | but, the label is "ubuntu-xenial" | 12:19 |
gouthamr | can 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 |
gouthamr | i see, and is the VM running ubuntu 20.04? | 12:24 |
fzzf[m] | How should I confirm that host is Ubuntu 20.04 / Focal Fossa | 12:24 |
fzzf[m] | yes.it's running on a ubuntu 20.04 | 12:24 |
gouthamr | okay, so you may want to just fix the label in the provider | 12:25 |
fzzf[m] | It is error caused by the label. I just want run CI job. | 12:26 |
gouthamr | fzzf[m]: probably not | 12:26 |
gouthamr | fzzf[m]: https://opendev.org/openstack/project-config/src/branch/master/nodepool/elements/cache-devstack | 12:26 |
gouthamr | fzzf[m]: this nodepool element sets up the cache directory | 12:27 |
fzzf[m] | but I'm use a static provider. not cloud. | 12:28 |
gouthamr | yeah - which makes me think this is a bug.. | 12:29 |
gouthamr | fzzf[m]: maybe ask on #openstack-infra or #zuul if anyone else uses a static provider with devstack | 12:30 |
gouthamr | fzzf[m]: i dunno how cleanups are handled with a static provider | 12:31 |
fzzf[m] | gouthamr: ok. I ask on those. | 12:31 |
gouthamr | i.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 |
gouthamr | fzzf[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 laborious | 12:32 |
gouthamr | fzzf[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 scale | 12:34 |
gouthamr | fzzf[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 |
gouthamr | no idea what that is | 12:36 |
fzzf[m] | gouthamr: a plugin in SF. fine. I'm going to learn about the local cloud | 12:38 |
gouthamr | fzzf[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.html | 12:44 |
gouthamr | fzzf[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 cloud | 12:45 |
gouthamr | yes | 12:46 |
fzzf[m] | gouthamr: fine. let me have a look | 12:48 |
fzzf[m] | gouthamr: Another question, should I use ubuntu system to run CIjob? | 12:49 |
gouthamr | fzzf[m]: you mean the VM in which devstack is installed and the tests are run? | 12:50 |
fzzf[m] | gouthamr: yes | 12:50 |
gouthamr | fzzf[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 |
gouthamr | fzzf[m]: which cloud? | 12:57 |
fzzf[m] | you just sent me. this https://www.rdoproject.org/install/packstack/ | 12:59 |
gouthamr | fzzf[m]: oh, that doesn't matter -- RDO is just supported with centos and RHEL | 12:59 |
gouthamr | fzzf[m]: you'd build your openstack cloud with it, and then run test servers on it that will run ubuntu 20.04 | 13:00 |
fzzf[m] | gouthamr: okay.I get :) | 13:01 |
opendevreview | Francesco Pantano proposed openstack/devstack-plugin-ceph master: Deploy with cephadm https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/826484 | 14:36 |
opendevreview | Francesco Pantano proposed openstack/devstack-plugin-ceph master: Deploy with cephadm https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/826484 | 14:38 |
opendevreview | Takashi Kajinami proposed openstack/puppet-manila master: Use system scope credentials in providers https://review.opendev.org/c/openstack/puppet-manila/+/832173 | 14:56 |
*** dviroel is now known as dviroel|lunch | 14:56 | |
opendevreview | Takashi Kajinami proposed openstack/puppet-manila master: Use system scope credentials in providers https://review.opendev.org/c/openstack/puppet-manila/+/832173 | 14:57 |
opendevreview | Takashi Kajinami proposed openstack/puppet-manila master: Check litmus job https://review.opendev.org/c/openstack/puppet-manila/+/832266 | 15:31 |
opendevreview | Francesco Pantano proposed openstack/devstack-plugin-ceph master: Deploy with cephadm https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/826484 | 15:51 |
*** dviroel|lunch is now known as dviroel | 16:13 | |
opendevreview | Goutham Pacha Ravi proposed openstack/manila master: [doc] Annotate max api micro version in Yoga https://review.opendev.org/c/openstack/manila/+/832279 | 16:17 |
opendevreview | Manish Honap proposed openstack/manila master: Add automatic snapshot create/delete support. https://review.opendev.org/c/openstack/manila/+/825922 | 17:52 |
ashrodri | hello all! Could use some reviews on https://review.opendev.org/c/openstack/manila/+/824648 to get it in RC1 this week | 17:58 |
opendevreview | Francesco Pantano proposed openstack/devstack-plugin-ceph master: Deploy with cephadm https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/826484 | 18:00 |
carloss | you've got it ashrodri :) | 19:13 |
ashrodri | thanks carloss ! | 19:33 |
opendevreview | Carlos Eduardo proposed openstack/manila master: Add FIPS experimental testing job https://review.opendev.org/c/openstack/manila/+/810953 | 20:00 |
opendevreview | Merged openstack/manila master: Metadata for Share Resource https://review.opendev.org/c/openstack/manila/+/824648 | 20:57 |
*** dviroel is now known as dviroel|out | 22:25 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!