q[bline] | hmm u\"Table 'nova_api.cell_mappings' doesn't exist\"; some easy way to create these missing tables? | 00:44 |
---|---|---|
*** guozijn has joined #openstack-kolla | 01:27 | |
*** whoami-rajat has joined #openstack-kolla | 01:57 | |
q[bline] | figured that out, somehow /var/log/kolla/nova didn't get created and it failed, on next run it wouldn't create the db tables; so I destroyed the cluster and reran it but created the missing log directory and it succeeded | 01:58 |
*** igordc has quit IRC | 01:58 | |
*** unicell has joined #openstack-kolla | 02:28 | |
*** unicell has quit IRC | 02:28 | |
*** unicell has joined #openstack-kolla | 02:31 | |
*** radeks has joined #openstack-kolla | 02:38 | |
*** gregoryo has joined #openstack-kolla | 02:38 | |
*** guozijn has quit IRC | 02:52 | |
*** dave-mccowan has quit IRC | 03:08 | |
*** radeks_ has joined #openstack-kolla | 03:12 | |
*** radeks has quit IRC | 03:14 | |
*** guozijn has joined #openstack-kolla | 03:29 | |
openstackgerrit | sunguangning proposed openstack/kolla-ansible master: Spelling mistake in manila.conf.j2 https://review.opendev.org/662123 | 03:33 |
*** guozijn has quit IRC | 04:22 | |
*** unicell has quit IRC | 04:55 | |
*** pcaruana has joined #openstack-kolla | 05:03 | |
*** igordc has joined #openstack-kolla | 05:06 | |
*** dpawlik has joined #openstack-kolla | 05:25 | |
*** cah_link has joined #openstack-kolla | 05:29 | |
*** igordc has quit IRC | 05:52 | |
*** skramaja has joined #openstack-kolla | 05:54 | |
*** dpawlik has quit IRC | 06:08 | |
*** dpawlik has joined #openstack-kolla | 06:08 | |
*** gregoryo has quit IRC | 06:20 | |
kklimonda | hmm, changes to macros defined in `haproxy_single_service_listen.cfg.j2` don't seem to trigger rebuilding config files - any idea what could be wrong? | 06:22 |
kklimonda | hmm, maybe I just need a cup of coffee | 06:28 |
*** luksky has joined #openstack-kolla | 06:30 | |
*** dpawlik has quit IRC | 06:43 | |
*** itlinux has quit IRC | 06:53 | |
*** ivve has quit IRC | 07:01 | |
*** itlinux has joined #openstack-kolla | 07:07 | |
*** itlinux has quit IRC | 07:30 | |
mnasiadka | morning | 07:39 |
*** luksky has quit IRC | 07:45 | |
*** dpawlik has joined #openstack-kolla | 07:46 | |
*** happyhemant has joined #openstack-kolla | 08:05 | |
*** k_mouza has joined #openstack-kolla | 08:14 | |
*** k_mouza has quit IRC | 08:20 | |
*** k_mouza has joined #openstack-kolla | 08:20 | |
*** dougsz has joined #openstack-kolla | 08:28 | |
*** luksky has joined #openstack-kolla | 08:29 | |
*** janki has joined #openstack-kolla | 08:42 | |
hrw | elo | 08:58 |
openstackgerrit | Michal Nasiadka proposed openstack/kolla-ansible master: Add ceph-mds/rgw/nfs to gate https://review.opendev.org/662412 | 09:01 |
openstackgerrit | Merged openstack/kolla stable/pike: Bump service versions for Pike EM https://review.opendev.org/660159 | 09:34 |
openstackgerrit | Merged openstack/kolla stable/rocky: Remove HTTP configuration shipped in openstack-nova-placement-api RPM https://review.opendev.org/661369 | 09:34 |
openstackgerrit | Merged openstack/kolla stable/stein: Add CI trigger for ceph jobs https://review.opendev.org/660954 | 09:34 |
openstackgerrit | Merged openstack/kolla stable/stein: Fix multiple mon deployment failures https://review.opendev.org/660863 | 09:34 |
*** evrardjp has joined #openstack-kolla | 09:37 | |
*** jeev4 has joined #openstack-kolla | 09:41 | |
jeev4 | Good day, can anyone point me into upgrading Grafana in Openstack Kolla ? | 09:43 |
*** janki has quit IRC | 09:46 | |
*** janki has joined #openstack-kolla | 09:48 | |
*** janki has quit IRC | 09:49 | |
*** janki has joined #openstack-kolla | 09:50 | |
*** janki has quit IRC | 09:52 | |
*** janki has joined #openstack-kolla | 09:53 | |
*** janki has quit IRC | 10:02 | |
*** janki has joined #openstack-kolla | 10:03 | |
hrw | jeev4: upgrading as 'make kolla use newer grafana' (send patch) or as 'I deployed older grafana image and want to upgrade'? | 10:03 |
jeev4 | hrw: as in running an existing grafana installation but want to move it to a higher version | 10:04 |
*** janki has quit IRC | 10:04 | |
hrw | jeev4: then you need to edit kolla/docker/ files, switch to newer grafana, build image, deploy, check does it work, send us patch | 10:05 |
hrw | I do not remember which one we use | 10:05 |
jeev4 | all right, ill figure it out | 10:10 |
hrw | jeev4: but good point. I will make some change as I dislike how it is done on aarch64 | 10:11 |
jeev4 | Searching the web doesn't show favourable results as well, pretty much everything just leads to kolla documentation link that doesn't cover it | 10:13 |
mnasiadka | jeev4: it might be that grafana version is constrained by monasca... dougsz any comments? :) | 10:16 |
dougsz | hrw: I know what you mean about aarch | 10:17 |
hrw | dougsz: we install package-by-url there instead of package-by-name | 10:18 |
hrw | dougsz: have to update it | 10:18 |
dougsz | mnasiadka: monasca version was so far behind the current release that I created a a special monasca_grafana image | 10:18 |
mnasiadka | dougsz: ok, thanks | 10:18 |
dougsz | so Kolla is free to use the latest Grafana | 10:18 |
hrw | 4 files changed, 14 insertions(+), 17 deletions(-) | 10:20 |
hrw | nice patch it will be | 10:20 |
dougsz | :) | 10:20 |
hrw | jeev4: which grafana you have in image? | 10:20 |
jeev4 | i think i will first have to figure out how kolla works to a beter extend | 10:20 |
dougsz | jeev4: grep for `grafana.repo` in kolla source | 10:21 |
dougsz | that is where it is coming from | 10:22 |
dougsz | I think the Grafana docker image just installs the latest package from there | 10:22 |
dougsz | In Kolla Grafana is configured to use the DB to store state | 10:22 |
jeev4 | openstack_release: "6.0.1.1" | 10:23 |
dougsz | I guess check the release notes to make sure Grafana can handle the DB migration to whichever version you want | 10:23 |
dougsz | aside from that, upgrading should be easy | 10:23 |
hrw | (venv3) 10:23 (0s) hrw@debian:kolla$ time ~/bin/docker-utils/kolla-build-images.sh 'debian centos ubuntu' 'source' ^grafana grafana | 10:23 |
hrw | let's test | 10:23 |
hrw | jeev4: ok. so you are on quite old installation | 10:24 |
jeev4 | yeah i took over from someone else, i dont think anything has been updated in 2 years, i did however update our 20 PB Ceph cluster last night | 10:24 |
jeev4 | :P | 10:25 |
dougsz | wow! | 10:25 |
*** guozijn has joined #openstack-kolla | 10:25 | |
jeev4 | my end goal was to integrate LDAP with Grafana so that the scientists can check the usage on our computing & ceph clusters - but then i saw this kolla thing while digging around | 10:27 |
jeev4 | so can't just modify grafana straight forward | 10:27 |
hrw | how friend once told (while working in storage provider company): customer wanting 1PB was redirected to 'small customers AM' | 10:29 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: grafana/aarch64: use package from upstream repositories https://review.opendev.org/662429 | 10:31 |
*** guozijn has quit IRC | 10:34 | |
jeev4 | 20PB is just one of the clusters :P we look at galaxy data | 10:34 |
jeev4 | in radio frequency | 10:35 |
hrw | jeev4: raid not over disks but over racks and corridors-of-racks level? | 10:36 |
jeev4 | corridors-of-racks :P | 10:37 |
jeev4 | but still figuring out most of this openstack & other bits. in my previous life I was an MS Azure architect for global fortune 1000 companies. Now im in the academic field. a Lot less gray hair & can wear open sandels to work | 10:38 |
jeev4 | and have cake & tea in the astronomy library every day | 10:39 |
hrw | :) | 10:39 |
hrw | and more comfortable dress code | 10:40 |
jeev4 | and students on campus :P | 10:40 |
hrw | ok, I stop before it gets too far | 10:42 |
mnasiadka | hrw: there is some high priority PRs waiting on kolla-ansible - if you won't approve it - I don't know who will, because most of them are owned by Mark :D | 11:04 |
hrw | ok | 11:04 |
hrw | ok. opened ~50 of them. | 11:05 |
hrw | mnasiadka: 'become: true' == 'run with sudo', right? | 11:08 |
mnasiadka | hrw: yup | 11:09 |
hrw | mnasiadka: then I do not understand https://review.opendev.org/#/c/651210/4 patch | 11:09 |
hrw | mnasiadka: most of commands are 'docker exec' so why sudo for them? | 11:09 |
mnasiadka | hrw: we don't really control if the user running kolla deployment is in the docker group - we can look into this next cycle, when also updating those modules to python3 - but you can always ask in the review, maybe Mark has a better answer :D | 11:11 |
hrw | 'being in docker group' convinced me | 11:12 |
*** kplant has joined #openstack-kolla | 11:13 | |
openstackgerrit | Merged openstack/kolla-ansible master: there is no easy_install in Debian 'buster' https://review.opendev.org/660136 | 11:19 |
hrw | dougsz: please mark backports | 11:19 |
dougsz | hrw: apologies if I forgot the -x in places | 11:20 |
hrw | dougsz: I am going through 50+ changes in kolla-ansible now. When I see that patch to stable/* is a backport then it is easier as I do not check is there same patch for master being merged | 11:21 |
goldyfruit | Guys, just need a second +2 and we are good to go with Qinling :) https://review.opendev.org/#/c/660789 | 11:22 |
dougsz | thanks hrw. I agree it's better to have the explicit cherry-pick message in the commit message for that reason. The Change-ID link which shows all places the patch has been merged is the next best thing I suppose. | 11:23 |
hrw | mnasiadka: goldyfruit's patch is perfect for you ;d | 11:23 |
hrw | dougsz: indeed | 11:23 |
openstackgerrit | Isaac Prior proposed openstack/kolla-ansible master: Fix monasca grafana organisation check https://review.opendev.org/662433 | 11:24 |
mnasiadka | hrw: what the heck, let me look... | 11:24 |
*** dave-mccowan has joined #openstack-kolla | 11:25 | |
dougsz | btw hrw: thanks a lot for blessing those backports! | 11:27 |
openstackgerrit | Isaac Prior proposed openstack/kolla-ansible master: Fix monasca grafana organisation check https://review.opendev.org/662433 | 11:27 |
hrw | dougsz: it is friday. after tough week. no serious job for today so reviews flow | 11:28 |
dougsz | much appreciated | 11:28 |
mnasiadka | so, qinling is a candidate to be included in a CI scenario together with magnum and octavia | 11:30 |
hrw | 94 new mails in reviews folder... | 11:32 |
hrw | nice flood | 11:32 |
goldyfruit | mnasiadka, thx you! | 11:39 |
hrw | mnasiadka: building ceph images for centos now. on aarch64. | 11:44 |
mnasiadka | soo... ceph-nfs is the only docker image that has "USER ceph" declared in Dockerfile... and it doesn't start, because it can't write to /var/log/kolla/ceph... has it ever worked? :D | 11:44 |
mnasiadka | is there anybody that uses ceph-nfs? | 11:45 |
hrw | INFO:kolla.common.utils.ceph-base:No package ceph available. | 11:46 |
hrw | INFO:kolla.common.utils.ceph-base:Error: Not tolerating missing names on install, stopping. | 11:46 |
mnasiadka | lol | 11:47 |
hrw | that's why I insist so much on using distro packages wherever possible | 11:48 |
mnasiadka | hrw: if it would be possible, we would use it, but then also we end up in the hell of different ceph releases per distro ;) | 11:49 |
mnasiadka | but I didn't touch Ubuntu, so Debian should work? | 11:49 |
mnasiadka | hrw: ah, this is centos/aarch64 | 11:50 |
hrw | yep | 11:51 |
mnasiadka | hrw: so, what is $basearch on centos/aarch64, if not "aarch64"? :) | 11:52 |
hrw | aarch64 | 11:52 |
hrw | mnasiadka: http://mirror.centos.org/altarch/7/storage/aarch64/ | 11:52 |
mnasiadka | hrw: https://download.ceph.com/rpm-nautilus/el7/aarch64/ | 11:53 |
mnasiadka | hrw: https://review.opendev.org/#/c/657989/21/docker/base/ceph.repo - so why this doesn't work? | 11:53 |
hrw | mnasiadka: checking in progress | 11:54 |
hrw | mnasiadka: in build now: centos-release-ceph-nautilus + centos-release-gluster6 | 11:57 |
hrw | gluster6 repo gives nfs-ganesha 2.7.3 | 11:57 |
mnasiadka | hrw: yeah, but doesn't git nfs-ganesha-ceph - so no FSAL for Ceph | 11:57 |
hrw | ok ok | 11:58 |
mnasiadka | git/give | 11:58 |
mnasiadka | just thinking - can't we start at least building centos/aarch64 and debian/arm64 images in a CI? | 11:58 |
hrw | mnasiadka: https://review.opendev.org/557659 is blocked by fscking py3 | 11:59 |
mnasiadka | hrw: ok, that one I get - btw, I see that now there's also debian-buster-arm64 in zuul labels | 12:01 |
mnasiadka | hrw: but for centos/aarch64 we have nothing? | 12:01 |
hrw | mnasiadka: not yet | 12:01 |
hrw | mnasiadka: feel free to do one | 12:02 |
mnasiadka | hrw: well... multiarch builds or nag the Infra guys to add centos/aarch64? | 12:02 |
hrw | it is rather second | 12:03 |
*** logan- has quit IRC | 12:07 | |
*** logan- has joined #openstack-kolla | 12:07 | |
openstackgerrit | Merged openstack/kolla-ansible stable/stein: CI Test: Support being source of a Ceph upgrade https://review.opendev.org/658163 | 12:10 |
openstackgerrit | Merged openstack/kolla-ansible stable/stein: Fix bifrost tests (Stein) https://review.opendev.org/661958 | 12:15 |
openstackgerrit | Merged openstack/kolla-ansible stable/rocky: Constrain the size of Docker logs https://review.opendev.org/659821 | 12:15 |
openstackgerrit | Merged openstack/kolla-ansible master: Fix quickstart for virtual environments https://review.opendev.org/660315 | 12:15 |
*** openstack has joined #openstack-kolla | 12:29 | |
*** ChanServ sets mode: +o openstack | 12:29 | |
mnasiadka | hrw: in luminous they were like 6 fix versions behind, but somebody woke up | 12:31 |
mnasiadka | hrw: but in nautilus they are one version behind already :D | 12:31 |
openstackgerrit | Merged openstack/kolla-ansible stable/stein: Pin ARA to <1.0.0 and use stable setup interface to find callback plugin https://review.opendev.org/661320 | 12:34 |
*** hjensas is now known as hjensas|afk | 12:44 | |
*** jeev4 has quit IRC | 12:53 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: Add CentOS/source aarch64 experimental job https://review.opendev.org/662456 | 13:00 |
hrw | let's check | 13:00 |
*** dougsz has quit IRC | 13:01 | |
*** dougsz has joined #openstack-kolla | 13:01 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: Add CentOS/source aarch64 experimental job https://review.opendev.org/662456 | 13:04 |
openstackgerrit | Merged openstack/kolla-ansible stable/rocky: Use alembic migrations to bootstrap Monasca database https://review.opendev.org/656312 | 13:04 |
openstackgerrit | Merged openstack/kolla-ansible stable/rocky: Remove Kafka partitions config option https://review.opendev.org/656313 | 13:04 |
openstackgerrit | Merged openstack/kolla-ansible stable/rocky: Support configuring Monasca log pipeline performance https://review.opendev.org/656314 | 13:04 |
openstackgerrit | Merged openstack/kolla-ansible stable/rocky: Support deploying Monasca Log Metrics https://review.opendev.org/656315 | 13:04 |
openstackgerrit | Merged openstack/kolla-ansible stable/rocky: Improve scalability of Kafka https://review.opendev.org/656316 | 13:04 |
openstackgerrit | Merged openstack/kolla-ansible stable/rocky: Support deploying an Apache Storm cluster https://review.opendev.org/656317 | 13:04 |
openstackgerrit | Merged openstack/kolla-ansible stable/rocky: Support deploying Monasca Thresh https://review.opendev.org/656318 | 13:04 |
openstackgerrit | Merged openstack/kolla-ansible stable/rocky: Support deploying Monasca Notification engine https://review.opendev.org/656319 | 13:04 |
openstackgerrit | Merged openstack/kolla-ansible stable/rocky: Add some missing parameters for Monasca Notification https://review.opendev.org/656320 | 13:04 |
openstackgerrit | Merged openstack/kolla-ansible stable/rocky: Support deploying Monasca Persister https://review.opendev.org/656321 | 13:04 |
openstackgerrit | Merged openstack/kolla-ansible stable/rocky: Add missing Monasca persister and notification dimensions https://review.opendev.org/656322 | 13:04 |
*** cloudnull has quit IRC | 13:11 | |
*** cloudnull has joined #openstack-kolla | 13:12 | |
*** cloudnull has quit IRC | 13:15 | |
kplant | i'm sure i know the answer given the audience but... it seems to me cobbler might be too heavy of a selection for provisioning servers for openstack; bifrost seems like a much leaner solution compared to cobbler, given i only need simple provisioning | 13:16 |
kplant | would you guys agree? | 13:16 |
*** cloudnull has joined #openstack-kolla | 13:17 | |
openstackgerrit | Merged openstack/kolla master: Use td-agent-gem to install fluentd monasca plugin on ubuntu https://review.opendev.org/660953 | 13:17 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: Add CentOS/source aarch64 experimental job https://review.opendev.org/662456 | 13:18 |
*** igordc has joined #openstack-kolla | 13:19 | |
dougsz | kplant: You might be interested in Kayobe which handles that use case with Kolla Ansible | 13:19 |
openstackgerrit | Merged openstack/kolla-ansible stable/queens: Fix kolla-docker possible undefined variable https://review.opendev.org/659041 | 13:21 |
*** goldyfruit has joined #openstack-kolla | 13:23 | |
*** gfidente|afk is now known as gfidente | 13:28 | |
openstackgerrit | Merged openstack/kolla-ansible stable/pike: Add cinder_enpoint_type option in trove https://review.opendev.org/557287 | 13:33 |
kplant | dougsz: i'll look into that, thanks! | 13:33 |
dougsz | np #openstack-kayobe if you have any questions | 13:33 |
*** bodgix_ has left #openstack-kolla | 13:39 | |
*** michaelbarkdoll has joined #openstack-kolla | 13:49 | |
goldyfruit | I got AnsibleUndefinedVariable: 'is_ceph' is undefined from the CI | 14:04 |
goldyfruit | https://review.opendev.org/#/c/660789 | 14:04 |
goldyfruit | Could it be related to a change about Ceph ? | 14:05 |
goldyfruit | I saw many discussions theses days about Ceph | 14:05 |
goldyfruit | -2 from Zuul | 14:06 |
openstackgerrit | Merged openstack/kolla-ansible stable/rocky: Set external web URL for Prometheus services https://review.opendev.org/655563 | 14:16 |
*** itlinux has joined #openstack-kolla | 14:16 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: Add CentOS/source aarch64 experimental job https://review.opendev.org/662456 | 14:17 |
*** igordc has quit IRC | 14:18 | |
hrw | goldyfruit: you need to rebase your patch | 14:19 |
hrw | goldyfruit: final zuul is 'rebase on HEAD and test' and some changes were merged which broke your patch | 14:20 |
hrw | goldyfruit: you send patch, 'check' is started with branch as you sent. then we vote. then zuul rebases and checks again. | 14:20 |
goldyfruit | hrw, I'll try that | 14:21 |
hrw | goldyfruit: 'Do or do not. There is no try.' | 14:21 |
goldyfruit | :p | 14:21 |
hrw | one wise master once told that long long time ago | 14:22 |
goldyfruit | That means that I will need the +2 again, right ? | 14:22 |
hrw | yes | 14:22 |
hrw | gerrit allows to check what changed between versions so next review is easier | 14:22 |
*** luksky has quit IRC | 14:24 | |
openstackgerrit | Gaëtan Trellu proposed openstack/kolla-ansible master: Adds Qinling Ansible role https://review.opendev.org/660789 | 14:26 |
*** dpawlik has quit IRC | 14:27 | |
goldyfruit | hrw seems good to you ? | 14:27 |
goldyfruit | never did a rebase before | 14:28 |
goldyfruit | Still have the +2 ! | 14:33 |
*** openstackstatus has joined #openstack-kolla | 14:34 | |
*** ChanServ sets mode: +v openstackstatus | 14:34 | |
*** skramaja has quit IRC | 14:34 | |
*** JamesBenson has joined #openstack-kolla | 14:35 | |
*** radeks_ has quit IRC | 14:36 | |
*** igordc has joined #openstack-kolla | 14:36 | |
hrw | goldyfruit: 'when to rebase?' is popular question. When I change something in my patch between revisions then I rebase before sending for review | 14:39 |
*** goldyfruit_ has joined #openstack-kolla | 14:40 | |
*** goldyfruit has quit IRC | 14:42 | |
mnasiadka | hrw: any luck with centos/aarch64 and the ceph.com packages? | 14:48 |
hrw | mnasiadka: not yet | 14:48 |
*** iclon_ has joined #openstack-kolla | 14:49 | |
mnasiadka | hrw: maybe there is something wrong with the ceph.com repo, but if there is aarch64 subdir- then it should work | 14:50 |
hrw | checking | 14:50 |
hrw | {% if base_arch == 'x86_64' %} | 14:51 |
hrw | {% set base_yum_repo_files = [ | 14:51 |
hrw | + 'ceph.repo', | 14:51 |
hrw | ha! | 14:51 |
*** iclon__ has quit IRC | 14:51 | |
mnasiadka | found the cockroach | 14:52 |
hrw | http://download.ceph.com/nfs-ganesha/rpm-V2.7-stable/nautilus/aarch64/ is empty ;( | 14:53 |
v1k0d3n | can someone give a little direction with setting up octavia? some customizations are being picked up, but not others. | 14:53 |
mnasiadka | hrw: so no ceph-nfs with aarch64, we could file a bug and live with this for some time | 14:54 |
hrw | mnasiadka: just mark nfs-ganesha repo as 'fine if fail' one | 14:54 |
v1k0d3n | for instance, my pems/keys, etc are being picked up. but worker configs for flavor, network, etc are not for some reason. do all the octavia overrides go into `/etc/kolla/config/octavia/octavia.conf`? | 14:55 |
v1k0d3n | (that's where i have them currently). | 14:55 |
mnasiadka | hrw: feel free to edit the PR, at least you have some testing environment ;) | 14:55 |
hrw | :D | 14:55 |
mnasiadka | hrw: I could do it based on a blind guess only | 14:55 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: Ceph: Update to Nautilus on CentOS and OracleLinux https://review.opendev.org/657989 | 14:57 |
hrw | mnasiadka: build of nfs-ganesha for aarch64 requested upstream | 14:58 |
hrw | zuul goes down in a minute or two | 14:58 |
mnasiadka | hrw: you mean the bug you filed in CentOS, or you filed also a request directly to ceph guys? ;) | 15:00 |
hrw | both | 15:00 |
mnasiadka | thanks | 15:02 |
-openstackstatus- NOTICE: Gerrit is now entering its maintenance window. Expect Gerrit outages in the near future. We will notify when it is back up and running. | 15:07 | |
*** ChanServ changes topic to "Gerrit is now entering its maintenance window. Expect Gerrit outages in the near future. We will notify when it is back up and running." | 15:07 | |
hrw | mnasiadka: http://tracker.ceph.com/issues/40098 | 15:12 |
*** luksky has joined #openstack-kolla | 15:18 | |
* hrw off | 15:37 | |
openstackgerrit | Merged openstack/kolla-ansible stable/rocky: Fix format file message field https://review.opendev.org/660974 | 15:41 |
*** goldyfruit__ has joined #openstack-kolla | 15:52 | |
*** goldyfruit_ has quit IRC | 15:55 | |
goldyfruit__ | hrw, thanks for the tip | 15:59 |
*** ChanServ changes topic to "Topic for #openstack-kolla is: support: ask.openstack.org | New to Kolla: docs @ https://docs.openstack.org/kolla/latest/ | | Kolla IRC meetngs on Wednesdays @ 15:00 UTC - see agenda @ https://goo.gl/OXB0DL - IRC channel is *LOGGED* @ http://goo.gl/3mzZ7b" | 15:59 | |
*** schwicht has joined #openstack-kolla | 16:04 | |
*** cah_link has quit IRC | 16:08 | |
*** goldyfruit__ is now known as goldyfruit | 16:22 | |
*** itlinux has quit IRC | 16:32 | |
*** mgoddard has quit IRC | 16:35 | |
*** mgoddard has joined #openstack-kolla | 16:38 | |
-openstackstatus- NOTICE: Gerrit is back up and running again. Thank you for your patience and sorry for the delay in this notification (we thought the statusbot was still busy updating channel topics). | 16:47 | |
*** k_mouza has quit IRC | 16:49 | |
*** dougsz has quit IRC | 16:53 | |
* q[bline] celebrates first complete deployment with kolla-ansible | 16:59 | |
*** unicell has joined #openstack-kolla | 17:03 | |
*** JamesBenson has quit IRC | 17:04 | |
*** itlinux has joined #openstack-kolla | 17:05 | |
*** JamesBenson has joined #openstack-kolla | 17:05 | |
*** k_mouza has joined #openstack-kolla | 17:06 | |
*** goldyfruit has quit IRC | 17:06 | |
*** unicell has quit IRC | 17:07 | |
*** k_mouza has quit IRC | 17:10 | |
*** JamesBenson has quit IRC | 17:10 | |
*** gfidente is now known as gfidente|afk | 17:16 | |
*** bodgix_ has joined #openstack-kolla | 17:22 | |
openstackgerrit | Merged openstack/kolla-ansible stable/rocky: Support configuring Monasca Persister performance https://review.opendev.org/656323 | 17:25 |
*** JamesBenson has joined #openstack-kolla | 17:27 | |
*** JamesBenson has quit IRC | 17:34 | |
*** goldyfruit has joined #openstack-kolla | 17:42 | |
*** gfidente|afk has quit IRC | 17:43 | |
openstackgerrit | Pierre Riteau proposed openstack/kolla-ansible master: Remove `/%(tenant_id)s` suffix from v2.1 endpoints https://review.opendev.org/662528 | 17:45 |
*** JamesBenson has joined #openstack-kolla | 17:50 | |
*** JamesBenson has quit IRC | 17:55 | |
*** jschluet is now known as jschlueter | 17:56 | |
*** goldyfruit has quit IRC | 17:56 | |
*** dave-mccowan has quit IRC | 18:09 | |
*** JamesBenson has joined #openstack-kolla | 18:11 | |
hrw | https://paste.debian.net/1085293/ is my usual deploy script | 18:13 |
*** JamesBenson has quit IRC | 18:17 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: Ceph: Update to Nautilus on CentOS and OracleLinux https://review.opendev.org/657989 | 18:23 |
hrw | mnasiadka: works on aarch64 | 18:23 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: Add CentOS/source aarch64 experimental job https://review.opendev.org/662456 | 18:26 |
*** whoami-rajat has quit IRC | 18:37 | |
mnasiadka | hrw: awesome, thx | 18:39 |
*** JamesBenson has joined #openstack-kolla | 18:42 | |
kplant | do you guys know if bifrost supports redfish? i know ironic does | 18:49 |
mnasiadka | kplant: then it’s probably just a matter of configuration - bifrost is just a deployer for ironic standalone | 18:57 |
mnasiadka | kplant: and maybe some missing libs - like sushy (or not missing) | 18:58 |
*** openstackgerrit has quit IRC | 19:01 | |
kplant | alright, that makes sense | 19:04 |
kplant | i didn't know if maybe the ironic that bifrost deployed was stripped down to maybe only work with ipmi or something | 19:04 |
*** kplant has quit IRC | 19:21 | |
*** happyhemant has quit IRC | 19:27 | |
*** openstackgerrit has joined #openstack-kolla | 19:31 | |
openstackgerrit | Jason Anderson proposed openstack/kolla master: Allow building images if parent was skipped https://review.opendev.org/629275 | 19:31 |
*** hjensas|afk is now known as hjensas | 19:54 | |
*** dmsimard has quit IRC | 19:55 | |
*** dmsimard has joined #openstack-kolla | 19:56 | |
*** dmsimard has quit IRC | 19:56 | |
*** dmsimard has joined #openstack-kolla | 20:01 | |
*** dmsimard has quit IRC | 20:01 | |
*** itlinux has quit IRC | 20:11 | |
*** radeks has joined #openstack-kolla | 20:11 | |
*** dmsimard has joined #openstack-kolla | 20:21 | |
*** radeks has quit IRC | 20:22 | |
*** dpawlik has joined #openstack-kolla | 20:23 | |
*** dpawlik has quit IRC | 20:31 | |
*** itlinux has joined #openstack-kolla | 20:32 | |
*** kplant has joined #openstack-kolla | 20:43 | |
*** goldyfruit has joined #openstack-kolla | 21:00 | |
*** jonaspaulo has joined #openstack-kolla | 21:11 | |
*** pcaruana has quit IRC | 21:54 | |
*** JamesBenson has quit IRC | 22:00 | |
*** iclon__ has joined #openstack-kolla | 22:49 | |
*** iclon_ has quit IRC | 22:51 | |
*** goldyfruit has quit IRC | 22:59 | |
*** goldyfruit has joined #openstack-kolla | 23:09 | |
*** goldyfruit has quit IRC | 23:35 | |
*** goldyfruit has joined #openstack-kolla | 23:38 | |
*** jonaspaulo has quit IRC | 23:52 | |
*** q[bline] has quit IRC | 23:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!