Monday, 2016-09-12

mtaylor22hello, morning!00:00
*** williamcaban has quit IRC00:02
*** tonanhngo has joined #openstack-kolla00:02
openstackgerritSerguei Bezverkhi proposed openstack/kolla: Adding required check for Orchestration Kubernetes  https://review.openstack.org/36846900:04
*** tonanhngo has quit IRC00:04
*** daneyon has joined #openstack-kolla00:05
*** fguillot has quit IRC00:05
*** Mech422 has joined #openstack-kolla00:09
*** daneyon has quit IRC00:10
*** yingjun has joined #openstack-kolla00:13
*** fguillot has joined #openstack-kolla00:14
*** caowei has joined #openstack-kolla00:15
*** Mech422 has quit IRC00:15
*** mbound has joined #openstack-kolla00:16
*** Mech422 has joined #openstack-kolla00:20
*** mbound has quit IRC00:21
*** tonanhngo has joined #openstack-kolla00:23
*** tonanhngo has quit IRC00:24
*** Mech422 has quit IRC00:25
*** Mech422 has joined #openstack-kolla00:25
*** fragatina has joined #openstack-kolla00:39
*** caowei has quit IRC00:41
*** unicell has joined #openstack-kolla00:46
*** zhubingbing_ has joined #openstack-kolla00:52
*** unicell has quit IRC00:52
*** williamcaban has joined #openstack-kolla00:59
openstackgerritMerged openstack/kolla-kubernetes: Add the ability to create services from the CLI  https://review.openstack.org/36843801:00
*** yingjun has quit IRC01:01
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: l3/metadata DaemonSets + DVR, & labels  https://review.openstack.org/35755701:05
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: remove redundant -configmap from names  https://review.openstack.org/36846001:05
*** yingjun has joined #openstack-kolla01:06
*** duonghq has joined #openstack-kolla01:13
duonghqmorning01:13
zhubingbing_morning01:14
zhubingbing_hi01:14
duonghqhi zhubingbing_01:15
duonghqnew week :)01:15
zhubingbing_yeah01:15
zhubingbing_new begin01:15
*** zhurong has joined #openstack-kolla01:15
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: remove redundant -configmap from names  https://review.openstack.org/36846001:18
*** tonanhngo has joined #openstack-kolla01:18
*** tonanhngo has quit IRC01:21
openstackgerritSerguei Bezverkhi proposed openstack/kolla: Adding required check for Orchestration Kubernetes  https://review.openstack.org/36846901:24
*** neilus has joined #openstack-kolla01:26
*** neilus has quit IRC01:30
openstackgerritcaoyuan proposed openstack/kolla: Correct the name of file and it's path  https://review.openstack.org/36851401:31
*** rhallisey has quit IRC01:46
*** rhallisey has joined #openstack-kolla01:46
*** hieulq has joined #openstack-kolla01:52
*** daneyon has joined #openstack-kolla01:54
openstackgerritcaoyuan proposed openstack/kolla: Use "node" take place of "nodes"  https://review.openstack.org/36851901:56
*** daneyon has quit IRC01:58
*** rhallisey has quit IRC02:02
*** rhallisey has joined #openstack-kolla02:02
openstackgerritMerged openstack/kolla-kubernetes: l3/metadata DaemonSets + DVR, & labels  https://review.openstack.org/35755702:04
openstackgerritMerged openstack/kolla-kubernetes: remove redundant -configmap from names  https://review.openstack.org/36846002:04
*** rhallisey has quit IRC02:06
*** rhallisey has joined #openstack-kolla02:07
openstackgerritRyan Hallisey proposed openstack/kolla-kubernetes: Use resource_name instead of service_name  https://review.openstack.org/36850402:11
*** fguillot has quit IRC02:16
openstackgerritMerged openstack/kolla-kubernetes: Docker systemd fix  https://review.openstack.org/36566402:17
*** rhallisey has quit IRC02:20
openstackgerritMerged openstack/kolla-kubernetes: Use resource_name instead of service_name  https://review.openstack.org/36850402:20
openstackgerritZeyu Zhu proposed openstack/kolla: When deployment with multinode, using this script can make service visit the target_node without password, it will make the process of the deployment simple. using method: ./trustme.sh <target_node ip> <password>  https://review.openstack.org/36852402:35
openstackgerritzhubingbing proposed openstack/kolla: Added grafana role  https://review.openstack.org/34645002:41
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Fix mariadb pvc name  https://review.openstack.org/36852502:46
*** mandre has quit IRC02:47
*** yuanying has quit IRC02:51
*** Jeffrey4l has quit IRC02:52
*** Jeffrey4l has joined #openstack-kolla02:58
sbezverkJeffrey4l: ping03:02
Jeffrey4lsbezverk, pong03:03
sbezverkJeffrey4l: when genconfig renders some jinja2 statement it delets trailing newline and two lines get concatinated. DO you know how to disable it?03:04
Jeffrey4lgenconfig just render kolla-build.conf. is it render jinja2?03:05
Jeffrey4lsbezverk, ^03:05
sbezverkJeffrey4l: ansible templates have jinja2 code03:06
duonghqSeems that something wrong with binary ubuntu gate?03:07
sbezverkJeffrey4l: see these two lines03:07
sbezverkosapi_compute_listen = {% if orchestration_engine == 'KUBERNETES' %}{{ api_interface_address }}{% else %}{{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}{% endif %}03:07
sbezverkosapi_compute_listen_port = {{ nova_api_port }}03:07
sbezverkinstead of keeping then as two separate line in nova.conf03:07
sbezverkthey got merged into 1 line03:08
sbezverkosapi_compute_listen = 0.0.0.0 osapi_compute_listen_port = 877403:08
Jeffrey4lsbezverk, ok, understand.. never saw this. let me check the code.03:09
sbezverkJeffrey4l: thanks, I tried to find a solution but nothing seems to help here :-(03:10
Jeffrey4lshould be some jinja2 stuff.03:11
Jeffrey4lwhy not use {{ api_interface_address }} here directly? sbezverk03:12
Jeffrey4lhttps://github.com/openstack/kolla/blob/master/ansible/group_vars/all.yml#L5703:12
Jeffrey4lit is equal to hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'03:12
Jeffrey4lsbezverk, ^03:12
Jeffrey4lsbezverk, where is you PS for this change? any link about this?03:13
sbezverkJeffrey4l: cannot ansible_eth0 does not exist in kubernetes03:14
Jeffrey4lsbezverk, this is defined in group_vars/all.yml file03:14
Jeffrey4lapi_interface_address:  "{{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] if orchestration_engine == 'ANSIBLE' else '0.0.0.0' }}"03:14
sbezverkwe cannot relay on any code where hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4'] is used03:14
*** neilus has joined #openstack-kolla03:14
Jeffrey4li think it is  all you need.03:14
sbezverkhttps://review.openstack.org/#/c/36846903:15
sbezverkJeffrey4l: -----^03:15
Jeffrey4losapi_compute_listen = {{ api_interface_address }}  should work.03:15
Jeffrey4lit use  `0.0.0.0` when orchestration_engine != ANSIBLE03:15
Jeffrey4lsbezverk, ^03:15
sbezverkok let me try03:16
Jeffrey4lduonghq, yep. fix is here https://review.openstack.org/36834203:16
Jeffrey4lUCA package bust the gate.03:17
duonghqJeffrey4l: roger03:18
*** neilus has quit IRC03:19
sbezverkJeffrey4l: it works for me, so I can safely replace everywhere the condition and use just api_interface_address03:20
Jeffrey4lsbezverk, OK. cool03:20
sbezverkJeffrey4l: thanks03:21
Jeffrey4lthe api_interface_address in group_vars/all.yml is introduced to reduce the if-else condition for orchestration_engine variable. I prefer to use this patten in other place. :) sbezverk03:22
openstackgerritSerguei Bezverkhi proposed openstack/kolla: Adding required check for Orchestration Kubernetes  https://review.openstack.org/36846903:34
sbezverkJeffrey4l: refactor with your suggestion:  https://review.openstack.org/36846903:34
zhubingbing_ping hiking03:41
zhubingbing_ping hiking03:41
zhubingbing_ping huikang03:42
*** yuanying has joined #openstack-kolla03:50
*** sdake has joined #openstack-kolla03:54
Jeffrey4lthanks.03:56
*** unicell has joined #openstack-kolla03:57
*** unicell has quit IRC03:57
*** zhubingbing_ has quit IRC03:59
*** unicell has joined #openstack-kolla04:02
*** zhubingbing_ has joined #openstack-kolla04:10
openstackgerritHui Kang proposed openstack/kolla: Add etcd ansible role  https://review.openstack.org/36466204:14
openstackgerritzhubingbing proposed openstack/kolla: Added grafana role  https://review.openstack.org/34645004:22
*** daneyon has joined #openstack-kolla04:36
*** daneyon has quit IRC04:41
openstackgerritzhubingbing proposed openstack/kolla: Added grafana role  https://review.openstack.org/34645004:46
*** salv-orlando has joined #openstack-kolla04:52
*** bdaca has joined #openstack-kolla04:52
openstackgerritBartłomiej Daca proposed openstack/kolla: Adding manila endpoints to HAProxy  https://review.openstack.org/36854604:53
*** Jeffrey4l has quit IRC05:00
*** Jeffrey4l has joined #openstack-kolla05:00
*** mandre has joined #openstack-kolla05:01
*** tonanhngo has joined #openstack-kolla05:01
*** neilus has joined #openstack-kolla05:02
*** neilus has quit IRC05:07
*** unicell has quit IRC05:07
*** unicell1 has joined #openstack-kolla05:07
*** unicell has joined #openstack-kolla05:11
*** unicell1 has quit IRC05:12
*** unicell1 has joined #openstack-kolla05:17
*** unicell has quit IRC05:17
*** msimonin has joined #openstack-kolla05:17
*** msimonin has quit IRC05:18
*** egonzalez90 has joined #openstack-kolla05:19
*** egonzalez90 has quit IRC05:20
*** egonzalez90 has joined #openstack-kolla05:20
mtaylor22@Jeffrey4l ping05:21
*** senk has joined #openstack-kolla05:21
openstackgerritEduardo Gonzalez proposed openstack/kolla: Add Senlin Ansible role  https://review.openstack.org/33972505:26
Jeffrey4lmtaylor22, pong05:30
mtaylor22hello :)05:30
mtaylor22ive been digging more into RTNETLINK issue05:30
mtaylor22ah 1  moment05:30
Jeffrey4lcool05:31
Jeffrey4lany deeper find?05:32
mtaylor22its hard to say05:32
*** egonzalez90 has quit IRC05:32
mtaylor22it looks like docker is using shm (which is normal), but i think there may be associations between those and the namespaces05:32
mtaylor22once i unmounted the shm mounts, i could 'ip netns del <ns>'05:33
mtaylor22mind you, docker was stopped05:33
mtaylor22just trying again to confirm05:33
mtaylor22i am focusing more on docker at the moment05:33
mtaylor22and also iproute2 packges05:33
mtaylor22iproute2 is meant to unlink, wait, unmount namespaces05:34
mtaylor22even if the namespaces are in use05:34
mtaylor22latest stable release is 4.6.0, however CentOS upstream only has 3.10.005:35
mtaylor22so i want to check changelogs between builds on that too05:35
mtaylor224.6.0 is in fc2505:38
bjolomorning05:40
mtaylor22sup05:40
bjolocoffe :)05:42
mtaylor22ah yes05:42
mtaylor22just had one then too :p05:42
mtaylor22except its 15:44 here05:44
bjolowhere are you? japan?05:44
Jeffrey4lmtaylor22, nice dig. I think we will find the root cause soon. :)05:44
mtaylor22i hope so05:45
*** senk has quit IRC05:45
mtaylor22atm i am just building a rpm for iproute2 4.6.0 under kernel uhh05:45
*** senk has joined #openstack-kolla05:46
Jeffrey4ljust want to make clear: if we do not use shm in container, the docker will stopped when run `ip netns del`?05:46
Jeffrey4lmtaylor22, ^05:46
mtaylor22hm05:47
*** senk has quit IRC05:47
mtaylor22unsure05:47
mtaylor22actually i wonder what semaphores are in use05:48
mtaylor22after docker dies05:48
mtaylor22Jeffrey4l: can you rephrase that question? (sorry)05:48
mtaylor22ie. will docker die if i run `ip netns del` ?05:48
Jeffrey4l<mtaylor22> once i unmounted the shm mounts, i could 'ip netns del <ns>'05:48
Jeffrey4l<mtaylor22> mind you, docker was stopped05:48
Jeffrey4lyep.05:48
mtaylor22i haven't tested not using shm in the container05:49
mtaylor22i need to research a bit more to understand how docker uses shm05:49
Jeffrey4lok. so you tried umounting the shm from container during the container is running?05:49
mtaylor22ooooh05:50
mtaylor22no, i haven't done that.05:50
mtaylor22i have not unmounted shm mounts while container is running. only while container is stopped05:50
Jeffrey4lOK. got.05:50
mtaylor22http://pastebin.com/5xDre0d305:50
Jeffrey4l`docker run --shm-size 0 ` this should disable the shm in container05:50
mtaylor22roger, i'll test in a moment.05:51
mtaylor22lol ignore line 60.05:51
Jeffrey4lgot. clearly.05:51
Jeffrey4lmtaylor22, have u tried to delete all the interfaces in the namespace before deleting it?05:52
mtaylor22yes05:52
mtaylor22i tried that earlier, was unable to remove the interfaces05:52
Jeffrey4lok.05:52
mtaylor22ill try with shm size 0 shortly.05:53
mtaylor22just fixing the enviroment after breaking it (lol)05:53
Jeffrey4lOK. thanks.05:53
mtaylor22the thing that annoys me the most is `ip netns pids <ns>` does not work from the host, or inside containers ..05:55
Jeffrey4lhmm --shm-size 0 seems not work.05:55
Jeffrey4lthe docker ignore the value `0` and use 64M still.05:56
openstackgerritzhubingbing proposed openstack/kolla: Added grafana role  https://review.openstack.org/34645005:57
mtaylor22ok05:59
mtaylor22i am checking to see what semaphores are left over once docker has stopped05:59
*** egonzalez90 has joined #openstack-kolla06:00
egonzalez90morning guys06:00
Jeffrey4lOK06:00
Jeffrey4lmorning :)06:01
egonzalez90still ubuntu neutron-server broken?06:02
bjolomorning egonzalez9006:07
*** yingjun has quit IRC06:17
*** haplo37 has quit IRC06:19
*** caowei has joined #openstack-kolla06:20
*** haplo37 has joined #openstack-kolla06:22
*** coolsvap has joined #openstack-kolla06:22
Jeffrey4legonzalez90, yep. fix is here https://review.openstack.org/36834206:25
Jeffrey4lcoolsvap, could u review this?  https://review.openstack.org/36834206:25
Jeffrey4lit blocked the ubuntu binary gate.06:25
coolsvapJeffrey4l: ack06:26
*** dupengfei has joined #openstack-kolla06:26
Jeffrey4lthanks.06:26
coolsvapJeffrey4l: np :) gate looks good (green) now :)06:27
dupengfeiHello, Is Kevin Fox here?06:27
dupengfeiKevin Fox: Is Kevin Fox here ?06:27
coolsvapJeffrey4l: we should probably get some consensus on voting gates sooner than later06:27
Jeffrey4ldupengfei, seems no.06:27
dupengfeioh,~~06:28
coolsvapdupengfei: you are around 8-10 hrs early06:28
Jeffrey4lcoolsvap, agreed.06:28
dupengfeiOh, I see.06:28
Jeffrey4lBut question is: we need enable the voting branch by branch. rather than enable on all branches.06:28
openstackgerritMerged openstack/kolla: Add neutron-lbaas-agent to exlude image for Ubuntu binary  https://review.openstack.org/36834206:28
coolsvapJeffrey4l: yes06:29
coolsvapbut then only the gating failures will be taken seriously and debugged by more people06:29
dupengfeiIs there a good IRC client instead of  http://webchat.freenode.net ? (windows)06:30
coolsvapxchat is available on windows i suppose06:30
mtaylor22mIRC also06:30
coolsvapmIRC requires to purchase some licence iirc06:31
dupengfeixchat don't work because of authentication issues.06:31
dupengfeiI try mIRC later.06:31
Jeffrey4ldupengfei, try this https://hexchat.github.io/downloads.html06:31
mtaylor22ah 30 days06:31
mtaylor22for mIRC06:31
Jeffrey4lthis is free :)06:31
dupengfeithanks, I try.06:31
coolsvapyou can also try irccloud unless you want to move out of web based clients06:32
openstackgerritNguyen Hung Phuong proposed openstack/kolla-kubernetes: TrivialFix: Remove unused code  https://review.openstack.org/36856906:33
dupengfeiYou mean other clients are of web based clients ?06:33
*** dupengfei has left #openstack-kolla06:38
*** dupengfei has joined #openstack-kolla06:41
mtaylor22Jeffrey4l: iproute2-4.6.0 building now06:44
mtaylor22(for testing)06:44
Jeffrey4lroger06:44
*** senk has joined #openstack-kolla06:46
*** neilus has joined #openstack-kolla06:51
dupengfeiIs there anyone here interested in kolla-k8s?06:55
*** neilus has quit IRC06:55
egonzalez90dupengfei, yup06:56
dupengfeiI see some confusion in the new features.06:56
dupengfeiThe configure file is generated by kolla-ansible.06:56
dupengfeibut, the init container change the IP in the kolla-k8s pod yml.j206:57
zhubingbing_yes06:57
dupengfeiIn my mind, the IP can be well assigned  in kolla-ansible,06:58
dupengfeiWhy do the init_container step ?06:58
zhubingbing_k8s the container is stateless.06:58
dupengfeiIf we use init_container, we should make all the config, not only some IP.06:58
zhubingbing_k8s service ip can fixed06:59
dupengfeiIn k8s, we use DNS domain instead of cluster-IP,07:00
dupengfeiwe can config with dns domain.07:00
zhubingbing_sure,good job, you can look this kube2sky07:01
mtaylor22no go Jeffrey4l :(07:01
mtaylor22http://pastebin.com/raw/UekR01mi07:02
Jeffrey4lhmm. OK.07:03
openstackgerritNguyen Hung Phuong proposed openstack/kolla-kubernetes: Clean imports in code  https://review.openstack.org/36859207:11
*** matrohon has joined #openstack-kolla07:13
*** berendt has joined #openstack-kolla07:15
*** berendt has quit IRC07:15
*** berendt has joined #openstack-kolla07:16
berendtmorning guys07:16
*** daneyon has joined #openstack-kolla07:18
*** mgoddard has joined #openstack-kolla07:20
*** daneyon has quit IRC07:23
*** msimonin has joined #openstack-kolla07:26
*** tonanhngo has quit IRC07:27
*** msimonin has quit IRC07:27
openstackgerritChristian Berendt proposed openstack/kolla: Add neutron-vpnaas-agent container  https://review.openstack.org/33549507:41
openstackgerritChristian Berendt proposed openstack/kolla: Enable CADF events in Keystone and introduce enable_cadf_notifications  https://review.openstack.org/34900607:41
mtaylor22Jeffrey4l: I am leaving for the day -- i have posted more comments in https://bugs.launchpad.net/kolla/+bug/161626807:45
openstackLaunchpad bug 1616268 in kolla mitaka "Stale namespace removal causing "RTNETLINK answers: Invalid argument" errors" [Critical,Confirmed]07:45
openstackgerritzhubingbing proposed openstack/kolla: Add Barbican ansible role  https://review.openstack.org/35251507:46
*** egonzalez90 has quit IRC07:48
openstackgerritChristian Berendt proposed openstack/kolla: Improve README file  https://review.openstack.org/36594107:52
zhubingbing_ping berendt07:52
berendtzhubingbing_ pong07:52
zhubingbing_hi07:52
*** neilus has joined #openstack-kolla07:53
*** neilus has quit IRC07:57
*** zhurong has quit IRC08:03
openstackgerritzhubingbing proposed openstack/kolla: Added grafana container  https://review.openstack.org/34644708:03
*** mbound has joined #openstack-kolla08:08
openstackgerritZeyu Zhu proposed openstack/kolla: When deployment with multinode, using this script can make service visit the target_node without password. using method: ./trustme.sh <target_node ip> <password>  https://review.openstack.org/36852408:08
*** neilus has joined #openstack-kolla08:10
*** gfidente has joined #openstack-kolla08:11
*** mtaylor22 has quit IRC08:12
*** egonzalez90 has joined #openstack-kolla08:14
openstackgerritNguyen Hung Phuong proposed openstack/kolla: Clean imports in code  https://review.openstack.org/36862408:15
*** neilus has quit IRC08:16
*** neilus_ has joined #openstack-kolla08:17
*** zhurong has joined #openstack-kolla08:28
*** tonanhngo has joined #openstack-kolla08:28
*** yingjun has joined #openstack-kolla08:29
*** msimonin has joined #openstack-kolla08:30
*** tonanhngo has quit IRC08:30
*** salv-orl_ has joined #openstack-kolla08:31
*** mgoddard has quit IRC08:32
*** salv-orlando has quit IRC08:34
*** msimonin has quit IRC08:34
*** msimonin has joined #openstack-kolla08:36
*** neilus_1 has joined #openstack-kolla08:37
*** msimonin has left #openstack-kolla08:39
*** msimonin has joined #openstack-kolla08:40
*** neilus_ has quit IRC08:40
*** msimonin has quit IRC08:41
openstackgerritzhubingbing proposed openstack/kolla: Added grafana role  https://review.openstack.org/34645008:41
*** mgoddard has joined #openstack-kolla08:47
*** gfidente has quit IRC08:47
*** neilus_1 has quit IRC08:51
*** neilus has joined #openstack-kolla08:52
*** prithiv has joined #openstack-kolla08:55
*** neilus has quit IRC08:56
*** openstackgerrit has quit IRC09:04
*** openstackgerrit has joined #openstack-kolla09:04
*** egonzalez90 has quit IRC09:05
*** neilus_ has joined #openstack-kolla09:07
*** daneyon has joined #openstack-kolla09:07
*** daneyon has quit IRC09:11
*** zhugaoxiao has quit IRC09:16
*** zhugaoxiao has joined #openstack-kolla09:17
prithivhi. can i use recheck now. is the issue with the gate still on09:19
openstackgerritPaul Bourke proposed openstack/kolla: Allow mysql to be used as a database for Ceilometer  https://review.openstack.org/36066909:20
*** neilus_1 has joined #openstack-kolla09:21
*** williamcaban has joined #openstack-kolla09:23
*** neilus_ has quit IRC09:24
duonghqprithiv: it should be ok now09:26
duonghqJeffrey's ps is merged09:26
prithivokay. i will try to run recheck now. i still see errors for couple of non-voting task (which were successful before)09:27
duonghqthe ps is merged just 3hrs ago09:28
*** tonanhngo has joined #openstack-kolla09:28
duonghqhope that it'll be ok09:28
Jeffrey4lprithiv, you need a rebase to include that PS.09:29
*** tonanhngo has quit IRC09:29
duonghqah, forget that, Jeffrey4l09:29
openstackgerritDuong Ha-Quang proposed openstack/kolla: Specify 'become' to neccesary tasks (general roles)  https://review.openstack.org/35853909:29
openstackgerritDuong Ha-Quang proposed openstack/kolla: Specify 'become' for only neccesary tasks (default roles)  https://review.openstack.org/35903109:31
openstackgerritDuong Ha-Quang proposed openstack/kolla: Specify 'become' for only neccesary tasks (all other roles)  https://review.openstack.org/35909609:31
prithivthank you...09:32
Jeffrey4l:)09:32
*** egonzalez90 has joined #openstack-kolla09:35
openstackgerritMerged openstack/kolla: Added grafana container  https://review.openstack.org/34644709:37
openstackgerritdupengfei proposed openstack/kolla-kubernetes: Support nova_consoleauth and nova_novncproxy     Right now, nova_consoleauth and nova_novncproxy can't be deployed by kolla-kubernetes. This feature is to implement it.     I create 2 pods which kind is PetSet.  https://review.openstack.org/36727009:38
*** zhubingbing_ has quit IRC09:48
*** zhubingbing_ has joined #openstack-kolla09:54
*** ankush has quit IRC09:54
*** yingjun has quit IRC09:54
*** msimonin has joined #openstack-kolla09:56
*** msimonin has quit IRC09:57
openstackgerritJeffrey Zhang proposed openstack/kolla: Use delorean rabbitmq  https://review.openstack.org/36726909:58
*** zhubingbing_ has quit IRC09:59
*** zhubingbing_ has joined #openstack-kolla09:59
*** msimonin has joined #openstack-kolla10:00
*** msimonin has quit IRC10:00
duonghqwhich guide I should use to deploy kolla-k810:00
duonghq*k8s10:00
*** zhubingbing_ has quit IRC10:01
*** ankush has joined #openstack-kolla10:04
*** zhurong has quit IRC10:04
*** jmccarthy has quit IRC10:09
*** jmccarthy has joined #openstack-kolla10:10
*** neilus_1 has quit IRC10:13
*** neilus_ has joined #openstack-kolla10:13
*** fragatin_ has joined #openstack-kolla10:15
*** williamcaban has quit IRC10:16
openstackgerritMd Nadeem proposed openstack/kolla-kubernetes: Remove 'MANIFEST.in'  https://review.openstack.org/36871310:16
*** neilus has joined #openstack-kolla10:17
*** duonghq has left #openstack-kolla10:19
*** duonghq has quit IRC10:19
*** sdake has quit IRC10:19
*** fragatina has quit IRC10:19
*** neilus has quit IRC10:22
openstackgerritdupengfei proposed openstack/kolla-kubernetes: Support nova_consoleauth and nova_novncproxy  https://review.openstack.org/36727010:25
*** neilus_ has quit IRC10:30
*** egonzalez90 has quit IRC10:37
*** zhubingbing has joined #openstack-kolla10:43
*** prithiv has quit IRC10:43
zhubingbingkolla-k8s。?10:44
*** caowei has quit IRC10:45
*** neilus_ has joined #openstack-kolla10:46
zhubingbingping <egonzalez9010:46
zhubingbingping egonzalez9010:46
*** diogogmt_ has joined #openstack-kolla10:52
*** diogogmt has quit IRC10:53
*** diogogmt_ is now known as diogogmt10:53
*** daneyon has joined #openstack-kolla10:55
*** shardy has joined #openstack-kolla10:56
*** dupengfei has quit IRC10:56
sean-k-mooneyout of interest what is the keystone-ssh container used for?10:59
*** daneyon has quit IRC10:59
Jeffrey4lsean-k-mooney, it is used for keystone fernet token.11:02
Jeffrey4lsean-k-mooney, fernet token will distribute keys by using ssh11:02
sean-k-mooneyoh ok. we both the keystone ssh and keystone fernet conatiner seam to not build on ubuntu source currently on my system11:03
sean-k-mooneyi guess i should be able to deploy without them if im not using fernet token autentication?11:04
Jeffrey4lsean-k-mooney, yep. what error message did you get?11:04
sean-k-mooneyfor some reason it is trying to install packages for those containers and for bifrost via ipv6 so it fails to connect to the apt repo11:06
sean-k-mooneythe vm im builing in gets an ipv6 adress from openstack but i do not actully have ipv6 connectiviy to the outside world.11:07
sean-k-mooneyit should be an easy fix just wondering if i can deploy without it and fix it later.11:07
Jeffrey4lthere is nothing special for these containers and should success. i think you have some network connect issue?11:07
Jeffrey4lyou can.11:08
sean-k-mooneywell all the rest build fine11:08
sean-k-mooneyif i remove the ipv6 adress from the vm im building the images on im sure it would work fine so i think its a local env issue. just not sure why it only effect 4 images11:11
sean-k-mooneyanyway thanks11:11
*** Pavo has quit IRC11:17
*** williamcaban has joined #openstack-kolla11:20
*** williamcaban has quit IRC11:25
*** Pavo has joined #openstack-kolla11:25
*** bdaca has quit IRC11:27
*** shardy has quit IRC11:29
*** zhubingbing has quit IRC11:31
openstackgerritPaul Bourke proposed openstack/kolla: Allow mysql to be used as a database for Ceilometer  https://review.openstack.org/36066911:41
*** zhubingbing_ has joined #openstack-kolla11:44
zhubingbing_hello guys11:44
*** ccesario has joined #openstack-kolla11:45
openstackgerritMerged openstack/kolla: Ansible roles for collectd Container  https://review.openstack.org/36608211:47
*** mliima has joined #openstack-kolla11:47
zhubingbing_ping Paul Bourke11:47
*** gfidente has joined #openstack-kolla11:49
pbourkezhubingbing_: hi11:51
zhubingbing_hi11:51
*** rhallisey has joined #openstack-kolla11:52
mliimamorning guys11:55
mliimai need some reviews here -> https://review.openstack.org/#/c/366247/311:55
openstackgerritzhubingbing proposed openstack/kolla: Added grafana role  https://review.openstack.org/34645011:56
*** neilus has joined #openstack-kolla11:57
*** Jeffrey4l_ has joined #openstack-kolla12:00
*** Jeffrey4l_ has quit IRC12:01
*** Jeffrey4l_ has joined #openstack-kolla12:01
*** neilus has quit IRC12:02
openstackgerritMerged openstack/kolla: Improve README file  https://review.openstack.org/36594112:02
*** lamt has quit IRC12:03
openstackgerritMerged openstack/kolla: Adding manila endpoints to HAProxy  https://review.openstack.org/36854612:04
*** Jeffrey4l_ has quit IRC12:05
*** dwalsh has joined #openstack-kolla12:06
*** prithiv has joined #openstack-kolla12:15
*** yingjun has joined #openstack-kolla12:15
*** coolsvap is now known as _coolsvap_12:22
*** fragatin_ has quit IRC12:23
bjoloquestion about upgrades if anyone have time12:24
bjolois it possible to just upgrade one container? (or service)12:24
bjolohypothetically there is a bugg in service foo that i want to fix asap. I build new containers for foo, and do kolla-ansible upgrade12:25
bjoloit seems like i have to build new containers for all services (or build same container but with a new version number e.g. 3.0.0.42) and upgrade all of them even though foo is the only NEW container12:27
bjolois this correct?12:27
*** DanyC has joined #openstack-kolla12:31
Jeffrey4lbjolo, it is possible. we have variable like `nova_api_tag` variable. in default it equal to `openstack_release`. But you can just specify that value. It will upgrade the nova_api only.12:36
Jeffrey4lBut Kolla do not guarantee nova work after upgrade. You need test whether only upgrade nova_api work.12:37
*** fguillot has joined #openstack-kolla12:40
*** daneyon has joined #openstack-kolla12:43
bjoloJeffrey4l, ah ok in the defaults/main.yml for each service12:46
bjolorole12:46
*** DanyC has quit IRC12:48
*** daneyon has quit IRC12:48
bjoloso i can specify it in globals.conf and then do a custom upgrade for service foo. i.e. openstack_release=3.0.0.42 and nova_api_tag=3.0.0.42patch123412:48
bjolofollowed by kolla-ansible upgrade12:49
bjoloor do you mean something else?12:49
Jeffrey4lbjolo, i think so.12:49
Jeffrey4lopenstack_release=3.0.0.42 and nova_api_tag=3.0.0.42patch123412:49
*** zhubingbing_ has quit IRC12:51
openstackgerritMerged openstack/kolla: Use delorean rabbitmq  https://review.openstack.org/36726912:56
*** neilus has joined #openstack-kolla12:57
*** Jeffrey4l has quit IRC12:59
*** Jeffrey4l has joined #openstack-kolla12:59
*** msimonin has joined #openstack-kolla12:59
*** zhubingbing_ has joined #openstack-kolla12:59
*** lrensing_ has joined #openstack-kolla13:01
*** dwalsh has quit IRC13:01
*** neilus has quit IRC13:02
*** zhubingbing_ has quit IRC13:02
*** msimonin has quit IRC13:02
*** matrohon has quit IRC13:04
*** zhubingbing_ has joined #openstack-kolla13:04
*** msimonin has joined #openstack-kolla13:05
*** caowei has joined #openstack-kolla13:08
*** fguillot has quit IRC13:10
*** msimonin has quit IRC13:13
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Adding cinder database variable  https://review.openstack.org/36883113:14
*** lamt has joined #openstack-kolla13:16
*** dwalsh has joined #openstack-kolla13:17
*** matrohon has joined #openstack-kolla13:18
*** openstackgerrit has quit IRC13:19
*** openstackgerrit has joined #openstack-kolla13:19
*** neilus has joined #openstack-kolla13:24
*** neilus_ has quit IRC13:27
*** neilus_ has joined #openstack-kolla13:27
*** neilus has quit IRC13:30
openstackgerritzhubingbing proposed openstack/kolla: add telegraf log directory  /var/log/kolla/telegraf  https://review.openstack.org/36884713:31
openstackgerritSerguei Bezverkhi proposed openstack/kolla: Adding required check for Orchestration Kubernetes  https://review.openstack.org/36846913:32
*** inc0 has joined #openstack-kolla13:33
inc0good morning13:33
openstackgerritzhubingbing proposed openstack/kolla: add telegraf log directory  /var/log/kolla/telegraf  https://review.openstack.org/36884713:34
*** lamt has quit IRC13:36
*** zhurong has joined #openstack-kolla13:38
*** egonzalez90 has joined #openstack-kolla13:39
sean-k-mooneyinc0: good morning13:41
zhubingbing_hi13:41
sean-k-mooneyinc0: can i ask a quick question? do yo know how the ha proxy vip is allocated? that step is failing for me on master but not sure why13:42
zhubingbing_who can help me review https://review.openstack.org/#/c/368847/13:42
inc0haproxy vip?13:42
inc0user has to choose it himself13:42
sean-k-mooneyinc0: yep i have chosen one 192.168.10.254 but ansible is failing on TASK [haproxy : Waiting for virtual IP to appear]13:43
*** lamt has joined #openstack-kolla13:44
sean-k-mooneyinc0: i was just wondering if you had any tip on where to start debuging this13:44
inc0there can be several issues with this13:44
inc0first off, check if keepalived is up13:44
inc0ip a on nodes13:44
inc0see if floating is there13:44
inc0if it is, see if it's pingable13:44
sean-k-mooneythe ip is not pingabel. keepalived is spwaned but i did not check if it was working.13:45
inc0yeah do that13:45
inc0and if floating IP apeared13:45
sean-k-mooneyis keepalived responible for floating the ip between the nodes?13:45
inc0yes13:45
sean-k-mooneyok cool am the floating ip is not on either of the nodes but ill take a look at keepalived thanks13:47
sean-k-mooneyKeepalived_vrrp[14]: VRRP_Instance(kolla_internal_vip_51) ignoring received advertisment...13:48
sean-k-mooneyreceive an invalid ip number count associated with VRID!13:48
inc0sean-k-mooney, do you have multiple keepalived instances in same L2?13:50
*** dwalsh has quit IRC13:53
*** neilus has joined #openstack-kolla13:56
*** tonanhngo has joined #openstack-kolla13:58
*** neilus has quit IRC14:01
openstackgerritChristian Berendt proposed openstack/kolla: Add neutron-vpnaas-agent container  https://review.openstack.org/33549514:04
*** dwalsh has joined #openstack-kolla14:06
*** banix has joined #openstack-kolla14:08
openstackgerritzhubingbing proposed openstack/kolla: Added telegraf role  https://review.openstack.org/34644814:10
*** yingjun has quit IRC14:10
*** yingjun has joined #openstack-kolla14:11
lrensing_hello inc014:11
inc0gmorning lrensing_14:11
lrensing_in the review, you left a comment about using merge_ini to avoid config overriding14:12
inc0yeah, we need to make this one configurable somehow14:13
inc0but vmtp doesnt use ini right?14:13
lrensing_so, when vmtp is installed using pip, the default config gets saved to ./2.7.11/lib/python2.7/site-packages/vmtp/cfg.default.yaml14:14
lrensing_it uses yaml14:14
lrensing_how would i define that directory as a source in merge_yaml14:15
*** fguillot has joined #openstack-kolla14:15
lrensing_i don't know what best practices are, i would assume it shouldn't be hard coded14:15
inc0I don't think we have merge yaml module14:16
inc0however, that being said, you can use with_first_found14:16
lrensing_there is one in ansible/library/14:17
lamtinc0: https://github.com/openstack/kolla/blob/master/ansible/library/merge_yaml.py14:17
*** egonzalez90 has quit IRC14:18
*** eaguilar has joined #openstack-kolla14:18
inc0oh? how fun:)14:19
inc0use this then:)14:19
inc0that's why we have 2* +2 requirement14:19
openstackgerritMick Thompson proposed openstack/kolla: Added serial option to site.yml.  https://review.openstack.org/36726414:20
lamtthe question I have per lrensing_'s comment earlier, is that the default configuration cfg.default.yaml is installed to ./2.7.11/lib/python2.7/site-packages/vmtp/cfg.default.yaml.14:20
lamtis there a variable that can be used to reference that path, since it is not the usual {{node_config_directory}}14:21
*** neilus has joined #openstack-kolla14:23
*** igordcard has joined #openstack-kolla14:26
*** neilus has quit IRC14:28
inc0lamt so node_config_directory will be directory mounted from host14:29
inc0since lrensing_ is rendering the template of config, we don't care about default any more14:29
*** salv-orlando has joined #openstack-kolla14:30
*** egonzalez90 has joined #openstack-kolla14:30
lamtinc0: thanks14:32
*** michauds has joined #openstack-kolla14:33
*** salv-orl_ has quit IRC14:33
*** senk has quit IRC14:38
*** lyncos_ has joined #openstack-kolla14:39
*** yingjun has quit IRC14:40
*** yingjun has joined #openstack-kolla14:40
zhubingbing_ping Dave Walker14:40
*** zhubingbing_ has quit IRC14:42
*** yingjun has quit IRC14:45
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Fix mariadb pvc name  https://review.openstack.org/36852514:48
*** prithiv has quit IRC14:48
*** sdake has joined #openstack-kolla14:51
*** sdake has quit IRC14:51
*** sdake has joined #openstack-kolla14:51
jmccarthyQuestion about upgrades, I seem to have an issue where the configuration for keepalived is not correct when trying to do an upgrade .. anyone familiar with this sort of thing ?14:52
*** zhubingbing has joined #openstack-kolla14:53
sbezverksdake: could you please check this ps we need these changes on kolla side for kubernetes config to be generated automatically without manual edtiging after: https://review.openstack.org/#/c/368469/14:53
inc0jmccarthy, how not correct?14:53
jmccarthyIt's like the json that set_configs should act on doesn't happen14:53
*** neilus has joined #openstack-kolla14:53
zhubingbingsdake, barbican role  can u review it14:53
jmccarthyThe config is /etc/keepalived/keepalived.conf is wrong (like some default one from somewhere)14:54
zhubingbinghttps://review.openstack.org/#/c/352515/14:54
jmccarthybut the one in /var/lib/kolla/config_files is correct14:54
*** zhurong has quit IRC14:55
jmccarthySorry ok to clarify the one on the host and at the ro mount to the keepalived container is correct14:55
inc0and container doesn't use the one in config directory?14:55
jmccarthybut in the container the one at /etc/keepalived is wrong14:55
inc0hmm14:55
inc0and it happends during upgrade?14:56
inc0did you do pull before upgrading?14:56
jmccarthyIt's like the keepalived.json.j2 actions are skipped, yep I have the new image pulled ok14:57
jmccarthy(It is running after I run upgrade)14:58
*** neilus has quit IRC15:00
*** mgoddard_ has joined #openstack-kolla15:00
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Adding cinder database variable  https://review.openstack.org/36883115:01
*** lrensing_ has quit IRC15:01
*** jgriffith has quit IRC15:03
*** mgoddard has quit IRC15:04
*** williamcaban has joined #openstack-kolla15:05
*** zhubingbing has quit IRC15:06
*** lamt has quit IRC15:07
*** zhubingbing has joined #openstack-kolla15:08
*** williamcaban has quit IRC15:09
*** banix has quit IRC15:12
*** banix has joined #openstack-kolla15:14
*** pbourke has quit IRC15:14
*** pbourke has joined #openstack-kolla15:15
*** unicell has joined #openstack-kolla15:16
openstackgerritzhubingbing proposed openstack/kolla: Added grafana role  https://review.openstack.org/34645015:17
*** huikang has joined #openstack-kolla15:17
*** v1k0d3n has joined #openstack-kolla15:17
*** unicell1 has quit IRC15:19
*** flaper87 has quit IRC15:21
openstackgerritzhubingbing proposed openstack/kolla: Added grafana role  https://review.openstack.org/34645015:21
*** lamt has joined #openstack-kolla15:23
*** matrohon has quit IRC15:25
*** zhubingbing has quit IRC15:26
*** msimonin has joined #openstack-kolla15:26
*** harlowja_at_home has joined #openstack-kolla15:27
*** srwilkers_ has joined #openstack-kolla15:27
*** zhubingbing has joined #openstack-kolla15:27
*** jheroux has joined #openstack-kolla15:27
*** msimonin has quit IRC15:27
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: WIP Modifying horizon pod for deployment type  https://review.openstack.org/36892115:27
*** lrensing_ has joined #openstack-kolla15:28
*** harlowja_still_a has joined #openstack-kolla15:29
*** caowei has quit IRC15:30
*** harlowja_still_a has quit IRC15:30
*** msimonin has joined #openstack-kolla15:31
sean-k-mooneyinc0: so was in a meeting until now but yes the issue i had with the floathing ip is defently cased by keepalived15:31
sean-k-mooneyKeepalived_vrrp[14]: bogus VRRP packet received on eno2 !!!15:31
sean-k-mooneyVRRP_Instance(kolla_internal_vip_51) ignoring received advertisment...15:31
sean-k-mooneyKeepalived_vrrp[14]: VRRP_Instance(kolla_internal_vip_51) ignoring received advertisment...15:31
sean-k-mooneyreceive an invalid ip number count associated with VRID!15:31
sean-k-mooneyKeepalived_vrrp[14]: receive an invalid ip number count associated with VRID!15:31
sean-k-mooneybogus VRRP packet received on eno2 !!!15:31
sdakesean-k-mooney try changing 51 to some other number15:32
inc0sean-k-mooney, you probably have different keepalived instance running in same L215:32
sean-k-mooneyok will do. what is the socping for this15:32
sean-k-mooneyinc0: yes yes i do15:32
inc0do as sdake said - configure in globals.yml keepalived_router_id15:33
inc0or sth like that, can't remember exactly name of var15:33
lrensing_if there is a specific directory we need to use in an ansible role, where is the appropriate place to define the directory?15:33
inc0it's there commented, just change the id15:33
inc0lrensing_, dir for what15:33
inc0?15:33
inc0brb15:33
sean-k-mooneyinc0: we used to have  port level vlan seperation on our tor but we removed it recently15:33
*** inc0 has quit IRC15:33
*** inc0 has joined #openstack-kolla15:34
*** Jeffrey4l has quit IRC15:35
*** Jeffrey4l has joined #openstack-kolla15:36
*** sdake has quit IRC15:40
*** sdake has joined #openstack-kolla15:40
sean-k-mooneysdake: inc0 yep that was the issue thanks15:47
sdakesean-k-mooney - yup - we hve passwords enabled in keepalived15:49
sdakesean-k-mooney i'd think that would prevent that problem15:50
sdakeit appears not so much15:50
*** eaguilar has quit IRC15:52
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: WIP Modifying horizon pod for deployment type  https://review.openstack.org/36892115:55
*** diogogmt has quit IRC15:57
*** neilus has joined #openstack-kolla15:59
sean-k-mooneysdake: are the passward for keepalived generated as part the genpasswd.py file or are they default values in ansible role i wonder16:00
sdakesean-k-mooney no idea - Jeffrey4l added that functionality to fix the exact problem you suffered from in the box gates16:01
*** tonanhngo has quit IRC16:01
sdakebecause they lack proper network isolation16:01
sean-k-mooneywell there is an entry in the password.yml16:01
sdakei had assumed it was working because bluebox gates stopped falling over16:01
sdakethis was 3 or 4 months ago16:02
sean-k-mooneystrange. ok well using a uniqui id "42" seams to have fixed it local. now i just need to figure our why cinder and glance do not like ceph :)16:03
sdakenice the delorean amqp patch meerged16:03
berendtthe password is part of passwords.yml and set in the keepalived.conf template (haproxy/templates/keepalived.conf.j2:        auth_pass {{ keepalived_password }})16:03
Jeffrey4lsean-k-mooney, what's the issue about the keepalived password?16:03
sdakeJeffrey4l he had a keepalived collsion16:04
*** neilus has quit IRC16:04
sdakewith multiple labs running kolla inside his environment16:04
sdakeand keepalived cratered16:04
Jeffrey4lit is introduce in case of someone make some fake vrrp package to get the vip address.16:05
sean-k-mooneysdake: the issue is probebly caused because the other kolla instance on that switch is currently running stable/mitaka16:05
sdakeJeffrey4l i thought it was introduced to make keepalived handle network collsions16:05
*** thumpba has joined #openstack-kolla16:06
sdakesean-k-mooney - well at worst that would break the mitaka version but shuld leave mater unphaed16:06
sdakeand i thought we backported that16:06
sdakemaybe we didn't16:06
Jeffrey4lthe keepalived_virtual_router_id is used for avoiding collisions16:06
Jeffrey4lthe password is used for safety.16:07
sdakekfox1111 back in the land of living today - you needed some assistance?16:07
sean-k-mooneyJeffrey4l: yes if i set that it resolves the issue.16:07
Jeffrey4lsean-k-mooney, that's why the router_id is introduced.16:07
sdakeJeffrey4l yes but i'd think auth would keep unwanted parties from intefering with keepalived16:07
sdakethe reason it was added to my knowledge was to fix the bluebox gates16:08
kfox1111sdake: yeah. I've been working on getting something going for testing.16:08
sdakeamong other things16:08
*** kangh_ has joined #openstack-kolla16:08
kfox1111I've got instructions for getting minikube running, and launching some of the kolla-kubernetes bits in it.16:08
sean-k-mooneyit looks like even if authenticate is enabled i can break keepalived but generating packets with the same id16:08
Jeffrey4lsdake, that's route_id not password :)16:08
kfox1111was thinking it might be a good start for getting some bare metal gate tests going.16:08
sdakeJeffrey4l see sean-k-mooney 's last msg16:08
sdakebare metal/vm?16:09
Jeffrey4lsean-k-mooney, same route_id with different password won't work.16:09
sean-k-mooneyJeffrey4l: same route_id with diffrent password will break keepalived16:09
Jeffrey4lyep.16:09
sdakewow you have to be kidding me16:09
sean-k-mooneyJeffrey4l: isnt that a bad thing that we would like to not happen16:09
sean-k-mooneyJeffrey4l: espcially since there are only 254 ids you can use16:10
sdakesean-k-mooney yes - it sounds like an upstream bug to me16:10
Jeffrey4lsean-k-mooney, so, what's your opinion?16:10
Jeffrey4lsean-k-mooney, you can use virtual_ip with vlan? :)16:10
sdakeJeffrey4l having keepalived spew out warnings is one thing - having keepalived crater on an invalid packet is another16:10
sdakevlan is good answer  - needs to be documented - since its a security risk16:11
*** huikang has quit IRC16:11
sean-k-mooneyJeffrey4l: i would have assumed if the password did not match it would discard the packet and have no other effect bar parhaps a log entry to that effect16:11
sdakesean-k-mooney that is my thinking as well16:11
Jeffrey4lsean-k-mooney, no. for example, we have two keepalived cluster with the same route id and different password.16:12
Jeffrey4leach cluster has two nodes.16:12
sean-k-mooneyits not really an issue for me as this is jsut for our dev lab and i can make sure that we dont have overlaping ids16:12
Jeffrey4lat a result, who should hold the vip? ( if the two cluster has the same vip )16:13
berendti think it will help to change kolla_internal_vip_address: "169.254.169.10" to kolla_internal_vip_address: "169.254.169.${KEEPALIVED_VIRTUAL_ROUTER_ID}"16:14
openstackgerritzhubingbing proposed openstack/kolla: Add Barbican ansible role  https://review.openstack.org/35251516:15
berendtI thought I proposed this in the past, but I do not find a review for it16:15
sean-k-mooneyJeffrey4l: in that case i really dont know who should get the ip but the current situation is neither will get the ip as both keepalived instances will error16:15
Jeffrey4lberendt, 169.254 is a loop address. that issue should never happen, unless we use a real vip share among at least two nodes.16:15
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Modifying horizon pod for deployment type  https://review.openstack.org/36892116:15
openstackgerritzhubingbing proposed openstack/kolla: Add Barbican ansible role  https://review.openstack.org/35251516:16
Jeffrey4lanyway, when the keepalived is not well configured ( two cluster, same route_id, different password ), it do not work and print error message in log.16:17
Jeffrey4li think this is reasonable. and operator should avoid this case.16:17
Jeffrey4lignoring it is wrong.16:17
*** vhosakot has joined #openstack-kolla16:18
sdakeJeffrey4l agree ignoring is inot optimal16:18
sdakeJeffrey4l surely someone on the network should not be able to create a malformed packet and crater the entire deployment16:19
*** diogogmt has joined #openstack-kolla16:19
sdakeand by create a malformed packet i mean "guess at the vrrp id and run keepalived"16:19
sdakein the meantime while we sort that out I think we should recommend a vlan-based workaround16:20
sdakewith a link to a bug id16:20
*** egonzalez90 has quit IRC16:20
sdakesean-k-mooney could you open a bug plz with your relevant logs (if yu still hvae them)16:20
Jeffrey4lif so, he can easily get the vip address and it turns out my above case.16:21
Jeffrey4lya. vlan-based network is required for security consideration.16:21
*** vhosakot has quit IRC16:21
berendtwhat about using auth_type AH instead of PASS? this will at least increase the security16:22
berendtand we could use unicast connections instead of multicast16:22
* Jeffrey4l hmm what's this? seaching16:22
berendtAH uses ipsec for the authentication header, PASS transmits the password in cleartext16:23
berendtso if you have access to the vlan used for keepalived the password is useless16:23
*** jgriffith_ has joined #openstack-kolla16:24
Jeffrey4lberendt, is PASS really transmits the password in cleartext? i doubt that.16:25
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Modifying horizon pod for deployment type  https://review.openstack.org/36892116:26
*** vhosakot has joined #openstack-kolla16:27
berendtJeffrey4l read this somewhere, I cannot find a not in the keepalived docs that is is encrypted16:28
sean-k-mooneysdake: sure do you want me to flag them with security16:28
berendthttps://www.atlantic.net/community/howto/vrrp-keepalived-configuration/16:28
sdakesean-k-mooney that wuld be typical - although we have had this conversation in the open in a logged channel16:29
sdakeso genie out of the bottle16:29
*** jgriffith_ has quit IRC16:29
*** sdake_ has joined #openstack-kolla16:30
*** vhosakot has quit IRC16:32
*** msimonin has quit IRC16:32
openstackgerritChristian Berendt proposed openstack/kolla: Allow a custom keepalived configuration file  https://review.openstack.org/36895616:33
Jeffrey4lberendt, you are right PASS is plain text.16:33
Jeffrey4lhttps://tools.ietf.org/html/rfc2338#section-10.216:33
*** bmace has joined #openstack-kolla16:33
berendtDoh, I have not checked the RFC :(16:34
Jeffrey4lBut AH is not using ipsec.16:34
Jeffrey4land both of them are deprecated in latest rfc doc https://tools.ietf.org/html/rfc3768#section-5.3.616:34
*** ssurana has joined #openstack-kolla16:34
*** harlowja_at_home has quit IRC16:35
berendtJeffrey4l # AH - IPSEC (not recommended))16:35
*** jgriffith has joined #openstack-kolla16:35
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Modifying horizon pod for deployment type  https://review.openstack.org/36892116:35
berendtanyway, if it is marked as deprecated it makes no sense to use it16:35
Jeffrey4lyep.16:35
openstackgerritChristian Berendt proposed openstack/kolla: Allow a custom haproxy configuration file  https://review.openstack.org/36895916:37
Jeffrey4lfyi:  This type (PASS) of authentication is useful to protect against accidental16:37
Jeffrey4l   misconfiguration of routers on a LAN.16:37
kfox1111nice... up through keystone working...16:38
*** senk has joined #openstack-kolla16:39
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Modifying horizon pod for deployment type  https://review.openstack.org/36892116:42
*** vhosakot has joined #openstack-kolla16:46
*** diogogmt has quit IRC16:47
*** unicell has quit IRC16:48
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Modifying horizon pod for deployment type  https://review.openstack.org/36892116:50
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla: Allow customizations of pip packages  https://review.openstack.org/36897316:51
*** williamcaban has joined #openstack-kolla16:54
*** williamcaban has quit IRC16:58
sbezverkkfox1111: ping16:58
*** neilus_ has left #openstack-kolla16:59
*** inc0 has quit IRC16:59
*** inc0 has joined #openstack-kolla17:00
*** LamT_ has quit IRC17:01
*** fragatina has joined #openstack-kolla17:01
*** sdake has quit IRC17:04
*** sdake has joined #openstack-kolla17:06
*** sdake_ has quit IRC17:09
dimsgo sdake ! nice passing of the baton17:09
*** gfidente is now known as gfidente|afk17:10
sdakedims thx17:10
openstackgerritChristian Berendt proposed openstack/kolla: Check if libvirtd apparmor profiles exists before removal  https://review.openstack.org/36898517:13
*** charliekang has joined #openstack-kolla17:15
inc0let see who gets hit by it17:15
*** harlowja has joined #openstack-kolla17:19
*** diogogmt has joined #openstack-kolla17:21
*** unicell has joined #openstack-kolla17:23
sean-k-mooneyso for https://review.openstack.org/368985 do you see a failure if no profile is present?17:24
sean-k-mooneyyou shoudl be able to run the kolla-host playbook multiple times on the same host today17:25
sean-k-mooneyberendt ^^17:25
berendti tested the command on one of my nodes and got a failure17:25
sean-k-mooneystrange i tested the  entire playbook to make sure that you could run it many times and did not get a failure on ubuntu14.04,16.04 or centos17:26
berendtthe test is not really accurate17:27
berendtthe issue was that i first tested this command and afterwards i installed apparmor17:27
berendtif apparmor is installed everything is fined17:27
berendtroot@de-1-compute-1 ~ # apparmor_parser -R /etc/apparmor.d/usr.sbin.libvirtd17:27
berendtFile /etc/apparmor.d/usr.sbin.libvirtd not found, skipping...17:27
berendtroot@de-1-compute-1 ~ # echo $?17:27
berendt017:27
sean-k-mooneyok so this only happens if apparmor is not installed?17:28
berendti think so, my task faield because apparmor_parser was not available17:28
sean-k-mooneyi did not test that as it installed by default. ok the change makes sense to me then though perphaps we should be checking if apparmor is installed then?17:29
berendti use a minimized preseed profile and install apparmor with openstack-ansible-security17:29
berendti think that proposed check is fine, the file /etc/apparmor.d/usr.sbin.libvirtd only exists when apparmor is installed17:30
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Modifying horizon pod for deployment type  https://review.openstack.org/36892117:30
sean-k-mooneyberendt: i dont think it s removed if apparmor is unistalled though17:30
berendthm. it is part of libvirtd package17:31
berendtprobably this is a very specific failure because i do not install apparmor in a first step17:32
*** harmw_ is now known as harmw17:33
sean-k-mooneyok well i dont see any harm in checking if the profile exist i was just wondering how you encountered this error as i did not hit it on the cloud images or with a minimal server install form the iso17:34
mliimaguys, i need some reviews here https://review.openstack.org/#/c/366247/17:34
berendtmaybe it is better to check if /etc/apparmor.d exists17:34
mliimai tested it and work fine :)17:34
*** neilus has joined #openstack-kolla17:36
sean-k-mooneymliima: oh i actully have that error corrently glad to see its being fixed ill take a look at it now17:37
mliimaok sean-k-mooney17:38
*** neilus has quit IRC17:41
*** fragatina has quit IRC17:42
openstackgerritMauricio Lima proposed openstack/kolla: Fix manila_share container isn't up after deploy  https://review.openstack.org/36624717:42
*** harlowja has quit IRC17:43
sean-k-mooneymliima: i was just looking at https://github.com/openstack/kolla/blob/87b4b3c19ffd9888a061b2cd7a3cc8e88fae1989/ansible/roles/manila/templates/manila-share.conf.j2#L65-L69 the latest version looks good to me17:44
mliima:(17:45
*** harlowja has joined #openstack-kolla17:45
sean-k-mooneywhy sad?17:45
mliimabecause i get this error ERROR manila ManilaException: Config opt 'driver_handles_share_servers' has improper value - 'None'. Please define it as boolean.17:46
sean-k-mooneyoh...17:46
*** senk has quit IRC17:46
sean-k-mooneywait why are you defaultin it in  openstack/kolla / ansible/group_vars/all.yml and not ansible/roles/manila/defaults/main.yml17:47
mliimafor any reason it doesn't work :(17:47
mliimaall.yml17:47
*** senk has joined #openstack-kolla17:47
mliimahttps://github.com/openstack/kolla/blob/87b4b3c19ffd9888a061b2cd7a3cc8e88fae1989/ansible/group_vars/all.yml#L372-L37317:48
*** senk has quit IRC17:48
mliimasean-k-mooney, https://review.openstack.org/#/c/366247/4/ansible/group_vars/all.yml17:49
mliimai did it :)17:49
openstackgerritMerged openstack/kolla-kubernetes: Fix mariadb pvc name  https://review.openstack.org/36852517:49
mliimasean-k-mooney, i'll have a snack17:50
mliimawait for me17:50
berendtbye bye.. see you tomorrow17:54
sdakemliima you mke me hungry :)17:59
*** vhosakot has quit IRC18:02
*** tonanhngo has joined #openstack-kolla18:02
*** berendt has quit IRC18:04
mliimasean-k-mooney, i'm back18:11
mliimasdake, the chocolate cake was delicious18:12
sdakemliima i had crackers18:13
*** fragatina has joined #openstack-kolla18:13
openstackgerritMerged openstack/kolla: Move transport_url parameter before service_providers section  https://review.openstack.org/36796118:13
*** eaguilar has joined #openstack-kolla18:16
openstackgerritMerged openstack/kolla: Allow mysql to be used as a database for Ceilometer  https://review.openstack.org/36066918:18
sean-k-mooneymliima: i havent actully applied your patch but if i add driver_handles_share_servers = True to the manila_share contianers manila.conf it stop restarting so i think what your proposeing should work18:19
mliimayes sean-k-mooney18:20
mliimathe problem is that the variable driver_handles_share_servers isn't getting any value. Before this was running well, but for some reason stopped working.18:22
*** jheroux has quit IRC18:22
mliimathe syntax of the current code is correct, I don't see anything different in relation to other codes.18:23
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Fix glance pvc name  https://review.openstack.org/36900518:24
*** fragatina has quit IRC18:27
*** vhosakot has joined #openstack-kolla18:27
*** fragatina has joined #openstack-kolla18:27
inc0sdake, rc1 is Sep15 right?18:31
sdakeyup18:31
inc0nothing merges afterwards besides bug fixes right?18:32
sean-k-mooneyshould glance_backend_ceph: "yes" and cinder_backend_ceph: "yes" be set if you are not using external ceph? is it expecte to break anything?18:35
*** manjeets- is now known as msbhatia18:37
*** msbhatia is now known as manjeets-18:38
openstackgerritMerged openstack/kolla: Add Checking free port for Manila API  https://review.openstack.org/36741618:38
*** williamcaban has joined #openstack-kolla18:42
*** williamcaban has quit IRC18:46
sdakewhy on earth was the templating philosophy moved to a different document18:55
sdakewhy on earth is there a "architecture: TODO" in that document18:55
sdakeour philsophy document is our most critical document in the entire repo18:55
sdakeit should not be changed18:55
inc0I see what you mean18:57
*** mgoddard_ has quit IRC18:59
*** inc0 has quit IRC19:00
*** senk has joined #openstack-kolla19:00
kfox1111sean-k-mooney: I believe that just points ceph/glance at ceph.19:00
kfox1111so should be independant of deploying ceph or not.19:00
*** msimonin has joined #openstack-kolla19:00
*** msimonin1 has joined #openstack-kolla19:01
sean-k-mooneykfox1111: well when i deployed it did not create any of the non-cache volumes. trying to fiure our where they should be created currently19:01
sean-k-mooneykfox1111: sorry pools not volumes19:01
sean-k-mooneykfox1111: so i had  ceph osd pool ls19:02
sean-k-mooneyrbd19:02
sean-k-mooney.rgw.root19:02
sean-k-mooneydefault.rgw.control19:02
sean-k-mooneydefault.rgw.data.root19:02
sean-k-mooneydefault.rgw.gc19:02
sean-k-mooneydefault.rgw.log19:02
sean-k-mooneyimages-cache19:02
sean-k-mooneyvms-cache19:02
sean-k-mooneyvolumes-cache19:02
sean-k-mooneybackups-cache19:02
*** daneyon has joined #openstack-kolla19:02
kfox1111sean-k-mooney: Not sure on that one. I just know that those two optoins configure those services to point to ceph instead of using local storage.19:02
sean-k-mooneykfox1111: well that is what i want but ya it might be unrelated to my other issue19:03
kfox1111I mostly work on kolla-kubernetes, so am somewhat unfamilor with the kolla-ansible codebase/workflow.19:03
*** inc0 has joined #openstack-kolla19:04
sean-k-mooneyi normally dont use cinder/ceph and the last time i used it worked first time os trying to bursh up on the ceph role19:04
*** msimonin has quit IRC19:04
*** mandre has quit IRC19:06
*** senk has quit IRC19:07
kfox1111I need to dig into it a bit more myself. just haven't had the time yet.19:07
*** daneyon has quit IRC19:07
*** vbel has quit IRC19:09
*** vbel has joined #openstack-kolla19:09
sean-k-mooneywhy is tools/cleanup-contienrs deleating ovs bridges?19:12
sean-k-mooneythat totally breaks how i use that script19:12
openstackgerritSteven Dake proposed openstack/kolla: Revert "Build a more organized doc structure"  https://review.openstack.org/36901219:13
*** srwilkers_ has quit IRC19:15
sean-k-mooneypbourke: ay objection to reverting https://review.openstack.org/#/c/358924/ or moving the removal of the ovs bridg from  tools/cleanup-contianers to tools/cleanup-hosts19:16
*** mandre has joined #openstack-kolla19:17
sdakepbourke inc0 rhallisey can I get a merge on the above revert please19:20
sdakeor any other cores kicking around19:20
rhalliseysdake, not going with the doc revamp?19:21
*** williamcaban has joined #openstack-kolla19:21
sdakeinc0 missed your earlier question - only bug ffixees after rc1, and they all need to be backported to the newton branch -> rc1 triggers a branching of newton and master open for business19:21
sdakerhallisey dont mind doc  revamp19:22
sdakerhallisey but i do mind doc revamp of philosophy document19:22
sdakei like all of your other changed docs19:22
sdakei'm not sure how I missed  that particular one19:22
sdakelots of stuf in the review queue19:22
rhalliseysure19:22
rhalliseyI hear ya19:22
rhalliseywfm19:22
sdakemy main objection is that document should stand alone19:23
sdakeits a statement of what we represent19:23
sdakeit likely needs some updates19:23
sdakebecause wee have shifted a bit to focus more  on operational issues rather then just deployment19:23
sdakebecause for kolla, deployment is a solved problem19:23
sean-k-mooneysdake: rhallisey speaking of reverts https://review.openstack.org/#/c/358924 broke part of the fuctionality of tools/cleanup-contianers19:24
sean-k-mooneyshould i open a revert or submit a patch to move the chage to  tools/cleanup-hosts where it should have been made19:25
openstackgerritMauricio Lima proposed openstack/kolla: Fix change the virt_type in quickstart  https://review.openstack.org/36901819:25
mliimadear core reviews, i need some reviews here -> https://review.openstack.org/#/c/366247/19:26
sdakei think a move is fine sean-k-mooney19:26
mliimai tested it and work fine :)19:26
*** matrohon has joined #openstack-kolla19:27
sdakemliima does that change need a backport19:28
mliimayes19:29
mliimaand i'll update manila doc19:29
sdakemliima https://review.openstack.org/#/c/369012/ needs a review19:30
mliimaok19:30
*** williamcaban has quit IRC19:32
openstackgerritSerguei Bezverkhi proposed openstack/kolla: Adding required check for Orchestration Kubernetes  https://review.openstack.org/36846919:32
*** bjolo_ has joined #openstack-kolla19:33
bjolo_good evening19:33
sdakemliima rhallisey above needs a +2 but not workflow - i'll workflow when gate is green19:40
openstackgerritChristian Berendt proposed openstack/kolla: Allow a custom haproxy configuration file  https://review.openstack.org/36895919:41
*** vhosakot has quit IRC19:41
bjolo_looking at the documentation for network configuration... http://docs.openstack.org/developer/kolla/architecture-guide.html#network-configuration19:45
openstackgerritTin Lam proposed openstack/kolla: Add ansible role for vmtp container  https://review.openstack.org/35830519:46
sbezverkrhallisey: please check it will make generation of config for kubernetes almost automatic https://review.openstack.org/#/c/368469/19:46
bjolo_what network interface is intendent to have the default gw?19:46
openstackgerritsean mooney proposed openstack/kolla: move ovs cleanup to tools/cleanup-host  https://review.openstack.org/36902319:47
bjolo_not all host groups needs to have all networks.19:47
*** lamt has quit IRC19:47
sean-k-mooneybjolo_: for tenant or on the kolla host os?19:49
bjolo_kolla host nodes19:49
sean-k-mooneyfor the kolla host nodes you can use any network as your defualt network provided its has an ip. so any interface other then the neutorn_external_interface19:50
*** lrensing_ has quit IRC19:51
bjolo_makes sense to make network_interface default gw, but if you configure api_interface as well it would give routing issues right?19:51
sean-k-mooneybjolo_: usually you would have the default route be on the api interface as that is expected to be internet facing but its up to you19:51
bjolo_sorry19:51
bjolo_kolla_external_vip_interface i mean19:52
bjolo_as an operator, i want all my nodes accessible on one network for mgmt19:52
sean-k-mooneyso the kolla_external_vip_interface is usally the same as you api interface19:53
bjolo_but i only want to expose a small number of hosts on kolla_external_vip_interface network. (network nodes only needed i presume)19:53
bjolo_sean-k-mooney, is it?19:53
openstackgerritMerged openstack/kolla: Revert "Build a more organized doc structure"  https://review.openstack.org/36901219:54
mliimai need +2 and workflow here -> https://review.openstack.org/#/c/366247/19:54
bjolo_kolla_external_vip_interface needs routing19:54
*** rhallisey has quit IRC19:55
sean-k-mooneybjolo_: unless it has been removed there used to be an internal vip also19:55
openstackgerritMerged openstack/kolla-kubernetes: Fix glance pvc name  https://review.openstack.org/36900519:55
bjolo_sean-k-mooney, still there. placed on api_interface (if configured)19:56
sean-k-mooneybjolo_: basically all of openstack own traffic uses the internal vip and need to be routable only withing your cloud19:56
sean-k-mooneythe external vip is what you expose to the outside world19:57
bjolo_got that19:57
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Modifying horizon pod for deployment type  https://review.openstack.org/36892119:57
sean-k-mooneyso in you case you would only configure a different external vip on the subset of nodes(your contolers) that you want to expose externally but i think that may already be the default config19:58
bjolo_but i get a routing conflict between network_interface which is the default route for all nodes and my network nodes that provides kolla_external_vip_interface19:58
bjolo_solvable, but does require additional routing tables19:59
sean-k-mooneyare you setting a default rout on both the kolla_external_vip_interface and the api_interface?19:59
bjolo_have not done yet, but looking at it20:00
sean-k-mooneybjolo_: basiclaly the only nodes that will use the kolla_external_vip_interface are the controler nodes where the haproxy instance is running20:00
bjolo_i want all mgmt traffic routed of the network_interface (i.e. dns, ntp, updates, ssh logins, admin API, etc)20:01
bjolo_sean-k-mooney, i have changed that to run ha-proxy on the network nodes.20:01
bjolo_sorry for not mentioning that20:02
*** _coolsvap_ has quit IRC20:02
bjolo_in my mind, it does not makes sense to expose the controllers20:02
bjolo_i want all public facing endpoints to run on seperate machines under tight scrutiny20:03
sean-k-mooneybjolo_: well the reason i was refering to the contoler is that is where the haproxy container runs.20:03
sean-k-mooneyso ya20:03
bjolo_the controllers (that holds the keys to the kingdom) i want way back20:03
bjolo_but either way, the conflict is still there20:04
sean-k-mooneywhat is the conflict you get agin sorry20:04
sean-k-mooneyyou have one default route via kolla_external_vip_interface20:04
openstackgerritChristian Berendt proposed openstack/kolla: Add logrotate configuration for cloudkitty  https://review.openstack.org/36903120:04
bjolo_if one configure network_interface and kolla_external_vip_interface and want default route off network_interface20:05
*** rhallisey has joined #openstack-kolla20:05
bjolo_but kolla_external_vip_interface has to respond to public access20:05
bjolo_one must do some additional routing20:05
mliimainc0, rhallisey , pbourke  https://review.openstack.org/#/c/366247/20:06
sean-k-mooneyah i see. well on all node excpet the network node then network_interface should be your default route but on the network node you should use kolla_external_vip_interface20:06
bjolo_the docs i find on this deals with setting up seperate routing tables and policy routing20:06
bjolo_or netns can be used as well20:06
bjolo_i.e. haproxy runs in its own netns20:06
openstackgerritMerged openstack/kolla-kubernetes: Modifying horizon pod for deployment type  https://review.openstack.org/36892120:07
sean-k-mooneyis there a reason you need to have your default route be network_interface on the network nodes though.20:08
bjolo_sean-k-mooney, or do that. kolla_external_vip_interface nodes have a different default gw :)20:09
sean-k-mooneybjolo_: that is the simplest. any easy west admin traffic will follow the more specific route for the network_interface subnet and the rest will go via kolla_external_vip_interface20:10
openstackgerritMerged openstack/kolla: Fix manila_share container isn't up after deploy  https://review.openstack.org/36624720:11
sean-k-mooneyok got to run before the shops all close. good evening everyone20:14
bjolo_gnight sean-k-mooney20:14
bjolo_thanks for the discussion20:14
mliimasdake, ?20:16
*** fguillot has quit IRC20:17
mliimai'll do the backport20:17
openstackgerritMauricio Lima proposed openstack/kolla: Fix manila_share container isn't up after deploy  https://review.openstack.org/36903420:17
*** mliima has quit IRC20:18
*** charliekang has quit IRC20:23
*** sdake_ has joined #openstack-kolla20:25
*** thumpba has quit IRC20:27
*** sdake has quit IRC20:28
*** thumpba has joined #openstack-kolla20:29
*** salv-orl_ has joined #openstack-kolla20:31
*** matrohon has quit IRC20:33
*** salv-orlando has quit IRC20:34
openstackgerritChristian Berendt proposed openstack/kolla: Add doc with notes about making reviews  https://review.openstack.org/36903720:36
*** rhallisey has quit IRC20:38
sbezverkmliima: could you please ack workflow? for https://review.openstack.org/#/c/368469/ the gate is green20:39
Pavoevening20:55
*** inc0 has quit IRC21:00
*** rhallisey has joined #openstack-kolla21:00
*** bjolo_ has quit IRC21:01
*** neilus has joined #openstack-kolla21:09
*** neilus__ has joined #openstack-kolla21:11
*** williamcaban has joined #openstack-kolla21:11
*** neilus has quit IRC21:13
*** neilus__ has quit IRC21:15
*** williamcaban has quit IRC21:16
*** dwalsh has quit IRC21:30
*** rhallisey has quit IRC21:31
*** sdake_ has quit IRC21:38
*** sdake has joined #openstack-kolla21:39
*** kangh_ has quit IRC21:39
*** eaguilar has quit IRC21:42
*** banix has quit IRC21:43
*** daneyon has joined #openstack-kolla21:45
*** sdake_ has joined #openstack-kolla21:47
*** sdake has quit IRC21:49
*** thumpba has quit IRC21:49
*** daneyon has quit IRC21:49
*** sdake has joined #openstack-kolla21:50
*** gfhellma has joined #openstack-kolla21:51
*** sdake_ has quit IRC21:52
*** neilus has joined #openstack-kolla21:52
*** vhosakot has joined #openstack-kolla21:52
*** neilus has quit IRC21:56
*** eaguilar has joined #openstack-kolla21:57
openstackgerritMerged openstack/kolla: Adding required check for Orchestration Kubernetes  https://review.openstack.org/36846921:59
*** fguillot has joined #openstack-kolla22:01
*** zigo has quit IRC22:08
*** msimonin1 has quit IRC22:10
*** michauds has quit IRC22:10
*** zigo has joined #openstack-kolla22:11
*** zigo is now known as Guest4138822:11
*** Guest41388 is now known as zigo_22:17
*** thumpba has joined #openstack-kolla22:19
*** neilus has joined #openstack-kolla22:20
*** vhosakot has quit IRC22:20
*** thumpba has quit IRC22:24
*** neilus has quit IRC22:25
*** eaguilar has quit IRC22:43
*** eaguilar has joined #openstack-kolla22:44
*** sdake has quit IRC22:48
*** openstackgerrit has quit IRC22:48
*** openstackgerrit has joined #openstack-kolla22:49
*** gfhellma has quit IRC22:51
*** salv-orlando has joined #openstack-kolla22:53
openstackgerritChristian Berendt proposed openstack/kolla: Remove nova-network container  https://review.openstack.org/36907222:54
*** salv-orl_ has quit IRC22:54
*** eaguilar has quit IRC22:55
openstackgerritChristian Berendt proposed openstack/kolla: Install apt-utils in Ubuntu base image  https://review.openstack.org/36907323:03
*** mtaylor22 has joined #openstack-kolla23:05
*** eaguilar has joined #openstack-kolla23:06
openstackgerritChristian Berendt proposed openstack/kolla: Add missing apt-get clean in Ubuntu base image  https://review.openstack.org/36907423:07
openstackgerritChristian Berendt proposed openstack/kolla: Bump version of Kibana from 4.4 to 4.6  https://review.openstack.org/36907623:13
*** vhosakot has joined #openstack-kolla23:14
openstackgerritChristian Berendt proposed openstack/kolla: Fix wrong release name in a comment in sources.list.ubuntu  https://review.openstack.org/36907723:15
openstackgerritChristian Berendt proposed openstack/kolla: Bump version of MariaDB from 10.0 to 10.1  https://review.openstack.org/36907823:18
*** neilus has joined #openstack-kolla23:18
*** neilus has quit IRC23:20
*** neilus has joined #openstack-kolla23:20
*** neilus has quit IRC23:21
*** neilus has joined #openstack-kolla23:22
*** neilus has quit IRC23:23
*** neilus has joined #openstack-kolla23:24
*** neilus has quit IRC23:25
*** neilus has joined #openstack-kolla23:25
*** neilus has quit IRC23:30
*** Pavo has quit IRC23:39
*** Jeffrey4l has quit IRC23:43
*** vhosakot has quit IRC23:43
*** Jeffrey4l has joined #openstack-kolla23:43
*** zhurong has joined #openstack-kolla23:48
*** Pavo has joined #openstack-kolla23:57

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