Thursday, 2017-11-23

*** salv-orlando has quit IRC00:02
*** jamesbenson has joined #openstack-kolla00:08
*** manheim has joined #openstack-kolla00:10
*** sanjayu_ has joined #openstack-kolla00:12
*** manheim has quit IRC00:14
*** hongbin has quit IRC00:17
*** jamesbenson has quit IRC00:19
*** yangyapeng has quit IRC00:23
*** yangyapeng has joined #openstack-kolla00:24
*** mwynne has joined #openstack-kolla00:25
*** yangyapeng has quit IRC00:28
*** duonghq has joined #openstack-kolla00:37
*** jamesbenson has joined #openstack-kolla00:40
*** jamesbenson has quit IRC00:45
duonghqmorning guys00:45
*** zhurong has joined #openstack-kolla00:47
*** masber has quit IRC00:47
inc0sdake: we never had it00:50
inc0we tested images manually before pushing00:50
inc0sometimes00:50
inc0but we never had CI pipeline -> publish00:50
inc0even now it's going to be hard :/00:51
inc0since we don't really have good way to move artifact from one to another00:51
inc0best we can do right now is to have ansible test and publish00:52
inc0but having ansible *and* k8s is going to be hard00:52
*** reddreamster has joined #openstack-kolla00:52
openstackgerritJeffrey Zhang proposed openstack/kolla master: Add squid cache proxy to speed up build  https://review.openstack.org/52145000:52
inc0hey Jeffrey4l check scrollback00:53
Jeffrey4linc0, yes. about what?00:53
inc0dmsimard had some issues with our centos gates, I don't know enough about centos00:53
inc0rdo mirror seems misconfigured00:53
inc0that would explain these timeouts too https://review.openstack.org/#/c/518797/700:54
Jeffrey4linc0, i see. i have pushed a patch to fix this.00:54
inc0link please00:54
Jeffrey4linc0, this one https://review.openstack.org/52231800:54
kfox1111inc0: I thought zuul3 pipelines could cover the build/test fanout/final publish thing.00:54
Jeffrey4lmay need add more work.00:54
kfox1111that was one of the big pushbacks they gave us to wait till zuulv300:54
inc0kfox1111: yes, but not when you want to send artifact from one job to another00:55
inc0you *can* do pipeline, just jobs don't know about each other00:55
inc0also there is no way to make them land in same nodepool, so having one "standing job" with registry won't work as well00:55
inc0thanks Jeffrey4l00:55
Jeffrey4lnp.00:56
inc0best we came up with is multinode job with one node being builder and other nodes being deployers00:56
inc0but that means clever orchestration00:56
kfox1111inc0: I think coming up with single datacenter full pipleine is an infra issue?00:56
kfox1111we can just do pipelines and see if they squeel?00:57
kfox1111the problem is, at least for kolla-kubernetes, the jobs aare already multinode.00:57
inc0right00:57
kfox1111so would be a lot of work.00:57
inc0which would mean 2*multinode+1 aio00:57
inc0exactly00:57
inc0not good00:57
kfox1111just chaining them and let the data flow between clusters is probably ok for now?00:57
kfox1111then they can add a feature for single datacenter jobs at some point if it hurts too much00:58
inc0frankly, it would be nice to implement feature "all these jobs lands in same nodepool..."00:58
kfox1111right. I consider this kind of a zuul missing feature.00:58
*** salv-orlando has joined #openstack-kolla00:59
kfox1111we shouldn't preoptomize until its a problem.00:59
kfox1111and that they determine its something they will never fix.00:59
inc0that + some sort of cross-job orchestration (wait for job a to reach step x before running)00:59
kfox1111we've already bent over backwards a huge amount already. :(00:59
kfox1111I thought the pipelines already did that.00:59
inc0well, no00:59
inc0as in00:59
kfox1111build job, fan out these 3 test jobs, fan back in, to prod job.00:59
kfox1111thats what infra said at the ptg.01:00
inc0job a will finish when it ends, and when it ends it disapears01:00
inc0hence no outstanding registry to pull from01:00
kfox1111we can't artefact things at the end of a job?01:00
kfox1111well, we could create a registry job at the very begining, and end it at the very end?01:00
inc0we don't have shared store for it afaik01:00
kfox1111and not have any deps on it?01:00
inc0then we need to orchestrate our own pipelines01:01
kfox1111zuul broken. :(01:01
inc0no, CI hard;)01:01
kfox1111the constraints on pipelines are very very unuseful. :(01:01
inc0they're good for unit testing01:01
kfox1111all other CI's I've seen have artefat gatering between pipeline steps.01:01
kfox1111cuase you need them.01:01
inc0right01:01
kfox1111you cant unit test without artefacts.01:02
kfox1111this eems like a broken implementation if it is really true.01:02
inc0well artifact is code you test01:02
inc0not what it produces at the end01:02
kfox1111no, both.01:02
inc0in openstack you rarely produce a result01:02
kfox1111you have temporary artefacts and perminant ones.01:02
inc0and temporary are fine01:02
inc0one confined to single job01:02
inc0but yeah, pipeline as it is doesn't make sense if there is no artifact sharing01:03
inc0you can just make it in pararell01:03
kfox1111yeah.01:03
kfox1111totally pointless. so there's gotta be a way.01:03
kfox1111otherwise its wasted effort on their part to have produed them in the first place.01:03
inc0well one I can think of would be registry backed by sth like swift01:03
inc0with object ttl01:03
kfox1111that coudl work if there is a swift.01:03
kfox1111or tarballs or something.01:04
inc0anyway, I'll add ansible deploy test at least01:04
inc0it's better than nothing01:04
inc0and we can get back to this discussion01:04
*** tvignaud has quit IRC01:05
openstackgerritJeffrey Zhang proposed openstack/kolla master: Add squid cache proxy to speed up build  https://review.openstack.org/52145001:05
*** tvignaud has joined #openstack-kolla01:05
*** jascott1 has joined #openstack-kolla01:06
*** zhangfei has joined #openstack-kolla01:06
kfox1111yeah.01:07
*** salv-orlando has quit IRC01:10
*** tovin07_ has joined #openstack-kolla01:13
*** jascott1 has quit IRC01:18
*** jascott1 has joined #openstack-kolla01:18
*** jascott1 has quit IRC01:23
*** zhangfei has quit IRC01:29
openstackgerritHeetae Ahn proposed openstack/kolla master: Add RHEL subscription registration  https://review.openstack.org/49514801:39
*** zhangfei has joined #openstack-kolla01:41
*** reddreamster has quit IRC01:53
*** japestinho has joined #openstack-kolla02:00
*** salv-orlando has joined #openstack-kolla02:07
*** sanjayu_ has quit IRC02:08
*** caowei has joined #openstack-kolla02:09
*** yangyapeng has joined #openstack-kolla02:11
*** salv-orlando has quit IRC02:13
openstackgerritJeffrey Zhang proposed openstack/kolla master: Add squid cache proxy to speed up build  https://review.openstack.org/52145002:19
*** masber has joined #openstack-kolla02:38
*** masuberu has joined #openstack-kolla02:42
*** masber has quit IRC02:47
openstackgerritWei Cao proposed openstack/kolla-ansible master: Add CephFS backend in Manila  https://review.openstack.org/51619602:54
spsuryamorning guys03:00
*** zhangfei has quit IRC03:03
*** salv-orlando has joined #openstack-kolla03:09
*** salv-orlando has quit IRC03:14
*** zhurong has quit IRC03:24
*** janonymous has joined #openstack-kolla03:25
*** zhurong has joined #openstack-kolla03:28
*** zhangfei has joined #openstack-kolla03:29
lxdongvolume 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 IRC03:47
*** mdnadeem has joined #openstack-kolla03:51
lxdongwith external ceph.03:58
masuberugood 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 possible04:02
*** salv-orlando has joined #openstack-kolla04:10
*** coolsvap has joined #openstack-kolla04:10
*** salv-orlando has quit IRC04:16
*** gkadam has joined #openstack-kolla04:36
*** lpetrut has joined #openstack-kolla04:48
*** caowei has quit IRC04:49
*** jamesbenson has joined #openstack-kolla05:09
openstackgerritJeffrey Zhang proposed openstack/kolla master: Change more repo url to infra mirror  https://review.openstack.org/52231805:11
openstackgerritJeffrey Zhang proposed openstack/kolla master: Add squid cache proxy to speed up build  https://review.openstack.org/52145005:11
*** salv-orlando has joined #openstack-kolla05:12
*** jamesbenson has quit IRC05:14
*** salv-orlando has quit IRC05:18
masuberuso 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-kolla05:24
*** caowei has joined #openstack-kolla05:38
*** lpetrut has quit IRC05:42
*** k_mouza has joined #openstack-kolla05:47
*** k_mouza has quit IRC05:52
*** lpetrut has joined #openstack-kolla05:56
*** salv-orlando has joined #openstack-kolla05:57
*** salv-orlando has quit IRC05:57
*** salv-orlando has joined #openstack-kolla05:57
*** skramaja has joined #openstack-kolla05:59
lxdongFailed 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 available05:59
lxdongcinder-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 IRC06:10
*** sanjayu_ has joined #openstack-kolla06:11
*** lpetrut has quit IRC06:17
*** manheim has joined #openstack-kolla06:20
*** lpetrut has joined #openstack-kolla06:20
*** manheim has quit IRC06:24
*** lpetrut has quit IRC06:25
openstackgerritZhijiang Hu proposed openstack/kolla-ansible master: Do not check api_interface for deployment group  https://review.openstack.org/52090906:39
openstackgerritZhijiang Hu proposed openstack/kolla-ansible master: Do not check api_interface for deployment group  https://review.openstack.org/52090906:40
openstackgerritChason Chan proposed openstack/kolla-ansible master: Add vitrage ansible role  https://review.openstack.org/43260806:43
openstackgerritZhijiang Hu proposed openstack/kolla master: Add related symbolic link to pass DPDK compile  https://review.openstack.org/52092906:47
*** kiennt26 has joined #openstack-kolla06:55
*** egonzalez has joined #openstack-kolla06:58
*** gkadam has quit IRC06:59
*** lpetrut has joined #openstack-kolla07:00
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible stable/ocata: Fix launch instance failed in trove  https://review.openstack.org/52245507:00
*** lpetrut has quit IRC07:06
*** caowei_ has joined #openstack-kolla07:07
*** caowei has quit IRC07:11
*** caowei_ is now known as caowei07:11
*** zhangfei has quit IRC07:13
*** zhangfei has joined #openstack-kolla07:13
*** cah_link has joined #openstack-kolla07:15
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible master: Fix launch instance failed in trove  https://review.openstack.org/52246007:19
*** manheim has joined #openstack-kolla07:32
*** manheim has quit IRC07:36
*** manheim has joined #openstack-kolla07:36
openstackgerritZhijiang Hu proposed openstack/kolla-ansible master: Let OVS to connect to the individual IPs of each ODL node  https://review.openstack.org/52246607:36
*** manheim has quit IRC07:37
*** manheim has joined #openstack-kolla07:37
openstackgerritZhijiang Hu proposed openstack/kolla-ansible master: Let OVS to connect to the individual IPs of each ODL node  https://review.openstack.org/52246607:39
openstackgerritZhijiang Hu proposed openstack/kolla-ansible master: Let OVS to connect to the individual IPs of each ODL node  https://review.openstack.org/52246607:40
*** dciabrin__ has joined #openstack-kolla07:40
openstackgerritZhijiang Hu proposed openstack/kolla-ansible master: Let OVS to connect to the individual IPs of each ODL node  https://review.openstack.org/52246607:40
*** manheim has quit IRC07:41
*** manheim has joined #openstack-kolla07:42
*** dciabrin_ has quit IRC07:42
*** pcaruana has joined #openstack-kolla07:45
*** shardy has joined #openstack-kolla08:02
*** cah_link has quit IRC08:03
*** yangyapeng has quit IRC08:06
*** yangyapeng has joined #openstack-kolla08:07
hrwmorgen08:24
*** cah_link has joined #openstack-kolla08:26
*** jistr|off|trng is now known as jistr08:28
*** gkadam has joined #openstack-kolla08:28
*** jascott1 has joined #openstack-kolla08:36
*** amoralej|off is now known as amoralej08:37
*** jascott1 has quit IRC08:40
*** lpetrut has joined #openstack-kolla08:50
*** zhubingbing_ has joined #openstack-kolla08:53
*** mgoddard has joined #openstack-kolla08:54
*** lpetrut has quit IRC08:54
*** zhubingbing__ has quit IRC08:54
*** jmccarthy has joined #openstack-kolla08:55
openstackgerritMark Goddard proposed openstack/kolla-ansible master: Support configuration of custom fluentd filters  https://review.openstack.org/51344508:57
*** lpetrut has joined #openstack-kolla08:58
openstackgerritZhijiang Hu proposed openstack/kolla-ansible master: Let OVS to connect to the individual IPs of each ODL node  https://review.openstack.org/52246608:58
*** lpetrut has quit IRC09:03
cah_linkHey together. Is it possible to use different namespaces for different kolla-images?09:04
cah_linkI want to use gitlab for providing the kolla-Images. there for every Project is another docker registry namespace.09:06
cah_linkI want to have the Images for different openstack services inside different Projects09:07
*** lpetrut has joined #openstack-kolla09:17
*** zhangfei has quit IRC09:20
*** zhurong has quit IRC09:32
*** zhangfei has joined #openstack-kolla09:33
*** gfidente has joined #openstack-kolla09:34
*** gfidente has quit IRC09:34
*** gfidente has joined #openstack-kolla09:34
openstackgerritJeffrey Zhang proposed openstack/kolla master: Add squid cache proxy to speed up build  https://review.openstack.org/52145009:36
*** jascott1 has joined #openstack-kolla09:45
*** jmccarthy has left #openstack-kolla09:49
openstackgerritZhijiang Hu proposed openstack/kolla-ansible master: Let OVS to connect to the individual IPs of each ODL node  https://review.openstack.org/52246609:50
*** ktibi has joined #openstack-kolla09:51
lxdongIronically,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 IRC09:56
*** jascott1 has joined #openstack-kolla09:57
lxdongno error log to check this time .10:05
*** duonghq has quit IRC10:08
*** tovin07_ has quit IRC10:12
egonzalezlxdong, there are glance, cinder, nova, cinder-backup ,gnocchi and admin keyrings10:13
egonzalezall should have proper permissions to its pools10:13
lxdongYes , 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
lxdongdid as https://docs.openstack.org/kolla-ansible/latest/reference/external-ceph-guide.html instructured.10:17
*** paramite has joined #openstack-kolla10:18
*** k_mouza has joined #openstack-kolla10:24
egonzalezlxdong, 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
egonzalezex of glance keyring10:29
*** mgoddard has quit IRC10:29
egonzaleznova: 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
egonzalezlxdong, 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#L3710:30
*** yangyapeng has quit IRC10:31
lxdongI used this pattern before changed.10:31
*** yangyapeng has joined #openstack-kolla10:31
lxdongwhich I picked from tasks/ceph.yml10:35
*** caowei has quit IRC10:37
openstackgerritVladislav Belogrudov proposed openstack/kolla-ansible master: Non-lvm iscsi backends should run iscsid on compute and storage nodes  https://review.openstack.org/51371610:37
lxdongfound not *-cache pool so removed this part then appealed to  all permissions.10:38
*** yangyapeng has quit IRC10:40
*** kiennt26 has quit IRC10:43
openstackgerritChason Chan proposed openstack/kolla master: Add the missing murano package files  https://review.openstack.org/52251610:45
*** zhangfei has quit IRC10:50
*** daidv has quit IRC10:52
*** egonzalez has quit IRC10:53
lxdongthanks for you quick reply.10:54
openstackgerritMartin Mágr proposed openstack/kolla master: Clean fluentd_plugins_install block  https://review.openstack.org/51259810:55
lxdongI made many typos here :)10:55
openstackgerritRavi Shekhar Jethani proposed openstack/kolla-ansible master: Remove checking m1.tiny flavor  https://review.openstack.org/52222111:04
*** yangyapeng has joined #openstack-kolla11:05
openstackgerritRavi Shekhar Jethani proposed openstack/kolla-ansible master: Don't change directory while running init-runonce  https://review.openstack.org/52119011:06
*** yangyapeng has quit IRC11:13
*** jascott1 has quit IRC11:15
*** mgoddard has joined #openstack-kolla11:21
*** jmccarthy has joined #openstack-kolla11:22
*** yangyapeng has joined #openstack-kolla11:27
*** yangyapeng has quit IRC11:31
*** yangyapeng has joined #openstack-kolla11:33
*** egonzalez has joined #openstack-kolla11:38
*** ktibi has quit IRC11:39
*** ktibi has joined #openstack-kolla11:47
*** gkadam_ has joined #openstack-kolla11:55
*** gkadam has quit IRC11:57
*** amoralej is now known as amoralej|lunch12:07
*** k_mouza has quit IRC12:08
*** k_mouza has joined #openstack-kolla12:12
*** k_mouza has quit IRC12:17
*** jascott1 has joined #openstack-kolla12:22
lxdongegonzalez ,you are my lucky guardian, external ceph works finally.12:24
*** jascott1 has quit IRC12:27
*** jascott1 has joined #openstack-kolla12:27
lxdongneutron ml2_conf.ini as follows :http://paste.openstack.org/show/627230/ can't not ping gateway12:28
lxdongvlan 412:31
*** k_mouza has joined #openstack-kolla12:35
*** k_mouza has quit IRC12:35
*** k_mouza has joined #openstack-kolla12:35
*** egonzalez has quit IRC12:37
*** egonzalez has joined #openstack-kolla12:37
*** k_mouza has quit IRC12:41
*** k_mouza has joined #openstack-kolla12:42
*** k_mouza has quit IRC12:45
*** k_mouza has joined #openstack-kolla12:46
*** dmsimard|afk is now known as dmsimard12:55
openstackgerritMerged openstack/kolla master: Upgrade the rst convention of the Admin Guide  https://review.openstack.org/51165912:56
*** athomas has quit IRC13:05
*** athomas has joined #openstack-kolla13:06
*** jascott1 has quit IRC13:08
*** yangyapeng has quit IRC13:08
*** ktibi has quit IRC13:08
*** yangyapeng has joined #openstack-kolla13:09
*** yangyapeng has quit IRC13:13
*** k_mouza has quit IRC13:14
*** k_mouza has joined #openstack-kolla13:14
*** salv-orlando has quit IRC13:21
*** salv-orlando has joined #openstack-kolla13:22
*** jtriley has joined #openstack-kolla13:23
*** zhangfei has joined #openstack-kolla13:24
*** salv-orlando has quit IRC13:27
jmccarthyHmm 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 etc13:29
*** coolsvap has quit IRC13:30
*** k_mouza has quit IRC13:38
*** jtriley has quit IRC13:44
*** skramaja has quit IRC13:44
masuberugood afternoon, is it possible to setup MTU through kolla-ansible?13:45
*** zhangfei has quit IRC13:45
masuberuI couldn't find anything on the documentation13:45
*** ktibi has joined #openstack-kolla13:45
*** ktibi has quit IRC13:46
*** ktibi has joined #openstack-kolla13:46
*** yangyapeng has joined #openstack-kolla13:46
*** k_mouza has joined #openstack-kolla13:46
ktibiHi, anyone have used gnocchi and ceilometer for polling metrics ?13:47
ktibiwith kolla*13:47
*** yangyape_ has joined #openstack-kolla13:47
*** k_mouza has quit IRC13:49
*** k_mouza has joined #openstack-kolla13:49
*** yangyapeng has quit IRC13:51
*** amoralej|lunch is now known as amoralej13:52
*** janki has joined #openstack-kolla13:53
*** zhangfei has joined #openstack-kolla13:57
*** genek has joined #openstack-kolla13:58
*** magicboiz has quit IRC14:02
*** magicboiz has joined #openstack-kolla14:02
*** genek has quit IRC14:03
*** janki has quit IRC14:05
*** janki has joined #openstack-kolla14:06
jmccarthyAh ok, I can do it handy enuf in the swift docker files14:06
ktibiok I have same issue >< https://review.openstack.org/#/c/506251/14:18
*** salv-orlando has joined #openstack-kolla14:22
*** k_mouza has quit IRC14:25
*** jtriley has joined #openstack-kolla14:26
*** dave-mccowan has joined #openstack-kolla14:26
*** salv-orlando has quit IRC14:31
*** k_mouza has joined #openstack-kolla14:32
*** magicboiz has quit IRC14:37
*** magicboiz has joined #openstack-kolla14:37
*** jtriley has quit IRC14:44
*** ipsecguy_ has joined #openstack-kolla14:46
*** mdnadeem has quit IRC14:48
*** ipsecguy has quit IRC14:48
*** pbourke has quit IRC14:50
*** zhangfei has quit IRC14:51
*** dave-mccowan has quit IRC14:51
*** pbourke has joined #openstack-kolla14:52
*** janki has quit IRC14:53
*** jtriley has joined #openstack-kolla14:56
*** k_mouza has quit IRC14:57
masuberunot possible to change MTU during installation?14:59
egonzalezmasuberu, you can doing config file overrides, no way through ansible variables to do it now15:00
egonzalezbut can override any config section in neutron files15:00
*** k_mouza has joined #openstack-kolla15:06
*** jtriley has quit IRC15:07
masuberuegonzalez, thanks!, is there a plan to add this feature?15:11
*** salv-orlando has joined #openstack-kolla15:13
kolla-slack<egonzalez> masuberu, not that im aware of, is a user config15:16
*** yangyape_ has quit IRC15:27
*** yangyapeng has joined #openstack-kolla15:29
*** sanjayu_ has quit IRC15:30
*** manheim has quit IRC15:33
*** manheim has joined #openstack-kolla15:37
*** gkadam_ has quit IRC15:38
*** manheim has quit IRC15:39
*** gkadam has joined #openstack-kolla15:40
*** mtsv has quit IRC15:44
*** gkadam is now known as gkadam-dinner15:53
*** magicboiz has quit IRC15:53
openstackgerritMartin André proposed openstack/kolla master: Clean fluentd_plugins_install block  https://review.openstack.org/51259815:53
*** magicboiz has joined #openstack-kolla15:55
*** manheim_ has joined #openstack-kolla15:55
*** genek has joined #openstack-kolla15:55
*** serlex has joined #openstack-kolla15:56
*** magicboiz has quit IRC15:59
*** magicboiz has joined #openstack-kolla15:59
*** pcaruana has quit IRC16:09
*** serlex has quit IRC16:10
*** manheim_ has quit IRC16:13
*** egonzalez has quit IRC16:16
*** cah_link has quit IRC16:24
*** k_mouza has quit IRC16:25
*** manheim has joined #openstack-kolla16:27
*** manheim has quit IRC16:28
*** manheim has joined #openstack-kolla16:28
*** k_mouza has joined #openstack-kolla16:30
*** dave-mccowan has joined #openstack-kolla16:31
*** jtriley has joined #openstack-kolla16:31
k_mouzahello 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 IRC16:45
*** lpetrut has quit IRC16:48
*** jmccarthy has left #openstack-kolla16:49
bjolok_mouza: the swift tab in horizon will work for radowsGW as well16:54
bjoloyou dont need to do anything. Horizon will detect that the API endpoint is there and enable the object store tab (swift)16:55
k_mouzathanks bjolo. I'll give it a try16:56
bjoloit 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 backend16:56
bjoloswiftstack is the actual storage technology developed by the same company (mainly)16:57
k_mouzabjolo, thanks for the info!16:58
bjolonp16:58
bjologood luck16:58
bjoloenable_swift in globals.conf actually means deploy swiftstack17:00
*** k_mouza has quit IRC17:17
*** gkadam-dinner is now known as gkadam17:22
*** salv-orlando has quit IRC17:26
*** salv-orlando has joined #openstack-kolla17:27
*** gkadam has quit IRC17:27
*** salv-orlando has quit IRC17:31
*** manheim has quit IRC17:36
*** janonymous has quit IRC17:37
*** salv-orlando has joined #openstack-kolla17:37
*** salv-orlando has quit IRC17:37
*** salv-orlando has joined #openstack-kolla17:37
*** lpetrut has joined #openstack-kolla17:43
*** lpetrut has quit IRC17:54
*** tvignaud has quit IRC17:55
*** jtriley has quit IRC17:57
*** jtriley has joined #openstack-kolla17:58
*** lpetrut has joined #openstack-kolla18:07
*** tvignaud has joined #openstack-kolla18:08
*** shardy has quit IRC18:09
*** dklyle has joined #openstack-kolla18:10
*** david-lyle has quit IRC18:10
*** mgoddard has quit IRC18:18
*** jtriley has quit IRC18:22
*** manheim has joined #openstack-kolla18:37
*** amoralej is now known as amoralej|off18:39
*** jtriley has joined #openstack-kolla18:48
*** jtriley has quit IRC18:52
*** japestinho has quit IRC19:11
*** jtriley has joined #openstack-kolla19:18
*** jtriley has quit IRC19:23
*** benjamin_diaz has joined #openstack-kolla19:31
*** jtriley has joined #openstack-kolla19:33
*** paramite has quit IRC19:34
*** jtriley has quit IRC19:48
*** jtriley has joined #openstack-kolla19:53
*** jtriley has quit IRC20:09
*** jtriley has joined #openstack-kolla20:14
*** jtriley has quit IRC20:20
*** jtriley has joined #openstack-kolla20:31
*** jtriley has quit IRC20:37
*** jtriley has joined #openstack-kolla20:40
*** k_mouza has joined #openstack-kolla20:46
*** jtriley has quit IRC20:46
*** jtriley has joined #openstack-kolla20:49
*** k_mouza has quit IRC20:50
*** gfidente has quit IRC20:53
*** jtriley has quit IRC20:55
*** salv-orlando has quit IRC20:56
*** jtriley has joined #openstack-kolla20:56
*** salv-orlando has joined #openstack-kolla20:57
*** salv-orlando has quit IRC21:01
*** jtriley has quit IRC21:02
*** jtriley has joined #openstack-kolla21:06
*** jtriley has quit IRC21:12
*** jtriley has joined #openstack-kolla21:15
*** hongbin has joined #openstack-kolla21:16
*** jtriley has quit IRC21:22
*** jtriley has joined #openstack-kolla21:31
*** ktibi has quit IRC21:36
*** jtriley has quit IRC21:37
*** jtriley has joined #openstack-kolla21:40
*** jtriley has quit IRC21:57
*** salv-orlando has joined #openstack-kolla21:58
*** newmember has joined #openstack-kolla22:01
*** k_mouza has joined #openstack-kolla22:01
*** salv-orlando has quit IRC22:03
*** jtriley has joined #openstack-kolla22:08
*** jtriley has quit IRC22:14
*** jtriley has joined #openstack-kolla22:15
*** benjamin_diaz has quit IRC22:15
*** jtriley has quit IRC22:21
*** jtriley has joined #openstack-kolla22:24
*** lpetrut has quit IRC22:28
*** jtriley has quit IRC22:30
*** jtriley has joined #openstack-kolla22:31
*** zshi has quit IRC22:37
*** jtriley has quit IRC22:37
*** jtriley has joined #openstack-kolla22:39
*** jtriley has quit IRC22:45
*** jtriley has joined #openstack-kolla22: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 IRC22:56
*** jtriley has joined #openstack-kolla22:57
*** salv-orlando has joined #openstack-kolla22:59
*** jtriley has quit IRC23:03
*** k_mouza has quit IRC23:04
*** salv-orlando has quit IRC23:05
*** jtriley has joined #openstack-kolla23:12
*** pbourke has quit IRC23:13
*** jtriley has quit IRC23:18
*** pbourke has joined #openstack-kolla23:19
*** jtriley has joined #openstack-kolla23:21
*** lxdong has quit IRC23:22
*** jtriley has quit IRC23:27
*** jtriley has joined #openstack-kolla23:30
*** manheim has quit IRC23:33
*** jtriley has quit IRC23:36
*** jtriley has joined #openstack-kolla23:46
*** jtriley has quit IRC23:52

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!