*** salv-orlando has quit IRC | 00:02 | |
*** jamesbenson has joined #openstack-kolla | 00:08 | |
*** manheim has joined #openstack-kolla | 00:10 | |
*** sanjayu_ has joined #openstack-kolla | 00:12 | |
*** manheim has quit IRC | 00:14 | |
*** hongbin has quit IRC | 00:17 | |
*** jamesbenson has quit IRC | 00:19 | |
*** yangyapeng has quit IRC | 00:23 | |
*** yangyapeng has joined #openstack-kolla | 00:24 | |
*** mwynne has joined #openstack-kolla | 00:25 | |
*** yangyapeng has quit IRC | 00:28 | |
*** duonghq has joined #openstack-kolla | 00:37 | |
*** jamesbenson has joined #openstack-kolla | 00:40 | |
*** jamesbenson has quit IRC | 00:45 | |
duonghq | morning guys | 00:45 |
---|---|---|
*** zhurong has joined #openstack-kolla | 00:47 | |
*** masber has quit IRC | 00:47 | |
inc0 | sdake: we never had it | 00:50 |
inc0 | we tested images manually before pushing | 00:50 |
inc0 | sometimes | 00:50 |
inc0 | but we never had CI pipeline -> publish | 00:50 |
inc0 | even now it's going to be hard :/ | 00:51 |
inc0 | since we don't really have good way to move artifact from one to another | 00:51 |
inc0 | best we can do right now is to have ansible test and publish | 00:52 |
inc0 | but having ansible *and* k8s is going to be hard | 00:52 |
*** reddreamster has joined #openstack-kolla | 00:52 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: Add squid cache proxy to speed up build https://review.openstack.org/521450 | 00:52 |
inc0 | hey Jeffrey4l check scrollback | 00:53 |
Jeffrey4l | inc0, yes. about what? | 00:53 |
inc0 | dmsimard had some issues with our centos gates, I don't know enough about centos | 00:53 |
inc0 | rdo mirror seems misconfigured | 00:53 |
inc0 | that would explain these timeouts too https://review.openstack.org/#/c/518797/7 | 00:54 |
Jeffrey4l | inc0, i see. i have pushed a patch to fix this. | 00:54 |
inc0 | link please | 00:54 |
Jeffrey4l | inc0, this one https://review.openstack.org/522318 | 00:54 |
kfox1111 | inc0: I thought zuul3 pipelines could cover the build/test fanout/final publish thing. | 00:54 |
Jeffrey4l | may need add more work. | 00:54 |
kfox1111 | that was one of the big pushbacks they gave us to wait till zuulv3 | 00:54 |
inc0 | kfox1111: yes, but not when you want to send artifact from one job to another | 00:55 |
inc0 | you *can* do pipeline, just jobs don't know about each other | 00:55 |
inc0 | also there is no way to make them land in same nodepool, so having one "standing job" with registry won't work as well | 00:55 |
inc0 | thanks Jeffrey4l | 00:55 |
Jeffrey4l | np. | 00:56 |
inc0 | best we came up with is multinode job with one node being builder and other nodes being deployers | 00:56 |
inc0 | but that means clever orchestration | 00:56 |
kfox1111 | inc0: I think coming up with single datacenter full pipleine is an infra issue? | 00:56 |
kfox1111 | we can just do pipelines and see if they squeel? | 00:57 |
kfox1111 | the problem is, at least for kolla-kubernetes, the jobs aare already multinode. | 00:57 |
inc0 | right | 00:57 |
kfox1111 | so would be a lot of work. | 00:57 |
inc0 | which would mean 2*multinode+1 aio | 00:57 |
inc0 | exactly | 00:57 |
inc0 | not good | 00:57 |
kfox1111 | just chaining them and let the data flow between clusters is probably ok for now? | 00:57 |
kfox1111 | then they can add a feature for single datacenter jobs at some point if it hurts too much | 00:58 |
inc0 | frankly, it would be nice to implement feature "all these jobs lands in same nodepool..." | 00:58 |
kfox1111 | right. I consider this kind of a zuul missing feature. | 00:58 |
*** salv-orlando has joined #openstack-kolla | 00:59 | |
kfox1111 | we shouldn't preoptomize until its a problem. | 00:59 |
kfox1111 | and that they determine its something they will never fix. | 00:59 |
inc0 | that + some sort of cross-job orchestration (wait for job a to reach step x before running) | 00:59 |
kfox1111 | we've already bent over backwards a huge amount already. :( | 00:59 |
kfox1111 | I thought the pipelines already did that. | 00:59 |
inc0 | well, no | 00:59 |
inc0 | as in | 00:59 |
kfox1111 | build job, fan out these 3 test jobs, fan back in, to prod job. | 00:59 |
kfox1111 | thats what infra said at the ptg. | 01:00 |
inc0 | job a will finish when it ends, and when it ends it disapears | 01:00 |
inc0 | hence no outstanding registry to pull from | 01:00 |
kfox1111 | we can't artefact things at the end of a job? | 01:00 |
kfox1111 | well, we could create a registry job at the very begining, and end it at the very end? | 01:00 |
inc0 | we don't have shared store for it afaik | 01:00 |
kfox1111 | and not have any deps on it? | 01:00 |
inc0 | then we need to orchestrate our own pipelines | 01:01 |
kfox1111 | zuul broken. :( | 01:01 |
inc0 | no, CI hard;) | 01:01 |
kfox1111 | the constraints on pipelines are very very unuseful. :( | 01:01 |
inc0 | they're good for unit testing | 01:01 |
kfox1111 | all other CI's I've seen have artefat gatering between pipeline steps. | 01:01 |
kfox1111 | cuase you need them. | 01:01 |
inc0 | right | 01:01 |
kfox1111 | you cant unit test without artefacts. | 01:02 |
kfox1111 | this eems like a broken implementation if it is really true. | 01:02 |
inc0 | well artifact is code you test | 01:02 |
inc0 | not what it produces at the end | 01:02 |
kfox1111 | no, both. | 01:02 |
inc0 | in openstack you rarely produce a result | 01:02 |
kfox1111 | you have temporary artefacts and perminant ones. | 01:02 |
inc0 | and temporary are fine | 01:02 |
inc0 | one confined to single job | 01:02 |
inc0 | but yeah, pipeline as it is doesn't make sense if there is no artifact sharing | 01:03 |
inc0 | you can just make it in pararell | 01:03 |
kfox1111 | yeah. | 01:03 |
kfox1111 | totally pointless. so there's gotta be a way. | 01:03 |
kfox1111 | otherwise its wasted effort on their part to have produed them in the first place. | 01:03 |
inc0 | well one I can think of would be registry backed by sth like swift | 01:03 |
inc0 | with object ttl | 01:03 |
kfox1111 | that coudl work if there is a swift. | 01:03 |
kfox1111 | or tarballs or something. | 01:04 |
inc0 | anyway, I'll add ansible deploy test at least | 01:04 |
inc0 | it's better than nothing | 01:04 |
inc0 | and we can get back to this discussion | 01:04 |
*** tvignaud has quit IRC | 01:05 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: Add squid cache proxy to speed up build https://review.openstack.org/521450 | 01:05 |
*** tvignaud has joined #openstack-kolla | 01:05 | |
*** jascott1 has joined #openstack-kolla | 01:06 | |
*** zhangfei has joined #openstack-kolla | 01:06 | |
kfox1111 | yeah. | 01:07 |
*** salv-orlando has quit IRC | 01:10 | |
*** tovin07_ has joined #openstack-kolla | 01:13 | |
*** jascott1 has quit IRC | 01:18 | |
*** jascott1 has joined #openstack-kolla | 01:18 | |
*** jascott1 has quit IRC | 01:23 | |
*** zhangfei has quit IRC | 01:29 | |
openstackgerrit | Heetae Ahn proposed openstack/kolla master: Add RHEL subscription registration https://review.openstack.org/495148 | 01:39 |
*** zhangfei has joined #openstack-kolla | 01:41 | |
*** reddreamster has quit IRC | 01:53 | |
*** japestinho has joined #openstack-kolla | 02:00 | |
*** salv-orlando has joined #openstack-kolla | 02:07 | |
*** sanjayu_ has quit IRC | 02:08 | |
*** caowei has joined #openstack-kolla | 02:09 | |
*** yangyapeng has joined #openstack-kolla | 02:11 | |
*** salv-orlando has quit IRC | 02:13 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: Add squid cache proxy to speed up build https://review.openstack.org/521450 | 02:19 |
*** masber has joined #openstack-kolla | 02:38 | |
*** masuberu has joined #openstack-kolla | 02:42 | |
*** masber has quit IRC | 02:47 | |
openstackgerrit | Wei Cao proposed openstack/kolla-ansible master: Add CephFS backend in Manila https://review.openstack.org/516196 | 02:54 |
spsurya | morning guys | 03:00 |
*** zhangfei has quit IRC | 03:03 | |
*** salv-orlando has joined #openstack-kolla | 03:09 | |
*** salv-orlando has quit IRC | 03:14 | |
*** zhurong has quit IRC | 03:24 | |
*** janonymous has joined #openstack-kolla | 03:25 | |
*** zhurong has joined #openstack-kolla | 03:28 | |
*** zhangfei has joined #openstack-kolla | 03:29 | |
lxdong | volume allocation did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error. | 03:46 |
*** zhurong has quit IRC | 03:47 | |
*** mdnadeem has joined #openstack-kolla | 03:51 | |
lxdong | with external ceph. | 03:58 |
masuberu | good afternoon, is there a way to tell kolla-ansible the MTU of the physical nics? my network is running on jumbo frames so I would like kolla-ansible to be aware of this and setup openstack accordingly if possible | 04:02 |
*** salv-orlando has joined #openstack-kolla | 04:10 | |
*** coolsvap has joined #openstack-kolla | 04:10 | |
*** salv-orlando has quit IRC | 04:16 | |
*** gkadam has joined #openstack-kolla | 04:36 | |
*** lpetrut has joined #openstack-kolla | 04:48 | |
*** caowei has quit IRC | 04:49 | |
*** jamesbenson has joined #openstack-kolla | 05:09 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: Change more repo url to infra mirror https://review.openstack.org/522318 | 05:11 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: Add squid cache proxy to speed up build https://review.openstack.org/521450 | 05:11 |
*** salv-orlando has joined #openstack-kolla | 05:12 | |
*** jamesbenson has quit IRC | 05:14 | |
*** salv-orlando has quit IRC | 05:18 | |
masuberu | so I followed this document https://docs.openstack.org/neutron/pike/admin/config-mtu.html in order to make neutron aware that my physical network runs on jumbo frames (MTU 9000). I edited the neutron.conf and ml2_conf.ini files on control and compute nodes, then I restarted the neutron containers and created a new vm... still says MTU 1450. any thoughts? | 05:21 |
*** zhurong has joined #openstack-kolla | 05:24 | |
*** caowei has joined #openstack-kolla | 05:38 | |
*** lpetrut has quit IRC | 05:42 | |
*** k_mouza has joined #openstack-kolla | 05:47 | |
*** k_mouza has quit IRC | 05:52 | |
*** lpetrut has joined #openstack-kolla | 05:56 | |
*** salv-orlando has joined #openstack-kolla | 05:57 | |
*** salv-orlando has quit IRC | 05:57 | |
*** salv-orlando has joined #openstack-kolla | 05:57 | |
*** skramaja has joined #openstack-kolla | 05:59 | |
lxdong | Failed to run task cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create: No valid backend was found. No weighed backends available: NoValidBackend: No valid backend was found. No weighed backends available | 05:59 |
lxdong | cinder-volume.conf as follows :[DEFAULT] enabled_backends=rbd-1 [rbd-1] rbd_ceph_conf=/etc/ceph/ceph.conf rbd_user=cinder backend_host=rbd:volumes rbd_pool=volumes volume_backend_name=rbd-1 volume_driver=cinder.volume.drivers.rbd.RBDDriver rbd_secret_uuid = {{ cinder_rbd_secret_uuid }} | 06:04 |
*** threestrands has quit IRC | 06:10 | |
*** sanjayu_ has joined #openstack-kolla | 06:11 | |
*** lpetrut has quit IRC | 06:17 | |
*** manheim has joined #openstack-kolla | 06:20 | |
*** lpetrut has joined #openstack-kolla | 06:20 | |
*** manheim has quit IRC | 06:24 | |
*** lpetrut has quit IRC | 06:25 | |
openstackgerrit | Zhijiang Hu proposed openstack/kolla-ansible master: Do not check api_interface for deployment group https://review.openstack.org/520909 | 06:39 |
openstackgerrit | Zhijiang Hu proposed openstack/kolla-ansible master: Do not check api_interface for deployment group https://review.openstack.org/520909 | 06:40 |
openstackgerrit | Chason Chan proposed openstack/kolla-ansible master: Add vitrage ansible role https://review.openstack.org/432608 | 06:43 |
openstackgerrit | Zhijiang Hu proposed openstack/kolla master: Add related symbolic link to pass DPDK compile https://review.openstack.org/520929 | 06:47 |
*** kiennt26 has joined #openstack-kolla | 06:55 | |
*** egonzalez has joined #openstack-kolla | 06:58 | |
*** gkadam has quit IRC | 06:59 | |
*** lpetrut has joined #openstack-kolla | 07:00 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible stable/ocata: Fix launch instance failed in trove https://review.openstack.org/522455 | 07:00 |
*** lpetrut has quit IRC | 07:06 | |
*** caowei_ has joined #openstack-kolla | 07:07 | |
*** caowei has quit IRC | 07:11 | |
*** caowei_ is now known as caowei | 07:11 | |
*** zhangfei has quit IRC | 07:13 | |
*** zhangfei has joined #openstack-kolla | 07:13 | |
*** cah_link has joined #openstack-kolla | 07:15 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: Fix launch instance failed in trove https://review.openstack.org/522460 | 07:19 |
*** manheim has joined #openstack-kolla | 07:32 | |
*** manheim has quit IRC | 07:36 | |
*** manheim has joined #openstack-kolla | 07:36 | |
openstackgerrit | Zhijiang Hu proposed openstack/kolla-ansible master: Let OVS to connect to the individual IPs of each ODL node https://review.openstack.org/522466 | 07:36 |
*** manheim has quit IRC | 07:37 | |
*** manheim has joined #openstack-kolla | 07:37 | |
openstackgerrit | Zhijiang Hu proposed openstack/kolla-ansible master: Let OVS to connect to the individual IPs of each ODL node https://review.openstack.org/522466 | 07:39 |
openstackgerrit | Zhijiang Hu proposed openstack/kolla-ansible master: Let OVS to connect to the individual IPs of each ODL node https://review.openstack.org/522466 | 07:40 |
*** dciabrin__ has joined #openstack-kolla | 07:40 | |
openstackgerrit | Zhijiang Hu proposed openstack/kolla-ansible master: Let OVS to connect to the individual IPs of each ODL node https://review.openstack.org/522466 | 07:40 |
*** manheim has quit IRC | 07:41 | |
*** manheim has joined #openstack-kolla | 07:42 | |
*** dciabrin_ has quit IRC | 07:42 | |
*** pcaruana has joined #openstack-kolla | 07:45 | |
*** shardy has joined #openstack-kolla | 08:02 | |
*** cah_link has quit IRC | 08:03 | |
*** yangyapeng has quit IRC | 08:06 | |
*** yangyapeng has joined #openstack-kolla | 08:07 | |
hrw | morgen | 08:24 |
*** cah_link has joined #openstack-kolla | 08:26 | |
*** jistr|off|trng is now known as jistr | 08:28 | |
*** gkadam has joined #openstack-kolla | 08:28 | |
*** jascott1 has joined #openstack-kolla | 08:36 | |
*** amoralej|off is now known as amoralej | 08:37 | |
*** jascott1 has quit IRC | 08:40 | |
*** lpetrut has joined #openstack-kolla | 08:50 | |
*** zhubingbing_ has joined #openstack-kolla | 08:53 | |
*** mgoddard has joined #openstack-kolla | 08:54 | |
*** lpetrut has quit IRC | 08:54 | |
*** zhubingbing__ has quit IRC | 08:54 | |
*** jmccarthy has joined #openstack-kolla | 08:55 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Support configuration of custom fluentd filters https://review.openstack.org/513445 | 08:57 |
*** lpetrut has joined #openstack-kolla | 08:58 | |
openstackgerrit | Zhijiang Hu proposed openstack/kolla-ansible master: Let OVS to connect to the individual IPs of each ODL node https://review.openstack.org/522466 | 08:58 |
*** lpetrut has quit IRC | 09:03 | |
cah_link | Hey together. Is it possible to use different namespaces for different kolla-images? | 09:04 |
cah_link | I want to use gitlab for providing the kolla-Images. there for every Project is another docker registry namespace. | 09:06 |
cah_link | I want to have the Images for different openstack services inside different Projects | 09:07 |
*** lpetrut has joined #openstack-kolla | 09:17 | |
*** zhangfei has quit IRC | 09:20 | |
*** zhurong has quit IRC | 09:32 | |
*** zhangfei has joined #openstack-kolla | 09:33 | |
*** gfidente has joined #openstack-kolla | 09:34 | |
*** gfidente has quit IRC | 09:34 | |
*** gfidente has joined #openstack-kolla | 09:34 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: Add squid cache proxy to speed up build https://review.openstack.org/521450 | 09:36 |
*** jascott1 has joined #openstack-kolla | 09:45 | |
*** jmccarthy has left #openstack-kolla | 09:49 | |
openstackgerrit | Zhijiang Hu proposed openstack/kolla-ansible master: Let OVS to connect to the individual IPs of each ODL node https://review.openstack.org/522466 | 09:50 |
*** ktibi has joined #openstack-kolla | 09:51 | |
lxdong | Ironically,before changed keyring to ceph auth get-or-create client.nova mon 'allow r' osd 'allow *' mds 'allow *' -o ceph.client.nova.keyring .etc cluster can upload image but can't create instance and now it can create instance but can't upload image. | 09:51 |
*** jascott1 has quit IRC | 09:56 | |
*** jascott1 has joined #openstack-kolla | 09:57 | |
lxdong | no error log to check this time . | 10:05 |
*** duonghq has quit IRC | 10:08 | |
*** tovin07_ has quit IRC | 10:12 | |
egonzalez | lxdong, there are glance, cinder, nova, cinder-backup ,gnocchi and admin keyrings | 10:13 |
egonzalez | all should have proper permissions to its pools | 10:13 |
lxdong | Yes , I set glance,cinder,nova,cinder-backup,gnocchi all to the above pattern except admin which generated by ceph-deploy --overwrite-conf mon create-initial. | 10:16 |
lxdong | did as https://docs.openstack.org/kolla-ansible/latest/reference/external-ceph-guide.html instructured. | 10:17 |
*** paramite has joined #openstack-kolla | 10:18 | |
*** k_mouza has joined #openstack-kolla | 10:24 | |
egonzalez | lxdong, our scripts have more grained permissions and some other things that i dont know what do. ceph auth get-or-create client.glance mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool={{ ceph_glance_pool_name }}, allow rwx pool={{ ceph_glance_pool_name }}-cache' | 10:29 |
egonzalez | ex of glance keyring | 10:29 |
*** mgoddard has quit IRC | 10:29 | |
egonzalez | nova: ceph auth get-or-create client.nova mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool={{ ceph_cinder_pool_name }}, allow rwx pool={{ ceph_cinder_pool_name }}-cache, allow rwx pool={{ ceph_nova_pool_name }}, allow rwx pool={{ ceph_nova_pool_name }}-cache, allow rwx pool={{ ceph_glance_pool_name }}, allow rwx pool={{ ceph_glance_pool_name }}-cache' | 10:29 |
egonzalez | lxdong, can find what permissions we have in <role>/tasks/ceph.yml https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/nova/tasks/ceph.yml#L37 | 10:30 |
*** yangyapeng has quit IRC | 10:31 | |
lxdong | I used this pattern before changed. | 10:31 |
*** yangyapeng has joined #openstack-kolla | 10:31 | |
lxdong | which I picked from tasks/ceph.yml | 10:35 |
*** caowei has quit IRC | 10:37 | |
openstackgerrit | Vladislav Belogrudov proposed openstack/kolla-ansible master: Non-lvm iscsi backends should run iscsid on compute and storage nodes https://review.openstack.org/513716 | 10:37 |
lxdong | found not *-cache pool so removed this part then appealed to all permissions. | 10:38 |
*** yangyapeng has quit IRC | 10:40 | |
*** kiennt26 has quit IRC | 10:43 | |
openstackgerrit | Chason Chan proposed openstack/kolla master: Add the missing murano package files https://review.openstack.org/522516 | 10:45 |
*** zhangfei has quit IRC | 10:50 | |
*** daidv has quit IRC | 10:52 | |
*** egonzalez has quit IRC | 10:53 | |
lxdong | thanks for you quick reply. | 10:54 |
openstackgerrit | Martin Mágr proposed openstack/kolla master: Clean fluentd_plugins_install block https://review.openstack.org/512598 | 10:55 |
lxdong | I made many typos here :) | 10:55 |
openstackgerrit | Ravi Shekhar Jethani proposed openstack/kolla-ansible master: Remove checking m1.tiny flavor https://review.openstack.org/522221 | 11:04 |
*** yangyapeng has joined #openstack-kolla | 11:05 | |
openstackgerrit | Ravi Shekhar Jethani proposed openstack/kolla-ansible master: Don't change directory while running init-runonce https://review.openstack.org/521190 | 11:06 |
*** yangyapeng has quit IRC | 11:13 | |
*** jascott1 has quit IRC | 11:15 | |
*** mgoddard has joined #openstack-kolla | 11:21 | |
*** jmccarthy has joined #openstack-kolla | 11:22 | |
*** yangyapeng has joined #openstack-kolla | 11:27 | |
*** yangyapeng has quit IRC | 11:31 | |
*** yangyapeng has joined #openstack-kolla | 11:33 | |
*** egonzalez has joined #openstack-kolla | 11:38 | |
*** ktibi has quit IRC | 11:39 | |
*** ktibi has joined #openstack-kolla | 11:47 | |
*** gkadam_ has joined #openstack-kolla | 11:55 | |
*** gkadam has quit IRC | 11:57 | |
*** amoralej is now known as amoralej|lunch | 12:07 | |
*** k_mouza has quit IRC | 12:08 | |
*** k_mouza has joined #openstack-kolla | 12:12 | |
*** k_mouza has quit IRC | 12:17 | |
*** jascott1 has joined #openstack-kolla | 12:22 | |
lxdong | egonzalez ,you are my lucky guardian, external ceph works finally. | 12:24 |
*** jascott1 has quit IRC | 12:27 | |
*** jascott1 has joined #openstack-kolla | 12:27 | |
lxdong | neutron ml2_conf.ini as follows :http://paste.openstack.org/show/627230/ can't not ping gateway | 12:28 |
lxdong | vlan 4 | 12:31 |
*** k_mouza has joined #openstack-kolla | 12:35 | |
*** k_mouza has quit IRC | 12:35 | |
*** k_mouza has joined #openstack-kolla | 12:35 | |
*** egonzalez has quit IRC | 12:37 | |
*** egonzalez has joined #openstack-kolla | 12:37 | |
*** k_mouza has quit IRC | 12:41 | |
*** k_mouza has joined #openstack-kolla | 12:42 | |
*** k_mouza has quit IRC | 12:45 | |
*** k_mouza has joined #openstack-kolla | 12:46 | |
*** dmsimard|afk is now known as dmsimard | 12:55 | |
openstackgerrit | Merged openstack/kolla master: Upgrade the rst convention of the Admin Guide https://review.openstack.org/511659 | 12:56 |
*** athomas has quit IRC | 13:05 | |
*** athomas has joined #openstack-kolla | 13:06 | |
*** jascott1 has quit IRC | 13:08 | |
*** yangyapeng has quit IRC | 13:08 | |
*** ktibi has quit IRC | 13:08 | |
*** yangyapeng has joined #openstack-kolla | 13:09 | |
*** yangyapeng has quit IRC | 13:13 | |
*** k_mouza has quit IRC | 13:14 | |
*** k_mouza has joined #openstack-kolla | 13:14 | |
*** salv-orlando has quit IRC | 13:21 | |
*** salv-orlando has joined #openstack-kolla | 13:22 | |
*** jtriley has joined #openstack-kolla | 13:23 | |
*** zhangfei has joined #openstack-kolla | 13:24 | |
*** salv-orlando has quit IRC | 13:27 | |
jmccarthy | Hmm question about 'nc' - if this was needed for swift, would it be a bit deal to add it to base ? (I mean *all the containers get it, even ones that don't need it) - but in base/Dockerfile.j2 there is already logic for yum or apt etc | 13:29 |
*** coolsvap has quit IRC | 13:30 | |
*** k_mouza has quit IRC | 13:38 | |
*** jtriley has quit IRC | 13:44 | |
*** skramaja has quit IRC | 13:44 | |
masuberu | good afternoon, is it possible to setup MTU through kolla-ansible? | 13:45 |
*** zhangfei has quit IRC | 13:45 | |
masuberu | I couldn't find anything on the documentation | 13:45 |
*** ktibi has joined #openstack-kolla | 13:45 | |
*** ktibi has quit IRC | 13:46 | |
*** ktibi has joined #openstack-kolla | 13:46 | |
*** yangyapeng has joined #openstack-kolla | 13:46 | |
*** k_mouza has joined #openstack-kolla | 13:46 | |
ktibi | Hi, anyone have used gnocchi and ceilometer for polling metrics ? | 13:47 |
ktibi | with kolla* | 13:47 |
*** yangyape_ has joined #openstack-kolla | 13:47 | |
*** k_mouza has quit IRC | 13:49 | |
*** k_mouza has joined #openstack-kolla | 13:49 | |
*** yangyapeng has quit IRC | 13:51 | |
*** amoralej|lunch is now known as amoralej | 13:52 | |
*** janki has joined #openstack-kolla | 13:53 | |
*** zhangfei has joined #openstack-kolla | 13:57 | |
*** genek has joined #openstack-kolla | 13:58 | |
*** magicboiz has quit IRC | 14:02 | |
*** magicboiz has joined #openstack-kolla | 14:02 | |
*** genek has quit IRC | 14:03 | |
*** janki has quit IRC | 14:05 | |
*** janki has joined #openstack-kolla | 14:06 | |
jmccarthy | Ah ok, I can do it handy enuf in the swift docker files | 14:06 |
ktibi | ok I have same issue >< https://review.openstack.org/#/c/506251/ | 14:18 |
*** salv-orlando has joined #openstack-kolla | 14:22 | |
*** k_mouza has quit IRC | 14:25 | |
*** jtriley has joined #openstack-kolla | 14:26 | |
*** dave-mccowan has joined #openstack-kolla | 14:26 | |
*** salv-orlando has quit IRC | 14:31 | |
*** k_mouza has joined #openstack-kolla | 14:32 | |
*** magicboiz has quit IRC | 14:37 | |
*** magicboiz has joined #openstack-kolla | 14:37 | |
*** jtriley has quit IRC | 14:44 | |
*** ipsecguy_ has joined #openstack-kolla | 14:46 | |
*** mdnadeem has quit IRC | 14:48 | |
*** ipsecguy has quit IRC | 14:48 | |
*** pbourke has quit IRC | 14:50 | |
*** zhangfei has quit IRC | 14:51 | |
*** dave-mccowan has quit IRC | 14:51 | |
*** pbourke has joined #openstack-kolla | 14:52 | |
*** janki has quit IRC | 14:53 | |
*** jtriley has joined #openstack-kolla | 14:56 | |
*** k_mouza has quit IRC | 14:57 | |
masuberu | not possible to change MTU during installation? | 14:59 |
egonzalez | masuberu, you can doing config file overrides, no way through ansible variables to do it now | 15:00 |
egonzalez | but can override any config section in neutron files | 15:00 |
*** k_mouza has joined #openstack-kolla | 15:06 | |
*** jtriley has quit IRC | 15:07 | |
masuberu | egonzalez, thanks!, is there a plan to add this feature? | 15:11 |
*** salv-orlando has joined #openstack-kolla | 15:13 | |
kolla-slack | <egonzalez> masuberu, not that im aware of, is a user config | 15:16 |
*** yangyape_ has quit IRC | 15:27 | |
*** yangyapeng has joined #openstack-kolla | 15:29 | |
*** sanjayu_ has quit IRC | 15:30 | |
*** manheim has quit IRC | 15:33 | |
*** manheim has joined #openstack-kolla | 15:37 | |
*** gkadam_ has quit IRC | 15:38 | |
*** manheim has quit IRC | 15:39 | |
*** gkadam has joined #openstack-kolla | 15:40 | |
*** mtsv has quit IRC | 15:44 | |
*** gkadam is now known as gkadam-dinner | 15:53 | |
*** magicboiz has quit IRC | 15:53 | |
openstackgerrit | Martin André proposed openstack/kolla master: Clean fluentd_plugins_install block https://review.openstack.org/512598 | 15:53 |
*** magicboiz has joined #openstack-kolla | 15:55 | |
*** manheim_ has joined #openstack-kolla | 15:55 | |
*** genek has joined #openstack-kolla | 15:55 | |
*** serlex has joined #openstack-kolla | 15:56 | |
*** magicboiz has quit IRC | 15:59 | |
*** magicboiz has joined #openstack-kolla | 15:59 | |
*** pcaruana has quit IRC | 16:09 | |
*** serlex has quit IRC | 16:10 | |
*** manheim_ has quit IRC | 16:13 | |
*** egonzalez has quit IRC | 16:16 | |
*** cah_link has quit IRC | 16:24 | |
*** k_mouza has quit IRC | 16:25 | |
*** manheim has joined #openstack-kolla | 16:27 | |
*** manheim has quit IRC | 16:28 | |
*** manheim has joined #openstack-kolla | 16:28 | |
*** k_mouza has joined #openstack-kolla | 16:30 | |
*** dave-mccowan has joined #openstack-kolla | 16:31 | |
*** jtriley has joined #openstack-kolla | 16:31 | |
k_mouza | hello all! I've deploying Ceph via kolla and I have cinder running on top of it. I also want to have object storage on top of Ceph. I've enabled ceph_rgw and ceph_rgw_keystone. Is there a horizon addon for this, like swift has one for example? | 16:32 |
*** dave-mccowan has quit IRC | 16:45 | |
*** lpetrut has quit IRC | 16:48 | |
*** jmccarthy has left #openstack-kolla | 16:49 | |
bjolo | k_mouza: the swift tab in horizon will work for radowsGW as well | 16:54 |
bjolo | you dont need to do anything. Horizon will detect that the API endpoint is there and enable the object store tab (swift) | 16:55 |
k_mouza | thanks bjolo. I'll give it a try | 16:56 |
bjolo | it is a bit confusing but one needs to distinguish between openstack swift and swifstack. The former is the openstack name for object storage and can have many types of backend | 16:56 |
bjolo | swiftstack is the actual storage technology developed by the same company (mainly) | 16:57 |
k_mouza | bjolo, thanks for the info! | 16:58 |
bjolo | np | 16:58 |
bjolo | good luck | 16:58 |
bjolo | enable_swift in globals.conf actually means deploy swiftstack | 17:00 |
*** k_mouza has quit IRC | 17:17 | |
*** gkadam-dinner is now known as gkadam | 17:22 | |
*** salv-orlando has quit IRC | 17:26 | |
*** salv-orlando has joined #openstack-kolla | 17:27 | |
*** gkadam has quit IRC | 17:27 | |
*** salv-orlando has quit IRC | 17:31 | |
*** manheim has quit IRC | 17:36 | |
*** janonymous has quit IRC | 17:37 | |
*** salv-orlando has joined #openstack-kolla | 17:37 | |
*** salv-orlando has quit IRC | 17:37 | |
*** salv-orlando has joined #openstack-kolla | 17:37 | |
*** lpetrut has joined #openstack-kolla | 17:43 | |
*** lpetrut has quit IRC | 17:54 | |
*** tvignaud has quit IRC | 17:55 | |
*** jtriley has quit IRC | 17:57 | |
*** jtriley has joined #openstack-kolla | 17:58 | |
*** lpetrut has joined #openstack-kolla | 18:07 | |
*** tvignaud has joined #openstack-kolla | 18:08 | |
*** shardy has quit IRC | 18:09 | |
*** dklyle has joined #openstack-kolla | 18:10 | |
*** david-lyle has quit IRC | 18:10 | |
*** mgoddard has quit IRC | 18:18 | |
*** jtriley has quit IRC | 18:22 | |
*** manheim has joined #openstack-kolla | 18:37 | |
*** amoralej is now known as amoralej|off | 18:39 | |
*** jtriley has joined #openstack-kolla | 18:48 | |
*** jtriley has quit IRC | 18:52 | |
*** japestinho has quit IRC | 19:11 | |
*** jtriley has joined #openstack-kolla | 19:18 | |
*** jtriley has quit IRC | 19:23 | |
*** benjamin_diaz has joined #openstack-kolla | 19:31 | |
*** jtriley has joined #openstack-kolla | 19:33 | |
*** paramite has quit IRC | 19:34 | |
*** jtriley has quit IRC | 19:48 | |
*** jtriley has joined #openstack-kolla | 19:53 | |
*** jtriley has quit IRC | 20:09 | |
*** jtriley has joined #openstack-kolla | 20:14 | |
*** jtriley has quit IRC | 20:20 | |
*** jtriley has joined #openstack-kolla | 20:31 | |
*** jtriley has quit IRC | 20:37 | |
*** jtriley has joined #openstack-kolla | 20:40 | |
*** k_mouza has joined #openstack-kolla | 20:46 | |
*** jtriley has quit IRC | 20:46 | |
*** jtriley has joined #openstack-kolla | 20:49 | |
*** k_mouza has quit IRC | 20:50 | |
*** gfidente has quit IRC | 20:53 | |
*** jtriley has quit IRC | 20:55 | |
*** salv-orlando has quit IRC | 20:56 | |
*** jtriley has joined #openstack-kolla | 20:56 | |
*** salv-orlando has joined #openstack-kolla | 20:57 | |
*** salv-orlando has quit IRC | 21:01 | |
*** jtriley has quit IRC | 21:02 | |
*** jtriley has joined #openstack-kolla | 21:06 | |
*** jtriley has quit IRC | 21:12 | |
*** jtriley has joined #openstack-kolla | 21:15 | |
*** hongbin has joined #openstack-kolla | 21:16 | |
*** jtriley has quit IRC | 21:22 | |
*** jtriley has joined #openstack-kolla | 21:31 | |
*** ktibi has quit IRC | 21:36 | |
*** jtriley has quit IRC | 21:37 | |
*** jtriley has joined #openstack-kolla | 21:40 | |
*** jtriley has quit IRC | 21:57 | |
*** salv-orlando has joined #openstack-kolla | 21:58 | |
*** newmember has joined #openstack-kolla | 22:01 | |
*** k_mouza has joined #openstack-kolla | 22:01 | |
*** salv-orlando has quit IRC | 22:03 | |
*** jtriley has joined #openstack-kolla | 22:08 | |
*** jtriley has quit IRC | 22:14 | |
*** jtriley has joined #openstack-kolla | 22:15 | |
*** benjamin_diaz has quit IRC | 22:15 | |
*** jtriley has quit IRC | 22:21 | |
*** jtriley has joined #openstack-kolla | 22:24 | |
*** lpetrut has quit IRC | 22:28 | |
*** jtriley has quit IRC | 22:30 | |
*** jtriley has joined #openstack-kolla | 22:31 | |
*** zshi has quit IRC | 22:37 | |
*** jtriley has quit IRC | 22:37 | |
*** jtriley has joined #openstack-kolla | 22:39 | |
*** jtriley has quit IRC | 22:45 | |
*** jtriley has joined #openstack-kolla | 22:50 | |
-openstackstatus- NOTICE: Zuul has been restarted due to an unexpected issue. We're able to re-enqueue changes from check and gate pipelines, please check http://zuulv3.openstack.org/ for more information. | 22:55 | |
*** jtriley has quit IRC | 22:56 | |
*** jtriley has joined #openstack-kolla | 22:57 | |
*** salv-orlando has joined #openstack-kolla | 22:59 | |
*** jtriley has quit IRC | 23:03 | |
*** k_mouza has quit IRC | 23:04 | |
*** salv-orlando has quit IRC | 23:05 | |
*** jtriley has joined #openstack-kolla | 23:12 | |
*** pbourke has quit IRC | 23:13 | |
*** jtriley has quit IRC | 23:18 | |
*** pbourke has joined #openstack-kolla | 23:19 | |
*** jtriley has joined #openstack-kolla | 23:21 | |
*** lxdong has quit IRC | 23:22 | |
*** jtriley has quit IRC | 23:27 | |
*** jtriley has joined #openstack-kolla | 23:30 | |
*** manheim has quit IRC | 23:33 | |
*** jtriley has quit IRC | 23:36 | |
*** jtriley has joined #openstack-kolla | 23:46 | |
*** jtriley has quit IRC | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!