Wednesday, 2018-03-07

SpamapSSamYaple: non-tunneled means what?00:34
*** masuberu has quit IRC00:35
*** masuberu has joined #openstack-kolla00:37
*** ipsecguy has quit IRC00:39
*** caoyuan has joined #openstack-kolla00:40
*** xinliang has quit IRC00:41
*** litmaj0r has joined #openstack-kolla00:41
litmaj0rhello! i'm trying to wrap my mind around pre-reqs for kolla-ansible deployment00:42
litmaj0rI'm deploying multinode, but when I kick off the prechecks playbook, it looks like it's expecting the pip package "kolla-ansible" on the remote machines ... but this strikes me as odd considering the deployment seems to be docker oriented00:44
litmaj0rfurther, the docs really don't call out what to install aside from docker ... does it assume certain things exist (e.g. python, kolla-ansible)?00:44
litmaj0rlogically, It seems like a deployment host ("host that I deploy kolla containers from") would need pythonm ansible, and kolla-ansible installed when hosts-deployed-to only need docker ... what am i missing?00:47
*** tovin07_ has joined #openstack-kolla00:51
*** ipsecguy has joined #openstack-kolla00:51
SamYapleSpamapS: not-tunneled through libvirt. qemu to qemu00:53
SpamapSSamYaple: is there a document on that? because the ones I find are about libvirt.00:53
*** xinliang has joined #openstack-kolla00:54
SamYaplelibvirt does not do live migration. qemu does. libvirt *can* tunnel the data if needed at a big performance impact00:54
SamYaplebut at the endofthe day, qemu isthe one doing the livemigration and can do it without libvirt00:54
*** zhubingb_ has joined #openstack-kolla00:55
SamYapleso with that in mind, libvirt (just like memcached) should be on a private non-routable network00:55
SamYapletls becomes less important00:55
*** calbers has quit IRC00:56
SpamapSprivate non-routable isn't security. ;)00:57
SamYapleit absolutely is00:57
SpamapSit's a great way to isolate your compromise to just your internal employees, which are responsible for *most* security compromises.00:57
SpamapSSo, yeah, TLS is important to us.00:57
SamYaplealso, memcached and ceph have 0 security and rely entirely on network security fyi00:57
SpamapSmemcached has auth available and has for years, though I don't know if OpenStack makes use of it yet. Ceph has CEPHX auth, though maybe kolla-ansible doesn't use that.00:58
SpamapShttps://github.com/memcached/memcached/wiki/SASLHowto00:59
SamYaplecephx is auth, not encryption. and that doesnt affect the backend network which transfers everything in the clear00:59
*** zhubingb_ has quit IRC00:59
SamYaplememcached sasl is only auth too01:00
SamYaplenot end to end encryption as your link clearly states01:00
SpamapSso, 1 component of this complex system relies on dedicated network security, and thus, the entire system is exposed?01:00
SamYapleive named 2 so far01:00
SpamapSWe don't use Ceph here.. and would likely set it up with ipsec tunnels if we did.01:00
SamYaplewell you can do that. whats the problem here?01:00
*** pengdake_ has joined #openstack-kolla01:01
SpamapSoh and the memcached sasl auth + encrypted key/values should be sufficient.01:01
SamYaplenot all services encrypt the values01:02
SamYaplethats up to the client01:02
SpamapSAgreed, that's a little bit scary. ;)01:02
SamYaplenova consoleauth being the biggest offender here01:02
*** zhangfei has joined #openstack-kolla01:02
SamYapleyoure welcome to add tls support, but its not been a priority since memcached and ceph (which most of openstack does use) needs proper network isolation anyway. most just use that to provide the security they need for the services01:03
SpamapSanyway, I acknowledge there are holes. I do not, however, agree that it's ok to let the whole system security slide because some corners are less secure than others.01:03
SamYapleand afaik openstack doesnt support memcache sasl for what its worth01:03
SamYaplei happen to disagree that non-tls libvirt on a properly isolated network is letting "the whole system security slide". but thats not really relevant here01:04
SamYaplei said initially you should add it01:04
SpamapSOh I'm actually referring to all the things I see in kolla-ansible on that level.01:04
SamYapleoh yea im sure it could use some... love01:05
SpamapSAll the API's are also setup to be http://01:05
SamYapleconfigurably.....01:05
SpamapSand I've already pushed up a patch to fix that01:05
*** zhaochao has joined #openstack-kolla01:05
SpamapSno not configurably01:05
SamYapleoh you found a bug?01:05
SpamapSwithout my patch, internal API's are always http01:05
SpamapShttps://review.openstack.org/#/c/548407/01:06
SamYapleoh yea i dont think the internals were ever properlly ssl'd01:07
SamYaplebut thats because eventlet sucks01:07
SamYaplemuch easier with wsgi01:07
SpamapSit's not eventlet though01:07
SpamapSit's just haproxy01:07
SamYapleyou cant ssl the internal services with just haproxy01:07
SamYaplehaproxy is the client to the internal services01:07
SpamapSRight, so this patch is 80% of the way there01:08
SamYaplethe internal services (eventlet/wsgi) have to have teh ssl01:08
SamYaplelol its not even 20%01:08
SpamapSwe also need to drop the backend servers to just 127.0.0.1 when this is set01:08
SamYaplebut its worth the effort01:08
SamYaplei would sugget doing it with teh wsgi work though01:08
SpamapSand let an external LB do the spreading/failing over.01:08
SpamapSAnyway haven't finished designing it just yet.01:10
SpamapSI'll take a look at the wsgi01:10
SpamapSMight simplify what I'm attempting.01:10
*** itlinux has joined #openstack-kolla01:10
*** david-lyle has joined #openstack-kolla01:10
*** masahisa has quit IRC01:11
SpamapSSamYaple: I'm still a little confused at how I tell nova not to use libvirt for migrations.01:11
SpamapSAnd would def appreciate pointers to docs01:12
SpamapSthe docs I read have it going through libvirt.01:12
SamYapleyou sound like you dont want that01:12
SamYaplesince qemu-qemu is not encrypted authed or anything01:12
SpamapSI want to understand. :)01:12
SamYaplesounds like you *want* to force the super slow tunnelled stuff (it really will cripple performance)01:12
SpamapSWe might decide to ipsec that network if it would perform better than TLS'd libvirtd.01:13
*** pengdake_ has quit IRC01:14
SpamapSOr we might just tell management we're going to have to accept the risk and build a stronger border. My point is.. the docs I've found aren't helpful here.01:14
SamYaplelet me find the nova option01:16
SamYaplehttps://github.com/openstack/nova/blob/9e391b06c38cd95a348fc54a6314dbf55bb27380/nova/conf/libvirt.py#L31301:16
logan-I don't know anything about how to configure it in kolla but I just saw the convo while flipping thru channels.. fwiw here is an example using libvirt tunneled migrations over ssh: https://github.com/openstack/openstack-ansible-os_nova/blob/52d075839dc9ce96151ae6e2c40df6dcad5b0423/templates/nova.conf.j2#L274-L27501:17
*** zhangfei has quit IRC01:18
SpamapSwe're trying to avoid SSH01:18
SpamapSwould rather one hypervisor escape doesn't lead to all-hypervisor-compromise.01:19
logan-fair enough then yea enable libvirt tunneled migrations in nova and config libvirt for tls listener01:19
SpamapSAlso in our tests the performance was perfeclty acceptable.01:20
*** kbaegis has quit IRC01:20
SamYaplei bet yo uwerent using tunneled migration lol. the performance really is terrible01:21
SpamapSWe saw transfers of VMs at 300Mbps .. it wouldn't really matter to us if it were 3x faster.01:21
SpamapSwe were01:21
SpamapSlooking at the docs01:21
SamYapleyea defeinetely not using tunneled if you got 30001:21
logan-tunnelled performs fine for us also tbh01:21
SpamapSOh haha.. you know what01:22
SpamapSblock_migration_flag=VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER, VIR_MIGRATE_LIVE, VIR_MIGRATE_NON_SHARED_INC01:22
SpamapSPEER2PEER == not tunneled I bet01:22
SamYapleSpamapS: yea and that entire flag is deprecated (removed?) so you may not even be using it01:22
*** masahisa has joined #openstack-kolla01:22
logan-all of those options were reworked in newton01:22
SamYapleitll default to non-tunneled01:22
logan-yeah01:23
SpamapSthis was a test on Liberty01:23
SpamapSwe're standing up Pike now with kolla-ansible.01:24
*** hongbin has joined #openstack-kolla01:24
SpamapSfunny because a lot of the effort spent was in configuring libvirt tls01:24
* SpamapS playing telephone through 3 devs... now figuring out what really happened in the test. :_P01:25
*** pengdake_ has joined #openstack-kolla01:25
openstackgerritzhongshengping proposed openstack/kolla-ansible master: Error path of WSGIScriptAlias of panko for ubuntu  https://review.openstack.org/55029901:26
SpamapSSamYaple: thanks for the info. Sorry for the somewhat combative tone this might have had. Security is always a silly thing to argue about when what we really mean by "that's not secure" is "that carries more risk than I am comfortable with".01:28
*** zhangfei has joined #openstack-kolla01:31
*** itlinux has quit IRC01:42
litmaj0rper my last message, if anyone is following, it looks like the "Detect openstack_release variable" task (/usr/local/share/kolla-ansible/ansible/site.yml) runs this as local_action, which clarifies the "where is kolla-ansible installed" question a bit01:44
*** zhurong has joined #openstack-kolla01:45
*** david-lyle has quit IRC01:47
openstackgerritcaoyuan proposed openstack/kolla-ansible master: Optimise the destroy role by script module  https://review.openstack.org/53407901:48
*** dave-mccowan has joined #openstack-kolla01:56
*** litmaj0r has quit IRC02:00
*** tovin07_ has quit IRC02:03
*** zhaochao has quit IRC02:06
*** pengdake_ has quit IRC02:13
*** harlowja has quit IRC02:13
*** tovin07_ has joined #openstack-kolla02:17
*** zhaochao has joined #openstack-kolla02:20
*** itlinux has joined #openstack-kolla02:22
*** pengdake_ has joined #openstack-kolla02:23
*** pengdake has joined #openstack-kolla02:32
*** pengdake_ has quit IRC02:33
*** caoyuan has quit IRC02:33
*** itlinux has quit IRC02:36
*** chmarkus has quit IRC02:37
*** chmarkus has joined #openstack-kolla02:39
*** masuberu has quit IRC02:42
*** pengdake has quit IRC02:44
*** pengdake_ has joined #openstack-kolla02:44
*** salv-orl_ has joined #openstack-kolla02:57
*** salv-orlando has quit IRC03:00
*** masber has joined #openstack-kolla03:02
*** itlinux has joined #openstack-kolla03:04
*** itlinux has quit IRC03:07
*** caoyuan has joined #openstack-kolla03:11
*** kbaegis has joined #openstack-kolla03:16
*** kbaegis has joined #openstack-kolla03:16
*** caoyuan has quit IRC03:16
*** kbaegis has joined #openstack-kolla03:16
*** kbaegis has joined #openstack-kolla03:17
*** kbaegis has joined #openstack-kolla03:17
*** kbaegis has joined #openstack-kolla03:18
*** skramaja has joined #openstack-kolla03:35
*** masber has quit IRC03:36
*** masber has joined #openstack-kolla03:47
*** devananda has quit IRC03:55
*** tvignaud has quit IRC04:00
*** pengdake_ has quit IRC04:03
*** dave-mccowan has quit IRC04:08
*** hongbin has quit IRC04:15
*** caoyuan has joined #openstack-kolla04:17
*** hrw has quit IRC04:21
*** kbaegis has quit IRC04:24
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible master: Disable memcached UDP-based protocol by default  https://review.openstack.org/55032504:28
*** masuberu has joined #openstack-kolla04:36
*** masber has quit IRC04:40
*** masber has joined #openstack-kolla04:40
*** masuberu has quit IRC04:42
*** ANKITA_ has joined #openstack-kolla04:44
*** radeks has joined #openstack-kolla04:47
*** kevinz has quit IRC05:05
*** masahisa_ has joined #openstack-kolla05:07
*** masahisa has quit IRC05:07
*** zhurong has quit IRC05:08
*** devananda has joined #openstack-kolla05:10
*** jaosorior has joined #openstack-kolla05:18
*** masahisa_ has quit IRC05:28
*** masahisa has joined #openstack-kolla05:30
*** masuberu has joined #openstack-kolla05:32
*** pengdake_ has joined #openstack-kolla05:32
*** masber has quit IRC05:35
openstackgerritzhongshengping proposed openstack/kolla-ansible master: Error path of WSGIScriptAlias of panko for ubuntu  https://review.openstack.org/55029905:39
*** mdnadeem has joined #openstack-kolla05:47
*** zshi_ is now known as zshi05:49
*** sanjayu has quit IRC05:54
*** janki has joined #openstack-kolla05:55
*** zhubingbing_ has joined #openstack-kolla05:57
*** david-lyle has joined #openstack-kolla05:59
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible master: Disable memcached UDP-based protocol by default  https://review.openstack.org/55032506:21
*** cah_link has joined #openstack-kolla06:22
*** lxdong has joined #openstack-kolla06:26
lxdonghow to upgrade mariadb from 10.1 to 10.2.13?06:26
lxdongUpgrading directly from MySQL 10.1 to MariaDB 10.2 may not be safe in all cases.  A manual dump and restore using mysqldump is recommended.  It is important to review the MariaDB manual's Upgrading section for version-specific incompatibilities.  A manual upgrade is required.06:26
*** kiennt26 has joined #openstack-kolla06:31
*** tvignaud has joined #openstack-kolla06:32
openstackgerritJeffrey Zhang proposed openstack/kolla stable/queens: Use centos-release-openstack-queens instead of delorean repo  https://review.openstack.org/54913206:34
*** jtriley has quit IRC06:34
*** masuberu has quit IRC06:38
*** powerd has joined #openstack-kolla06:41
kolla-slack<george.price> maridb06:47
*** kfox1111 has quit IRC06:47
*** zhurong has joined #openstack-kolla06:48
*** tvignaud has quit IRC06:49
*** hrw has joined #openstack-kolla06:49
*** powerd has quit IRC06:50
*** masahisa_ has joined #openstack-kolla06:53
hrwJeffrey4l: https://review.openstack.org/#/c/549132 - shouldn't it go through master first?06:54
*** masahisa has quit IRC06:56
Jeffrey4lhrw, i think no. master will still using the delorean repo.06:57
hrwok06:57
hrwwill do test build on aarch64 and then +206:57
Jeffrey4lbut there are some bug in master. ppc64le is still using a pike repo, which should bump to queens i think06:57
*** gkadam has joined #openstack-kolla06:58
*** coolsvap has joined #openstack-kolla07:00
*** jtriley has joined #openstack-kolla07:01
*** sai_p has quit IRC07:02
*** egonzalez has joined #openstack-kolla07:03
*** masahisa_ has quit IRC07:03
*** jtriley has quit IRC07:06
*** masahisa has joined #openstack-kolla07:08
*** elgxl has joined #openstack-kolla07:08
*** jtriley has joined #openstack-kolla07:09
*** threestrands_ has joined #openstack-kolla07:09
*** threestrands_ has quit IRC07:09
*** threestrands_ has joined #openstack-kolla07:09
*** threestrands has quit IRC07:10
hrweh.07:11
hrwcentos/aarch64 is on jewel ;(07:11
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: centos/aarch64: use Ceph luminous  https://review.openstack.org/55036707:13
*** threestrands_ has quit IRC07:13
*** jtriley has quit IRC07:14
hrwJeffrey4l: +2 on your07:14
Jeffrey4lhrw, cloud we upgrade to ceph luminous?07:15
hrwJeffrey4l: queens is luminous07:15
hrwI just not noticed that because concentrated on Debian07:16
*** jtriley has joined #openstack-kolla07:17
kolla-slack<george.price> hey guys idk if you would be help me but im having an error with this guide07:18
kolla-slack<george.price> https://docs.openstack.org/kolla-kubernetes/latest/deployment-guide.html07:18
Jeffrey4lhrw why delorean repo is not used in master for aarch6407:19
kolla-slack<george.price> in step 3 where I have to Create and register the Kolla config maps with the following07:19
kolla-slack<george.price> kollakube res create configmap \     mariadb keystone horizon rabbitmq memcached nova-api nova-conductor \     nova-scheduler glance-api-haproxy glance-registry-haproxy glance-api \     glance-registry neutron-server neutron-dhcp-agent neutron-l3-agent \     neutron-metadata-agent neutron-openvswitch-agent openvswitch-db-server \     openvswitch-vswitchd nova-libvirt nova-compute nova-consoleauth \     nova-novncproxy07:19
kolla-slacknova-novncproxy-haproxy neutron-server-haproxy \     nova-api-haproxy cinder-api cinder-api-haproxy cinder-backup \     cinder-scheduler cinder-volume iscsid tgtd keepalived \     placement-api placement-api-haproxy07:19
kolla-slack<george.price> it returns with this error07:19
kolla-slack<george.price> Unable to locate mariadb directory in search_paths=[/etc/kolla, /etc/kolla-kubernetes, /usr/local/lib/python2.7/dist-packages/etc/kolla, /usr/local/lib/python2.7/dist-packages/etc/kolla-kubernetes]07:19
hrwgeorge: no idea, sorry07:19
hrwJeffrey4l: will take a look and clean up07:20
Jeffrey4lhrw, reviewd you patch07:20
*** devananda has quit IRC07:20
hrwJeffrey4l: wanted to make small patch with just ceph bump so we can backport it for stable/queens07:21
Jeffrey4lok. work for me.07:21
Jeffrey4ljust change the description for ceph-luminous hrw07:21
hrwdone07:21
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: centos/aarch64: use Ceph luminous  https://review.openstack.org/55036707:22
hrwnext one will update other parts07:22
Jeffrey4lhrw, since it should be backported to stable branch,  could you file a bug for tracking07:23
hrwsure07:23
*** jtriley has quit IRC07:23
hrwdlrn stuff may get simplified now as kvm-common is now on mirrors07:24
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: centos/aarch64: use Ceph luminous  https://review.openstack.org/55036707:26
kolla-slack<george.price> is there a better guide for launching openstack services on a kolla kuber cluster07:26
hrwJeffrey4l: done07:26
* hrw did not yet touched k8s07:26
* Jeffrey4l too ;(07:27
Jeffrey4lre kvm-common repo, i think we should use buildlog in master and use centos mirror repo for stable branch. need i update it in my patch?07:28
Jeffrey4lhrw, ^07:28
*** masahisa has quit IRC07:28
hrwJeffrey4l: will +2 still if you do but imho we can stay with current situation07:29
Jeffrey4lhrw, there is no aarch64 for kvm-common in centos mirror07:30
Jeffrey4lhttp://mirror.centos.org/centos-7/7/virt/07:30
*** masahisa has joined #openstack-kolla07:30
Jeffrey4lso current situation is OK.07:30
hrwJeffrey4l: /altarch/7/07:31
Jeffrey4laha, found it.07:31
Jeffrey4lis there any different for https://buildlogs.centos.org/centos/7/virt/aarch64/kvm-common/ and http://mirror.centos.org/altarch/7/virt/aarch64/kvm-common/07:32
hrwin theory mirror is official repo and buildlogs is 'whatever got built'07:33
hrwin practise we had to wait years to get sync07:34
hrwwhen it comes to repos Debian is the only sane distro from list of kolla supported07:34
Jeffrey4lso without sync delay, the content in these two repos are the same?07:35
*** jtriley has joined #openstack-kolla07:35
hrwmirror has latest package only, buildlogs has also older ones. other than that: same07:35
Jeffrey4lgot thanks07:35
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: centos/aarch64: sync up repositories with x86-64  https://review.openstack.org/55037807:42
*** jtriley has quit IRC07:44
Jeffrey4lthere is no need to use Depend-On on single one repo. it mainly used for cross project patches.07:47
*** Jeffrey4l has left #openstack-kolla07:47
*** Jeffrey4l has joined #openstack-kolla07:47
Jeffrey4lhrw, ^^ done https://review.openstack.org/#/c/550378/07:48
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: centos/aarch64: sync up repositories with x86-64  https://review.openstack.org/55037807:49
*** jtriley has joined #openstack-kolla07:50
*** pcaruana has joined #openstack-kolla07:54
*** pcaruana has quit IRC07:55
*** pcaruana has joined #openstack-kolla07:55
*** jtriley has quit IRC07:55
*** SatyaR has joined #openstack-kolla07:57
SatyaRHi Jeffrey4l07:57
Jeffrey4lsup SatyaR07:57
SatyaRHow are you07:58
SatyaRhope you remember me :)07:58
Jeffrey4lhrm :/07:59
SatyaRsatyar was working with oracle https://review.openstack.org/#/c/40494408:01
Jeffrey4lSatyaR, are you? sorry my RAM is less ;)08:01
SatyaRlol08:01
SatyaRyes08:01
SatyaRjust want to check on the first comment08:02
Jeffrey4lyeah,08:02
SatyaRhttps://review.openstack.org/#/c/404944/22/ansible/library/rabbitmq_hostname.py08:02
*** jtriley has joined #openstack-kolla08:03
Jeffrey4lSatyaR, "use ansible stand module"?08:04
Jeffrey4lhttps://github.com/openstack/kolla-ansible/blob/master/ansible/library/kolla_container_facts.py#L6008:04
SatyaRyes08:04
Jeffrey4lSatyaR, this is a stand anisble python version module.08:04
Jeffrey4lthere are lots class/function can be used to write module.08:05
SatyaRok going to check that08:05
Jeffrey4llike "module.exit_json()"08:05
*** olivierbourdon3- has quit IRC08:05
*** jtriley has quit IRC08:08
*** olivierbourdon38 has joined #openstack-kolla08:09
*** jtriley has joined #openstack-kolla08:15
*** ArminderSingh has quit IRC08:17
*** jtriley has quit IRC08:23
*** tvignaud has joined #openstack-kolla08:24
*** ArminderSingh has joined #openstack-kolla08:25
*** jtriley has joined #openstack-kolla08:28
*** threestrands has joined #openstack-kolla08:32
*** threestrands has quit IRC08:32
*** threestrands has joined #openstack-kolla08:32
*** jtriley has quit IRC08:33
*** shardy has joined #openstack-kolla08:34
*** threestrands has quit IRC08:36
*** mnasiadka has joined #openstack-kolla08:36
*** masahisa has quit IRC08:37
*** jaosorior_ has joined #openstack-kolla08:37
*** jtriley has joined #openstack-kolla08:39
*** jaosorior has quit IRC08:40
*** dougsz has quit IRC08:40
*** ANKITA_ has quit IRC08:42
*** jtriley has quit IRC08:44
*** SatyaR has quit IRC08:47
*** athomas has joined #openstack-kolla08:53
*** jtriley has joined #openstack-kolla08:54
*** jtriley has quit IRC08:59
*** Satyar has joined #openstack-kolla09:03
*** jaosorior_ is now known as jaosorior09:03
*** jtriley has joined #openstack-kolla09:07
*** k_mouza has joined #openstack-kolla09:09
*** jtriley has quit IRC09:12
*** mgoddard_ has joined #openstack-kolla09:14
*** dougsz has joined #openstack-kolla09:15
*** olivierbourdon38 has quit IRC09:20
*** calbers has joined #openstack-kolla09:21
*** jtriley has joined #openstack-kolla09:21
*** Satyar has quit IRC09:22
*** jtriley has quit IRC09:26
*** jtriley has joined #openstack-kolla09:27
*** ktibi has joined #openstack-kolla09:28
*** ktibi has joined #openstack-kolla09:28
*** jtriley has quit IRC09:31
*** ktibi has quit IRC09:32
*** olivierbourdon38 has joined #openstack-kolla09:34
*** ktibi has joined #openstack-kolla09:34
*** olivierbourdon38 has quit IRC09:35
*** k_mouza has quit IRC09:36
*** jtriley has joined #openstack-kolla09:38
*** jtriley has quit IRC09:43
*** jtriley has joined #openstack-kolla09:43
*** olivierbourdon38 has joined #openstack-kolla09:47
*** jtriley has quit IRC09:48
*** k_mouza has joined #openstack-kolla09:53
openstackgerritChason Chan proposed openstack/kolla master: Migrate neutron-vpnaas-agent to neutron-l3-agent  https://review.openstack.org/53020809:55
*** jtriley has joined #openstack-kolla09:55
*** k_mouza has quit IRC09:57
*** kiennt26 has quit IRC09:57
*** tovin07_ has quit IRC09:59
*** jtriley has quit IRC10:00
*** jtriley has joined #openstack-kolla10:05
*** k_mouza has joined #openstack-kolla10:07
*** hw_wutianwei has quit IRC10:08
*** hw_wutianwei has joined #openstack-kolla10:08
openstackgerritKevin Tibi proposed openstack/kolla-ansible stable/pike: Add permission to notify dns server from worker  https://review.openstack.org/55042010:08
*** ArminderSingh has quit IRC10:08
*** pengdake has joined #openstack-kolla10:09
*** pengdake_ has quit IRC10:10
*** jtriley has quit IRC10:10
*** ArminderSingh has joined #openstack-kolla10:12
*** jtriley has joined #openstack-kolla10:12
openstackgerritKevin Tibi proposed openstack/kolla-ansible master: Skydive: Fix endpoint for keystone (analyser)  https://review.openstack.org/54082710:14
*** jtriley has quit IRC10:18
openstackgerritMark Goddard proposed openstack/kolla-ansible master: [DNM] Proof of concept molecule test for ironic  https://review.openstack.org/54275010:21
openstackgerritMark Goddard proposed openstack/kolla-ansible master: [DNM] Add tox environment for running molecule tests  https://review.openstack.org/55042310:21
openstackgerritMark Goddard proposed openstack/kolla-ansible master: [DNM] Add common molecule files  https://review.openstack.org/55042410:21
*** jtriley has joined #openstack-kolla10:22
*** hw_wutianwei has quit IRC10:23
*** zhurong has quit IRC10:23
*** lvdombrkr has joined #openstack-kolla10:25
*** pbourke has quit IRC10:25
*** pbourke has joined #openstack-kolla10:25
*** duonghq has quit IRC10:26
*** kolla-slack1 has joined #openstack-kolla10:28
*** kolla-slack has quit IRC10:29
*** jtriley has quit IRC10:30
*** hw_wutianwei has joined #openstack-kolla10:31
*** jtriley has joined #openstack-kolla10:36
*** pengdake has quit IRC10:37
*** jtriley has quit IRC10:41
*** jtriley has joined #openstack-kolla10:43
lvdombrkrfolks i have question about aodh service, someone used it? can it for example suspend instance when one if trigers is True?10:46
*** jtriley has quit IRC10:48
*** coolsvap has quit IRC10:49
ktibilvdombrkr, do you use heat with aodh ?10:50
*** jtriley has joined #openstack-kolla10:53
lvdombrkrktibi: at the moment i use heat, but not aodh and celeimoter, but i have usecase to start it use.. i need to suspend instance after some trigers from it (for example if ram is overused etc)10:54
*** mdnadeem has quit IRC10:54
*** mdnadeem has joined #openstack-kolla10:54
ktibilvdombrkr, when you say suspend, what do you want exactly  ? shutdown, pause, shelve ?10:55
lvdombrkrktibi: i mean - openstack server suspend <server>10:57
*** jtriley has quit IRC10:59
*** jtriley has joined #openstack-kolla11:04
*** serlex has joined #openstack-kolla11:05
*** jtriley has quit IRC11:09
*** jtriley has joined #openstack-kolla11:10
*** jtriley has quit IRC11:15
*** janki has quit IRC11:15
*** kbaegis has joined #openstack-kolla11:15
*** jtriley has joined #openstack-kolla11:17
*** kbaegis has quit IRC11:17
*** k_mouza has quit IRC11:17
*** shardy has quit IRC11:20
*** shardy has joined #openstack-kolla11:21
*** shardy has quit IRC11:21
*** jtriley has quit IRC11:22
*** shardy has joined #openstack-kolla11:22
*** jtriley has joined #openstack-kolla11:26
*** k_mouza has joined #openstack-kolla11:26
elgxlis it possible to change the containers IPs? they are overlaping with my office network11:28
*** salv-orl_ has quit IRC11:29
*** salv-orlando has joined #openstack-kolla11:29
*** jtriley has quit IRC11:31
*** ArminderSingh has quit IRC11:33
*** salv-orlando has quit IRC11:34
*** jtriley has joined #openstack-kolla11:35
pbourkeelgxl: the containers don't have ips11:37
pbourkeelgxl: kolla users host mode networking so the containers share the networks from the host they're running on11:38
elgxlruninng ip a insdie a container i see an ip of 172.17.0.10/2411:39
pbourkethat should match what's on your host11:40
*** timut_ has joined #openstack-kolla11:41
*** timut_ has quit IRC11:42
*** timut has joined #openstack-kolla11:42
elgxli have set two interface  one 172.23.2.0/24 for the internal ip and 172.23.153.0/24 for the external ip11:43
elgxli see them insde the container plus the 172.17.0.1011:44
*** jtriley has quit IRC11:45
*** salv-orlando has joined #openstack-kolla11:48
pbourkeoh maybe that's the docker interface11:49
elgxlis it possible to change it?11:50
*** jtriley has joined #openstack-kolla11:50
openstackgerritChristian Berendt proposed openstack/kolla-ansible stable/ocata: Extract log level from syslog  https://review.openstack.org/55045211:51
pbourkeyes, you'd need to consult the docker docs11:51
openstackgerritChristian Berendt proposed openstack/kolla-ansible stable/pike: Extract log level from syslog  https://review.openstack.org/55045311:51
pbourkemaybe something like this could help: https://docs.docker.com/network/bridge/#configure-the-default-bridge-network11:51
pbourkethough I imagine it varies by distro11:52
*** jtriley has quit IRC11:55
openstackgerritChristian Berendt proposed openstack/kolla-ansible master: Allow custom fluentd input configurations  https://review.openstack.org/55015111:56
lvdombrkrpbourke: hi. quick question, can i get from ceilometer data from instance about lets say chrome websockets?11:57
lvdombrkri mean something more detalized then network.outgoing.bytes , network.incoming.bytes etc11:58
*** jtriley has joined #openstack-kolla11:58
openstackgerritChristian Berendt proposed openstack/kolla-ansible master: Allow custom fluentd input configurations  https://review.openstack.org/55015111:59
*** caowei has quit IRC11:59
pbourkelvdombrkr:not sure, Im not very familiar with ceilometer11:59
*** imcsk8_ has joined #openstack-kolla12:00
*** rhallisey has joined #openstack-kolla12:00
*** jtriley has quit IRC12:03
*** imcsk8 has quit IRC12:03
*** jtriley has joined #openstack-kolla12:07
lvdombrkrpbourke: okey thanks, i will ask in teleometry group12:07
*** liuzz has quit IRC12:09
*** jtriley has quit IRC12:12
*** janki has joined #openstack-kolla12:13
*** jtriley has joined #openstack-kolla12:13
*** dciabrin has quit IRC12:16
*** dciabrin has joined #openstack-kolla12:18
*** salv-orl_ has joined #openstack-kolla12:18
*** livelace-link_ has joined #openstack-kolla12:20
*** bkero- has quit IRC12:20
*** salv-orlando has quit IRC12:20
*** caoyuan has quit IRC12:20
*** livelace-link has quit IRC12:20
*** bkero- has joined #openstack-kolla12:21
*** jtriley has quit IRC12:21
*** livelace-link_ has quit IRC12:21
*** gfidente has joined #openstack-kolla12:25
*** gfidente has quit IRC12:25
*** gfidente has joined #openstack-kolla12:25
*** kbaegis has joined #openstack-kolla12:29
lvdombrkrpbourke: just to know - its not possible )12:29
*** jtriley has joined #openstack-kolla12:30
*** dave-mccowan has joined #openstack-kolla12:32
*** jtriley has quit IRC12:34
*** jtriley has joined #openstack-kolla12:41
*** yangyapeng has quit IRC12:42
*** yangyapeng has joined #openstack-kolla12:43
*** jtriley has quit IRC12:47
*** yangyapeng has quit IRC12:47
*** masahisa has joined #openstack-kolla12:48
ktibilvdombrkr, ceilometer use KVM for collect metric, so you can't have metric of app or your system :/12:51
*** jtriley has joined #openstack-kolla12:52
*** robbbe has joined #openstack-kolla12:53
lvdombrkrktibi pbourke : thanks for info, i find plugin like  https://github.com/openstack/collectd-ceilometer-plugin12:53
lvdombrkrmaybe it can help in my case12:53
pbourkecool12:55
ktibilvdombrkr, yes why not, but I think the best way is to use your monitoring solution.12:56
ktibiand use it to  trigger action in openstack12:57
*** b_bezak has joined #openstack-kolla12:57
*** kbaegis has quit IRC12:57
*** devananda has joined #openstack-kolla12:59
*** k_mouza has quit IRC13:05
*** masahisa_ has joined #openstack-kolla13:09
*** masahisa has quit IRC13:09
*** kbaegis has joined #openstack-kolla13:15
*** k_mouza has joined #openstack-kolla13:16
*** masahisa has joined #openstack-kolla13:19
*** masahisa_ has quit IRC13:19
lvdombrkrktibi : but as i see i can deploy ths=is plugin from the kolla box https://github.com/openstack/collectd-ceilometer-plugin/blob/master/kolla/installation.rst13:20
*** k_mouza has quit IRC13:21
*** k_mouza has joined #openstack-kolla13:21
*** masahisa has quit IRC13:24
*** caoyuan has joined #openstack-kolla13:28
*** yangyapeng has joined #openstack-kolla13:29
ktibilvdombrkr, you can deploy with kolla, but collectd still outside from your vms, like telegraf, or ceilometer agent.13:30
ktibiso metrics return by collectd are same :/13:30
ktibiin your case you need to deploy a collectd in your instance, for collect metric like websocket...13:31
*** yangyapeng has quit IRC13:33
*** cliles has quit IRC13:35
*** kbaegis has quit IRC13:37
lvdombrkrktibi : mhmmm, sounds like you are right13:37
*** jtriley has quit IRC13:37
*** kbaegis has joined #openstack-kolla13:39
*** lxdong has quit IRC13:57
*** zhubingbing has joined #openstack-kolla13:57
*** zhangfei has quit IRC13:58
*** jtriley has joined #openstack-kolla14:04
*** jtriley has quit IRC14:09
*** jtriley has joined #openstack-kolla14:14
*** jtriley has quit IRC14:19
*** dangtrinhnt has quit IRC14:24
spsuryaJeffrey4l: hi....14:33
Jeffrey4lspsurya, sp14:34
Jeffrey4lsup14:34
spsuryahope all kk8s cores would be in meeting14:34
spsuryatoday14:34
Jeffrey4lyeah14:35
spsuryaso that we can get our roadmap for rocky cycle14:35
spsuryafor kk8s14:35
spsuryaJeffrey4l: i am travelling now and might be on slow connection in meeting14:36
Jeffrey4lOk. have a holiday?14:37
*** yangyapeng has joined #openstack-kolla14:37
ktibispsurya, I'am very interested by kk8s, but when I see contribution since 6 month, I can't see how is the project going.14:38
spsuryanot exactly....taking care of father's health now days14:38
spsuryaktibi: we will have discussion today in meeting14:39
spsuryabe there14:39
*** zhangfei has joined #openstack-kolla14:39
ktibiI would be :)14:39
spsuryaktibi: possibly you will come to know more about its past and future contribution14:40
spsuryaktibi: gr814:41
*** yangyapeng has quit IRC14:42
Jeffrey4lcould you review https://review.openstack.org/549132 spsurya14:42
spsuryaJeffrey4l: sure14:43
*** lvdombrkr has quit IRC14:45
*** cah_link has quit IRC14:45
ktibiJeffrey4l, for pike kolla use dolorean repo ?14:46
spsuryaonce journey end.....currently on phone14:46
Jeffrey4lktibi, now. in pike kolla use "centos-release-openstack-pike repo"14:47
Jeffrey4lsure thanks.14:47
*** jtriley has joined #openstack-kolla14:47
*** seanrmurphy has joined #openstack-kolla14:48
seanrmurphyhi all - we have a q about deployment of rgw with kolla - we have an external ceph, but we would like to just deploy (and configure) rgw via kolla14:51
*** timut has quit IRC14:51
*** k_mouza_ has joined #openstack-kolla14:51
seanrmurphyit seems enable_ceph_rgw is dependent on enable_ceph (which is intended for deploying ceph)14:51
seanrmurphyand there is no specific option for deploying rgw alone14:52
seanrmurphywe could prob deploy the containers directly without using kolla, but it seems to be missing the point/going against the philosophy14:52
seanrmurphyany pointers?14:52
*** k_mouza has quit IRC14:53
*** yangyapeng has joined #openstack-kolla14:53
pbourkeseanrmurphy: the ceph role could probably do with been a little more modular in that way14:55
ktibiseanrmurphy, you want to deploy rgw with an external ceph ?14:55
pbourkeseanrmurphy: you could try adding a new play to site.yml to just trigger the rgw role?14:55
*** yangyape_ has joined #openstack-kolla14:56
seanrmurphyktibi: yep - we have an external ceph and we want to deploy rgw on the openstack cluster14:57
seanrmurphypbourke: thanks for the pointer - i tried a variant of this, but did not do it properly...i will give this a go14:58
*** mathlin has joined #openstack-kolla14:58
pbourkeseanrmurphy: yeah you may need other tweaks14:58
*** yangyapeng has quit IRC14:58
seanrmurphyi think it will not solve it fully as the ceph play comprises of tasks in the ceph_rgw play iiuc, so having a specific, dedicated ceph_rgw play could result in some conflict i guess14:59
seanrmurphyi'll give it a go and report back14:59
*** yangyape_ has quit IRC15:06
*** yangyapeng has joined #openstack-kolla15:07
*** yangyapeng has quit IRC15:07
*** yangyapeng has joined #openstack-kolla15:07
*** zhangfei has quit IRC15:10
seanrmurphyis there a way to make the ceph-mon and ceph-osd host variables be empty sets?15:15
seanrmurphyit seems they default to the controllers but i can't seem to make them null15:15
*** radeks has quit IRC15:16
Jeffrey4lpbourke, do you have any idea why https://github.com/openstack/loci-horizon is end?15:17
*** radeks has joined #openstack-kolla15:17
pbourkeJeffrey4l: all images are generated from the one dockerfile now15:17
pbourkeso its just https://github.com/openstack/loci15:17
pbourkebindep profiles are used to determine what gets installed in the image15:17
Jeffrey4lgot15:18
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla-ansible master: [WIP] Move keystone start scripts into ansible  https://review.openstack.org/55050015:19
pbourkeJeffrey4l: that is a proof of concept patch that would allow us to use loci with relative ease15:19
pbourkewill raise in the meeting for dicsussion15:20
pbourkeSamYaple: ^15:20
Jeffrey4l pbourke i like this idea.15:21
pbourkegood to hear :)15:21
pbourkeJeffrey4l: that reminds me I need to look again at your docker compose patch15:21
Jeffrey4lis it helpful for this? pbourke15:22
pbourkeprobably not very related15:22
pbourkebut it looked good all the same15:23
pomacUhhmmm... https://github.com/openstack/kolla-ansible/commit/5b79aa6066e7bdd06d73e09f2aa14a0e80d1f63015:24
pomacThis is not good - it basically means "allow any data to be passed unless we use ssl"15:24
pomacI mean, we should be using ssl but still15:25
Jeffrey4lpomac, since all services are bebind a proxy, isn't it good to pass the real header to backend servers?15:26
pomacJeffrey4l: no, not when you can say all kinds of things that affect the behaviour of that service15:27
pomacActually, all headers handled by the proxy layer should be removed and set explicitly by the proxy service15:28
Jeffrey4lpomac, what do you think it should be?15:29
pomacJeffrey4l: basically, in this case the haproxy is used as a protection - which is useless when it doesn't actually protect you =)15:32
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla-ansible master: [WIP] Move keystone start scripts into ansible  https://review.openstack.org/55050015:33
*** serlex has quit IRC15:33
pomacJeffrey4l: so, since it now only deletes and sets it when using ssl - i can say "i'm using ssl" when i'm not using ssl15:34
Jeffrey4li am not very familiar with this. But from haproxy to backend server, it just tell the bakend server, before the reverse proxy is ahead and using ssl or not.15:37
Jeffrey4lpomac, ^^15:37
Jeffrey4lcould you give an example you think?15:37
pomacso the patch changes the behaviour - it only clears the x-forward-proto when the client connects to ssl - else it will pass *any-header-value-i-set*15:38
*** yangyapeng has quit IRC15:40
Jeffrey4lso this " http-request del-header X-Forwarded-Proto if { ssl_fc }" should be changed to " http-request del-header X-Forwarded-Proto", right?15:40
pomacyes, the change i referenced undid that15:40
*** yangyapeng has joined #openstack-kolla15:41
pomacit feels like a fast clobber to fix a more important issue - in a too simplistic way15:41
*** skramaja has quit IRC15:41
pomacie, they wanted to have another frontend server - it feels like they should specify that... haproxy will be even more of a mess if you want to use f.ex. a f5 as a ssl termination infront of harpoxy15:42
Jeffrey4lpomac, is there any possisble vulnerable issue i add any header to request?15:42
pomacJeffrey4l: it's off by default since it's actually a potential security issue - i can't how one could do it but i'd rater be safe than sorry15:43
ktibipomac, so If I use a firewall for SSL, front of my haproxy with ssl disable, this is an use case with a risk ?15:45
pomacit feels like they wanted "trusted_frontend_servers" as a array and then generate that in to haproxy15:45
*** yangyapeng has quit IRC15:45
pomacktibi: well, the configuration as is redirects you to https - mode http does magic - but potentially i could attack buffers and things in the service15:47
*** salv-orlando has joined #openstack-kolla15:48
*** duonghq has joined #openstack-kolla15:50
duonghqevening gúy15:50
duonghqevening guys15:50
*** salv-orl_ has quit IRC15:50
Jeffrey4lsup duonghq15:50
Jeffrey4lpbourke, duonghq could you review https://review.openstack.org/54913215:51
duonghqJeffrey4l, so we move out from delorean?15:53
Jeffrey4lyes. for queens release.15:53
Jeffrey4lthe centos-release-openstack-queens repo is released.15:53
duonghqgot it15:53
Jeffrey4lpomac, i thought you are correct ;D15:54
*** david-lyle has quit IRC15:54
Jeffrey4lrwellum, around?15:56
hrwmeeting in few?15:57
Jeffrey4lyep15:58
hrwduonghq, pbourke (and others): please review https://review.openstack.org/#/c/550378/ https://review.openstack.org/#/c/550367/ so we will have centos/aarch64 repos fixed properly15:59
*** mdnadeem has quit IRC16:00
caoyuanhello everyone16:00
rwellumJeffrey4l: yeah I am here16:00
Jeffrey4lwill you join the daily meeting? rwellum16:00
rwellumJeffrey4l: yup I just waved16:01
*** wwriverrat has left #openstack-kolla16:01
*** egonzalez has quit IRC16:03
*** b_bezak has quit IRC16:03
*** b_bezak has joined #openstack-kolla16:04
*** iclon has joined #openstack-kolla16:06
ktibipomac, Jeffrey4l ok so for finish do you recommend to del header without the check 'if ssl' ??16:07
*** elgxl_ has joined #openstack-kolla16:07
*** b_bezak has quit IRC16:08
*** pcaruana has quit IRC16:10
*** zhaochao has quit IRC16:11
*** elgxl has quit IRC16:11
*** elgxl has joined #openstack-kolla16:16
*** elgxl has quit IRC16:19
*** elgxl has joined #openstack-kolla16:20
*** elgxl_ has quit IRC16:20
*** elgxl has quit IRC16:21
*** elgxl has joined #openstack-kolla16:21
hrwJeffrey4l: after meeting can you look at https://docs.google.com/presentation/d/1MhYtlOt8sv5aDVsPkakir-_CNYbW7fXmU3cZ6S93yiM/edit#slide=id.g31fa01e0ea_2_016:24
hrwshit. not that ;d16:24
hrwJeffrey4l: after meeting can you look at https://review.openstack.org/#/c/547995/ one16:24
SamYaplepbourke: looks good. we can simplify it later on16:28
SamYaplethis is what i would call least amount of change16:29
pbourkeyeah that's the goal for now16:29
*** k_mouza_ has quit IRC16:32
*** itlinux has joined #openstack-kolla16:35
*** zhubingbing has quit IRC16:35
*** cliles has joined #openstack-kolla16:38
*** mnasiadka has quit IRC16:39
*** olivierbourdon38 has quit IRC16:40
*** k_mouza has joined #openstack-kolla16:40
*** mnasiadka has joined #openstack-kolla16:42
*** mnasiadka has quit IRC16:47
*** zshi has quit IRC16:47
*** kfox1111 has joined #openstack-kolla16:51
*** sanjayu has joined #openstack-kolla16:53
*** krasmuss_ has joined #openstack-kolla16:56
*** mnasiadka has joined #openstack-kolla16:57
*** krasmussen has quit IRC16:59
*** yangyapeng has joined #openstack-kolla17:00
*** elgxl has quit IRC17:00
openstackgerritMerged openstack/kolla stable/queens: Use centos-release-openstack-queens instead of delorean repo  https://review.openstack.org/54913217:00
*** zshi has joined #openstack-kolla17:01
*** mnasiadka has quit IRC17:02
*** elgxl has joined #openstack-kolla17:02
*** elgxl has quit IRC17:02
*** caoyuan has quit IRC17:03
Jeffrey4lbtw, here is the fix for ubuntu pike ceph issue https://review.openstack.org/54946617:03
Jeffrey4lplease review it inc0 pbourke duonghq ^^17:03
*** yangyapeng has quit IRC17:04
kfox1111morning all.17:08
*** seanrmurphy has quit IRC17:08
inc0hey kfox1111 read log from todays meeting17:09
Jeffrey4lsup kfox111117:10
*** gkadam has quit IRC17:11
*** mnasiadka has joined #openstack-kolla17:12
Jeffrey4linc0, ktibi already fixed the memcached in another patch https://review.openstack.org/#/c/549715/117:14
inc0ok approved17:15
Jeffrey4lthx17:16
*** david-lyle has joined #openstack-kolla17:16
*** mnasiadka has quit IRC17:17
*** janki has quit IRC17:18
kfox1111inc0: got a link handy?17:18
*** tvignaud has quit IRC17:18
inc0http://eavesdrop.openstack.org/meetings/kolla/17:18
kfox1111thx17:22
*** olivierbourdon38 has joined #openstack-kolla17:23
*** olivierbourdon38 has joined #openstack-kolla17:24
*** olivierbourdon38 has quit IRC17:24
openstackgerritMerged openstack/kolla-ansible master: Security memcached: disable UDP  https://review.openstack.org/54971517:25
*** olivierbourdon38 has joined #openstack-kolla17:26
*** mnasiadka has joined #openstack-kolla17:27
*** mnasiadka has quit IRC17:32
*** olivierbourdon3- has joined #openstack-kolla17:32
*** olivierbourdon3- has quit IRC17:32
*** olivierbourdon3- has joined #openstack-kolla17:32
*** david-lyle has quit IRC17:33
*** olivierbourdon38 has quit IRC17:33
*** k_mouza has quit IRC17:36
*** ktibi_ has joined #openstack-kolla17:36
*** ktibi has quit IRC17:36
*** mnasiadka has joined #openstack-kolla17:42
*** duonghq has quit IRC17:43
*** mnasiadka has quit IRC17:48
*** yangyapeng has joined #openstack-kolla17:49
*** yangyapeng has quit IRC17:54
*** pcaruana has joined #openstack-kolla17:57
*** mnasiadka has joined #openstack-kolla17:57
*** dougsz has quit IRC18:00
*** mnasiadka has quit IRC18:02
*** tvignaud has joined #openstack-kolla18:02
*** mgoddard_ has quit IRC18:04
openstackgerritMerged openstack/kolla master: centos/aarch64: use Ceph luminous  https://review.openstack.org/55036718:06
*** devananda has quit IRC18:08
*** mnasiadka has joined #openstack-kolla18:12
*** mnasiadka has quit IRC18:17
*** david-lyle has joined #openstack-kolla18:21
openstackgerritMerged openstack/kolla stable/pike: Fix ubuntu pin ceph version failure on pike branch  https://review.openstack.org/54946618:24
*** gfidente is now known as gfidente|afk18:27
*** olivierbourdon3- has quit IRC18:27
*** mnasiadka has joined #openstack-kolla18:27
*** olivierbourdon38 has joined #openstack-kolla18:28
*** olivierbourdon38 has quit IRC18:30
*** olivierbourdon38 has joined #openstack-kolla18:31
*** shardy has quit IRC18:31
*** olivierbourdon38 has quit IRC18:32
*** mnasiadka has quit IRC18:32
*** olivierbourdon38 has joined #openstack-kolla18:32
*** david-lyle has quit IRC18:35
*** yangyapeng has joined #openstack-kolla18:39
*** mgoddard_ has joined #openstack-kolla18:40
*** tvignaud has quit IRC18:40
*** mnasiadka has joined #openstack-kolla18:42
*** yangyapeng has quit IRC18:44
*** mnasiadka has quit IRC18:47
*** sai_p has joined #openstack-kolla18:47
openstackgerritMark Goddard proposed openstack/kolla-ansible master: WIP: Add a job for testing deployment of bifrost  https://review.openstack.org/54977518:48
*** mnasiadka has joined #openstack-kolla18:57
*** sdake has joined #openstack-kolla18:59
*** sdake has quit IRC18:59
*** sdake has joined #openstack-kolla18:59
sdakehey pepes19:00
*** mnasiadka has quit IRC19:02
*** david-lyle has joined #openstack-kolla19:03
*** olivierbourdon38 has quit IRC19:09
*** robbbe has quit IRC19:10
*** olivierbourdon38 has joined #openstack-kolla19:10
*** mnasiadka has joined #openstack-kolla19:12
*** olivierbourdon38 has quit IRC19:13
*** olivierbourdon38 has joined #openstack-kolla19:16
*** mnasiadka has quit IRC19:17
*** olivierbourdon38 has quit IRC19:18
*** olivierbourdon38 has joined #openstack-kolla19:19
*** mgoddard has quit IRC19:19
dmsimardinc0, sdake: fyi https://twitter.com/genehack/status/97140423649062092819:23
dmsimardJeffrey4l: ^19:23
*** harlowja has joined #openstack-kolla19:26
*** mnasiadka has joined #openstack-kolla19:27
*** olivierb_ has joined #openstack-kolla19:29
*** mnasiadka has quit IRC19:32
*** olivierbourdon38 has quit IRC19:36
*** olivierbourdon38 has joined #openstack-kolla19:36
*** olivierbourdon38 has quit IRC19:38
*** olivierbourdon38 has joined #openstack-kolla19:39
openstackgerritJoshua Harlow proposed openstack/kolla-ansible master: Create and use keystone_admin[project|user]  https://review.openstack.org/55057919:40
*** mnasiadka has joined #openstack-kolla19:42
*** olivierbourdon38 has quit IRC19:43
*** olivierbourdon38 has joined #openstack-kolla19:43
*** olivierbourdon38 has quit IRC19:47
*** mnasiadka has quit IRC19:47
*** olivierbourdon38 has joined #openstack-kolla19:48
*** olivierb_ has quit IRC19:51
*** kolla-slack has joined #openstack-kolla19:51
*** olivierbourdon38 has quit IRC19:51
*** olivierbourdon38 has joined #openstack-kolla19:51
*** kolla-slack1 has quit IRC19:52
*** radeks has quit IRC19:52
*** ssurana has joined #openstack-kolla19:52
*** zhubingbing__ has joined #openstack-kolla19:52
*** radeks has joined #openstack-kolla19:52
*** ssurana has quit IRC19:53
*** olivierbourdon38 has quit IRC19:53
*** olivierbourdon38 has joined #openstack-kolla19:53
*** zhubingbing_ has quit IRC19:55
*** mgoddard_ has quit IRC19:55
*** mnasiadka has joined #openstack-kolla19:57
*** mnasiadka has quit IRC20:03
*** david-lyle has quit IRC20:07
sdakedmsimard thanks20:09
sdakedmsimard proprietary software FTL20:09
dmsimardsdake: apparently this irccloud thing has a native gateway of their own20:10
dmsimardcan't vouch for it, haven't tried it20:10
*** mnasiadka has joined #openstack-kolla20:12
*** gfidente|afk is now known as gfidente20:15
*** david-lyle has joined #openstack-kolla20:15
*** mnasiadka has quit IRC20:16
sdakeirccloud = more proprietary software20:24
bkero-:(20:24
bkero-You can just use weechat-slack20:24
bkero-It uses the websocket interface, not irc gateway20:25
*** robbbe has joined #openstack-kolla20:25
*** mnasiadka has joined #openstack-kolla20:27
*** hw_wutianwei has quit IRC20:31
*** mnasiadka has quit IRC20:32
*** hw_wutianwei has joined #openstack-kolla20:32
*** mrunge has quit IRC20:36
*** mnasiadka has joined #openstack-kolla20:43
*** mnasiadka has quit IRC20:48
*** mrunge has joined #openstack-kolla20:48
*** david-lyle has quit IRC20:53
*** mnasiadka has joined #openstack-kolla20:56
*** zshi has quit IRC20:59
*** mnasiadka has quit IRC21:01
*** pcaruana has quit IRC21:12
*** mnasiadka has joined #openstack-kolla21:12
*** zshi has joined #openstack-kolla21:12
*** mnasiadka has quit IRC21:17
*** tvignaud has joined #openstack-kolla21:22
*** mnasiadka has joined #openstack-kolla21:27
*** robbbe has quit IRC21:30
*** mnasiadka has quit IRC21:32
*** robbbe has joined #openstack-kolla21:32
*** robbbe has quit IRC21:32
*** robbbe has joined #openstack-kolla21:33
*** robbbe has quit IRC21:33
*** robbbe has joined #openstack-kolla21:34
*** robbbe has quit IRC21:34
*** robbbe has joined #openstack-kolla21:35
*** robbbe has quit IRC21:35
*** k_mouza has joined #openstack-kolla21:35
*** mnasiadka has joined #openstack-kolla21:42
*** mnasiadka has quit IRC21:47
*** yangyapeng has joined #openstack-kolla21:48
*** radeks has quit IRC21:52
*** yangyapeng has quit IRC21:54
*** k_mouza has quit IRC21:55
*** mnasiadka has joined #openstack-kolla21:57
*** bmace has quit IRC21:58
inc0dmsimard: yeah I saw that21:58
inc0sux21:58
*** bmace has joined #openstack-kolla21:58
*** mnasiadka has quit IRC22:02
*** ktibi_ has quit IRC22:06
*** david-lyle has joined #openstack-kolla22:08
*** tvignaud has quit IRC22:08
*** mnasiadka has joined #openstack-kolla22:12
*** openstackstatus has quit IRC22:13
*** openstack has joined #openstack-kolla22:16
*** ChanServ sets mode: +o openstack22:16
*** mnasiadka has quit IRC22:17
*** yangyapeng has quit IRC22:19
*** jtriley has quit IRC22:25
*** mnasiadka has joined #openstack-kolla22:27
*** gfidente has quit IRC22:27
SamYapleill have to switch22:29
*** mnasiadka has quit IRC22:32
*** tvignaud has joined #openstack-kolla22:34
*** dklyle has joined #openstack-kolla22:34
*** dardelean has joined #openstack-kolla22:34
*** itlinux has quit IRC22:36
*** ArminderSingh has joined #openstack-kolla22:40
*** openstackstatus has quit IRC22:42
*** openstack has joined #openstack-kolla22:45
*** ChanServ sets mode: +o openstack22:45
*** mnasiadka has quit IRC22:47
*** david-lyle has joined #openstack-kolla22:54
*** dklyle has quit IRC22:55
*** mnasiadka has joined #openstack-kolla22:57
*** jtriley has joined #openstack-kolla22:58
*** mnasiadka has quit IRC23:02
*** mnasiadka has joined #openstack-kolla23:12
*** threestrands has joined #openstack-kolla23:12
*** threestrands has quit IRC23:12
*** threestrands has joined #openstack-kolla23:12
openstackgerritChason Chan proposed openstack/kolla-ansible master: Disable Memcached UDP  https://review.openstack.org/55064423:14
*** mnasiadka has quit IRC23:17
*** jtriley has quit IRC23:18
*** k_mouza has joined #openstack-kolla23:24
*** kolla-slack has quit IRC23:26
*** kolla-slack has joined #openstack-kolla23:26
*** mnasiadka has joined #openstack-kolla23:27
*** k_mouza has quit IRC23:28
*** mnasiadka has quit IRC23:32
*** threestrands_ has joined #openstack-kolla23:34
*** threestrands_ has quit IRC23:35
*** threestrands_ has joined #openstack-kolla23:36
*** threestrands has quit IRC23:36
*** mnasiadka has joined #openstack-kolla23:42
*** dardelean has quit IRC23:45
*** dardelean has joined #openstack-kolla23:46
*** mnasiadka has quit IRC23:47
*** mnasiadka has joined #openstack-kolla23:57

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