Tuesday, 2017-11-07

*** lukepatrick has quit IRC00:01
*** klindgren has joined #openstack-kolla00:02
openstackgerritOpenStack Proposal Bot proposed openstack/kolla-kubernetes master: Updated from global requirements  https://review.openstack.org/50944300:24
*** klindgren has quit IRC00:31
*** salv-orlando has joined #openstack-kolla00:32
*** signed8bit is now known as signed8bit_Zzz00:33
*** salv-orlando has quit IRC00:36
*** sbezverk has quit IRC00:40
*** huanxie has joined #openstack-kolla00:40
*** bmace has quit IRC00:43
*** Pavo has quit IRC00:43
*** signed8bit_Zzz has quit IRC00:45
*** sbezverk has joined #openstack-kolla00:51
*** genek has quit IRC00:55
*** genek has joined #openstack-kolla01:02
*** genek has quit IRC01:07
*** klindgren has joined #openstack-kolla01:08
*** genek has joined #openstack-kolla01:10
kfox1111inc0: yeah, for sure value in refactoring the code. might be better off trying to reuse other ansible roles though. like ceph-deploy roles and k8s deployment roles, if your going to go down that path.01:13
inc0kfox1111: totally01:16
*** genek has quit IRC01:16
kfox1111still much more value to kolla-kubernetes to get an operator going though.01:16
inc0also I'll write new set of roles to setup networking and multinode stuff for kolla-ansible, so that could be reused too01:16
inc0yeah, I think gates will be part of it01:17
*** duonghq has joined #openstack-kolla01:17
kfox1111jascott1 and I discussed the option of havving a little go operator to get k8s objects to ansible, and then have ansible do all the workflow logic.01:17
*** genek has joined #openstack-kolla01:17
kfox1111I think that might be a good way forward.01:17
inc0that's the plan01:17
inc0and then we put ansible in contanier01:17
kfox1111cool.01:17
kfox1111yeah.01:17
inc0and push image to dockerhub01:17
kfox1111yeah. :)01:17
inc0and you won't even need to git clone kolla-k8s to install it01:17
* kfox1111 nods01:18
*** klindgren has quit IRC01:18
kfox1111k. I think we 3 are all on the same page then.01:18
*** mjb64 has quit IRC01:19
inc0I don't know if you tried, but me and jascott1 use this https://github.com/jascott1/arboreal01:19
*** mjb64 has joined #openstack-kolla01:19
inc0we have pretty well tested playbook to setup k8s01:19
*** mjb64 has quit IRC01:20
inc0and jascott1 it working on putting our cephy fun there too01:20
kfox1111cool. I deploy most of my systems with cobbler and kubeadm. no ansible.01:20
kfox1111I'm working on replacing cobbler with something built on top of k8s too. :)01:21
inc0this is orchestrating kubeadm with ansible01:21
kfox1111so self hosting eventually.01:21
kfox1111yeah. cobbler gives me enough orchestration though.01:21
kfox1111a small shell snippet is much easier to deal with then a playbook imo.01:21
kfox1111but to each their own.01:21
*** genek has quit IRC01:21
kfox1111I just burn the nodes down rather then patch them, so don't really need what ansible has to offer. :/01:22
inc0you know I'm fanboy:P01:22
kfox1111don't get me wrong, I think ansible is a great tool.01:22
inc0it's ssh in a loop01:22
kfox1111but it is centered around the idea that nodes are more petish.01:22
inc0ssh in a loop is damn useful01:22
kfox1111yeah. and I'm getting more and more sad with ssh. :(01:23
kfox1111the whole management of known_hosts is just making me upset. :(01:23
*** signed8bit has joined #openstack-kolla01:23
kfox1111they really need a good fix for it and no one seems to care. :(01:23
inc0fortunately ansible can handle it for ya01:23
kfox1111no it cant.01:23
kfox1111you need to bootstrap ansible using ssh. :(01:23
inc0eee?01:23
inc0how so?01:23
*** dave-mccowan has quit IRC01:24
kfox1111so you already have to manage ssh inorder to get ansible going in order to manage known_hosts.01:24
kfox1111so, say you freshly install a new server.01:24
inc0well you can specify ansible to fill up known_hosts without your input01:24
kfox1111how do you know you can trust it when you ssh to it to run your first ansible play on it?01:24
inc0what I'm saying is you can say "dear ansible, type damn yes for me"01:25
kfox1111yeah, thats not secure at all. :(01:25
*** caowei has joined #openstack-kolla01:25
kfox1111I cn type yes myself. :(01:25
inc0kfox1111: btw can you link your gate iptables fix please?01:26
kfox1111I want something, like to ask openstack or whatever provisioned the node, via some secure chain of trust that tells me the valid cert.01:26
kfox1111otherwise, why not just put the ansible play right in the install script?01:27
kfox1111sure. sec01:27
kfox1111https://review.openstack.org/#/c/516727/01:27
*** genek has joined #openstack-kolla01:28
*** sbezverk has quit IRC01:28
inc0iptables -Ftw;)01:29
inc0I'll try to write more fancy set of ansible tasks to do roles for node01:30
kfox1111mostly for something like k8s, I think you can get to a point where you install a working k8s with pxe, then never really need to ssh into the node exept for debug. you can always just burn the node down and reinstall most of the time. treat the whole os under k8s as an appliance.01:30
kfox1111yeah, the ps proved iptables was the problem. didn't get to the point of fixing iptables yet.01:30
kfox1111so no real reason to mess with ssh. which means ansible doesn't have much to do.01:31
inc0right01:31
kfox1111ansible driving k8s on the other hand is more interesting.01:31
inc0I agree01:31
kfox1111but should be running in k8s.01:31
inc0well it doesn't matter where it's running01:31
inc0as long as this "where" has kube creds configured01:32
kfox1111it does, in the sence that I really don't like junking up my systems anymore with stuff.01:32
kfox1111containers give you a nice clean place to delete everything when your done.01:32
inc0but it needs better modules for k8s01:32
*** salv-orlando has joined #openstack-kolla01:32
kfox1111virtualenv's have always been a half solution.01:32
inc0like "pod X state: present"01:32
kfox1111they let you clean up all the python stuff,01:32
kfox1111but not the *-devel packages you had to install to get it to work. :(01:33
kfox1111yeah, a higher level k8s module for ansible would be awesome.01:33
*** genek has quit IRC01:33
inc0http://docs.ansible.com/ansible/latest/kubernetes_module.html there is that, but it needs to be more advanced01:33
*** genek has joined #openstack-kolla01:34
inc0but it's reasonable01:35
inc0combine that with ansible templating01:35
inc0and you have reasonable orch01:35
*** kiennt26 has joined #openstack-kolla01:35
inc0still needs wait_for k8s resource to be in state "x"01:36
kfox1111does it work in cluster using service accounts?01:36
inc0it'll use creds you want it to use01:37
kfox1111well, like: api_endpoint yes01:37
kfox1111says api_endpint is required, but if running in cluster, should be automatically discoverable.01:38
*** salv-orlando has quit IRC01:38
kfox1111that kind of thing01:38
kfox1111I don't see reference to token support either. maybe I missed it though.01:38
inc0well, you can do it by fancy lookups of .kube/config01:38
inc0as I said, it needs love01:38
*** lukepatrick has joined #openstack-kolla01:39
kfox1111hmm... ok.01:39
*** genek has quit IRC01:39
kfox1111might be good to get an example container of that going.01:39
SamYaplefyi, https://github.com/openstack/kolla-ansible/commit/70ca5603220aedd81370828366bba53954c96b2a#diff-451c98ddb6847755a9065261c6f0cbbc01:40
SamYaplethe neutron-server need ml2_conf.ini01:40
SamYapleso that bit is very incorrect to wrap in an if/else bit01:40
inc0to me Ansible has one *huge* drawback01:41
inc0GPLv301:41
SamYapleinc0: ^ you might want to fix that01:41
kfox1111yeah, that can be a problem.01:41
inc0k thanks01:43
kfox1111gotta head out. have a good one! :)01:43
inc0I find sound of my cat snoring strangely relaxing..01:43
SamYaplefwiw, you dont need to seperate any of the neutron config bits at all, its safe to have them all in one file even01:43
inc0bye, thanks01:44
*** genek has joined #openstack-kolla01:44
SamYapleinc0: purring is scientifcally proven toreduce stress01:44
inc0I know, these creatures knows how to make us depend on them01:44
inc0https://purrli.com01:45
*** jtriley has joined #openstack-kolla01:46
SamYaplebtw inc0,i foundthis a little bit ago... but since newton the glance-registry is usless and you dont need to install it01:46
SamYapleit iwll be removed entirely in Rocky01:46
*** signed8bit is now known as signed8bit_Zzz01:47
*** genek has quit IRC01:48
*** goldyfruit has joined #openstack-kolla01:49
inc0flaper87: I've seen your presnetation;) kolla-k8s doesn't use ansible to generate helm charts01:52
inc0we use native helm charts01:52
inc0...01:52
inc0we were playing around with tiller-less approach but it's not really feasible now01:53
inc0right now we're collection of helm charts01:53
*** genek has joined #openstack-kolla01:54
inc0difference between osh and kolla-k8s is that their "smallest" chart is service (like neutron) where our smallest unit is microservice, like neutron-server01:54
*** lukepatrick has quit IRC01:54
*** lukepatrick has joined #openstack-kolla01:55
SamYaplepff you mean neutron-api01:56
*** signed8bit_Zzz has quit IRC01:56
SamYapleand neutron-rpc-server01:56
inc0well every microservice..01:57
SamYaple:)01:57
inc0includng jobs like neutron-create-db-job01:57
inc0pretty much one resource in k8s = one chart01:57
inc0at lowest level01:58
inc0we gather these via requirements on upper level charts like "neutron"01:58
*** dan_ardelean has joined #openstack-kolla01:58
*** genek has quit IRC01:58
*** rwsu has joined #openstack-kolla02:01
*** dan_ardelean has quit IRC02:03
*** zshi has joined #openstack-kolla02:06
*** genek has joined #openstack-kolla02:07
*** jtriley has quit IRC02:09
openstackgerritHeetae Ahn proposed openstack/kolla master: Add RHEL subscription registration  https://review.openstack.org/49514802:11
*** genek has quit IRC02:12
*** zshi has quit IRC02:14
*** zshi has joined #openstack-kolla02:19
*** signed8bit has joined #openstack-kolla02:20
*** dklyle has joined #openstack-kolla02:21
*** jtriley has joined #openstack-kolla02:22
*** david-lyle has quit IRC02:22
*** genek has joined #openstack-kolla02:23
*** genek has quit IRC02:28
*** salv-orlando has joined #openstack-kolla02:33
*** genek has joined #openstack-kolla02:38
*** salv-orlando has quit IRC02:38
*** jtriley has quit IRC02:41
*** openstack has joined #openstack-kolla02:45
*** ChanServ sets mode: +o openstack02:45
*** genek has quit IRC02:48
openstackgerritzhubingbing proposed openstack/kolla master: sss  https://review.openstack.org/51820602:49
*** signed8bit_Zzz has quit IRC02:50
*** unicell has joined #openstack-kolla02:55
*** jtriley has quit IRC02:56
*** genek has joined #openstack-kolla02:58
*** unicell has quit IRC03:00
*** zhubingbing__ has joined #openstack-kolla03:01
*** zhubingbing_ has quit IRC03:02
*** lukepatrick has quit IRC03:02
*** signed8bit has joined #openstack-kolla03:03
*** genek has quit IRC03:05
*** unicell has joined #openstack-kolla03:07
openstackgerritXieYingYun proposed openstack/kolla master: Optimize the link address  https://review.openstack.org/51820703:09
*** unicell has quit IRC03:12
inc0duonghq: can you check this out please? https://review.openstack.org/#/c/513855/03:15
*** lukepatrick has joined #openstack-kolla03:16
duonghqinc0, sure03:17
inc0thanks03:17
inc0if we merge it, we'll have dockerhub images \o/03:17
inc0zhubingbing__: ^03:17
zhubingbing__Hi inc003:17
inc0hey Zhubing, can you review this change please?03:18
duonghqI'm inspecting log of multi-node scenario ps, seem frustrating03:18
zhubingbing__ok03:18
inc0I think I know what's wrong03:18
*** goldyfruit has quit IRC03:18
inc0I'm using vxlan-tunnel network between nodes to be able to deploy keepalived03:18
inc0thing is, this tunnel is deployed with ovs03:19
inc0and I think when we deploy our ovs it takes over flows and breaks tunnel03:19
inc0so tomorrow I'll write linuxbridge-managed vxlan mesh instead of ovs03:19
*** unicell has joined #openstack-kolla03:19
inc0two of them in fact, that will allow us to spawn vm and connect to it03:20
*** jtriley has joined #openstack-kolla03:24
*** unicell has quit IRC03:24
SamYapleinc0: you just need to use different interfaces in ovs, attached to a main bridge. neutron wont control anything from there03:26
inc0SamYaple: well if ovs is deployed on host03:26
inc0ours will override it as ovsdb will be different03:26
*** unicell has joined #openstack-kolla03:32
SamYapleoh i thought you meant external ovs stuff03:32
SamYapleyea the other option is to just early deploy ovs and then set your stuff up03:33
inc0yeah, that what I'd do in this situation in real scenario03:33
SamYapleive done that03:33
inc0but in gates I want to test ovs deployment03:33
inc0right, but again, that'd change flow of deployment just the same03:33
inc0I could also bindmount ovsdb file03:33
inc0from original ovs03:33
inc0but I think linuxbridge tunnels would have least impact03:37
*** jtriley has quit IRC03:41
*** unicell has quit IRC03:41
*** signed8b_ has joined #openstack-kolla03:46
*** itlinux has joined #openstack-kolla03:47
*** signed8bit has quit IRC03:50
*** itlinux has quit IRC03:54
*** unicell has joined #openstack-kolla03:58
spsuryamorning guys03:59
*** lukepatrick has quit IRC04:01
*** unicell has quit IRC04:02
*** mdnadeem has joined #openstack-kolla04:13
*** mjb64 has joined #openstack-kolla04:18
*** unicell has joined #openstack-kolla04:19
*** sbezverk has joined #openstack-kolla04:22
*** sbezverk has quit IRC04:22
*** unicell has quit IRC04:23
*** kiennt26 has quit IRC04:24
*** mjb64 has quit IRC04:27
*** skramaja has joined #openstack-kolla04:32
*** lpetrut has joined #openstack-kolla04:33
*** salv-orlando has joined #openstack-kolla04:35
*** huanxie has quit IRC04:35
*** unicell has joined #openstack-kolla04:39
*** salv-orlando has quit IRC04:40
*** jtriley has joined #openstack-kolla04:40
openstackgerritVu Cong Tuan proposed openstack/kolla-kubernetes master: Do not use “-y” for package install  https://review.openstack.org/51822104:43
*** unicell has quit IRC04:44
*** caowei has quit IRC05:03
*** janki has joined #openstack-kolla05:17
zhubingbing__Hi inco005:19
zhubingbing__inc005:19
*** lpetrut has quit IRC05:23
*** lpetrut has joined #openstack-kolla05:28
*** huanxie has joined #openstack-kolla05:29
*** unicell has joined #openstack-kolla05:30
*** caowei has joined #openstack-kolla05:32
*** salv-orlando has joined #openstack-kolla05:36
*** salv-orlando has quit IRC05:40
*** lpetrut has quit IRC05:44
*** dan_ardelean has joined #openstack-kolla05:59
*** unicell has quit IRC05:59
*** sbezverk has joined #openstack-kolla06:01
openstackgerritDai Dang Van proposed openstack/kolla-ansible master: Add note about overwriting policy.json file  https://review.openstack.org/51118606:02
*** dan_ardelean has quit IRC06:03
*** sbezverk has quit IRC06:16
*** salv-orlando has joined #openstack-kolla06:35
*** sbezverk has joined #openstack-kolla06:43
*** cah_link has joined #openstack-kolla06:51
*** cah_link has quit IRC06:56
*** cah_link has joined #openstack-kolla06:57
*** dan_ardelean has joined #openstack-kolla07:06
*** unicell has joined #openstack-kolla07:09
*** dan_ardelean has quit IRC07:13
*** sbezverk has quit IRC07:15
*** signed8b_ is now known as signed8bit_Zzz07:27
*** jiriprox has quit IRC07:27
*** egonzalez has joined #openstack-kolla07:28
*** magicboiz has quit IRC07:29
*** signed8bit_Zzz has quit IRC07:35
*** signed8bit has joined #openstack-kolla07:36
*** zhangfei has joined #openstack-kolla07:36
openstackgerritMerged openstack/kolla master: Dockerhub publisher job  https://review.openstack.org/51385507:39
*** dardelean has joined #openstack-kolla07:41
*** huanxie has quit IRC07:42
*** magicboiz has joined #openstack-kolla07:42
openstackgerritzhubingbing proposed openstack/kolla master: wip Implement onos Docker images  https://review.openstack.org/51827007:43
*** huanxie has joined #openstack-kolla07:48
*** unicell has quit IRC07:57
*** Zophar has quit IRC08:00
*** hogepodge has quit IRC08:02
*** hogepodge has joined #openstack-kolla08:04
*** jiriprox has joined #openstack-kolla08:05
*** pcaruana has joined #openstack-kolla08:06
*** signed8bit is now known as signed8bit_Zzz08:08
*** dan_ardelean has joined #openstack-kolla08:14
*** signed8bit_Zzz has quit IRC08:14
*** hachi has joined #openstack-kolla08:18
openstackgerritXieYingYun proposed openstack/kolla master: Optimize the link address  https://review.openstack.org/51820708:19
duonghqinc0, may you reply my (late) comments on your ps: https://review.openstack.org/#/c/513855/4608:27
*** mgoddard has joined #openstack-kolla08:30
openstackgerritChristian Berendt proposed openstack/kolla-ansible master: Use remote_src in "Creating CA Certificate File" task  https://review.openstack.org/51810908:33
*** hachi has quit IRC08:35
*** hachi has joined #openstack-kolla08:35
*** adac has joined #openstack-kolla08:36
*** jascott1 has quit IRC08:37
*** jascott1 has joined #openstack-kolla08:38
*** lpetrut has joined #openstack-kolla08:39
*** jascott1 has quit IRC08:42
*** lpetrut has quit IRC08:44
*** lpetrut has joined #openstack-kolla08:44
*** salv-orlando has quit IRC08:45
*** salv-orlando has joined #openstack-kolla08:46
*** amoralej|off is now known as amoralej08:47
*** zhurong has joined #openstack-kolla08:50
*** salv-orlando has quit IRC08:51
*** gkadam has joined #openstack-kolla08:53
*** ktibi has joined #openstack-kolla09:01
*** dougsz has joined #openstack-kolla09:15
*** salv-orlando has joined #openstack-kolla09:23
openstackgerritPierre Hanselmann proposed openstack/kolla master: Add missing vmware libs  https://review.openstack.org/51828109:28
openstackgerritBertrand Lallau proposed openstack/kolla-ansible master: Implement Almanach ansible role  https://review.openstack.org/49894409:32
*** rmart04 has joined #openstack-kolla09:36
*** mnasiadka has joined #openstack-kolla09:39
openstackgerritzhubingbing proposed openstack/kolla master: wip Implement onos Docker images  https://review.openstack.org/51827009:42
*** zhurong has quit IRC09:49
openstackgerritDoug Szumski proposed openstack/kolla-ansible master: Add configurable rabbitmq monitoring user  https://review.openstack.org/51738609:54
*** pratapagoutham has joined #openstack-kolla09:57
pratapagouthamHi all when i run prechecks i m getting this error https://hastebin.com/uyowezofij.py  can any help me out thanks in advance10:01
pratapagouthamI raised a bug for this https://bugs.launchpad.net/kolla/+bug/1728032 but it was said that we have to mention api-interface10:02
openstackLaunchpad bug 1728032 in kolla "Ansible 2.4.1 broke preckecks" [Undecided,Invalid]10:02
pratapagouthamcan anyone tell me where to keep this api-interface10:02
*** gfidente has joined #openstack-kolla10:02
*** gfidente has quit IRC10:02
*** gfidente has joined #openstack-kolla10:02
openstackgerritMichal Nasiadka proposed openstack/kolla master: Added missing 'python-neutron-dynamic-routing' in docker/neutron/neutron-server/Dockerfile.j2  https://review.openstack.org/51828510:12
cah_linkHi together. is there a way to use kolla-ansible inside a virtual env? i have an env and source that. then making "kolla-ansible deploy" fails with "no module named docker". But the docker module is installed in my virtual env.10:12
*** caowei has quit IRC10:13
cah_linkso it seems kolla-ansible changes the ennvironment10:13
cah_linkhow can i avoid that?10:13
cah_linkI am using all-in-one inventory10:19
*** jchhatbar has joined #openstack-kolla10:26
*** janki has quit IRC10:26
*** salv-orlando has quit IRC10:27
*** janki has joined #openstack-kolla10:34
*** jchhatbar has quit IRC10:35
*** gfidente has quit IRC10:36
openstackgerritMichal Nasiadka proposed openstack/kolla master: Fixed missing bgp library in neutron-server  https://review.openstack.org/51828510:48
*** magicboiz has quit IRC10:50
*** genek has joined #openstack-kolla10:50
*** magicboiz has joined #openstack-kolla10:50
openstackgerritMichal Nasiadka proposed openstack/kolla master: Fix missing bgp library in neutron-server  https://review.openstack.org/51828510:51
pratapagouthamHi all when i run prechecks i m getting this error https://hastebin.com/uyowezofij.py  can any help me out thanks in advance10:52
pratapagouthamI raised a bug for this https://bugs.launchpad.net/kolla/+bug/1728032 but it was said that we have to mention api-interface10:52
openstackLaunchpad bug 1728032 in kolla "Ansible 2.4.1 broke preckecks" [Undecided,Invalid]10:52
pratapagoutham can anyone tell me where to keep this api-interface10:52
*** genek has quit IRC10:55
*** genek has joined #openstack-kolla10:55
mnasiadkapratapagoutham: paste your inventory and /etc/hosts - because it seems something is wrong10:55
pratapagouthamhttps://hastebin.com/vuyavocuvo.css    ----- etc/hosts https://hastebin.com/azefoxegef.bash -- inventory file10:57
pratapagouthamthanks mnasiadka  :)10:57
*** huanxie has quit IRC10:59
mnasiadkait seems that ansible doesn't like the fact that your hostname (ubuntu) resolves to 127.0.1.111:00
pratapagouthami tried removed it from /etc/hosts11:01
pratapagouthambut then some other error is popping out11:01
mnasiadkajust change 127.0.1.1 to real ip address11:01
pratapagouthamjust a sec11:02
pratapagouthampassed thanks bro11:03
pratapagoutham:)11:03
*** pbourke has quit IRC11:07
*** pbourke has joined #openstack-kolla11:08
*** zhangfei has quit IRC11:14
spsuryapratapagoutham: mnasiadka RabbitMQ can’t work with IP addresses, so we need to make sure that all RabbitMQ cluster hosts can resolve each other’s hostnames11:14
spsuryaadd `ip hostname` in /etc/hosts11:14
mnasiadkawell, the pre-deployment playbooks (aka baremetal) do that if I remember11:15
pratapagouthamyea mnasiadka helped me out with that spsurya :)11:15
pratapagouthami have another doubt11:15
pratapagouthami want to keep the deployment registry11:15
pratapagouthamin a seperate machine11:15
pratapagouthami mean physical machine11:16
spsuryapratapagoutham: yes you can11:16
spsuryakeep11:16
pratapagouthamso i have to install only kolla on that registry machine right??11:16
pratapagouthami mean pip install kolla on that r8??11:16
pratapagouthamspsurya: ^11:18
spsuryapratapagoutham: you need docker installed on that node beforehand11:18
pratapagouthamyes11:18
pratapagoutham kolla-build --base centos --type source --registry 192.168.1.61:4000 --push i have to build images r8??11:18
pratapagouthamusing this command r811:18
spsuryaif you are deploying with single node then registry is not required11:19
spsuryait is optional11:19
pratapagouthamyea im deploying multinode11:19
spsuryabut in case of multinode it is necessary11:19
pratapagouthamonly11:19
spsuryare: kolla-build --base centos --type source --registry 192.168.1.61:4000 --push i have to build images r8??11:21
spsuryayes11:21
pratapagouthamok and give that ip in the rest of the containers11:22
pratapagouthamr811:22
pratapagouthamas insecure registry11:22
spsuryayeah11:24
*** ktibi has quit IRC11:25
*** salv-orlando has joined #openstack-kolla11:27
spsuryapratapagoutham: https://docs.openstack.org/kolla-ansible/latest/user/multinode.html#deploy-a-registry11:28
spsuryayou can follow11:28
*** salv-orlando has quit IRC11:32
openstackgerritSurya Prakash (spsurya) proposed openstack/kolla master: Fixes the Docker Registry link  https://review.openstack.org/51830011:35
openstackgerritSurya Prakash (spsurya) proposed openstack/kolla master: Fixes the Deploy Registry link  https://review.openstack.org/51830011:36
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla-ansible master: Dont use local connection for kibana post config  https://review.openstack.org/51830311:49
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla-ansible master: Dont use local connection for kibana post config  https://review.openstack.org/51830311:51
hrwmorning11:56
pratapagoutham Hi i have doubt when12:08
pratapagouthami try to build my registry it is failing to push all image  "ERROR:kolla.image.build.ovsdpdk:Get https://192.168.122.192:5443/v2/: Forbidden"12:09
pratapagouthamit is failing with this error there by building of images is failing12:10
pratapagouthamany help??? thanks in advance12:10
*** bbc1__ has quit IRC12:17
*** gfidente has joined #openstack-kolla12:19
*** gfidente has quit IRC12:19
*** gfidente has joined #openstack-kolla12:19
*** janki has quit IRC12:22
*** ashu has joined #openstack-kolla12:26
ashuhi all12:26
ashutrying to deploy openstak pike via kolla-ansible My fluentd container is restarting with error: 2017-11-07 05:22:30 -0700 [error]: config error file="/etc/td-agent/td-agent.conf" error_class=Fluent::ConfigError error="\"rewriterule<num>\" support has been dropped. Use <rule> section instead."12:27
*** salv-orlando has joined #openstack-kolla12:29
*** salv-orlando has quit IRC12:31
*** ansmith has quit IRC12:31
*** salv-orl_ has joined #openstack-kolla12:31
cah_linkegonzalez: Hi. I try to install and use kolla-ansible (5.0.0) inside a virtual environment. I get "ImportError: No module named docker". but the docker module is installed inside that virtual env. Do you know how i could fix this?12:31
*** mdnadeem has quit IRC12:33
openstackgerritHanbae Seo proposed openstack/kolla-kubernetes master: Fix hostname in rabbitmq-clusterer.config  https://review.openstack.org/51832112:34
*** pratapagoutham has quit IRC12:38
*** salv-orl_ has quit IRC12:40
*** Rodrigo_BR has joined #openstack-kolla12:42
*** tovin07 has joined #openstack-kolla12:43
*** tovin07 has quit IRC12:44
pbourkecah_link: pip freeze | grep docker12:44
cah_linkpbourke: pip freeze | grep docker12:45
cah_linkdocker==2.5.112:45
cah_linkdocker-pycreds==0.2.112:45
pbourkecah_link: hmm looks correct12:45
pbourkecah_link: actually, this needs to be installed on the target nodes also12:46
pbourkemaybe that's your problem?12:46
Rodrigo_BRGood morning, In my operating system the network interface for storage is configured for jumbo frame, I need change something in the kolla config ?12:47
*** jmccarthy has joined #openstack-kolla12:48
mnasiadkaRodrigo_BR: Are you using Ceph?12:48
Rodrigo_BRmnasiadka: Yes I will12:49
jmccarthyErm question, in the fluentd dockerfile, it does a 'td-agent-gem install fluent-plugin-parser ...' - where do these gems actually come from ?12:50
pbourkeRodrigo_BR: https://docs.openstack.org/neutron/latest/admin/config-mtu.html12:52
pbourkejmccarthy: im 99% sure they come from the external net12:52
Rodrigo_BRmnasiadka: I will check this ! Thank You !12:55
cah_linkpbourke: that's it. thx13:07
*** skramaja has quit IRC13:12
*** pcaruana has quit IRC13:22
*** signed8bit has joined #openstack-kolla13:23
openstackgerritPierre Hanselmann proposed openstack/kolla master: Add missing vmware libs  https://review.openstack.org/51828113:28
*** kwazar_ is now known as kwazar13:30
ashuhi13:36
ashuin my dockerfile there is  td-agent-gem install fluent-plugin-concat:1.0.0 fluent-plugin-parser fluent-plugin-kubernetes_metadata_filter fluent-plugin-elasticsearch fluent-plugin-grep fluent-plugin-grok-parser:0.3.1 fluent-plugin-rewrite-tag-filter fluent-plugin-secure-forward \13:36
ashuhi all13:38
ashufacing an issue13:38
ashutrying to deploy openstak pike via kolla-ansible My fluentd container is restarting with error: 2017-11-07 05:22:30 -0700 [error]: config error file="/etc/td-agent/td-agent.conf" error_class=Fluent::ConfigError error="\"rewriterule<num>\" support has been dropped. Use <rule> section instead."13:38
*** ansmith has joined #openstack-kolla13:42
jmccarthyashu: I have this exact same issue - I think maybe some of the versions in the dockerfile need pinning13:43
ashuone more thing i did install pike earlier aound 10days.there were no issues back the regarding fluentd..13:46
*** zshi has quit IRC13:55
*** amoralej is now known as amoralej|lunch13:55
*** signed8bit is now known as signed8bit_Zzz13:56
*** signed8bit_Zzz has quit IRC13:57
jmccarthyPossibly ansible/roles/common/templates/conf/filter/01-rewrite.conf.j2 needs updating ?13:59
*** jtriley has quit IRC14:02
*** goldyfruit has joined #openstack-kolla14:04
*** lukepatrick has joined #openstack-kolla14:09
*** rmart04 has quit IRC14:09
jmccarthyAnyone know what something like "rewriterule7 programname ^(keystone)$ openstack_python" would be in the newer layout by chance ?14:12
jmccarthyAh - reported here: https://bugs.launchpad.net/kolla-ansible/+bug/173066414:13
openstackLaunchpad bug 1730664 in kolla-ansible "fluentd rewrite rules are using deprecated syntax" [Undecided,Confirmed]14:13
*** signed8bit has joined #openstack-kolla14:19
mnasiadkaRodrigo_BR: with Ceph you don't need to do anything14:20
*** hachi has quit IRC14:24
*** goldyfruit has quit IRC14:29
*** hachi has joined #openstack-kolla14:30
*** rmart04 has joined #openstack-kolla14:36
*** lukepatrick has quit IRC14:37
*** signed8bit has quit IRC14:37
*** signed8bit has joined #openstack-kolla14:38
*** pcaruana has joined #openstack-kolla14:47
*** jtriley has joined #openstack-kolla14:49
*** yangyapeng has quit IRC14:50
*** amoralej|lunch is now known as amoralej14:51
*** yangyapeng has joined #openstack-kolla14:52
*** goutham has joined #openstack-kolla14:55
*** mnasiadka has quit IRC15:00
gouthamHi all while im trying to deploy using the command "kolla-ansible deploy -i multinode"15:02
gouthamhttps://hastebin.com/ufezaxoyun.md15:02
gouthamim getting this error any help ??15:02
gouthamthanks in advance15:02
*** jtriley has quit IRC15:06
*** rmart04 has quit IRC15:13
gemagoutham: can you run it with -vvv so you get some extra logging?15:20
*** adac has quit IRC15:20
gemahold on, I am not sure how kolla-ansible takes params, I thought you'd run a playbook15:20
gemagimme a sec15:21
gemagoutham: did you do prechecks?15:21
*** cah_link has quit IRC15:21
pbourkegoutham: check /var/lib/docker/volumes/kolla_logs/_data/neutron/*15:22
*** hachi has quit IRC15:27
*** adac has joined #openstack-kolla15:34
*** signed8bit is now known as signed8bit_Zzz15:35
*** signed8bit_Zzz has quit IRC15:35
*** ansmith has quit IRC15:37
*** signed8bit has joined #openstack-kolla15:39
*** jascott1 has joined #openstack-kolla15:39
*** signed8bit is now known as signed8bit_Zzz15:40
*** signed8bit_Zzz is now known as signed8bit15:40
*** jtriley has joined #openstack-kolla15:40
*** jascott1 has quit IRC15:44
*** ansmith has joined #openstack-kolla15:51
*** janki has joined #openstack-kolla15:56
inc0good morning15:57
*** itlinux has joined #openstack-kolla15:59
inc0ehh dockerhub publisher got merged just after periodic job window;)15:59
inc0tomorrow we'll see if it works15:59
*** adac has quit IRC16:05
*** egonzalez has quit IRC16:12
*** lpetrut_ has joined #openstack-kolla16:16
dan_ardeleaninc0 you @summit?16:18
inc0no:(16:18
*** lpetrut has quit IRC16:18
*** salv-orlando has joined #openstack-kolla16:20
dan_ardeleaninc0 I may do a kolla workshop very soon, think i will use your workshop repo :D16:23
*** lpetrut_ has quit IRC16:24
dan_ardeleanI have a few provisioning questions tho16:24
*** lukepatrick has joined #openstack-kolla16:25
inc0sure16:27
inc0with a bit of luck you'll have dockerhub images by then16:27
*** ntpttr_laptop has joined #openstack-kolla16:28
dan_ardeleanwhere does terraform providion the nodes? i can give it a cloud provider, right?16:28
dan_ardeleanthe delop.sh bit16:29
dan_ardeleandeploy.sh*16:29
pbourkeinc0: exciting16:29
pbourkeinc0: nice work :)16:29
inc0dan_ardelean: it's terraform16:30
inc0pbourke: tomorrow we should see first (master) pushes16:30
inc0we need to backport all that gate code to pike and ocata too16:30
inc0if periodic job works, I'll get on it16:31
dan_ardeleannever used it, I create a cloud provisoner before all the kolla bits i guess16:32
*** TxGirlGeek has joined #openstack-kolla16:35
inc0well it's just to create 5 vms per person and output file with IPs and whatnot16:36
dan_ardeleani see, I just have to configure the provisioner beforehand, right?16:39
*** genek has quit IRC16:43
*** lpetrut has joined #openstack-kolla16:51
inc0https://www.openstack.org/videos/sydney-2017/welcome-to-the-multicloud-world16:52
inc0sry,this https://www.openstack.org/videos/sydney-2017/future-science-on-future-openstack-developing-next-generation-infrastructure-at-cern-and-ska16:52
inc0dan_ardelean: yeah16:52
*** newmember has quit IRC16:58
*** newmember has joined #openstack-kolla16:58
kfox1111morning.17:00
ntpttr_laptopinc0: so, do you think the api_interface value itself needs to be set in order to avoid the error I was seeing yesterday? Because it's used in a when clause in the baremetal preinstall task17:01
*** dan_ardelean has quit IRC17:01
inc0ntpttr_laptop: normally no17:01
ntpttr_laptopbut it should be an optional thing - it shouldn't fail looking for it17:01
inc0I don't know what happened...17:01
inc0it should default to network_interface17:01
ntpttr_laptopI don't see logic for that in the file anywhere17:02
ntpttr_laptopit just looks for api_interface, network_interface isn't mentioned17:02
inc0it'll be in https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L13217:02
ntpttr_laptopah I see, I wonder why that isn't getting used..17:03
inc0no idea...17:03
inc0which ansible version you have?17:03
ntpttr_laptopinc0: I manually changed api_interface and gave it the same value as network_interface in globals and it worked17:05
ntpttr_laptoplet me check, it's running atm..17:05
inc0it's really strange17:05
ntpttr_laptopinc0: yikes, does it not work on 14.04 either now? Failed reloading docker trying to use systemctl17:06
inc0no it doesn't....it's almost end of EOL for it;)17:07
inc0xenial is our favofite distro now17:07
ntpttr_laptoplol okay guess I'll look into reinstalling my OS here17:07
*** TxGirlGeek has quit IRC17:07
*** imcsk8 has quit IRC17:15
*** signed8bit is now known as signed8bit_Zzz17:17
*** imcsk8 has joined #openstack-kolla17:20
inc0dmsimard: unfortunately I can't use yyour multinode play:/17:22
*** signed8bit_Zzz has quit IRC17:23
*** dan_ardelean has joined #openstack-kolla17:24
*** lpetrut has quit IRC17:25
*** jascott1 has joined #openstack-kolla17:27
*** jascott1 has quit IRC17:28
ansmithinc0: hi, could you take a look at https://review.openstack.org/#/c/468966/ again? Is there anything you suggest?17:28
*** gkadam has quit IRC17:29
dmsimardinc0: why17:29
*** dan_ardelean has quit IRC17:29
inc0ansmith: sorry I missed that, looks good, I'll look at it in few minutes17:29
inc0dmsimard: we deploy ovs in containers and it has it's own ovsdb17:30
ansmithinc0: great, thanks17:30
inc0so it overrides flows set by your ovs17:30
*** janki has quit IRC17:30
inc0and deployment breaks just after ovs role17:30
dmsimardinc0: what's the problem ? what the current role is doing is not really different than what was happening in zuul v217:30
inc0(that's my theory)17:30
inc0we didn't use overlay in zuulv217:30
dmsimardinc0: you didn't use overlay or you didn't use multinode ?17:31
inc0we didn't use overlay17:31
inc0and keepalived17:31
dmsimardkolla had multinode jobs in v2 ?17:31
inc0yes17:31
*** janki has joined #openstack-kolla17:31
inc0but neutron network was mocked17:31
dmsimardinc0: so what you're saying is that we should make overlay optional in v3 when running multinode ?17:32
dmsimardwhich is probably very legit17:32
*** janki has quit IRC17:32
inc0dmsimard: I'll experiment with overlay based on linuxbridge17:32
inc0then there should not be conflict17:33
dmsimardexcept, you know, if you use linuxbridge for your ml2 driver ?17:33
inc0ansmith: reviewed17:36
inc0right, then you could use ovs;)17:36
inc0I'm not sure if linuxbridge for ml2 driver will conflict with linuxbridge-terminated vxlan17:36
ansmithinc0: ack17:37
inc0but either way, if you're using ovs as ml2 driver it's actually more gate'y to use ovs that isn't touched17:37
inc0not to mention deployment tools which deploys ovs;)17:37
*** jmccarthy has left #openstack-kolla17:42
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla-ansible master: Enable multinode scenarios in zuulv3  https://review.openstack.org/51277917:46
*** signed8bit has joined #openstack-kolla17:46
*** mgoddard has quit IRC17:53
*** dougsz has quit IRC18:00
*** unicell has joined #openstack-kolla18:01
*** jtriley has quit IRC18:02
*** signed8bit is now known as signed8bit_Zzz18:05
*** signed8bit_Zzz has quit IRC18:06
kfox1111inc0: kolla-kubernetes had multinode in v2 without mocked networks.18:07
*** amoralej is now known as amoralej|off18:11
inc0kfox1111: as in you could ssh to vm?18:13
kfox1111if you put a fip on it, yeah.18:14
kfox1111the kolla-kubernetes gates test out some common functionality such as fips, volume attachment/movement, etc.18:14
kfox1111works in multinode too. :)18:15
kfox1111now that we have 3+ support, we can increase its testing much farther too. :)18:15
*** signed8bit has joined #openstack-kolla18:16
inc0cool18:17
inc0I was thinking of making this mocked L2 network with linuxbridge18:17
*** jtriley has joined #openstack-kolla18:22
kfox1111oh,.... wait... I guess we've never tested more then 2 compute nodes and not with dvr...18:23
kfox1111I think it might fail in that case, as there isn't a provider network that can exist on more then one network node.18:23
kfox1111is that what you are talking about?18:23
inc0right18:24
kfox1111ah.18:24
kfox1111so you need vxlan or something.18:24
inc0if you access from network node, you don't need l2 span across the thing18:24
inc0yeah18:24
inc0that's what I'm planning18:24
kfox1111yeah.18:24
inc0thing is we have vxlan over ovs18:24
inc0but our in-container ovs seems to be interfering with it18:24
kfox1111I don't think ovs really can do it. they don't support broadcast I think.18:25
kfox1111yeah. thats one reason I worked hard to have an external ovs support in kolla-k8s.18:25
inc0vxlan?18:25
kfox1111too many reasons you may need ovs on the host.18:25
inc0we have external ovs in kolla-ansible too18:25
kfox1111yeah. ovs's implementation of vxlan is incomplete.18:25
inc0but in gates I want to test ovs deployment18:25
kfox1111they got it up to the point where it works for openstack, but not fully baked.18:26
kfox1111ie, they don't support the multicast broadcast part of the spec.18:26
kfox1111though... maybe the cloud providers won't support that either, so might have to unicast everything anyway...18:26
*** mgoddard has joined #openstack-kolla18:27
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla-ansible master: Enable multinode scenarios in zuulv3  https://review.openstack.org/51277918:28
*** hachi has joined #openstack-kolla18:37
*** jtriley has quit IRC18:39
*** jtriley has joined #openstack-kolla18:40
*** jascott1 has joined #openstack-kolla18:43
*** jtriley has quit IRC18:52
*** itlinux has quit IRC18:58
*** jtriley has joined #openstack-kolla19:06
*** hachi has quit IRC19:15
*** hachi has joined #openstack-kolla19:15
*** dave-mccowan has joined #openstack-kolla19:18
*** dave-mcc_ has joined #openstack-kolla19:22
*** Teck7 has quit IRC19:23
*** dave-mccowan has quit IRC19:24
*** Teck7 has joined #openstack-kolla19:24
*** amoralej|off is now known as amoralej19:28
amoralejis there anything we can do to get https://review.openstack.org/#/c/518016/ merged?19:31
*** itlinux has joined #openstack-kolla19:34
amoralejmandre, ^19:35
*** ntpttr_laptop has quit IRC19:36
dardeleanany kolla presentations yet?19:38
*** adac has joined #openstack-kolla19:43
*** ntpttr_laptop has joined #openstack-kolla19:44
*** amoralej is now known as amoralej|off19:45
*** jiriprox has quit IRC20:09
*** itlinux has quit IRC20:09
*** itlinux has joined #openstack-kolla20:12
*** hachi has quit IRC20:12
*** Pavo has joined #openstack-kolla20:17
*** mgoddard has quit IRC20:22
*** itlinux has quit IRC20:37
*** Pavo has quit IRC20:48
*** itlinux has joined #openstack-kolla20:50
*** Pavo has joined #openstack-kolla20:51
*** Pavo has quit IRC20:51
*** harlowja has quit IRC20:52
*** ntpttr_laptop has quit IRC21:04
*** Rodrigo_BR has quit IRC21:16
*** Pavo has joined #openstack-kolla21:22
*** Pavo has quit IRC21:23
*** dave-mcc_ has quit IRC21:23
*** Pavo has joined #openstack-kolla21:25
*** Pavo has quit IRC21:35
*** ntpttr_laptop has joined #openstack-kolla21:37
*** ansmith has quit IRC21:37
*** Pavo has joined #openstack-kolla21:37
*** sunny has joined #openstack-kolla21:44
sunnyHi, I am newbie to kolla. I installed openstack using kolla-ansible on centos VM. Now I want to install some package into neutron server container. It doesn't allow me to install them and errors out saying Permission denied. I can't use sudo as I don't know what is neutron password for that container. What should I do ?21:45
sunnyplease help21:46
sunny(neutron-server)[neutron@control01 /]$ yum install vim ; ovl: Error while doing RPMdb copy-up: ; [Errno 13] Permission denied: '/var/lib/rpm/.dbenv.lock' ; You need to be root to perform this command.21:47
*** jamesbenson has joined #openstack-kolla21:47
*** livelace-link has quit IRC21:52
sunny@anyone ?21:53
sunnyIs there some other group where people can respond ?21:53
*** jamesbenson has quit IRC21:55
*** sunny has quit IRC21:55
*** dave-mccowan has joined #openstack-kolla21:55
*** dan_ardelean has joined #openstack-kolla22:00
*** Pavo has quit IRC22:02
ntpttr_laptopinc0: running into more failures on a clean install of 1604 going through the instructions - it seems to my unpracticed eye that kolla is less stable now than it was last time I deployed openstack with it22:02
inc0ntpttr_laptop: what are failures?22:03
ntpttr_laptopinc0: failed installing gpg key in bootstrap because https is an unsupported proxy schema22:03
ntpttr_laptopdo I have to unset my https proxy env variable now?22:03
inc0hmm, probably22:04
inc0which task failed?22:05
ntpttr_laptopbaremetal: Install docker apt gpg key22:05
inc0hmm, so it will need https22:06
ntpttr_laptopyeah if I unset https proxy instead of failing that task hangs22:06
*** jamesbenson has joined #openstack-kolla22:06
*** Pavo has joined #openstack-kolla22:07
inc0seems like proxy strikes again22:07
inc0I had some issues with our https proxy + python stuff22:07
inc0not with kolla, but in general22:08
*** jtriley has quit IRC22:09
ntpttr_laptopso the bootstrap scrip just doesn't work with a proxy? >.<22:10
ntpttr_laptopI'll look into it some more22:10
*** jamesbenson has quit IRC22:12
*** adac has quit IRC22:12
inc0well when you run ansible it will not have your envs22:15
ntpttr_laptopinc0: got it22:16
ntpttr_laptopinc0: just had to not include an actual https address in my https proxy var22:16
inc0ahh22:16
inc0right22:16
*** dave-mccowan has quit IRC22:19
*** rfxn has joined #openstack-kolla22:25
*** Teck7 has quit IRC22:28
*** itlinux has quit IRC22:30
*** ansmith has joined #openstack-kolla22:31
*** jamesbenson has joined #openstack-kolla22:38
*** dan_ardelean has quit IRC22:40
*** jamesbenson has quit IRC22:41
*** itlinux has joined #openstack-kolla22:41
*** newmember has quit IRC22:42
*** harlowja has joined #openstack-kolla22:46
dmsimardSo what's push-threads for kolla-build ?22:46
dmsimardIt doesn't seem recommended to put it at more than one, it says Docker sucks at pushing concurrently or something22:47
dmsimardWhy even have the option in the first place? :)22:47
inc0building is nice in multithreading22:49
inc0and once we build, might as well push it22:49
dmsimardinc0: what happens if I put push-treahds to like 822:49
dmsimardhttps://github.com/openstack/kolla/blob/master/kolla/common/config.py#L217-L21922:50
dmsimardalso it seems pushes are interleaved between builds, am I correct ? it pushes as soon as it's done building basically ?22:51
inc0y22:51
ntpttr_laptopinc0: sorry to bug again :) bootstrap not looks to be getting stuck on syncing time one-time22:55
ntpttr_laptopnot failing, just getting stuck22:55
inc0yeah I've seen this happen22:55
inc0just kill it and it's fine22:55
ntpttr_laptopinc0: you mean the script is done then?22:55
inc0proceed with deploy22:55
inc0yeah22:55
ntpttr_laptopgotcha awesome22:55
dmsimardinc0: so it push-threads=8 going to explode everything ? The warning is non-obvious22:56
inc0nah, you'll be fine22:56
dmsimardour bottleneck seems to be around pushing, it takes a long time to do each image individually22:56
inc0yeah, well it's IO bound22:57
inc0so having multiple threads won't help that much22:57
*** itlinux has quit IRC22:59
*** salv-orlando has quit IRC22:59
*** salv-orlando has joined #openstack-kolla23:00
*** calbers has quit IRC23:02
*** calbers has joined #openstack-kolla23:03
*** salv-orlando has quit IRC23:04
sdakemorning folks23:07
sdakeinc0 there was a session on healthchecking apis inside openstack services23:07
sdakedhellmann had proposed an oslo middleware to provide this functionality23:07
sdakeroom seemed in agreement that approach was correct23:07
kolla-slack1<inc0> I don't think this will fit our idea23:08
kolla-slack1<inc0> But if they want to take it over23:08
sdakei'm not sure what our idea is :)23:08
kolla-slack1<inc0> I'm ok with that23:08
sdakealan meadows led the forum session - although oslo will be doing the work via spec then code23:08
sdakeif you ahve feedback, the oslo spec on this topic is the way to go23:09
kolla-slack1<inc0> Ok I'll tell them what we had in mind and we'll see23:09
sdakeya - shame yo ucouldn't make it23:09
sdakeI coudln't really represent your idea as I wasn't aware of what you had in mind23:10
sdakeI think anything that moves the ball forward on healthchecking is a good thing however23:10
*** prad has joined #openstack-kolla23:10
kolla-slack1<inc0> Right23:10
sdakeinc0 mind expanding on what you had in mind?23:10
kolla-slack1<inc0> Oslo, but not middleware23:10
kolla-slack1<inc0> We'll need dedicated http socket23:11
sdakethe cool thing about middleware is it doesn't reuqire every service to change iiuc23:11
sdakeyes this is a dedicated http socket iiuc23:11
kolla-slack1<inc0> In every service, not only api23:11
sdakeyup I think that was the proposed idea as phase #223:11
sdakephase #1 was apis23:11
sdakethe notews, such as they are, are in the etherpad for the forum sessions23:12
sdakeinc0 fwiw I agree every component shoudl have a healthcheck API23:12
sdakeinc0 I'd also like to see levels of healtchecking e.g. level 1 = low overhead, level 2 = more extensive, level 3 = throw all the bells and whistles at the thing to make sure its healthy23:12
kolla-slack1<inc0> Apis are easy, every api has read only calls23:13
sdakethere was also genral consensus on returning a dict indicating the health23:13
kolla-slack1<inc0>  Non api are harder23:13
sdakeyup - that was acknowledged in the room - and the result was that we would start with apis first, and then someone would do as econd spec per component23:14
sdakerather for per-component healthchecking23:14
sdakenot at the API levevl23:14
sdakewhat we didn't want in the room was for each service to have to go add their own healtchecking api23:14
sdakeas that would lead to fragmentation and non-standardization of the APIs23:14
kolla-slack1<inc0> I'll talk with Doug and tell him our idea23:14
sdakeits not just doug - there are seve3ral folks intereswted23:14
kolla-slack1<inc0> After summit23:14
kolla-slack1<inc0> Alan then?23:15
sdakesounds good - there is a spec incoming - that is probably the palce to do the work23:15
*** jascott1 has quit IRC23:15
sdakealan also wants per component healthcecking as you do23:15
kolla-slack1<inc0>  Ok, thanks for heads up23:15
sdakealthough I think he is happy to incrementally get there23:15
sdakeand we shoudl be as well I think23:15
kolla-slack1<inc0> I have design in mind that will address that23:15
sdakecool - the only reason i mentioned it is i saw on irc a few days ago you had linked to an etherpad on the subject23:16
sdakebut wasn't sure what the context was23:16
kolla-slack1<inc0> Thanks23:16
sdakeand randomly ended up in this session :)23:16
kolla-slack1<inc0> How is summit going so far?23:16
sdakealso maduri is writing a  book (or someone else) on kolla23:16
sdakesummit is good - i prefer the 1 day of keynotes23:17
sdake3 day summit better than 4 day imo23:17
kolla-slack1<inc0> A book? Cool!23:17
sdakeor atleawst just 1 day of keynotes23:17
sdakeits not a book about kolla23:17
sdakeit has a kolla chapter23:17
sdakeshe is looking for people to edit the kolla chapter23:17
sdakeI pointed her at you (I met up with her at the women or openstack lluncheon)23:17
sdakeor/of23:17
kolla-slack1<inc0> Still cool, let her know that ill be happy to help23:17
sdakeyup, I mentioned she should coordinate    reviews with you and our community will take a look23:18
kolla-slack1<inc0> Thanks23:18
sdakeok have a blog post to write - BBL :)23:18
*** dardelean has quit IRC23:18
kolla-slack1<inc0> Thanks and ttyl23:19
v1k0d3nhey all....anyone know ceph pretty well, who may be able to give a little advice?23:19
*** prad has quit IRC23:21
*** dan_ardelean has joined #openstack-kolla23:22
*** lukepatrick has quit IRC23:28
*** jascott1 has joined #openstack-kolla23:35
*** sbezverk has joined #openstack-kolla23:57
*** signed8bit is now known as signed8bit_Zzz23:57
*** signed8bit_Zzz has quit IRC23:58
SamYaplev1k0d3n: iveused ceph once or twice, sup?23:59

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