Friday, 2016-11-11

*** ayoung has quit IRC00:04
*** chas_ has joined #openstack-kolla00:05
*** Pavo has joined #openstack-kolla00:05
*** Pavo has quit IRC00:07
*** chas_ has quit IRC00:09
*** Pavo has joined #openstack-kolla00:12
*** tonanhngo has joined #openstack-kolla00:12
*** portdirect is now known as portdirect_away00:15
*** tonanhngo has quit IRC00:16
*** yingjun has joined #openstack-kolla00:18
*** yingjun has quit IRC00:18
*** yingjun has joined #openstack-kolla00:18
*** chas_ has joined #openstack-kolla00:24
openstackgerritJoshua Harlow proposed openstack/kolla: Add ability to save the things built  https://review.openstack.org/39527300:27
*** chas_ has quit IRC00:28
*** Pavo_ has joined #openstack-kolla00:36
*** sdake has joined #openstack-kolla00:36
sdakeevening peeps00:37
*** Pavo has quit IRC00:37
*** Pavo_ is now known as Pavo00:37
sdakepavo are you unstuck now?00:37
*** Pavo has quit IRC00:40
*** Pavo has joined #openstack-kolla00:40
Pavoevening sdake00:43
Pavois there away to make some data persistant?00:43
Pavolike users and projects?00:43
sdakethat should be persistent00:43
sdakeis it not?00:43
Pavonot on a destroy00:43
sdakeoh well destroy does come with warnings ;-)00:44
sdakethe answer is not really on destroy no00:44
*** ayoung has joined #openstack-kolla00:45
*** Pavo has quit IRC00:48
*** Pavo has joined #openstack-kolla00:48
Pavosorry got disconnected00:49
bjoloevening00:49
Pavoevening bjolo00:49
Pavoso back to my question sdake00:49
Pavothen how can you fix issue like Ceph with a reconfigure?00:49
sdakepavo no good answer to that00:51
Pavoguess better have issues fixed before00:52
Pavolol00:52
openstackgerritJoshua Harlow proposed openstack/kolla: Skip queuing build tasks for UNMATCHED images  https://review.openstack.org/39645600:59
kfox1111go's templateing engine is really weird. :/01:04
*** sdake has quit IRC01:07
*** zhubingbing has joined #openstack-kolla01:11
bjoloshort q. how can i see if a ps is ported to newton in gerrit?01:14
bjolohttps://review.openstack.org/#/c/392094/501:14
*** schwicht has quit IRC01:17
*** schwicht has joined #openstack-kolla01:18
Pavowhat do you mean?01:19
jascott1kfox1111 how so?01:20
*** duonghq has joined #openstack-kolla01:22
duonghqmorning01:22
tovin07morning01:22
*** chas_ has joined #openstack-kolla01:24
*** dave-mccowan has joined #openstack-kolla01:25
Pavomorning01:26
*** schwicht has quit IRC01:27
*** chas_ has quit IRC01:29
kfox1111conditionals are very not normal.01:31
kfox1111vars are also pretty strange.01:31
*** zhurong has joined #openstack-kolla01:36
*** schwicht has joined #openstack-kolla01:36
duonghqkfox1111, sorry but  what do you mean?01:47
Pavoanyone ever able to use tls?01:49
kfox1111like:01:49
kfox1111if and a b01:49
kfox1111and this doesnt' seem to work01:50
kfox1111if and a not b01:50
kfox1111. is the environment, but is not easy to add vars to . as far as  Ican figure.01:50
kfox1111you can define your own vars like $foo, but they don't enter .01:51
openstackgerritZhijiang Hu proposed openstack/kolla: Uses tunnel_interface as ovs tunnel instead of api_interface  https://review.openstack.org/39646101:51
*** sdake has joined #openstack-kolla02:03
kfox1111k. I think I'm close to a working poc for a non trivial kolla-kubernetes template in helm.02:04
sdakecool02:05
kfox1111helm requires semver... we're going to need to discuss how the heck we're going to version things.02:05
sdakewhat generates it?02:05
kfox1111I converted our neutron-l3-agent tempate and our common-lib over.02:05
sdakekfox1111 btw rethat etherpad page, did you ever make one re helm?02:06
kfox1111hand assembled for now, but I think I have a few tricks to get it to build more smoothly.02:06
kfox1111yes. the one you asked me to write02:06
kfox1111https://etherpad.openstack.org/p/kolla-ocata-summit-kolla-k8s-road-map #helm thoughts02:07
kfox1111not really fond of golang's template engine.02:10
kfox1111but its usable. just weird.02:10
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP helm  https://review.openstack.org/39629602:14
kfox1111sdake: ---^ if your curious.02:15
kfox1111no build scripts yet.02:15
kfox1111templates untested, but it renders to something looking rougly like I'd expect.02:18
kfox1111nice... helm dependencies aren't really useful for us for containers. but it does work nicely for shared template snippets.02:25
*** chas_ has joined #openstack-kolla02:25
Pavowhat is helm?02:25
kfox1111github.com/kubernetes/helm02:25
Pavooh02:27
Pavothats pretty nice02:27
PavoI really need to play with kubernetes02:28
Pavonever tried it before02:28
kfox1111its awesome. :)02:28
Pavoso let me try to get this right02:29
Pavoits basically a cluster of nodes that are used to deploy cluster of containers and use load balancing and ha02:30
*** chas_ has quit IRC02:30
Pavocorrect?02:30
kfox1111more or less.02:30
kfox1111the way I look at it, is kind of cloud 2.0.02:30
kfox1111in cloud 1.0, you have:02:30
kfox1111vm's as the base. an centeralized api for making requests, and a schedular so that the user doesn't really ahve to care where the vm lands or how it gets there.02:31
kfox1111k8s does the same for containers.02:31
kfox1111you ask k8s to schedule some stuff, and it picks the hosts and makes it happen.02:31
Pavoah ok02:31
Pavodo you have to configure the ha and load balancing or does it configure that itself?02:32
kfox1111it lets you make a large cluster of identicle processes in a cluster span multiple nodes.02:32
kfox1111as a deployer of k8s, or a user?02:32
Pavoboth02:33
kfox1111as a deployer, its still a bit manual to set up, though the deployment tools are getting better and better.02:33
kfox1111as a user, k8s provides you built in loadbalancing stuff. you have services and pods.02:33
kfox1111services are load banalcers basically.02:33
Pavohmmm02:33
Pavointeresting02:33
kfox1111you basically say you want a port and give it a label.02:34
Pavoseems like it would be perfect for something like openstack services02:34
kfox1111pods are also labeled.02:34
kfox1111if the pods label match the service label, they automatically get added to the load balancer. :)02:34
kfox1111Pavo: indeed. hence kolla-kubernetes. :)02:34
kfox1111Pavo: here's a fun little video: https://www.youtube.com/watch?v=4ht22ReBjno02:35
Pavooh wow thats a simple breal down of k8s02:43
Pavoand woot finally got tls working02:43
Pavohttps://ddi.hopto.org02:43
*** yuanying has quit IRC02:47
kfox1111nice02:47
*** yuanying has joined #openstack-kolla02:47
*** yuanying has quit IRC02:52
*** unicell has quit IRC02:53
Pavouggg seems like everytime I do a destroy I have to redo the Ceph commands also03:14
Pavoshould have a kolla-ansible playbook for that03:15
*** diogogmt has quit IRC03:15
*** yuanying has joined #openstack-kolla03:17
openstackgerritWang Liming proposed openstack/kolla: update source doc advanced-configuration.rst error character  https://review.openstack.org/39648003:22
*** harlowja has quit IRC03:33
*** yuanying_ has joined #openstack-kolla03:34
*** yuanying has quit IRC03:34
*** zhurong has quit IRC03:40
*** yuanying_ has quit IRC03:42
*** zhurong has joined #openstack-kolla03:43
*** yuanying has joined #openstack-kolla03:52
openstackgerritJeffrey Zhang proposed openstack/kolla: DO NOT MERGE: TEST MASTER BRANCH  https://review.openstack.org/32630704:07
*** schwicht has quit IRC04:09
*** sdake has quit IRC04:10
*** diogogmt has joined #openstack-kolla04:18
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP helm  https://review.openstack.org/39629604:19
*** chas_ has joined #openstack-kolla04:26
*** chas_ has quit IRC04:31
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP helm  https://review.openstack.org/39629604:36
*** harlowja has joined #openstack-kolla04:38
openstackgerritJeffrey Zhang proposed openstack/kolla: Use uuid as keystone default token provider  https://review.openstack.org/39649504:43
openstackgerritMerged openstack/kolla: Corrects typo "mondodb_port" in ceilometer  https://review.openstack.org/39632904:49
*** fragatin_ has joined #openstack-kolla04:53
*** fragatina has quit IRC04:57
*** fragatin_ has quit IRC04:57
*** dave-mccowan has quit IRC04:59
*** fragatina has joined #openstack-kolla05:00
*** gmmaha has quit IRC05:00
*** fragatina has quit IRC05:01
*** gmmaha has joined #openstack-kolla05:03
*** mliima__ has joined #openstack-kolla05:12
*** mliima_ has quit IRC05:15
*** yuanying has quit IRC05:21
*** yuanying_ has joined #openstack-kolla05:21
*** yuanying_ has quit IRC05:22
*** chas_ has joined #openstack-kolla05:28
*** mliima_ has joined #openstack-kolla05:29
*** khamtamtun has joined #openstack-kolla05:30
*** mliima__ has quit IRC05:32
*** khamtamtun has quit IRC05:32
*** chas_ has quit IRC05:32
*** fragatina has joined #openstack-kolla05:37
*** yuanying has joined #openstack-kolla05:45
*** coolsvap has joined #openstack-kolla05:45
coolsvapJeffrey4l: hey05:46
Jeffrey4lcoolsvap, sup05:46
coolsvapJeffrey4l: would you be targetting https://blueprints.launchpad.net/kolla/+spec/remove-node in o-1?05:47
Jeffrey4lyep. np05:48
Jeffrey4lbtw, please review https://review.openstack.org/396495  which fix the gate.05:48
coolsvapJeffrey4l: sure05:49
* coolsvap think at least core reviewer team can stop using TrivialFix (which has kinda been become defacto :) )05:50
*** harlowja has quit IRC05:51
coolsvapJeffrey4l: do you think we need backport for 396495 ?05:52
*** harlowja has joined #openstack-kolla05:52
Jeffrey4lcoolsvap, no. only keystone master branch has such change.05:52
coolsvapJeffrey4l: alright just wanted to confirm :-)05:53
Jeffrey4l;)05:55
*** negronjl has quit IRC05:59
*** negronjl has joined #openstack-kolla06:01
Jeffrey4lcoolsvap, https://review.openstack.org/393898 please. the gate is failed duo to 396495 isue.06:03
coolsvapJeffrey4l: approved06:18
openstackgerritMerged openstack/kolla: Fix neutron lbaas dashboard  https://review.openstack.org/39389806:20
*** Jeffrey4l has quit IRC06:35
*** Jeffrey4l has joined #openstack-kolla06:48
openstackgerritJeffrey Zhang proposed openstack/kolla: DO NOT MERGE: TEST MASTER BRANCH  https://review.openstack.org/32630706:54
openstackgerritJeffrey Zhang proposed openstack/kolla: Fix neutron lbaas dashboard  https://review.openstack.org/39651107:03
openstackgerritMerged openstack/kolla: change docker.server to docker.service in kuryr-guide.rst  https://review.openstack.org/39621607:11
*** sdake has joined #openstack-kolla07:22
openstackgerritEduardo Gonzalez proposed openstack/kolla: Tacker NFV Ansible support  https://review.openstack.org/38979007:24
zhubingbingEduardo Gonzalez07:25
*** egonzalez90 has joined #openstack-kolla07:31
egonzalez90zhubingbing ping07:31
zhubingbinghere07:33
*** imcsk8 has quit IRC07:39
*** imcsk8 has joined #openstack-kolla07:44
openstackgerritMerged openstack/kolla: Use uuid as keystone default token provider  https://review.openstack.org/39649508:01
*** harlowja has quit IRC08:03
openstackgerritzhubingbing proposed openstack/kolla: grafana added to haproxy to listen on VIP  https://review.openstack.org/39318308:06
*** egonzalez90 has quit IRC08:14
*** shardy has joined #openstack-kolla08:17
*** msimonin has joined #openstack-kolla08:17
*** athomas has joined #openstack-kolla08:22
*** unicell has joined #openstack-kolla08:26
*** unicell has quit IRC08:30
openstackgerritzhubingbing proposed openstack/kolla: Fix cloudkitty dashboard  https://review.openstack.org/39653508:30
*** msimonin has quit IRC08:31
openstackgerritzhubingbing proposed openstack/kolla: grafana added to haproxy to listen on VIP  https://review.openstack.org/39318308:32
*** unicell has joined #openstack-kolla08:32
*** egonzalez90 has joined #openstack-kolla08:34
*** msimonin has joined #openstack-kolla08:35
*** unicell has quit IRC08:37
*** wuhg has joined #openstack-kolla08:39
*** unicell has joined #openstack-kolla08:44
openstackgerritzhubingbing proposed openstack/kolla: add project_name in collectd role  https://review.openstack.org/39654508:47
*** Serlex has joined #openstack-kolla09:02
openstackgerritzhubingbing proposed openstack/kolla: Fix cloudkitty dashboard  https://review.openstack.org/39653509:24
*** sdake has quit IRC09:26
*** zhurong has quit IRC09:29
*** papacz has joined #openstack-kolla09:30
*** zhurong has joined #openstack-kolla09:30
*** gfidente has joined #openstack-kolla09:31
*** yingjun has quit IRC09:41
*** DanyC has joined #openstack-kolla09:42
*** openstackgerrit has quit IRC09:48
*** openstackgerrit has joined #openstack-kolla09:48
*** strigazi_AFK is now known as strigazi09:50
*** msimonin has quit IRC09:52
*** zhurong has quit IRC10:02
openstackgerritlijing proposed openstack/kolla: Add exception file.  https://review.openstack.org/39656810:03
*** zhubingbing has quit IRC10:03
*** DanyC has left #openstack-kolla10:25
*** msimonin has joined #openstack-kolla10:25
egonzalez90pbourke: can you check comments in https://review.openstack.org/#/c/394260/ ?10:31
*** portdirect_away is now known as portdirect10:32
pbourkeegonzalez90: im fine with your approach10:32
pbourkeegonzalez90: just please make the thinking clear in the commit message so people know why that it's done that way10:33
egonzalez90duonghq: ^^10:37
egonzalez90thanks pbourke , i'll rework other related changes to fit this new one10:38
*** stvnoyes1 has quit IRC10:40
*** stvnoyes has joined #openstack-kolla10:41
*** athomas has quit IRC10:50
*** wuhg has quit IRC10:51
*** portdirect has quit IRC10:53
*** athomas has joined #openstack-kolla10:56
*** msimonin has quit IRC11:00
duonghqegonzalez90, sorry, I just attend at a meeting11:04
openstackgerritDuong Ha-Quang proposed openstack/kolla: Fix placement of policy.json  https://review.openstack.org/39426011:10
duonghqegonzalez90, pbourke I updated my commit message, thank you very much11:10
pbourkeegonzalez90: duonghq: can you guys summarise the differences in your patches11:12
pbourkethey're complentary?11:13
pbourke*complementary11:13
egonzalez90yes, duonghq patches add policy.json files into /etc/kolla/nova-compute as example11:14
egonzalez90my patch add policy.json in nova-compute.json.j2 files to copy into containers11:15
duonghqegonzalez90, pbourke: I'm really sorry but I must go to another meeting, I'll catch up with you guys when get to my home11:17
*** duonghq has quit IRC11:17
*** coolsvap has quit IRC11:30
*** bjolo_ has joined #openstack-kolla11:37
*** matrohon has joined #openstack-kolla11:38
*** bjolo has quit IRC11:38
egonzalez90pbourke: please, remove +2 from my policy patch. Is not fine ATM.11:41
pbourkeegonzalez90: ok11:41
egonzalez90I have to add in all service.json files11:42
egonzalez90i'll do at the evening11:42
*** msimonin has joined #openstack-kolla11:47
*** rhallisey has joined #openstack-kolla11:55
*** matrohon has quit IRC11:59
-openstackstatus- NOTICE: Our OpenStack CI systems are stuck and no new jobs are submitted. Please do not recheck - and do not approve changes until this is fixed.12:00
*** jmccarthy has quit IRC12:04
*** jmccarthy has joined #openstack-kolla12:04
*** g3ek has quit IRC12:05
*** haplo37 has quit IRC12:05
*** msimonin has quit IRC12:12
*** shardy is now known as shardy_lunch12:13
*** g3ek has joined #openstack-kolla12:14
*** haplo37 has joined #openstack-kolla12:15
*** Serlex has quit IRC12:20
egonzalez90bjolo_: around?12:24
bjolo_yes12:24
bjolo_what up12:25
egonzalez90looking about your MTU on br-tun12:25
egonzalez90http://docs.openstack.org/mitaka/networking-guide/config-mtu.html12:25
egonzalez90sadly i had no device with 9000 MTU to test12:25
*** schwicht has joined #openstack-kolla12:26
egonzalez90case one in the link should fix your issue12:26
*** msimonin has joined #openstack-kolla12:27
*** ppalacios has joined #openstack-kolla12:28
*** magicboiz has joined #openstack-kolla12:29
bjolo_egonzalez90, tnx i have that config and i does give me jumbo.12:30
bjolo_However, my issue is with multiple external flat networks12:31
*** lrensing has joined #openstack-kolla12:34
magicboizHi, I'm testing kolla in a multinode environment, and when deploying tast "Creating Ceilometer MongoDB database" defined in kolla/ansible/roles/ceilometer/tasks/bootstrap.yml, I get an error related with field 'failed_when'12:35
egonzalez90tryied physical_network_mtus = physnet1:1550, physnet2:1500 ?12:35
magicboizand ideas?12:35
magicboizany*12:35
egonzalez90magicboiz: which kolla version? master or any stable?12:36
openstackgerritWei Cao proposed openstack/kolla: Add Karbor doc link in README.rst  https://review.openstack.org/39661312:36
magicboizegonzalez90: master12:37
*** neilus has joined #openstack-kolla12:37
openstackgerritJeffrey Zhang proposed openstack/kolla: Load murano dashbaord dynamic  https://review.openstack.org/39595712:37
egonzalez90when you downloaded?12:37
*** chas_ has joined #openstack-kolla12:38
egonzalez908 hours ago a fix for ceilometer with mongo was merged12:38
magicboizegonzalez90: the offending file is https://github.com/openstack/kolla/blob/master/ansible/roles/ceilometer/tasks/bootstrap.yml12:38
magicboizegonzalez90: do you know the change-id/url for that change?12:39
egonzalez90https://github.com/openstack/kolla/commit/8ca934139ecfae41821d903557dd3842502afef512:39
*** chas_ has quit IRC12:43
egonzalez90im seeing the problem12:43
egonzalez90you are not using master12:43
magicboizegonzalez90: I have that fix. "monDodb" instead of "monGodb" :)12:43
egonzalez90the error log says the conditional is database, but master uses mongo_dabase... https://github.com/openstack/kolla/blob/master/ansible/roles/ceilometer/tasks/bootstrap.yml12:44
egonzalez90installed kolla with pip?12:45
magicboizegonzalez90: git branch says "master".....12:47
egonzalez90you have command kolla-ansible ?12:47
magicboizegonzalez90: "pip install kolla/"12:47
magicboizegonzalez90: yes12:48
egonzalez90use tools/kolla-ansible instead of kolla-ansible command12:48
*** chas_ has joined #openstack-kolla12:49
egonzalez90the problem is that kolla was installed from pip which is not master version12:49
magicboizegonzalez90: can I overwrite it?12:50
bjolo_im going crazy here12:51
egonzalez90pip uninstall kolla12:51
egonzalez90http://docs.openstack.org/developer/kolla/quickstart.html#installing-kolla-and-dependencies-for-development12:51
egonzalez90use that guide is you are using master for development12:51
egonzalez90if is for evaluation, better use stable branch12:51
magicboizegonzalez90: ok, thx, I'll let you know12:51
magicboiz:)12:52
egonzalez90np12:52
*** egonzalez90 has quit IRC12:52
*** egonzalez90 has joined #openstack-kolla12:53
*** yingjun has joined #openstack-kolla12:55
*** lrensing has quit IRC12:56
*** Serlex has joined #openstack-kolla12:56
bjolo_pbourke, things just got weirder12:58
bjolo_trafic goes out on wrong interface?!12:58
-openstackstatus- NOTICE: Our OpenStack CI system is coming back online again. Thanks for your patience.12:59
kfox1111morning.13:02
kfox1111did something change in kolla trunk related to ml2 config?13:02
*** magicboiz has quit IRC13:03
egonzalez90kfox111, yes tunnel interface variable name13:03
kfox1111it broke kolla-kubernetes gate. :/13:04
kfox1111fatal: [localhost]: FAILED! => {"failed": true, "msg": "'dict object' has no attribute u'ansible_docker0'"}13:04
openstackgerritMerged openstack/kolla: Uses tunnel_interface as ovs tunnel instead of api_interface  https://review.openstack.org/39646113:05
kfox1111yup.. it has: +tunnel_interface_address: "{{ hostvars[inventory_hostname]['ansible_' + tunnel_interface]['ipv4']['address'] }}"13:05
kfox1111which is ansible specific.13:05
openstackgerritMerged openstack/kolla: Add freezer to PROFILE_OPTS of common/config.py  https://review.openstack.org/39616113:06
openstackgerritMerged openstack/kolla: Move manila-share service to network node  https://review.openstack.org/39346913:06
openstackgerritMerged openstack/kolla: Use horizon_logging_debug variable  https://review.openstack.org/39623513:06
openstackgerritMerged openstack/kolla: Fix neutron lbaas dashboard  https://review.openstack.org/39651113:06
openstackgerritMerged openstack/kolla: Adjust object-replicator heading within object.conf.j2 template.  https://review.openstack.org/39420313:06
kfox1111looks like the value is basicaly ignored by kolla-kubernetes though. so just need to force it to something.13:06
openstackgerritMerged openstack/kolla: Adding logrotate configuration for ceilometer  https://review.openstack.org/39420413:06
openstackgerritMerged openstack/kolla: corrects invalid logrotate option maxsize  https://review.openstack.org/39502413:07
openstackgerritMerged openstack/kolla: Add kolla_logs volume to kibana container  https://review.openstack.org/39516613:07
openstackgerritMerged openstack/kolla: Exclude port from ceilometer_database_mysql_address  https://review.openstack.org/39442413:07
openstackgerritMerged openstack/kolla: Skip queuing build tasks for UNMATCHED images  https://review.openstack.org/39645613:08
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Unbreak gate from recent kolla change  https://review.openstack.org/39661813:09
*** zhubingbing has joined #openstack-kolla13:13
*** lamt has joined #openstack-kolla13:16
*** dave-mccowan has joined #openstack-kolla13:18
openstackgerritEduardo Gonzalez proposed openstack/kolla: Tacker Docker configuration  https://review.openstack.org/39639113:19
*** schwicht has quit IRC13:23
openstackgerritzhubingbing proposed openstack/kolla: Ansible-ize OpenStack Designate  https://review.openstack.org/35326113:25
openstackgerritMauricio Lima proposed openstack/kolla: Move manila-share service to network node  https://review.openstack.org/39662513:28
*** yingjun has quit IRC13:28
openstackgerritMauricio Lima proposed openstack/kolla: Move manila-share service to network node  https://review.openstack.org/39662613:28
*** yingjun has joined #openstack-kolla13:28
*** neilus has quit IRC13:31
*** neilus has joined #openstack-kolla13:32
*** yingjun has quit IRC13:33
*** fguillot has joined #openstack-kolla13:33
*** f13o has joined #openstack-kolla13:35
*** jheroux has joined #openstack-kolla13:35
*** neilus has quit IRC13:39
*** yingjun has joined #openstack-kolla13:40
*** neilus has joined #openstack-kolla13:42
*** egonzalez has joined #openstack-kolla13:43
*** egonzalez90 has quit IRC13:43
*** egonzalez has quit IRC13:45
*** egonzalez90 has joined #openstack-kolla13:46
*** srwilkers has joined #openstack-kolla13:53
openstackgerritWei Cao proposed openstack/kolla: Add freezer ansible role  https://review.openstack.org/37587413:55
*** eaguilar has joined #openstack-kolla14:00
*** egonzalez90 has quit IRC14:01
*** zhubingbing has quit IRC14:10
*** zhurong has joined #openstack-kolla14:10
*** zhubingbing has joined #openstack-kolla14:11
*** haplo37_ has quit IRC14:16
*** shardy_lunch is now known as shardy14:18
*** haplo37_ has joined #openstack-kolla14:19
*** tonanhngo has joined #openstack-kolla14:20
*** tonanhngo has quit IRC14:21
openstackgerritWei Cao proposed openstack/kolla: Add karbor container  https://review.openstack.org/39500614:22
*** caowei_ has joined #openstack-kolla14:29
*** lrensing has joined #openstack-kolla14:30
*** egonzalez90 has joined #openstack-kolla14:35
*** tonanhngo has joined #openstack-kolla14:36
*** tonanhngo has quit IRC14:37
openstackgerritLarry Rensing proposed openstack/kolla-kubernetes: Adding prechecks script  https://review.openstack.org/39456914:38
openstackgerritRyan Hallisey proposed openstack/kolla-kubernetes: Spec - Kolla-Kubernetes Deployment Architecture  https://review.openstack.org/39225714:38
rhalliseyupdated spec folks14:38
rhalliseycheck it out :)14:39
kfox1111rhallisey: will do14:39
rhalliseykfox1111, I added an illustration of the layers14:39
rhalliseysee if you like it14:39
kfox1111rhallisey: can we merge this asap: https://review.openstack.org/#/c/396618/14:39
*** lrensing has quit IRC14:39
rhalliseykfox1111, sure.  Why is python34 complaining14:40
rhallisey..14:40
kfox1111not sure yet. zuul'14:41
rhalliseyjinja2.exceptions.UndefinedError: 'hostvars' is undefined14:41
kfox1111s been broken today, and I changed nothing there, so I think its unrelated.14:41
kfox1111still digging in there. a grep over the entire codebase doesn't show a hostvars match.14:41
rhalliseythat's from the ansible side14:42
rhalliseyhostvars is an ansible var14:42
kfox1111hmm.14:43
kfox1111something else in kolla change?14:43
*** krtaylor has joined #openstack-kolla14:47
*** schwicht has joined #openstack-kolla14:48
kfox1111rhallisey: sweet diagram. :)14:50
*** tonanhngo has joined #openstack-kolla14:50
*** david-lyle_ has joined #openstack-kolla14:50
*** schwicht has quit IRC14:53
*** DanyC has joined #openstack-kolla14:58
srwilkers+1, really like it14:58
*** DanyC has left #openstack-kolla14:58
*** TxGirlGeek has joined #openstack-kolla15:04
*** schwicht has joined #openstack-kolla15:07
*** msimonin has quit IRC15:11
*** duonghq has joined #openstack-kolla15:12
duonghqevening15:12
srwilkershello duonghq15:13
Serlexlooks like ansible is staying for few more cycles?15:15
awiddersheimsoo launchpad question15:15
duonghqhi srwilkers15:15
awiddersheimtrying to create a blueprint called nfs-support-in-cinder under kolla but it's saying it already exists but I can' find it15:15
duonghqSerlex, pretty sure15:15
duonghqawiddersheim, maybe something with similar name existed15:16
*** zhurong has quit IRC15:16
awiddersheimright but shouldn't I be able to see it?15:16
awiddersheimseems like these names are unique15:16
duonghqawiddersheim, moment15:16
awiddersheimit was added to a commit msg15:17
awiddersheimfor a PS that I'm a co-author on but was not originally involved with15:17
awiddersheimthat is kind of old now15:17
awiddersheimhttps://review.openstack.org/#/c/279913/15:17
duonghqawiddersheim,  https://blueprints.launchpad.net/kolla/+spec/cinder-backup-nfs -> something like this15:17
duonghqmaybe launchpad fault15:17
duonghqyou can force this15:18
awiddersheimforce what?15:18
duonghqawiddersheim,  https://blueprints.launchpad.net/kolla/+spec/nfs-support-in-cinder this is15:18
duonghqcan you check the bp?15:19
duonghqawiddersheim, I misunderstood, sorry15:19
awiddersheimthis looks more like it15:19
duonghqawiddersheim,  it's marked as implemented15:19
awiddersheimah... strange15:19
openstackgerritJeffrey Zhang proposed openstack/kolla: Tacker NFV Ansible support  https://review.openstack.org/38979015:19
duonghqplease check the related commit awiddersheim15:19
duonghqthank you15:20
awiddersheimthat is the PS I'm trying to get merged now15:20
awiddersheimbut it hasn't been yet15:20
awiddersheimso I'm not sure why it got marked as implemented15:20
awiddersheimthis one got merged I guess15:21
awiddersheimhttps://review.openstack.org/#/c/283290/15:21
duonghqrhallisey, ping15:21
awiddersheimbut it really didn't do what the BP needed15:21
duonghqawiddersheim, you can discuss with rhallisey15:21
awiddersheimok15:21
duonghqhe marked this bp as implemented15:21
awiddersheimrhallisey, can we make this unimplemented?15:22
rhalliseyya sure15:22
duonghqthank rhallisey15:23
awiddersheimthanks15:24
*** harbor has joined #openstack-kolla15:26
*** harbor is now known as portdirect15:26
portdirectUrgh - laptop gpu died, day written off but back now via the wonders of a cupboard of geek junk :)15:31
duonghqgood news, I can but much more effort on kolla-k8s at least in Ocata cycle15:32
duonghq*but -> put15:33
duonghqlook forward to work with kolla-k8s team15:33
*** strigazi is now known as strigazi_AFK15:38
*** fragatina has quit IRC15:45
*** fragatina has joined #openstack-kolla15:46
*** msimonin has joined #openstack-kolla15:47
*** egonzalez has joined #openstack-kolla15:47
*** egonzalez90 has quit IRC15:47
Pavomorning15:55
duonghqmorning pavo15:57
*** egonzalez has quit IRC15:58
Pavomorning duonghq15:58
openstackgerritEduardo Gonzalez proposed openstack/kolla: Tacker NFV Ansible support  https://review.openstack.org/38979016:01
*** caowei_ has quit IRC16:04
*** david-lyle_ has quit IRC16:07
*** srwilkers has quit IRC16:12
*** TxGirlGeek has quit IRC16:12
*** Serlex has quit IRC16:13
*** inc0 has joined #openstack-kolla16:14
*** inc0 has quit IRC16:15
*** fragatina has quit IRC16:16
*** TxGirlGeek has joined #openstack-kolla16:18
*** inc0 has joined #openstack-kolla16:21
inc0good morning16:22
kfox1111duonghq: great news. :)16:22
Pavomorning inc016:22
kfox1111inc0: morning16:22
inc0hows life?16:22
kfox1111inc0: we need to get one of the kolla-kubernetes gate jobs into the kolla gate.16:23
*** yingjun has quit IRC16:23
duonghqmoring inc016:23
kfox1111trunk broke kolla-kubernetes again. :/16:23
inc0kfox1111, we'll need to solve this problem for both kolla-ansible and k8s16:23
inc0after repo split16:23
inc0tbh, I'm not sure how16:23
kfox1111yeah.16:23
inc0but what exactly happened?16:24
kfox1111still figuring it out. the tunnel_interface_address change for one.16:24
kfox1111its ansible specific.16:24
kfox1111I fixed that but something else is broken still.16:24
inc0one thing is that you guys need to review ansible changes too16:25
kfox1111just getting a very unhelpful "jinja2.exceptions.UndefinedError: 'hostvars' is undefined"16:25
* kfox1111 nods.16:25
inc0soo...let's think of how to remove configs from ansible then16:25
kfox1111or tag a particular testing branch on our side, and test ansibe changes against a known working kolla-kubernetes16:25
inc0well that won't work on the long run16:26
kfox1111yeah. I wanted to talk about doing that this cycle anyway. would be better long run anyway.16:26
inc0as at some point you need to bump it16:26
openstackgerritJeffrey Zhang proposed openstack/kolla: Load murano dashbaord dynamic  https://review.openstack.org/39595716:26
kfox1111inc0: yeah. bumping is ok. we just don't want development on kolla-kubernetes breaking ansible and visa versa.16:26
*** eaguilar has quit IRC16:26
kfox1111periodic known snapshots fix the issue.16:26
*** g3ek has quit IRC16:27
kfox1111test one with known good other,16:27
kfox1111then visa versa,16:27
kfox1111then an integration test at the end.16:27
kfox1111trunk + trunk.16:27
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla: Allow operators to customise pip packages in nova_compute  https://review.openstack.org/39668716:27
Pavoif you want kfox1111 I can setup a vpn for you and you can test on my stack16:27
awiddersheiminc0: how about that review now? https://review.openstack.org/#/c/279913/2416:27
kfox1111but if you don't have that test against known good, you don't know if its your change or the other guys change.16:27
inc0I'd rather try to loose dependency on ansible alltogether16:27
kfox1111Pavo: thanks. I've got a bunch of test stuff though.16:28
kfox1111inc0: long term, yeah. I agree.16:28
kfox1111genconfig needs to split off into its own thing.16:28
inc0kfox1111, instead of hacking today I'd move to long-term16:28
kfox1111inc0: problem is, I'm spending a fair amount of time fixing issues kolla-ansible creates.16:28
kfox1111I had like 4 hours this morning to work on helm,16:29
kfox1111but spent it trying to deal wiht kolla breakage instead.16:29
inc0kfox1111, I understand16:29
inc0hence we need to fix this16:29
kfox1111right.16:29
inc0alternatively you can just not generate16:29
inc0configs16:29
inc0with genconfig16:29
inc0and template it yourself16:29
kfox1111thats a large amount of work.16:29
Pavoso what does genconfig do anyways?16:29
inc0but that's pita16:29
Pavois it for the target nodes or deployer?16:30
inc0Pavo, it generates config;)16:30
Pavoto make changes before deploying?16:30
openstackgerritJeffrey Zhang proposed openstack/kolla: Bump OpenStack service version  https://review.openstack.org/39427716:30
kfox1111I guess I could just target the gate to kolla 3.0.116:30
inc0it creates dirs per node with all the configs16:30
kfox1111then we can deal with kolla-kubernetes trunk + kolla trunk at some other point when either stabalize towards the end of the cycle.16:30
inc0no, it wont take configs into account for deployment, but it will show you what is going to land on nodes16:30
kfox1111Pavo: for kolla-ansible, it generates configs per node. for kolla-kubernetes, it genereates the configs and then the pods tweak them on start when needed.16:31
*** DanyC has joined #openstack-kolla16:31
*** haplo37 has quit IRC16:31
*** DanyC has quit IRC16:32
*** haplo37 has joined #openstack-kolla16:32
*** g3ek has joined #openstack-kolla16:36
openstackgerritEduardo Gonzalez proposed openstack/kolla: Add custom policies in service.json  https://review.openstack.org/39417716:37
*** TxGirlGeek has quit IRC16:38
openstackgerritEduardo Gonzalez proposed openstack/kolla: Add custom policies in service.json  https://review.openstack.org/39417716:40
*** inc0 has quit IRC16:41
*** inc0 has joined #openstack-kolla16:42
*** TxGirlGeek has joined #openstack-kolla16:43
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Unbreak gate from recent kolla change  https://review.openstack.org/39661816:45
*** TxGirlGeek has quit IRC16:45
*** TxGirlGeek has joined #openstack-kolla16:46
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Unbreak gate from recent kolla change  https://review.openstack.org/39661816:48
kfox1111there we go... I think that will fix the issue...16:48
*** TxGirlGeek has quit IRC16:50
inc0awiddersheim, qq, https://review.openstack.org/#/c/279913/24/docker/cinder/cinder-rpcbind/Dockerfile.j2 why deleting this?16:50
*** bmace has quit IRC16:51
*** bmace has joined #openstack-kolla16:51
awiddersheimit's only necessary for nfsv3 which I am not running so I have no need for it and no way to test... the original implementation of the rpcbind container was also broken16:51
awiddersheimit's also strange that it even made it into master16:51
awiddersheimit never got used16:51
inc0ok16:52
awiddersheimand got added as some other commit16:52
awiddersheimif someone needs nfsv3 and rpcbind they can add it in16:52
inc0rhallisey, you seem to be author;)16:53
awiddersheimyeah, I spoke with him about it and we agreed to get rid of it16:53
inc0ok16:53
inc0Jeffrey4l, can you recheck this review to see if your comments are addressed?16:54
rhalliseyya didn't really do anything16:54
inc0to me they seem to be addressed16:54
Jeffrey4lwhich one?16:54
inc0https://review.openstack.org/#/c/279913/2416:54
Jeffrey4l+2ed16:56
inc0and +workflow16:56
awiddersheimnice16:56
awiddersheimthanks16:56
inc0done awiddersheim :)16:56
awiddersheimmuch appreciated16:56
inc0thanks for the hard work16:56
awiddersheimnp16:56
inc0sorry it took so long, release time is crazy16:56
*** david-lyle_ has joined #openstack-kolla16:56
openstackgerritMerged openstack/kolla: Allow cinder-volume to be configured to use NFS  https://review.openstack.org/27991316:58
*** david-lyle has quit IRC16:58
kfox1111rhallisey: ok. found the second test issue. https://review.openstack.org/#/c/396618/16:59
Pavook finally got net layout updated with a fully working solution17:00
Pavohttps://www.gliffy.com/go/publish/1130918717:00
Pavoopps fixed it now17:01
Pavohttps://www.gliffy.com/go/publish/1130918717:01
*** david-lyle_ has quit IRC17:01
kfox1111Pavo: nice.17:01
Pavofinally got Ceph working with 2 nodes also17:01
kfox1111it can work, but no fault tolerence at all. :/ though with two nodes, your probably in that boat already.17:02
Pavonow just gotta figure out the tls stuff, got it working but only for logging into Horizon, if you try to view console its not working because of how the fqdn isn't mapped inside17:02
openstackgerritMerged openstack/kolla: Show the rendered docker file  https://review.openstack.org/39527217:03
Pavoyeah not worried about fault tolerance right now will worry about that when I take this to our 232 node setup17:03
kfox1111fair enough. :)17:04
*** duonghq has quit IRC17:04
Pavolooking pretty good17:05
Pavo:)17:05
Pavohttps://www.dropbox.com/s/b8dn9868sp5tfxb/Screenshot%202016-11-11%2012.05.47.png?dl=017:05
kfox1111yup.17:06
kfox1111the hardest part usually is getting a vm launched and on the net proper.17:06
kfox1111down hill from there. :)17:06
Pavogot that down pat17:06
kfox1111nice17:07
openstackgerritzhubingbing proposed openstack/kolla: Ansible-ize OpenStack Designate  https://review.openstack.org/35326117:07
openstackgerritMerged openstack/kolla: Use openstack_service_workers variable in gate  https://review.openstack.org/39414817:08
openstackgerritMerged openstack/kolla: Bump OpenStack service version  https://review.openstack.org/39427717:08
openstackgerritMerged openstack/kolla: Wait the wsrep_ready to be ON in mariadb  https://review.openstack.org/39436817:09
Pavosee kfox1111 https://www.dropbox.com/s/j2aq4zxarm620nj/Screenshot%202016-11-11%2012.09.42.png?dl=017:09
SamYaplesean-k-mooney: ive now been instructed to work on opnfv. so you can go back to being excited17:10
inc0w00t SamYaple17:10
sean-k-mooneySamYaple: hehe17:10
inc0so ideally stuff like nfv or dpdk would be extension to ansible that we're developing17:11
inc0but since mechanism is not there and we can't simply merge it to Kolla, I won't block you guys17:11
inc0we can slowly move it to extensions later in the game17:11
inc0afk - meeting17:12
SamYapleinc0: im not sure ill be reusing the ansible playbooks. it might be a fork rather than an extention of the playbooks making all of that moot17:12
SamYapledoes anyone have any news on the spliting-the-repo stuff?17:14
*** TxGirlGeek has joined #openstack-kolla17:15
sean-k-mooneySamYaple: idealy if we coudl reuse the existing ones and extend them it would make colaberating easier. we are looking at kolla potentially in an opnfv context too at some point17:15
sean-k-mooneySamYaple: inc0  as an fyi htere isa already a fork of kolla in opnfv https://wiki.opnfv.org/display/PROJ/Daisy4NFV17:16
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla: Allow operators to customise pip packages in nova_compute  https://review.openstack.org/39668717:16
kfox1111rhallisey: can you wf this please: https://review.openstack.org/#/c/396618/17:17
sean-k-mooneySamYaple: i was hoping if kolla was addes as an installer project to opnfv it would be vaniallla or vanilla++  rather then a fork.17:17
SamYaplesean-k-mooney: im not opposed to it. and i like collaboration. but i had always planned to have a vanilla deploy and people use that as a working template17:18
SamYaplesean-k-mooney: ansible doesnt lend itself to this type of extending very well17:18
SamYaplebut ill see what can be included upstream17:18
sean-k-mooneySamYaple: cool my vanilla++ was basically upstream conatiners with templates override for the docker files and ansible overrides if we figure out the licencing.17:20
sean-k-mooneySamYaple: in either case it will be cool to see what you come up with17:20
sean-k-mooneygot to run. got logged out this morning and someone is coming with a spare key.17:23
sean-k-mooney*locked17:24
*** v1k0d3n has joined #openstack-kolla17:25
SamYaplesean-k-mooney: ok. have... fun with that :)17:25
SamYapleso people in the channel here. a quick poll, how would you all feel about using something other than Dockerfile to build the images? after all, the docker devs _themselves_ say Dockerfiles are the basic tools that wont work with advance situation17:27
SamYaplei can get the keystone image down to 40MB IN TOTAL (even with "layers")17:28
*** unicell has quit IRC17:28
*** unicell has joined #openstack-kolla17:28
v1k0d3nSamYaple: interesting though. what were you thinking?17:29
v1k0d3nthis was brought up at the summit in barcelona a little, but no firm details.17:30
v1k0d3nsome folks asked about using alpine images, which cause problems that may be worked around.17:30
*** zhubingbing has quit IRC17:30
SamYapleim actually refering to vanilla ubuntu and/or redhat. both could be gotten down in size significantly17:30
v1k0d3nbut not sure that's going to be entire viable for us, since we need to CVE scan against a red hat or deb cve db17:31
v1k0d3nah, missing some of the tooling overhead you mean?17:31
SamYaplenope. feature complete with what it is now17:31
SamYapleyea i have a 40MB ubuntu image that can do what the current keystone container can do17:31
SamYaplefunctionaly, its not a "kolla" container at the moment17:31
v1k0d3nwell, something better needs to happen for kolla-k8s. images are large, and this was brought up.17:32
kfox1111yeah. I'd like to see some kind of ci/cd added to kolla-kubernetes.17:32
v1k0d3nkfox1111: this is why we mentioned and still support the use of helm.17:33
kfox1111we need to have a conversation about that. and how we do version numbers.17:33
Pavohmmm seems like metadata services isn't working17:33
v1k0d3nthis gives a ci/cd roadmap and framework.17:33
openstackgerritEduardo Gonzalez proposed openstack/kolla: Add custom policies in service.json  https://review.openstack.org/39417717:33
kfox1111I'd like to attempt to play with the openscap container scanner too at some point. :)17:33
SamYapleso read this comment here https://github.com/docker/docker/issues/332#issuecomment-23264632617:33
v1k0d3nwith helm, you can have kolla-based versions that make sense for kolla deployments17:34
kfox1111but even a simple job that does a container pull, and insteide 'yum upgrade/apt-get upgrade' and if it changes anything, retrigger rebuilds of things.17:34
v1k0d3nhttps://github.com/kubernetes/charts/blob/master/stable/mariadb/Chart.yaml#L217:34
kfox1111v1k0d3n: helm has an issue there.17:34
v1k0d3nthat's a arbitrary...17:34
kfox1111they are strict semver'ers.17:34
v1k0d3nuser input17:34
kfox1111which is bad for packaging. :/17:34
SamYapleright. we can do some fanciness there to stop rebuilds, to a degree17:35
v1k0d3nso can we address the issue in helm then?17:35
SamYapleif you think of each image (squashed layers) as just a collection of files, then you can diff and generate layers on the fly17:35
v1k0d3nmeaning, if there is a gap, can we suggest or work towards fixing that.17:35
kfox1111more mature package managers realized one version number is not enough. there's the version of the software being shipped, and the version of the packaging.17:35
SamYaplecompare glance/keystone and generate a common layer between them17:35
kfox1111rpm/deb release numbers.17:36
kfox1111since helm doesn't have that, we may have to divorce helms version numbers from everything else. :/17:36
v1k0d3nkfox1111: wondering if we're saying the same thing here...17:37
v1k0d3nhelm doesn't have what specifically?17:37
kfox1111it supports x.y.z. nothing else.17:37
v1k0d3nand what are you looking for specifically?17:37
SamYaplex.y.z+(packagerversion)17:37
kfox1111yeah.17:37
SamYaplethats all i care about17:37
v1k0d3nthat's what you get17:38
v1k0d3nlol17:38
v1k0d3nthree's a misunderstanding here...17:38
v1k0d3none sec...17:38
v1k0d3nhold17:38
kfox1111no revision on helm as far as  I can tell.17:38
*** msimonin has quit IRC17:39
Pavocan I have kolla-ansible and kolla-kubernetes running on the same nodes?17:39
Pavoat the same time17:39
v1k0d3nwhen helm builds...it builds with x.y.z+gitcommit17:39
kfox1111Pavo: maybe? never been tested. if your really really careful.17:39
kfox1111v1k0d3n: it itself does. but I need reviesions on packages.17:39
v1k0d3nthe chart itself has that. within the Chart.yml you are right, there is a x.y.z definition for version17:40
Pavoas long as I tell kolla-kubernetes to use a different globals it should be fine right17:40
v1k0d3nso issue it on github???17:40
kfox1111I want to produce package openstack-nova-3.0.1-1-mysite1 or something like that17:40
*** msimonin has joined #openstack-kolla17:40
*** msimonin has quit IRC17:40
v1k0d3nso ...17:40
v1k0d3njust a thought....17:40
kfox1111there is no way to revision outside of making helm packages have its own versioning scheme sperate then both kolla and openstack components itself.17:41
kfox1111got a meeting to go to. be back in a bit.17:41
v1k0d3nwhat if you could say "i want nova...anything 2.9.1-3.0.1 would work, just give me a working nova but try latest as best effort"...17:41
v1k0d3nthat is basically what can be done.17:42
v1k0d3nyou can pin, or you can say "give me a working range...or give me the one that works".17:42
v1k0d3nmaybe have a call with the chart guys.17:42
v1k0d3neverything has been contested to gridlock in kolla lately17:42
*** msimonin has joined #openstack-kolla17:43
v1k0d3nlike, are we going to continue using ansible to deploy and build everything, even with a kube api? seems like the wrong approach for us.17:43
*** shardy has quit IRC17:43
SamYaplev1k0d3n: the sooner the ansible stuff splits out of the repo, the sooner thats less of a problem17:44
rhalliseyI think ansible has already been removed for deploy in kolla-k8s17:44
rhalliseykolla-ansible isn't going to remove ansible17:44
rhalliseyindeed, repo split will better define things17:45
*** neilus has quit IRC17:45
v1k0d3n.....build process.....as reliance on it in the containers17:45
Pavomay I suggest to make kolla-kubernetes a completely offline deployment17:45
v1k0d3nso SamYaple and kfox1111....maybe we could reach out to the helm folks.17:47
*** TxGirlGeek has quit IRC17:49
v1k0d3nSamYaple and kfox1111 here are the docs on this: https://github.com/kubernetes/helm/blob/master/docs/charts.md#charts-and-versioning17:49
*** TxGirlGeek has joined #openstack-kolla17:49
v1k0d3nmaybe folks are looking at HelmC?17:49
v1k0d3nso the quote: "More complex SemVer 2 names are also supported, such as version: 1.2.3-alpha.1+ef365"17:50
v1k0d3nand that is what kfox1111 is looking for, is that correct?17:50
v1k0d3ndoes that support what the concern is here with helm?17:50
*** portdirect has quit IRC17:53
v1k0d3n"but I need reviesions on packages" << to that point, that falls into the patches part of SemVer kfox111117:53
v1k0d3nrhallisey: do you understand this problem well? you have been in the helm slack chans, can you articulate this well enough so we can figure out if this is possible an assumed issue?17:55
rhalliseyI've been trying to keep up there17:57
kfox1111back17:57
rhalliseyI don't understand the problem super well yet17:58
kfox1111v1k0d3n: oh. interesting. so you can hae a revision on it.17:58
v1k0d3nyes :)17:58
rhalliseybeen monitoring spec + outlining op work17:58
kfox1111nice. ok. cool. thanks. :)17:58
*** david-lyle has joined #openstack-kolla17:58
v1k0d3nlol17:58
kfox1111rhallisey: https://review.openstack.org/#/c/396618/ please17:58
rhalliseyroger17:59
kfox1111thx17:59
*** tonanhngo_ has joined #openstack-kolla18:00
*** TxGirlGeek has quit IRC18:00
*** tonanhngo has quit IRC18:01
openstackgerritMerged openstack/kolla-kubernetes: Unbreak gate from recent kolla change  https://review.openstack.org/39661818:01
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP helm  https://review.openstack.org/39629618:02
*** pbourke has quit IRC18:02
*** david-lyle has quit IRC18:03
*** pbourke has joined #openstack-kolla18:04
*** athomas has quit IRC18:06
openstackgerritAndrew Widdersheim proposed openstack/kolla: Add enable_cinder_backend_nfs option example  https://review.openstack.org/39672018:06
awiddersheim^^ easy review18:07
*** fragatina has joined #openstack-kolla18:10
openstackgerritMauricio Lima proposed openstack/kolla: Fix Copying over nfs_shares files for cinder_volume fails  https://review.openstack.org/39672318:11
v1k0d3nawiddersheim: yeah no kidding there...18:13
*** fragatina has quit IRC18:27
*** unicell has quit IRC18:28
*** fragatina has joined #openstack-kolla18:28
*** eaguilar has joined #openstack-kolla18:28
*** david-lyle_ has joined #openstack-kolla18:30
*** Administrator_ has joined #openstack-kolla18:30
*** chas_ has quit IRC18:30
*** rhallisey has quit IRC18:30
*** chas_ has joined #openstack-kolla18:30
*** rhallisey has joined #openstack-kolla18:31
*** neilus has joined #openstack-kolla18:32
*** zhugaoxiao has quit IRC18:33
*** chas_ has quit IRC18:34
*** david-lyle_ has quit IRC18:36
*** david-lyle has joined #openstack-kolla18:36
*** neilus has quit IRC18:36
Pavoanyone have a example network layout for kolla-kubernetes?18:48
kfox1111multinode is kind of a work in progress. not much docs yet. :/18:50
*** msimonin has quit IRC18:50
*** msimonin1 has joined #openstack-kolla18:50
*** DanyC has joined #openstack-kolla18:52
*** harlowja has joined #openstack-kolla18:55
*** unicell has joined #openstack-kolla18:56
kfox1111"fatal: [localhost]: FAILED! => {"failed": true, "msg": "No file was found when using with_first_found. Use the 'skip: true' option to allow this "18:59
kfox1111:/18:59
*** srwilkers has joined #openstack-kolla18:59
srwilkersafternoon18:59
*** msimonin1 has quit IRC19:00
kfox1111can we stop breaking the gate? This is 2 times in less then 24 hours. :/19:01
*** eaguilar has quit IRC19:02
*** eaguilar has joined #openstack-kolla19:03
*** DanyC has quit IRC19:06
awiddersheimkfox1111, my fault... will be fixing shortly19:22
kfox1111no worries. :)19:23
kfox1111plz ping me when fixed though. I have some changes I'm trying to debug and can't until kolla's fixed.19:25
*** eaguilar has quit IRC19:27
*** eaguilar has joined #openstack-kolla19:27
inc0v1k0d3n, ping19:28
openstackgerritAndrew Widdersheim proposed openstack/kolla: Fix copying nfs_shares configuration  https://review.openstack.org/39672319:28
awiddersheimkfox1111 , this should be a good fix https://review.openstack.org/#/c/396723/19:29
*** msimonin has joined #openstack-kolla19:29
mliima_awiddersheim, it works fine?19:30
awiddersheimyes, I believe so19:31
mliima_did you test?19:31
mliima_please, tell me yes19:31
awiddersheimyes19:33
openstackgerritAndrew Widdersheim proposed openstack/kolla: Fix copying nfs_shares configuration  https://review.openstack.org/39672319:33
Pavohmmm I think kolla_internal_vip_address should be changed to node_management_interface and add node_management_interface to globals and add api_address to use the api_interface_address19:33
mliima_+219:34
inc0Pavo, issue with changing names is backward compatibility19:34
Pavothis would allow complete separation to api and management traffic19:34
Pavotrue19:34
inc0but good change if we keep backward compatibility19:34
kfox1111Pavo: more then just node management traffic goes over it though, I think.19:34
Pavowell I would assume most people have a management network only for managing the nodes19:35
PavoI know I wouldn't want my management traffic going over the same traffic as my openstack api traffic19:35
inc0some people call ipmi network "management";)19:36
kfox1111inc0: a different, maybe better solution to the breakages I think is to start requiring gate tests. no tests to test new feature, no new feature. :/19:36
inc0yeah, but it's hard in deployment field19:36
inc0we don't really have unit tests19:36
kfox1111otherwise, we don't ever hit a point where we get a self sustaining snowball for tests.19:37
kfox1111yeah.19:37
mliima_bye guys19:37
kfox1111it gets harder the more untested stuff we let in though.19:37
mliima_\o19:37
inc0we need to prep some infrastructure for it19:37
inc0agree kfox1111 just saying that today it's not possible19:37
kfox1111agreed. but that never gets written if we keep letting stuf through. "just one more" :)19:37
inc0what I want is to have gates for core stuff today19:38
kfox1111sometimes, you just have to say, enough technical debt. gota pay some off first.19:38
kfox1111:/19:38
inc0that's the release for it I hope19:38
*** mliima_ has quit IRC19:38
inc0just not drop nukes on development process19:38
kfox1111yeah. if you want feature in, you gota help pay down a bit of the testing debt by getting your stuff tested at least.19:39
inc0kfox1111, what was feature that broke k8s tho?19:39
kfox1111eventually common patterns emerge, more testing code gets shared, and it gets simpler.19:39
inc0what I'd love to see is 3rd party CI for every deployment tool we have19:40
inc0like kolla gates will have 3rd party CI for both k8s and ansible19:40
kfox1111"Allow cinder-volume to be configured to use NFS"19:40
*** gfidente has quit IRC19:41
kfox1111and: "Uses tunnel_interface as ovs tunnel instead of api_interface"19:41
inc0Kevin, I have favor to ask, would you make this suggestion on ML? so we can start discussion what would get us there?19:41
kfox1111k.19:41
inc0I'm pretty sure we can't drop it today, but we might lay some roadmap that will get us there eventually19:42
kfox1111yeah. I think it needs to be the focus of a cycle.19:42
inc0gates are focus this cycle19:43
*** rhallisey has quit IRC19:43
kfox1111cool. :)19:43
kfox1111then hopefully at the end of the cycle we will be in a much better place.19:44
inc0in fact, I'll need to pick your brain someday next week19:44
inc0you got multinode gate working right?19:44
kfox1111sounds good.19:44
kfox1111yeah. :)19:44
inc0so after we do repo split19:44
inc0we'll need to rebuild our gate infrastructure anyway19:44
inc0might get it better19:44
inc0while at it19:44
kfox1111true. yeah.19:44
v1k0d3ninc0:  hey man19:45
v1k0d3nsorry missed ya. was eating19:45
inc0np19:46
inc0so we had a nice call yesterday19:46
inc0when you were flyin' around19:46
inc0and I think we'll roll with generic operator for dealing with dependencies19:47
inc0make poc of it at leasy19:47
inc0least19:47
kfox1111yeah. still on the same path with the spec.19:47
inc0that's something that could be generic k8s project on it's own19:47
inc0soo...wanna incubate project in k8s namespace?19:48
kfox1111inc0: you might want to look at https://github.com/Mirantis/k8s-AppController if your thinking that path19:48
kfox1111I'm worried too generic will be painful. its a preoptomization.19:49
Pavowhere in the init_runonce code is telling it to use kolla_external_vip_address19:49
PavoI want to change it to use kolla_internal_vip_address19:50
kfox1111lets make something work now, for our specific complicated workflow, and then genericize it as we understand it better.19:50
inc0I know of it19:50
*** fguillot has quit IRC19:59
*** eaguilar has quit IRC20:00
*** eaguilar has joined #openstack-kolla20:01
*** eaguilar has quit IRC20:04
*** eaguilar has joined #openstack-kolla20:05
*** eaguilar has quit IRC20:05
*** neilus has joined #openstack-kolla20:16
openstackgerritAndrew Widdersheim proposed openstack/kolla: Fix precheck conditional in site.yml  https://review.openstack.org/39676020:18
*** neilus has quit IRC20:20
*** TxGirlGeek has joined #openstack-kolla20:28
*** inc0 has quit IRC20:35
*** ppalacios has quit IRC20:36
Pavoanyone know why you get console error 1006 when using tls?20:41
*** inc0 has joined #openstack-kolla20:43
*** f13o has quit IRC20:49
jascott1pavo is it tls error?20:49
PavoI am assuming it is since I only get that error when I use tls20:54
*** TxGirlGeek has quit IRC20:56
*** haplo37 has quit IRC20:58
*** neilus has joined #openstack-kolla20:59
*** TxGirlGeek has joined #openstack-kolla21:01
*** f13o has joined #openstack-kolla21:02
*** neilus has quit IRC21:03
*** schwicht has quit IRC21:04
*** haplo37 has joined #openstack-kolla21:07
*** schwicht has joined #openstack-kolla21:09
*** inc0 has quit IRC21:11
*** srwilkers has quit IRC21:11
*** jheroux has quit IRC21:22
*** harlowja has quit IRC21:32
*** TxGirlGeek has quit IRC21:33
*** Jeffrey4l has quit IRC21:33
*** TxGirlGeek has joined #openstack-kolla21:34
*** sacharya has joined #openstack-kolla21:43
*** sacharya has quit IRC21:43
*** TxGirlGeek has quit IRC21:47
*** TxGirlGeek has joined #openstack-kolla21:47
Pavowhat do you guys see when you try https://ddi.hopto.org21:54
jascott1time out21:56
Pavohmmm21:56
*** inc0 has joined #openstack-kolla21:59
Pavook how about ddi.hopto.org22:00
Pavohmmm guess tls isn't working correctly22:02
Pavooh well gonna give it a rest for a bit22:04
*** dave-mccowan has quit IRC22:06
*** msimonin has quit IRC22:15
*** msimonin has joined #openstack-kolla22:16
*** msimonin has quit IRC22:18
*** srwilkers has joined #openstack-kolla22:23
*** schwicht has quit IRC22:30
*** TxGirlGeek has quit IRC22:35
*** TxGirlGeek has joined #openstack-kolla22:35
*** TxGirlGeek has quit IRC22:38
*** TxGirlGeek has joined #openstack-kolla22:39
*** TxGirlGeek has quit IRC22:43
*** TxGirlGeek has joined #openstack-kolla22:44
kfox1111how far out is  the nfs fix?22:47
*** neilus has joined #openstack-kolla22:47
kfox1111there's 2 +2's on it22:48
inc0kfox1111, link plz22:49
kfox1111https://review.openstack.org/#/c/396723/22:49
*** TxGirlGeek has quit IRC22:49
kfox1111kolla-kubernetes gate is still broken without some kind of fix.22:50
inc0done22:50
kfox1111thx.22:50
*** neilus has quit IRC22:52
*** TxGirlGeek has joined #openstack-kolla22:52
openstackgerritMerged openstack/kolla: Fix copying nfs_shares configuration  https://review.openstack.org/39672322:53
kfox1111inc0: been thinking.22:54
kfox1111like 99% of the failures I've seen have been kolla-ansible genconfig ones.22:54
kfox1111if all we did was add a kolla gate job that just ran genconfig on a few sets of globals files, that would catch a huge amount of breakages I've seen.22:54
inc0kfox1111, yeah, can you create gate for genconfig with kolla-k8s vars?22:56
inc0should be easy enough22:56
inc0it doesn't have to build any images even22:57
inc0so it can even be voting22:57
*** schwicht has joined #openstack-kolla22:58
*** TxGirlGeek has quit IRC22:58
kfox1111I can try. shouldn't be too hard.22:59
kfox1111it takes time away from playign with helm though.23:00
kfox1111so if theres' someone else who can take a stab at it, that would be good too.23:00
kfox1111therels already a config laying around in kolla-kubernets/tests/config/*23:00
*** schwicht has quit IRC23:01
inc0I might do it next week23:01
inc0but good idea, will be quick23:01
*** eaguilar has joined #openstack-kolla23:01
*** harlowja has joined #openstack-kolla23:01
*** schwicht has joined #openstack-kolla23:02
*** neilus has joined #openstack-kolla23:05
*** chas_ has joined #openstack-kolla23:09
*** chas_ has quit IRC23:13
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP helm  https://review.openstack.org/39629623:14
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP helm  https://review.openstack.org/39629623:22
*** schwicht has quit IRC23:27
*** lamt has quit IRC23:29
*** Jeffrey4l has joined #openstack-kolla23:31
*** unicell has quit IRC23:31
*** srwilkers has quit IRC23:38
*** yingjun has joined #openstack-kolla23:39
*** yingjun has quit IRC23:42
*** yingjun has joined #openstack-kolla23:42
*** yingjun has quit IRC23:46
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP helm  https://review.openstack.org/39629623:54
kfox1111ok.. here we go. :)23:55
*** unicell has joined #openstack-kolla23:59

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