Thursday, 2016-11-10

*** tonanhngo has quit IRC00:00
*** chas_ has quit IRC00:00
*** chas_ has joined #openstack-kolla00:02
*** schwicht has joined #openstack-kolla00:05
*** srwilkers has quit IRC00:06
*** chas_ has quit IRC00:07
*** Pavo has quit IRC00:08
*** Pavo has joined #openstack-kolla00:09
*** huikang has joined #openstack-kolla00:12
*** huikang has quit IRC00:14
*** huikang has joined #openstack-kolla00:14
*** zhurong has joined #openstack-kolla00:15
*** sdake has quit IRC00:16
*** huikang has quit IRC00:19
*** fguillot has joined #openstack-kolla00:19
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Fix new kubeadm precheck  https://review.openstack.org/39577900:21
*** zhurong has quit IRC00:22
*** diogogmt has quit IRC00:23
*** yingjun has joined #openstack-kolla00:23
*** fguillot has quit IRC00:24
*** ayoung has quit IRC00:24
*** Pavo has quit IRC00:26
*** Pavo has joined #openstack-kolla00:28
*** yingjun has quit IRC00:31
*** yingjun_ has joined #openstack-kolla00:31
*** chas_ has joined #openstack-kolla00:36
*** v1k0d3n has joined #openstack-kolla00:36
*** Marcellin__ has quit IRC00:38
*** v1k0d3n has quit IRC00:38
*** v1k0d3n has joined #openstack-kolla00:38
*** chas_ has quit IRC00:40
kfox1111v1k0d3n: much experience with writing helm templates?00:45
Pavoanyone around that could answer neutron questions?00:49
*** neilus has quit IRC00:49
jascott1kfox1111 ive been doing "helm stuff" for the past week00:53
*** saneax is now known as saneax-_-|AFK00:53
kfox1111can you reference a template in a dep in an include?00:53
*** duonghq has joined #openstack-kolla00:54
duonghqmorning00:54
jascott1kfox1111 named template?00:55
kfox1111say I created a package called common, and dropped some stuff in it.00:55
kfox1111then I make a nova package. in nova/tempates/foo.yaml can I include something from nova/dependencies/common/templates/?00:56
jascott1doubt it00:57
kfox1111k. thats what I thought. just double checking though.00:57
kfox1111still, it looks like it has a nice include function.00:57
jascott1the {{ .Files }} doesnt let you pull from your own templates dir  so prob not another either00:57
*** huikang has joined #openstack-kolla00:58
kfox1111so I shoudl be able to maybe do it as a cp common/* nova/* in a build step.00:58
jascott1what are you trying to get at file wise? You can put the path and name of file in values and pass to all00:59
*** huikang has quit IRC00:59
*** huikang has joined #openstack-kolla01:00
jascott1mount common into each01:00
kfox1111just exploring ways of writing a chunk of code and sharing it between multiple packages.01:01
jascott1kfox1111 ^ thats the way i think01:01
*** huikang has quit IRC01:02
kfox1111"mount"?01:02
*** huikang has joined #openstack-kolla01:02
jascott1make common configmap that contains the common templates01:02
kfox1111that wouldn't work for instantiating parts of a template.01:02
jascott1add volume to nova deployment,yml and specify volume if fromConfigMap01:03
kfox1111include would, but can't pull form outside the dir.01:03
kfox1111no, this is a totally different level then that.01:03
kfox1111let me show you...01:03
jascott1you can also make each part of template a named template and reference that01:03
kfox1111yeah. but,01:04
kfox1111I want a package say for nova, and a package for neutron01:04
jascott1oh you mean k8s resurce templates?01:04
kfox1111and I want some common code shared between them.01:04
kfox1111yeah.01:04
jascott1ah01:04
jascott1sorry get ya now01:04
kfox1111like, see: services/nova/nova-libvirt-pod.yml.j201:04
kfox1111it includes service/common/common-lib.yaml.j2 (almost everything does now)01:05
kfox1111and can then pull in common bits like logging sidecars easily.01:05
kfox1111sidecar logic can then just be put in one place.01:05
kfox1111if there's no native suport, I'll just slip the files in during a build phase.01:05
kfox1111was just looking for a native helm way to do it. but not sure there is such a thing.01:06
Pavowhat does kolla-ansible genconfig do?01:06
*** neilus has joined #openstack-kolla01:06
kfox1111Pavo: kolla has a nice flat config file that lets you easily config everything.01:06
kfox1111openstack services don't work that way though. config values must be written all over the place in the services.01:06
Pavowhat do you mean kfox1111?01:06
kfox1111genconfig takes the single config file and generates all the openstack service config files.01:06
Pavoah01:07
Pavook01:07
kfox1111for example, you have to set the nova endpoint info in neutron and nova, and the neutron endpoint info in nova and neutron config's. you just set that in kolla's config, and run genconfig, and it does sets up all the configs.01:08
kfox1111much easier if you don't need really fine grained control over the specific config files.01:08
kfox1111(most people dont)01:08
Pavogot it01:09
Pavonow what does this error mean01:09
Pavohttp://paste.openstack.org/show/588639/01:09
PavoI have my nodes in my deployer /etc/hosts file and have copied that over to all nodes01:10
Pavoand have copied my ssh id over to nodes01:10
Pavobut when I run kolla-ansible bootstrap-servers I get that error01:10
kfox1111not too famailor with the kolla-ansible code base. seems like it wsn't able to find an ip address01:10
jascott1kfox1111 instead of cp you might see if you can load chunks of named template and reuse01:12
Pavothanks kfox1111 you were right, API interfaces wasn't up01:14
*** mtaylor22 has joined #openstack-kolla01:16
mtaylor22hello01:16
*** diogogmt has joined #openstack-kolla01:17
Pavodoes kolla_internal_vip_address have to be on the same interface as network_interface01:20
*** yingjun_ has quit IRC01:21
*** yingjun has joined #openstack-kolla01:22
v1k0d3nhey guys. kfox1111 you going ot be around for a while tonight?01:29
v1k0d3njust headed out for dinner.01:30
v1k0d3ndef want to connect though. even some new thoughts that support inc001:30
*** v1k0d3n has quit IRC01:31
*** zhurong has joined #openstack-kolla01:33
*** chas_ has joined #openstack-kolla01:36
PavoI need some Ceph help01:38
Pavoon my controller I have 1 30Tb Ceph partition but on my compute I have 4 disk that I setup to use Ceph also, getting an error during deployment on the compute node01:39
Pavohttp://paste.openstack.org/show/588642/01:40
Pavoall my the disk I used for Ceph on the Compute are /dev/sdc, /dev/sdd, /dev/sde and /dev/sdf01:41
Pavoeach disk 250Gb01:41
*** chas_ has quit IRC01:41
PavoI followed this guide01:41
Pavohttp://docs.openstack.org/developer/kolla/ceph-guide.html01:41
Pavoonly did the parted $DISK -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP 1 -1 part01:42
Pavoany suggestions?01:42
Pavolooks like its erroring out on each disk on the compute node01:43
openstackgerritWang Liming proposed openstack/kolla: update source code character error  https://review.openstack.org/39589101:44
*** MarMat has quit IRC02:01
*** schwicht has quit IRC02:10
*** dcwangmit01 has quit IRC02:24
*** dcwangmit01 has joined #openstack-kolla02:24
jascott1any (kolla) keystone gurus in here? apache returning 500 but dont see any errors anywhere02:27
*** unicell has quit IRC02:31
*** yuanying has quit IRC02:51
*** Pavo has quit IRC02:58
*** Pavo has joined #openstack-kolla02:59
openstackgerritzhubingbing proposed openstack/kolla: Add support panko on README.rst  https://review.openstack.org/39591703:01
*** msimonin has quit IRC03:02
duonghq[OT] anybody know is there any solution for buffering than retry request?03:10
duonghqlike a proxy03:10
duonghqwith buffering/storing capability for a short time03:10
*** zhubingbing has joined #openstack-kolla03:11
*** fragatin_ has joined #openstack-kolla03:32
*** fragatina has quit IRC03:35
*** fragatina has joined #openstack-kolla03:36
*** fragatin_ has quit IRC03:37
*** sdake has joined #openstack-kolla03:39
*** fragatina has quit IRC03:40
sdakeevening folks03:47
*** yuanying has joined #openstack-kolla03:49
*** v1k0d3n has joined #openstack-kolla03:49
Pavoevening03:51
Pavosdake man I need some Ceph help03:51
sdakepavo been rough couple days - no energy to help03:51
duonghqevening sdake,03:53
Pavook thats cool, I'll figure it out03:53
jascott1pavo have you asked in #ceph?03:58
Pavoits a container issue03:59
Pavo42e0ee57fe86        deployer.local:4000/kolla/centos-binary-ceph-osd:3.0.1                    "kolla_start"       53 minutes ago      Restarting (1) 6 seconds ago03:59
jascott1but ceph error right?04:04
*** v1k0d3n has quit IRC04:06
Pavothis is the error04:07
Pavo2016-11-09 23:04:34.569084 7fba36f2d800 -1  ** ERROR: osd init failed: (1) Operation not permitted04:07
mtaylor22jascott1: what version of openstack and kolla04:07
mtaylor22?04:07
Pavonewton and kolla 3.0.004:08
jascott1im trying to run the centos-binary-keystone:3.0.104:09
jascott1think Im getting there now tho04:10
sdakepavo selinux enabled?04:11
Pavoshouldn't be unless thats another thing that bootstrap-servers isn't disabling04:11
PavoI'll check one sec04:11
Pavoyeap its enabled04:12
Pavogrrr04:12
Pavodisabled and rebooting04:13
openstackgerritSurya Prakash Singh proposed openstack/kolla: Consistent home directory creation for all the services  https://review.openstack.org/39017904:16
*** coolsvap has joined #openstack-kolla04:18
*** huikang has quit IRC04:23
duonghqPavo, does it run?04:24
Pavostill waiting on reboot04:24
duonghqhow many nodes do you have?04:24
Pavo204:24
Pavo1 controller and 1 compute04:24
duonghqokay04:25
duonghqhow about storage04:25
*** zhubingbing has quit IRC04:25
*** tonanhngo has joined #openstack-kolla04:28
Pavostorage is on the controller04:29
Pavoso is network04:29
*** sdake has quit IRC04:29
Pavoselinux is disabled and still giving me the same error04:31
Pavogonna destroy and redeploy04:32
mtaylor22jascott1: docker logs -f  on your container?04:34
jascott1mtaylor22: right now Im fixing the db connection04:36
mtaylor22ok04:36
jascott1but yeah the keystone log led me there04:36
jascott1thanks04:36
*** chas_ has joined #openstack-kolla04:39
jascott1well, if I run keystone_manage db_sync, I can see the problem. otherwise keystone was not telling me anything04:41
jascott1which is less than desirable04:41
*** huikang has joined #openstack-kolla04:42
jascott1which is odd, since i would think it would crash if it cant connect to db or log something at least04:42
*** chas_ has quit IRC04:43
*** v1k0d3n has joined #openstack-kolla04:46
Pavook I'll look at this again tomorrow even after destroying and redeploying getting same error04:48
*** v1k0d3n has quit IRC04:51
*** v1k0d3n has joined #openstack-kolla04:53
*** v1k0d3n has quit IRC05:02
*** v1k0d3n has joined #openstack-kolla05:02
*** skramaja_ has joined #openstack-kolla05:12
*** huikang has quit IRC05:16
openstackgerritJeffrey Zhang proposed openstack/kolla: Fix neutron lbaas dashboard  https://review.openstack.org/39389805:16
*** unicell has joined #openstack-kolla05:17
*** zhubingbing_ has joined #openstack-kolla05:31
*** yuanying has quit IRC05:34
openstackgerritMerged openstack/kolla: Add support panko on README.rst  https://review.openstack.org/39591705:34
*** huikang has joined #openstack-kolla05:34
openstackgerritJeffrey Zhang proposed openstack/kolla: Load murano dashbaord dynamic  https://review.openstack.org/39595705:35
*** dave-mccowan has quit IRC05:35
openstackgerritJeffrey Zhang proposed openstack/kolla: NO_MERGE: test mitaka branch  https://review.openstack.org/39387705:49
openstackgerritMerged openstack/kolla: Added MountFlags for Ubuntu in multinode guide  https://review.openstack.org/39586505:58
*** mtaylor22 has quit IRC06:03
*** v1k0d3n has quit IRC06:04
*** v1k0d3n has joined #openstack-kolla06:18
openstackgerritMerged openstack/kolla: Corrects typo "requried" in kolla_docker.py  https://review.openstack.org/39549206:21
*** zhubingbing_ has quit IRC06:29
*** zhubingbing_ has joined #openstack-kolla06:30
*** harlowja_ has quit IRC06:33
openstackgerritJeffrey Zhang proposed openstack/kolla: DO NOT MERGE: TEST MASTER BRANCH  https://review.openstack.org/32630706:34
*** sdake_ has joined #openstack-kolla06:34
openstackgerritzhubingbing proposed openstack/kolla: Add trove role  https://review.openstack.org/35490106:36
*** chas_ has joined #openstack-kolla06:40
*** kamtamtun has joined #openstack-kolla06:42
*** chas_ has quit IRC06:45
*** sdake_ has quit IRC06:45
*** sdake has joined #openstack-kolla06:46
openstackgerritzhubingbing proposed openstack/kolla: Add support freezer on README.rst  https://review.openstack.org/39598107:08
openstackgerritzhubingbing proposed openstack/kolla: Add support freezer on README.rst  https://review.openstack.org/39598107:19
*** zhubingbing__ has joined #openstack-kolla07:30
*** huikang has quit IRC07:31
*** zhubingbing_ has quit IRC07:33
*** f13o has joined #openstack-kolla07:35
*** openstackgerrit has quit IRC07:48
*** openstackgerrit has joined #openstack-kolla07:48
*** yuanying has joined #openstack-kolla07:55
openstackgerritJeffrey Zhang proposed openstack/kolla: Using openstack_logging_debug variable in horizon  https://review.openstack.org/39599607:59
*** sdake has quit IRC08:00
openstackgerritJeffrey Zhang proposed openstack/kolla: Load murano dashbaord dynamic  https://review.openstack.org/39595708:06
*** huikang has joined #openstack-kolla08:08
*** huikang has quit IRC08:13
*** msimonin has joined #openstack-kolla08:14
*** unicell has quit IRC08:21
*** unicell has joined #openstack-kolla08:21
*** Serlex has joined #openstack-kolla08:22
openstackgerritzhubingbing proposed openstack/kolla: Add trove role  https://review.openstack.org/35490108:22
openstackgerritJeffrey Zhang proposed openstack/kolla: Load murano dashbaord dynamic  https://review.openstack.org/39595708:26
openstackgerritMerged openstack/kolla: Add support freezer on README.rst  https://review.openstack.org/39598108:31
openstackgerritMerged openstack/kolla-kubernetes: Add advisory language to specs directory for kolla-kubernetes  https://review.openstack.org/39563608:33
*** chas_ has joined #openstack-kolla08:42
*** chas_ has quit IRC08:47
*** portdirect_away has quit IRC08:50
*** chas_ has joined #openstack-kolla08:53
*** gfidente has joined #openstack-kolla08:58
*** strigazi_AFK is now known as strigazi09:01
*** berendt has joined #openstack-kolla09:03
openstackgerritzhubingbing proposed openstack/kolla: add panko role  https://review.openstack.org/39429809:06
*** egonzalez90 has joined #openstack-kolla09:11
*** unicell1 has joined #openstack-kolla09:19
*** unicell has quit IRC09:21
openstackgerritMerged openstack/kolla: Skip queuing build tasks for UNMATCHED images  https://review.openstack.org/39349009:22
openstackgerritMerged openstack/kolla: update source code character error  https://review.openstack.org/39589109:24
*** bachp has quit IRC09:25
openstackgerritMerged openstack/kolla: source doc bifrost.rst charactor error  https://review.openstack.org/39558609:25
*** tonanhngo has quit IRC09:32
openstackgerritxhzhf proposed openstack/kolla: [kolla] openstack tag 3.0.0 is not available  https://review.openstack.org/39604409:41
openstackgerritChristian Berendt proposed openstack/kolla: Fix RST syntax issue  https://review.openstack.org/39604609:45
*** tonanhngo has joined #openstack-kolla09:49
*** tonanhngo has quit IRC09:51
*** msimonin has quit IRC10:01
*** zhurong has quit IRC10:01
*** athomas has joined #openstack-kolla10:06
*** f13o_ has joined #openstack-kolla10:12
*** zhubingbing__ has quit IRC10:14
*** f13o has quit IRC10:14
openstackgerritOpenStack Proposal Bot proposed openstack/kolla: Updated from global requirements  https://review.openstack.org/39532410:15
egonzalez90channel is quiet today ;)10:15
*** portdirect has joined #openstack-kolla10:18
*** dwalsh has joined #openstack-kolla10:19
*** portdirect is now known as portdirect_away10:19
*** papacz has joined #openstack-kolla10:19
*** portdirect_away is now known as portdirect10:20
*** duonghq has quit IRC10:21
*** bachp has joined #openstack-kolla10:22
*** msimonin has joined #openstack-kolla10:26
berendtegonzalez90 customer satisfaction...10:32
egonzalez90luckly i dont deal with customers :)10:34
egonzalez90just say they will save money and thats it10:34
*** msimonin has quit IRC10:35
*** msimonin has joined #openstack-kolla10:38
*** msimonin has quit IRC10:39
*** yingjun has quit IRC10:40
*** stvnoyes1 has joined #openstack-kolla10:40
*** matrohon has joined #openstack-kolla10:41
openstackgerritJames McCarthy proposed openstack/kolla: Missing customization of tenant network  https://review.openstack.org/39498810:41
*** msimonin has joined #openstack-kolla10:43
*** stvnoyes has quit IRC10:44
*** gfidente has quit IRC10:58
*** ppalacios has joined #openstack-kolla11:12
*** gfidente has joined #openstack-kolla11:17
*** neilus has quit IRC11:23
*** mliima has joined #openstack-kolla11:29
openstackgerritMerged openstack/kolla: Updated from global requirements  https://review.openstack.org/39532411:34
*** mkoderer has joined #openstack-kolla11:54
egonzalez90inc0, would be great if we include kolla guides into OpenStack-Docs http://lists.openstack.org/pipermail/openstack-dev/2016-November/107042.html11:56
*** tonanhngo has joined #openstack-kolla11:57
*** tonanhngo has quit IRC11:59
*** mliima has quit IRC12:01
*** neilus has joined #openstack-kolla12:02
*** haplo37 has quit IRC12:03
*** haplo37_ is now known as haplo3712:03
*** jmccarthy has quit IRC12:03
*** jmccarthy has joined #openstack-kolla12:04
*** haplo37_ has joined #openstack-kolla12:06
openstackgerritWei Cao proposed openstack/kolla: Add karbor container  https://review.openstack.org/39500612:06
*** neilus has quit IRC12:06
*** caowei_ has joined #openstack-kolla12:09
openstackgerritZeyu Zhu proposed openstack/kolla: Visit target nodes without password.  https://review.openstack.org/36852412:10
*** fragatina has joined #openstack-kolla12:11
*** fragatina has quit IRC12:11
*** fragatina has joined #openstack-kolla12:12
*** f13o__ has joined #openstack-kolla12:14
*** tyrola_ has joined #openstack-kolla12:15
*** Mech422 has quit IRC12:17
*** Mech422 has joined #openstack-kolla12:17
*** f13o_ has quit IRC12:17
*** tyrola has quit IRC12:17
openstackgerritWei Cao proposed openstack/kolla: Add freezer to PROFILE_OPTS of common/config.py  https://review.openstack.org/39616112:21
*** mliima has joined #openstack-kolla12:25
*** dwalsh has quit IRC12:27
*** neilus has joined #openstack-kolla12:36
*** yingjun has joined #openstack-kolla12:37
*** Mech422 has quit IRC12:39
*** Mech422 has joined #openstack-kolla12:40
*** zhurong has joined #openstack-kolla12:46
*** schwicht has joined #openstack-kolla12:49
*** eaguilar has joined #openstack-kolla12:53
*** portdirect has quit IRC12:57
*** srwilkers has joined #openstack-kolla12:57
*** zhubingbing_ has joined #openstack-kolla13:03
*** schwicht has quit IRC13:05
*** neilus has quit IRC13:06
*** neilus has joined #openstack-kolla13:06
*** neilus has quit IRC13:07
*** neilus has joined #openstack-kolla13:07
*** dwalsh has joined #openstack-kolla13:09
*** eaguilar has quit IRC13:12
*** coolsvap has quit IRC13:13
*** eaguilar has joined #openstack-kolla13:16
*** zhubingbing_ has quit IRC13:20
*** lamt has joined #openstack-kolla13:20
*** yingjun has quit IRC13:22
*** yingjun has joined #openstack-kolla13:22
*** yingjun has quit IRC13:27
*** zhubingbing_ has joined #openstack-kolla13:31
openstackgerritJeffrey Zhang proposed openstack/kolla: Set uuid as keystone torken provider in default  https://review.openstack.org/39619313:32
*** huikang has joined #openstack-kolla13:33
*** fragatina has quit IRC13:33
*** rhallisey has joined #openstack-kolla13:36
*** huikang has quit IRC13:37
openstackgerritzhubingbing proposed openstack/kolla: add panko role  https://review.openstack.org/39429813:38
*** eaguilar has quit IRC13:39
*** eaguilar has joined #openstack-kolla13:42
*** dave-mccowan has joined #openstack-kolla13:43
*** rhallisey has quit IRC13:43
*** kamtamtun has quit IRC13:45
*** fguillot has joined #openstack-kolla13:46
openstackgerritJeffrey Zhang proposed openstack/kolla: Use uuid as keystone default token provider  https://review.openstack.org/39619313:46
*** eaguilar_ has joined #openstack-kolla13:48
*** jheroux has joined #openstack-kolla13:48
zhubingbing_https://review.openstack.org/#/c/353261/13:50
zhubingbing_who can help me review it13:50
*** eaguilar has quit IRC13:51
*** yingjun has joined #openstack-kolla13:54
*** rhallisey has joined #openstack-kolla13:56
*** yingjun has quit IRC13:58
*** athomas has quit IRC13:59
*** tonanhngo has joined #openstack-kolla14:01
*** tonanhngo has quit IRC14:02
*** athomas has joined #openstack-kolla14:04
*** dwalsh has quit IRC14:05
*** portdirect has joined #openstack-kolla14:08
openstackgerritzhubingbing proposed openstack/kolla: change docker.server to docker.service in kuryr-guide.rst  https://review.openstack.org/39621614:08
*** portdirect_ has joined #openstack-kolla14:13
*** DanyC has joined #openstack-kolla14:14
*** zhubingbing_ has quit IRC14:14
*** eaguilar_ has quit IRC14:14
*** portdirect has quit IRC14:15
*** zhubingbing_ has joined #openstack-kolla14:16
*** tonanhngo has joined #openstack-kolla14:17
*** inc0 has joined #openstack-kolla14:18
*** tonanhngo has quit IRC14:18
inc0good morning14:18
inc0sean-k-mooney, check that out https://review.openstack.org/#/c/395851/ :)14:20
*** jtriley has joined #openstack-kolla14:20
egonzalez90inc0, would be great if we include kolla guides into OpenStack-Docs http://lists.openstack.org/pipermail/openstack-dev/2016-November/107042.html14:20
inc0egonzalez90, working on it14:21
egonzalez90cool14:21
*** DanyC has left #openstack-kolla14:22
openstackgerritMerged openstack/kolla: Using openstack_logging_debug variable in horizon  https://review.openstack.org/39599614:24
zhubingbing_morning inc014:27
zhubingbing_https://review.openstack.org/#/c/396216/14:27
*** eaguilar has joined #openstack-kolla14:28
*** zhubingbing_ has quit IRC14:28
*** zhubingbing has joined #openstack-kolla14:28
*** mgiles has joined #openstack-kolla14:29
openstackgerritMauricio Lima proposed openstack/kolla: Use horizon_logging_debug variable  https://review.openstack.org/39623514:29
awiddersheimcould use some more reviews14:31
awiddersheimhttps://review.openstack.org/#/c/279913/14:31
kfox1111morning14:32
*** mkoderer has quit IRC14:33
rhalliseyhey kfox111114:34
inc0v1k0d3n, up already?14:34
kfox1111rhallisey: https://review.openstack.org/#/c/395779/ please.14:35
kfox1111fixes the gate14:35
openstackgerritMerged openstack/kolla: Fix plugin parsing for base images  https://review.openstack.org/39426714:35
rhalliseykfox1111, gotcha14:37
*** eaguilar has quit IRC14:37
openstackgerritMerged openstack/kolla-kubernetes: Fix new kubeadm precheck  https://review.openstack.org/39577914:40
*** sdake has joined #openstack-kolla14:43
kfox1111thx. :)14:46
inc0kfox1111, sdake v1k0d3n rhallisey who want's a fight? I have few ideas about operators14:49
sdakeleave me alone for now plz thanks14:50
rhalliseylol14:50
inc0lmao14:50
inc0sdake, can you make intro to ansible guy today?14:50
sdakelet me wake up14:51
*** schwicht has joined #openstack-kolla14:51
inc0anyway, let's make a hangout later today please guys, we need to get this rolling and it's architecturally non-trivial (operators)14:51
kfox1111inc0: I'm game. :)14:53
inc0I'd love to have sdake and v1k0d3n there too, but I guess they need caffeine flow14:54
*** huikang has joined #openstack-kolla14:54
sdakeuse irc - hangouts are not recorded14:54
sdakehence it tkaes a week to get everyone back in sync14:55
inc0they can be14:55
sdakei am not watching a hangout14:55
kfox1111later today's probably better for me to for a hangout too.14:55
inc0hangouts will be more condensed14:55
inc0voice is more effective than writing14:55
sdakeits faster14:55
kfox1111maybe hangout for a quick attempt at getting everyone more on the same page, then rehash on irc?14:55
sdakeirc is slower14:55
sdaketrust me you want slower14:55
inc0not only faster14:55
inc0get's people more concentrated, focused14:56
inc0we need brainstorm not a debate14:56
sdakethe spec is rolling on14:56
sdakejust let that play out14:56
sdakeor alternavely don't listen to me14:56
sdake;)14:56
inc0trust me, if you'd see what's in my brain now, you'd want brainstrom too14:56
kfox1111the spec's kind of high level. which is good.14:56
inc0saying "operators!" means nothing14:57
inc0we need to get to meaty stuff14:57
kfox1111I think theres some more, lower level details to discus, which I think is what we're talking about.14:57
inc0we can get to some consesnus on hangouts and summarize it in spec or wherever14:57
sdakeagain not in for a fight today - leave me alone plz :)14:57
inc0but I'm not having this conversation in spec as it will take months14:57
openstackgerritBertrand Lallau proposed openstack/kolla: Fix mistake in production-architecture-guide.rst  https://review.openstack.org/39626114:58
sdakethe spec has a summary14:58
*** TxGirlGeek has joined #openstack-kolla14:59
*** yingjun has joined #openstack-kolla14:59
rhalliseywe can add details to the spec15:00
*** mgoddard_ has joined #openstack-kolla15:01
*** jtriley has quit IRC15:03
*** mgoddard has quit IRC15:04
inc0I am not having distributed systems discussion in spec comments, fyi, we can summarize it in spec, but I need voice15:06
*** diogogmt has quit IRC15:07
sdakeit takes me couple of days to process a conference15:09
sdakeif you insist on a hangout recommend monday15:09
*** jtriley has joined #openstack-kolla15:10
inc0fair, but I want to get ideas out while they're fresh, so I'll have open hangouts later today, who wants to join, feel free to do so15:10
sdakeagain the sync thing15:11
inc0no decisions, just idea planting15:11
sdakeinc0 join #ansible pls - not sure if badger is awake at this hour or not15:12
sdakeinc0 good timing on #ansible re meeting and open items section15:24
inc0y15:24
*** zhurong has quit IRC15:24
openstackgerritJames McCarthy proposed openstack/kolla: [WIP] Add more options for cinder-backup.  https://review.openstack.org/39628415:24
*** portdirect_ is now known as portdirect15:33
openstackgerritRyan Hallisey proposed openstack/kolla-kubernetes: Spec - Kolla-Kubernetes Deployment Architecture  https://review.openstack.org/39225715:35
*** caowei_ has quit IRC15:36
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP Add helm.  https://review.openstack.org/39629615:38
*** lrensing has joined #openstack-kolla15:41
*** ayoung has joined #openstack-kolla15:43
openstackgerritJames McCarthy proposed openstack/kolla: [WIP] Add more options for cinder-backup.  https://review.openstack.org/39628415:43
*** ayoung has quit IRC15:50
*** mgoddard_ has quit IRC15:50
*** tonanhngo has joined #openstack-kolla15:58
*** diogogmt has joined #openstack-kolla15:58
*** tonanhngo has quit IRC15:58
*** mgoddard has joined #openstack-kolla15:59
*** tonanhngo has joined #openstack-kolla16:00
*** jtriley has quit IRC16:02
*** jtriley has joined #openstack-kolla16:02
*** mliima_ has joined #openstack-kolla16:02
*** ayoung has joined #openstack-kolla16:04
*** mliima has quit IRC16:05
*** DanyC has joined #openstack-kolla16:06
*** DanyC has quit IRC16:11
openstackgerritJames McCarthy proposed openstack/kolla: [WIP] Add more options for cinder-backup.  https://review.openstack.org/39628416:12
Pavomorning16:12
srwilkersgood morning Pavo16:13
Pavomorning srwilkers16:13
sdakemorning pavo16:15
Pavomorning sdake16:15
Pavoseems like you been having some bad days here lately, you feeling alright?16:16
srwilkersi think the cncf/kubecon(?) and operator discussions have been making everyone a little crazy16:18
sdakepavo no bad days16:19
sdakepavo been busy16:19
Pavoyeah I know the feeling16:19
*** zhubingbing has quit IRC16:20
Pavoso..... I thinking my Ceph issue is the partition that I am using Ceph on is 22x 1.5Tb SAS SSDs in a RAID 5 config16:27
Pavogonna break those out to individual drives and individual partitions16:27
kfox1111srwilkers: its always hard to judge tone in pure text. I think its been a hard discussion to have, but I don't think there are much hard feelings around it.16:28
srwilkerskfox1111: i agree, it was less about hard feelings, more about spirited discussion for why16:28
srwilkerskfox1111, which is a good thing either way16:29
kfox1111Pavo: yeah.I think it might perform better that way anyway. the raid controller would probably ad a lot of overhead there.16:29
srwilkersive learned more about them in the past few days than i expected to16:29
srwilkerspurely based off the discussion here16:29
kfox1111srwilkers: yeah. :)16:29
*** mark-casey1 has joined #openstack-kolla16:30
Pavokfox1111 yeah after doing some reading on Ceph its not really designed to use on RAID from my understanding16:30
kfox1111yes/no. we do it on one of our clusters.16:30
*** yingjun has quit IRC16:31
kfox1111the way its designed though, it doesn't need raid.16:31
*** f13o__ has quit IRC16:31
Pavorgr16:31
*** yingjun has joined #openstack-kolla16:31
kfox1111so raid just adds extra overhead.16:31
*** harlowja has joined #openstack-kolla16:31
kfox1111it is basically raid across machines, rather then raid within a node.16:31
*** harlowja has quit IRC16:32
mark-casey1any neutron gurus about? Last night shortly after deploying it I could ping/ssh VMs on their floating IPs on a setup pretty similar to what the init-runonce script sets up. This morning VMs start and floating IP will associate but I can't reach them.16:32
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP Add helm.  https://review.openstack.org/39629616:33
mark-casey1I can ping the "LAN-public" IP in the Floating range that the router between demo-net and public1 took16:33
kfox1111mark-casey1: and nothing changed?16:34
mark-casey1I went home and slept for a few hours :D16:34
*** harlowja has joined #openstack-kolla16:34
mark-casey1other than that not as far as I can tell16:34
kfox1111I' haven't seen neutron break like that without changes. usually after you get it working, it stays working.16:35
kfox1111very strange.16:35
*** yingjun has quit IRC16:35
kfox1111there isn't much dynamic that happens, other then maybe a dhcp failing to refresh in a vm16:35
kfox1111or some process on the host messes with things?16:36
kfox1111are your physical hosts config managed?16:36
kfox1111chef/puppet/cfengine/etc?16:36
mark-casey1no only through Kolla's ansible use16:36
Pavosometimes VMs when going from shutdown to start they don't hit the metadata service16:36
PavoI would try rebooting the VM from within the VM16:37
mark-casey1Pavo ok I'll try it.16:37
mark-casey1kfox1111: Pavo: If this is not an immediate "oh that's such and such" then I'll just need to go dig in. The underlying OS is coreos so I don't want to drag folks around too much on what is probably just that.16:40
portdirectmark-casey1: first thing I awlays check is weiether i can ping the router from within the VM/and or curl the metadata service, then double check security groups (just because I'm an idiot - i've spent ages debugging stuff just to realise its working perfectly but I've not opened up ICMP/port 22)16:41
kfox1111ah. haven't ever played with coreos. been meaning to.16:41
mark-casey1just wanted to make sure it wasn't one of these like forgetting /run shared, private registry, etc16:41
kfox1111something breaking like that without touching is very strange to me though.16:41
kfox1111I'd be wondering if something on the host was trying to be helpful. cronjob or something.16:41
mark-casey1I've stopped a few coreos-specific things like its update service. I'd certainly take any help tracing it through but I'm happy to go dig around a bit and report back if interesting16:42
mark-casey1(auto-rebooting update service, that is)16:43
kfox1111hmm... I don't think kolla-ansible sets things up in such a way as a rebooted node will come backup and just work.16:44
kfox1111you have to run kolla-ansible again I think.16:44
kfox1111so maybe it updated/rebooted?16:44
mark-casey1kfox1111: kolla-ansible reconfigure?16:49
kfox1111I don't know. don't know much about kolla-ansible.16:50
kfox1111sounds like probably the right thing. but someone else here might know better.16:50
mark-casey1no worries thx :)16:50
*** bmace has quit IRC16:50
*** eaguilar has joined #openstack-kolla16:51
*** bmace has joined #openstack-kolla16:51
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP Add helm.  https://review.openstack.org/39629616:51
*** mgoddard_ has joined #openstack-kolla16:51
*** eaguilar_ has joined #openstack-kolla16:52
*** mgoddard has quit IRC16:54
*** eaguilar has quit IRC16:55
*** DanyC has joined #openstack-kolla16:57
mark-casey1portdirect: I'll try that ping from within the VM, too. THanks16:58
openstackgerritJames McCarthy proposed openstack/kolla: [WIP] Add more options for cinder-backup.  https://review.openstack.org/39628417:02
*** egonzalez90 has quit IRC17:03
sean-k-mooneyinc0: regarding https://review.openstack.org/#/c/395851 awsome ill check it out early next week.17:09
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP Add helm.  https://review.openstack.org/39629617:09
*** mgoddard has joined #openstack-kolla17:11
*** mgoddard_ has quit IRC17:11
sean-k-mooneyinc0: in addtion to injecting a task after a existing task we should be able to extend this to allow replacement too correct17:13
inc0yeah, this is just pox17:14
inc0poc17:14
sean-k-mooneyinc0: cool to use this for ovs with dpdk i would have to replace the plays that start kernel ovs but this is definetly a nice start. its also very little code17:15
sean-k-mooneyinc0: i take it that the issue with the licencing is that the ansible python modules are gpl?17:17
inc0yeah17:18
sean-k-mooneyinc0: would a viaable option be to add the stragy plugin as a seperate repo? e.g. not in kolla17:18
inc0but I briefly throw this on ansible17:18
*** strigazi is now known as strigazi_AFK17:18
inc0and we might even have it in ansible itself17:19
*** msimonin has quit IRC17:19
inc0just a problem to be solved17:19
inc0separate project also works17:19
jemcevoysdake:  I am finalizing my cobbler kickstart config CentOS7 to install on 1TB RAID1. Since these are 4Kn disks I have to boot with EFI.  What type of filesystem should I be using?  lvm with (ext4 or xfs) or btrfs?  Is btrfs ready for production?  Does it work better with docker?17:19
sean-k-mooneyok well thanks for sharing it will be interesting to test out.17:20
v1k0d3nhey guys...just talked with inc0 and shared with him a multi-node kube dev environment folks could use for kolla-kube (if you want).17:20
kfox1111I've had better luck with btrfs then with lvm.17:20
v1k0d3nhttps://github.com/att-comdev/halcyon-vagrant-kubernetes17:20
v1k0d3ndont as a submodule, so if you want to just use the playbooks against baremetal = fine.17:20
v1k0d3nif you want to use vagrant to deploy locally or to openstack tenants = fine.17:21
kfox1111works with kvm?17:21
v1k0d3npick your SDN (overlay, L3, policies etc) all good.17:21
v1k0d3nhmmm...virtualbox.17:21
kfox1111I don't use virtualbox. kvm.17:22
v1k0d3ni suppose kvm could be added as a flag just like vbox or openstack though.17:22
kfox1111never got vagrent to work well with kvm.17:22
v1k0d3nthat should be fine.17:22
kfox1111so I don't use vagrent. :/17:22
kfox1111though its been a while since I tried last.17:22
srwilkersi think ive managed to get it working once, but yeah. took some patience17:22
v1k0d3nkfox1111: vagrant plugin install vagrant-libvirt17:23
sean-k-mooneyv1k0d3n: so if i point this at a running openstack with kvm will that work?17:23
kfox1111I usually use kvm/openstack, so can't launch vagrent at the same time, since it doens't play well with kvm.17:23
v1k0d3nso could look like the section of openstack, but just need some of the libvirt-ish bits.17:23
inc0doesn't vagrant know how to openstack tho?17:23
v1k0d3nsean-k-mooney: the openstack portion will work. uses the API for openstack.17:23
v1k0d3nlook at the config.rb file for variables.17:23
kfox1111k. I'll put it back on the todo list. :)17:24
v1k0d3nthis does yes17:24
jemcevoykfox1111: Thanks... I will start learning about btrfs.17:24
v1k0d3nkfox1111: just submit a PR if you play with it and get it working.17:24
inc0jemcevoy, ubuntu 16 goes btrfs all in17:24
v1k0d3nyour case of using kvm locally is one to consider.17:24
*** yee379 has quit IRC17:24
inc0so I guess they will also try to make it prod-ready:)17:25
v1k0d3nsrwilkers: we can explore the kvm part too, since you have a nix workstation now.17:25
v1k0d3nit would be a required plugin just like the opensack one.17:25
*** matrohon has quit IRC17:25
srwilkersv1k0d3n: yeah, good idea17:25
v1k0d3nsrwilkers: it would look similar to https://github.com/att-comdev/halcyon-vagrant-kubernetes/blob/master/Vagrantfile#L34-L3517:26
v1k0d3nsean-k-mooney: if you're considering with openstack...just do this part...17:27
v1k0d3nhttps://github.com/att-comdev/halcyon-vagrant-kubernetes/blob/master/Vagrantfile#L41-L4417:27
v1k0d3nand then use this template...17:27
v1k0d3nhttps://github.com/att-comdev/halcyon-vagrant-kubernetes/blob/master/config.rb#L28-L4017:27
jemcevoyinc0:  building a small cluster for a picky customer... Going with stable/newton on CentOS7... If the filesystem is btrfs does docker use btrfs volumes?  Could someone point me to some documentation on docker v btrfs?17:27
inc0jemcevoy, https://github.com/openstack/kolla/blob/master/doc/production-architecture-guide.rst#storage-driver17:28
v1k0d3ni used to use only this openstack portion for a while. if you catch an issue...let me know. definitely want that part working as our guys will use a lot soon.17:28
inc0there is link to docker docs regarding storage drivers17:28
jemcevoyinc0: thanks17:29
openstackgerritFarid Da Encarnacao proposed openstack/kolla: Corrects typo "mondodb_port" in ceilometer  https://review.openstack.org/39632917:33
*** eaguilar_ has quit IRC17:33
*** unicell1 has quit IRC17:35
*** v1k0d3n has quit IRC17:39
mark-casey1kfox1111: Pavo: portdirect: For my neutron question earlier regarding my deploy on CoreOS... after 'kolla-ansible reconfigure' I web-consoled into a cirros VM with a floating IP (".222") and it can ping the router's IP from the floating range (".223"), it can ping the physical ".1" router on the LAN that the public1 external network connects to, and it can ping the Internet. It cannot ping another instance using floating IP (".217:44
portdirectmark-casey1: think your message got cur off after 'ping another instance using floating IP (".2' can you ping an instance on the same subnet?17:46
mark-casey1another instance using floating IP (".221"). From my machine the only thing I cannot ping is either instances floating IP - I can reach the ".223" router17:47
mark-casey1no I cannot17:47
mark-casey1sorry long :)17:47
mark-casey1they can't seem to reach one-another17:47
portdirectmark-casey1: are they on the same phsical host?17:47
*** msimonin has joined #openstack-kolla17:51
portdirectmark-casey1: I'd recommend reapplying the security group rules to the vm's making sure ICMP and port 22/tcp (at least) are open for ingress and egress - I've been in a situation very much like yours before where outbound traffic from vm's works fine but iptables on the host has got messed up for ingress to vm's.17:52
portdirect*sounds like yours - the wonderfull world of networking allways throws up new and weird ways to confuse you :)17:53
*** msimonin has quit IRC17:53
mark-casey1:D yea. ok I'll try that. the instances are on the same physical host, one can ping the other on the demo-net/tennant-private IP.17:57
mark-casey1interestingly... when I launch an instance it forces me to choose a private network to make Launch clickable... but it seems to be defaulting to having that network too so I'm getting 2-3 tennant-private IPs per instance17:57
*** mgoddard_ has joined #openstack-kolla17:58
mark-casey1OH17:58
mark-casey1thta was it actually17:58
mark-casey1I have to associate the floating IP with the one of the 2-3 tennant-private IPs that it is actually wiring up for me17:58
*** DanyC has quit IRC17:59
mark-casey1it was kind of a hint that inter-instance private traffic only worked on one of those IPs per instance17:59
*** pbourke has quit IRC18:01
*** mgoddard has quit IRC18:02
*** pbourke has joined #openstack-kolla18:03
inc0who's up for impromptu kolla-k8s brainstorm hangout 2 hrs from now?18:04
inc0kfox1111, srwilkers jascott1 qwang rhallisey sdake18:04
rhalliseysure18:04
kfox1111inc0: sure.18:04
sdakeyup18:05
inc0ok stay put I'll post link here18:05
*** schwicht has quit IRC18:05
sdakeand v1k0d3n?18:05
qwangyep18:05
inc0he's flying around18:05
inc0but I already talked to him today18:05
sdakethere aere some other folks on the spec that should be in there18:05
sdakeought to see if they are around18:05
inc0meeting will be totally open18:05
*** schwicht has joined #openstack-kolla18:05
sdakewhat i mean is they shouldbe pinged ;)18:06
inc0don't know all the names18:06
sdakedont' expect em to look beutfiul18:06
*** msimonin has joined #openstack-kolla18:06
inc0portdirect mignt be interested if you want to stay awake;)18:06
sdakeim looking pretty ragged at m;)18:06
inc0you can use hangouts without cam;)18:06
sdakeyes but it turns the damn thing on on start18:07
inc0it's your voice I need, not face18:07
sdakeand we might as well have cams on :)18:07
inc0I don't have cam on my PC18:07
*** DanyC has joined #openstack-kolla18:07
sdakewell if you dont have it you dont have it18:07
qwangsdake: put a sticker on your camera :)18:07
sdakehey qwang - new to community18:08
inc0yeah, nobody hacks a sticker18:08
qwangsdake: hi. I've been here for a little while, still new though18:09
jascott1inc0 we have staff meeting at that time18:11
*** unicell has joined #openstack-kolla18:11
inc0do we?18:12
inc0ah fuck18:12
kfox1111push back an hour?18:12
inc0back - I can't do18:12
inc0TxGirlGeek, sorry:(18:12
*** DanyC has left #openstack-kolla18:13
inc0I'll skip this meeting18:13
inc0impromptu brainstorm is important for me, let's meet regardless18:13
inc0jascott1, qwang you can join brainstorm later18:13
TxGirlGeekdo I need to push staff inc0 ?18:14
inc0do you need me in staff?18:14
*** papacz has quit IRC18:15
sdakecan we push back an hour if you have a conflict then?18:15
inc0no, I also have conflict back an hour;)18:16
*** krtaylor has joined #openstack-kolla18:19
*** f13o has joined #openstack-kolla18:22
sdakesay when is this impromtu meeting agagin18:24
sdakecan someone fix the topic18:24
sdake3.0.0 sailed 4 weeks ago18:24
sdakemy creds are busted again18:24
kfox1111fasinating...18:25
kfox1111https://github.com/kubernetes/helm/blob/master/docs/charts_hooks.md18:25
*** DanyC has joined #openstack-kolla18:25
*** ChanServ sets mode: +o inc018:25
kfox1111that ^---- looks like a way to eliminate a lot of the need for operators.18:26
*** inc0 changes topic to "New to Kolla? Please read the documentation here: http://docs.openstack.org/developer/kolla/; Kolla IRC meetngs on Wednesdays @ 16:00 UTC - see agenda @ https://goo.gl/OXB0DL - IRC channel is *LOGGED* @ http://goo.gl/3mzZ7b (old logs from #kolla http://goo.gl/VKpPzA)"18:26
*** inc0 changes topic to "New to Kolla? Please read the documentation here: http://docs.openstack.org/developer/kolla/; Kolla IRC meetngs on Wednesdays @ 16:00 UTC - see agenda @ https://goo.gl/OXB0DL - IRC channel is *LOGGED* @ http://goo.gl/3mzZ7b (old logs from #kolla http://goo.gl/VKpPzA); w00t for Kolla!"18:26
*** ChanServ sets mode: +o inc018:26
*** inc0 sets mode: -o inc018:27
*** DanyC has left #openstack-kolla18:27
bmacehey folks.  i updated this a while back to add in support for stop into the kolla-ansible command, if folks could take a re-look at some point.  https://review.openstack.org/#/c/388254/18:27
inc0interesting indeed kfox111118:27
portdirectinc0: I'm up :)18:28
kfox1111it doesn't eliminate the need I think, but may push things more towards operators just for high level things like servcies/compute kit and not at a per resource level.18:28
portdirectkfox1111: yeah the hooks are why i got exited about helm :)18:29
portdirectmark-casey1: glad you got there - I've had it happen to me a few times (in my case it was kube-proxy that used to erracticly murder the l3 agent's iptables) took me days to track it down...18:31
kfox1111so, we have a lot of tools at our disposal, and its not entirely clear which is best for what yet.18:31
sdakekfox1111 fwiw, i told v1k0d3n i'd bet 1 dollar against 100 that helm would grow orchestration features18:34
sdake1 australian dollar in fact!18:35
sdakewhat time is this hangout18:35
sdakei may have a conflict18:35
sdakei have meeting in 1.5 hrs18:36
sdakebmace you got it18:36
bmacethanks sdake18:38
sdakebmace can you answer jeffrey's Q18:38
sdakebmace re use case18:38
*** lrensing has quit IRC18:38
bmacethe use case of stopping a host?18:39
sdakehis question was "What is the use case of stopping the whole cluster."18:40
sdake(in gerrit an answer is needed i think)18:40
bmaceyou don't have to stop the whole cluster18:40
sdakedont answer here answer in review pls ;)18:40
*** shardy has quit IRC18:41
sdakealso not sure if folks saw this tweet:18:41
*** schwicht has quit IRC18:42
sdakehttps://twitter.com/kmbannerman/status/79611984694137651218:42
*** DanyC_ has joined #openstack-kolla18:43
kfox1111sdake: yeah. some amount of orchestration in the package manager makes a lot of sense. both rpm and debs do it too.18:43
*** schwicht has joined #openstack-kolla18:43
sdakecontrollers  offer more capabilities though18:44
kfox1111but, just like you could build a whole orchestration system on top of just bundling rpms/debs, its not relly a good idea for large complicated things though.18:44
sdakee.g. rabbitmq dropping alot of msgs, we may want some policy to restart it if its misbehaving18:44
sdakewhich it does all the damn time18:44
*** DanyC_ has left #openstack-kolla18:44
sdakekfox1111 right agree18:44
*** DanyC_ has joined #openstack-kolla18:45
kfox1111so we may have to come up with a convention of what belongs in an operator and what in a helm package.18:45
kfox1111I almost want to just say we should helm up a few of our things and then see where helm fits nicely and where it doesnt. would then have a better idea to start applying operators.18:46
openstackgerritFarid Da Encarnacao proposed openstack/kolla: Corrects typo "mondodb_port" in ceilometer  https://review.openstack.org/39632918:46
*** krtaylor has quit IRC18:46
kfox1111sdake: know of a way to run a kolla genconfig reading/writing from a dir of your choice rather then /etc/kolla ?18:47
sdakekfox1111 i don't18:47
rhalliseykfox1111, ya there's a config options for it18:47
kfox1111k. I might have to patch it.18:47
rhalliseyI think it's project name or something18:47
kfox1111rhallisey: oh, yeah? cool. know how to do that?18:47
kfox1111looking...18:47
*** schwicht has quit IRC18:48
rhalliseykfox1111, https://github.com/openstack/kolla/blob/master/etc/kolla/globals.yml#L2318:49
kfox1111--configdir?18:49
rhalliseyI think the project_name never merged, but the custom config dir did18:49
kfox1111I think thats just for overrides for config?18:49
rhalliseylet me find the patch18:50
rhalliseyI think I abandoned it18:50
kfox1111am thinking a thing... if we have a tools/build-packages.sh in kolla-kubernetes, it could do a kolla genconfig in a private dir with a fixed globals.yml, and then pull all the config.yaml's into the packages during the build.18:51
*** athomas has quit IRC18:52
sdakebrain overloaded18:52
sdakekfox1111 i can't even parse that atm :)18:52
kfox1111the ops would then just have to pass through the openstack config files rather then the kolla specific ones too.18:52
kfox1111sdake: no worries... I can prototype it and show it I think. :)18:52
kfox1111would be easier to see I think.18:52
sdakewhen and where is this meeting18:53
rhalliseykfox1111, https://review.openstack.org/#/c/318356/518:53
rhalliseyit merged, but it looks like it got removed18:53
sdakefantastic ;)18:54
*** schwicht has joined #openstack-kolla18:54
kfox1111hmm.. that stil hard codes it to under /etc/kolla though?18:55
kfox1111I'm wondering if I can get it to buidl under /tmp/ or something.18:55
sdakewell /tmp is a security thing18:56
rhalliseykfox1111,  you have to add: node_config_directory18:56
rhalliseyand set that do whatver18:56
kfox1111ah. I see.. yeah. that would do it.18:57
kfox1111so I just need to generate my own globals.yml,18:57
kfox1111and point to it with kolla-ansible genconfig --configdir18:57
sdakefor the third time, where and when is this google hangout pls18:57
rhalliseylooks like that got pulled out of gloabls18:57
kfox1111sdake: not firmed up yet. tentitively in about an hour18:58
sdakehow about 1.5 hours?18:58
sdakei'd like to make it but have a 30 minut econflict in 1 hr18:58
kfox1111works for me I think.18:58
sdakei can give folks a cncf view of operators - which everyone here is missing context on18:59
kfox1111+118:59
sdakei talked to about 100-150 people on the topic18:59
sdakeand everyone has different definitions18:59
rhalliseysdake, how is the spec definition?18:59
kfox1111that complicates the discussion. :)18:59
rhalliseywe need that to be accurate18:59
sdakerhallisey it matches eveyrone's deefinitions18:59
portdirectsdake: a overview would be awesome19:00
kfox1111rhallisey: I think that makes more important to define "operator" in the spec.19:00
sdakerhallisey the defs in the spec are a superset of operator definitions i heard during summit19:00
rhalliseyso I changed the name of it to Kubernetes Operator19:00
kfox1111to set expectations of what they are reading in the spec.19:00
rhalliseyand Kubernetes Controller19:00
sdakeanyone got a link to the spec?19:00
rhalliseyhttps://review.openstack.org/#/c/392257/719:00
sdakethanks that will help others understand too rhallisey19:01
kfox1111arg... really not sure what to think of helm hooks for orchestration...19:06
inc0operator is a script inside pod to handle complex stuff19:07
inc0complex stuff can be handled outside of pod too19:07
kfox1111so, you could have a helm hook for nova-conductor trigger create a mariadb for it.19:07
inc0but there is nothing more to it, it's just a script inside container19:07
kfox1111it would work really smoothly when it works. but might be a bear to debug. :/19:07
kfox1111or disable.19:07
inc0I think we shouldn't mix roles19:07
kfox1111yeah.19:08
inc0mariadb should handle mariadb19:08
inc0period19:08
kfox1111the operator pattern cleanly seperates that.19:08
*** fragatina has joined #openstack-kolla19:08
kfox1111no, not qujite what I'm talking about.19:08
kfox1111stupid english. :)19:08
kfox1111there's the creation of the mariadb instance and the creation of the nova database inside the mariadb.19:08
kfox1111I was reffering to the latter.19:08
kfox1111its workflow logic, so I like to seperate it from the packaging usually.19:09
*** ppalacios has quit IRC19:09
kfox1111thats the point an operator makes sence I think.19:10
stvnoyes1.19:11
kfox1111I guess the other question is,19:11
kfox1111can a helm package have ansilary jobs bundled with them?19:12
*** schwicht has quit IRC19:12
kfox1111ie, the job isn't launched, but the user can ask it to be lanched?19:12
jascott1user can apply the job of course19:13
jascott1one way19:13
jascott1(to do it)19:13
kfox1111like how?19:13
jascott1like any resource kubectl apply -f19:13
jascott1right?19:13
jascott1on demand is what you are talking about?19:14
mark-casey1portdirect: just made it back by desk :)... yeah, have had a fair number of that sort of thing with this deployment, well, no k8s here but yeah. anyway thanks for the help, and also kfox1111 and Pavo19:14
kfox1111was thinking, you helm install a package and give it the name foo, then helm run foo jobname?19:15
*** ppalacios has joined #openstack-kolla19:15
jascott1yeah but how is the job template combined with values?19:15
jascott1hmmm19:15
*** schwicht has joined #openstack-kolla19:15
jascott1because if its done at chart install time it will be loaded then afaik19:16
kfox1111yeah. not sure that will work with helm the way it is.19:16
*** DanyC_ has quit IRC19:16
kfox1111can you specify a root template to run when the package is instantiated on the cli, or is it strictly one root per package?19:16
jascott1each chart can have many templates... and have nested charts...19:17
kfox1111yes. but is there only one root template, or can you say, have19:18
jascott1idk what you mean by only one root template19:18
kfox1111nova-conductor and nova-api templates in one chart,19:18
kfox1111and then instantiate just nova-conductor or nova-api ?19:18
*** schwicht has quit IRC19:18
kfox1111or if you want to do that, do you have to build seperate packages?19:18
*** schwicht has joined #openstack-kolla19:19
jascott1so far it installs everything in the chart and sub charts19:20
*** schwicht has quit IRC19:20
kfox1111ok. so for making building block style packages, we'd need a package per template basically.19:20
*** schwicht has joined #openstack-kolla19:20
kfox1111or...19:20
kfox1111there's a --set value on the command line...19:20
jascott1openstack-helm has a chart per service, then an openstack chart that wraps all the services, then a "concrete" chart that depends on openstack19:21
kfox1111you could make a meta root template that takes the value and includes the specified template.19:21
kfox1111jascott1: thats too corse for my needs. :/19:21
kfox1111so something like, helm install kolla/openstack-nova:2.0.2 --set template=nova-api --name=nova-api #maybe.19:22
jascott1{{if values.nova-api-enabled }} entire template here {{ end }}19:22
*** krtaylor has joined #openstack-kolla19:23
kfox1111you can do subtempaltes with a _ in front of the name and it wont auto spawn it.19:23
kfox1111so like maybe: {{include "_" + values.template ".tmpl"}} ?19:24
jascott1maybe19:24
shasha_t_Hey everyone, I am trying to deploy swift on multinode using the scripts mentioned in: http://docs.openstack.org/developer/kolla/swift-guide.html19:24
kfox1111oh, interesting...19:25
kfox1111there is a --no-hoooks flag too.19:25
shasha_t_I had a question on whether to run the script on creating rings on deployment host or on storage nodes19:25
*** schwicht has quit IRC19:27
jascott1shasha_t_ iirc you can create ring anywhere if you have correct ring file19:28
*** dave-mccowan has quit IRC19:28
jascott1and then its copied to swift hosts19:28
shasha_t_Running on deployment host made sense since there is a playbook in swift role which transfers the ring files from deployment nodes to storage nodes...but its copies it from directory /etc/kolla/config/swift on deployment host which is not present19:29
shasha_t_Yes jascott1, will it work if I manually create those rings using swift-ring-builder command and copy it to /etc/kolla/config/swift ?19:30
*** schwicht has joined #openstack-kolla19:30
jascott1im going by a one day swift training 2 months ago but sounds correct :)19:30
inc0hey guys, let's start meeting now19:30
inc0you can join later if you need19:31
inc0brace for hangout link19:31
inc0https://hangouts.google.com/call/poje7a6abrb2rgomhqh3rpgtzue19:31
shasha_t_Thanks jascott119:33
shasha_t_will look into it19:33
inc0kfox1111, rhallisey19:34
inc0you free now?19:34
rhalliseyya19:34
*** schwicht has quit IRC19:34
kfox1111I'm free. sdake was wanting to come too, and he said he would be free in about an hour?19:35
sdakekfox1111 i'm in hangout now19:36
sdakepls join19:36
portdirectget in to hangouts19:36
kfox1111joining...19:37
*** dave-mccowan has joined #openstack-kolla19:37
*** schwicht has joined #openstack-kolla19:38
Pavowhats this hangouts you are speaking of19:43
*** mgoddard__ has joined #openstack-kolla19:44
*** schwicht has quit IRC19:44
*** schwicht has joined #openstack-kolla19:45
openstackgerritMerged openstack/kolla: Uses tunnel_interface as ovs tunnel instead of api_interface  https://review.openstack.org/39209419:46
*** schwicht has quit IRC19:46
*** schwicht has joined #openstack-kolla19:47
*** mgoddard_ has quit IRC19:48
*** openstackgerrit has quit IRC19:48
*** openstackgerrit has joined #openstack-kolla19:48
*** mgoddard__ has quit IRC19:49
*** schwicht has quit IRC19:52
*** schwicht has joined #openstack-kolla19:53
*** schwicht has quit IRC19:57
kfox1111switching to irc.19:59
kfox1111overarching operator will basically follow this pattern in a loop19:59
*** mark-casey1 has left #openstack-kolla19:59
kfox1111is mariadb-operator in k8s. no? launch using helm.19:59
inc0yeah, and mariadb-operator pod will get to ready state after full mariadb will be ready20:01
inc0nested dep graphs20:01
kfox1111is there a mariadb third party resource using that opeartor there and readly? no, create thrid party resource.20:01
kfox1111next keystone operator/resource20:01
kfox1111then glance, etc.20:01
* kfox1111 nods20:01
kfox1111------20:02
kfox1111to my other comment that was breakign up.20:02
*** krtaylor has quit IRC20:02
kfox1111the deployment workflow happens in a short amount of time usually. (compared to the life of the cluster)20:02
sdakehey guys gotta drop off i'll be back in an hour20:02
sdakerather half hour20:02
kfox1111the worflwo should kick off during the config change,20:02
kfox1111and then stop after that.20:02
kfox1111if it keeps running, and kepts trying to automatically repair things, it could make things worse rather then better.20:03
kfox1111it should create the configmaps/db's/deployments, and let k8s itself self heal things.20:03
kfox1111-------------20:04
kfox1111ryan, we don't....20:04
kfox1111we hit the 80%.20:04
kfox1111make it two layers, overarching operator that can be skipped.20:04
kfox1111we make service operators that can also be skipped.20:04
*** TxGirlGeek has quit IRC20:06
portdirect+120:06
*** TxGirlGeek has joined #openstack-kolla20:07
*** msimonin1 has joined #openstack-kolla20:07
kfox1111helm already is an operator in a way. it has tiller.20:08
*** neilus has left #openstack-kolla20:08
kfox1111neither do operators....20:09
kfox1111its  a workflow thing.20:09
*** msimonin has quit IRC20:09
kfox1111what did the user ask the state to be,20:09
kfox1111what is the state of the cluster now,20:09
kfox1111what do I need to tell k8s to get from request to reality.20:09
*** TxGirlGeek has quit IRC20:10
*** TxGirlGeek has joined #openstack-kolla20:11
openstackgerritEduardo Gonzalez proposed openstack/kolla: Tacker Docker configuration  https://review.openstack.org/39639120:14
kfox1111AAAA20:14
kfox1111hangouts driving me nuts!20:14
rhalliseykfox1111, you're muted20:14
kfox1111i know. cant unmjute!20:15
kfox1111#$@#@$@20:15
rhalliseylol20:15
kfox1111ok...20:15
rhalliseyrejoin20:15
kfox1111updates rae done by updateing the 3d party reource.20:15
*** krtaylor has joined #openstack-kolla20:15
kfox1111a generic operator, there's people working on that.20:15
kfox1111was mentioned in the spec...20:16
kfox1111let me find hte url.20:16
kfox1111Yeas, for sure.20:16
kfox1111I do multi region.20:16
kfox1111I've been pushing for it for day one.20:16
*** ppalacios has quit IRC20:18
*** chas_ has quit IRC20:18
*** TxGirlGeek has quit IRC20:19
*** TxGirlGeek has joined #openstack-kolla20:19
SamYaplehello all20:19
SamYapleanyone doing anytihng with OpenNFV and kolla?20:19
kfox1111k8s-appcontroller is the generic thingy I was thinking of.20:21
openstackgerritEduardo Gonzalez proposed openstack/kolla: Tacker NFV Ansible support  https://review.openstack.org/38979020:21
kfox1111SamYaple: not that I'm aware of.20:22
inc0SamYaple, srwilkers you guys work around OpenNFV right?20:23
srwilkersinc0 SamYaple: some people here do, but im not in direct contact with them20:23
*** TxGirlGeek has quit IRC20:24
openstackgerritEduardo Gonzalez proposed openstack/kolla: Tacker NFV Ansible support  https://review.openstack.org/38979020:27
SamYapleinc0: srwilkers as in, OpenNFV with kolla? or NFV, also kolla20:29
portdirectcan minikube do a 3 node cluster?20:29
openstackgerritEduardo Gonzalez proposed openstack/kolla: Tacker NFV Ansible support  https://review.openstack.org/38979020:29
rhalliseyportdirect, I don't think so20:29
inc0SamYaple, NFV and Kolla with plans to use both20:30
portdirectthought so :(20:30
SamYapleinc0: does code exist in the kolla base to support NFV? or is it a WIP20:30
inc0it doesn't20:30
inc0probably it will be extension anyway20:31
*** TxGirlGeek has joined #openstack-kolla20:31
SamYaplealright. i might be adding that soon20:31
inc0cool20:31
SamYapledepending on what it involved20:31
inc0might be one of first extensions to ansible;)20:31
srwilkersportdirect: we've got a tool we use to spin up a multinode kubernetes cluster with kubeadm on top of vagrant if you want to take a look at using that20:31
srwilkersportdirect: thats what im typically using20:31
SamYapleinc0: any work been done with regards to neutron and extentions yet?20:32
inc0SamYaple, https://review.openstack.org/#/c/395851/20:33
portdirectsrwilkers: https://github.com/att-comdev/halcyon-vagrant-kubernetes ?20:33
SamYaplethats pretty neat inc0 . since ive left Kolla ive also left ansible :)20:34
sean-k-mooneySamYaple: hi sam i would love to see kolla as an installer in opnfv im sure others at intel would be interested too20:34
srwilkersportdirect, thats the one20:34
sean-k-mooneyoh sorry OpenNFV and opnfv are not the same thing...20:35
portdirectsrwilkers: cheers - lgtm :)20:36
srwilkersportdirect, cheers mate. we're working on support for centos currently. we also welcome PRs so if you see anything, dont be shy :)20:37
SamYaplesean-k-mooney: they are not :P20:38
SamYaplesean-k-mooney: also hi!20:38
SamYaplesean-k-mooney: once some extentions are in place though, should be easy to go further20:38
*** schwicht has joined #openstack-kolla20:38
kfox1111SamYaple: yeah, one of our openstack clouds is shrinking right now.20:40
kfox1111pulled out 20 nodes and broght them over to k8s for running our compute jobs. so far, working very well.20:41
SamYaplenice20:41
kfox1111likely another 130 nodes will be pulled out of openstack soon and go the same direction.20:41
*** msimonin1 has quit IRC20:43
sdakesrwilkers i'd like to see that20:44
srwilkerssdake: https://github.com/att-comdev/halcyon-vagrant-kubernetes20:44
srwilkersi had drafted a blueprint for updating the multinode getting started guide, and was actually going to suggest that tool as one of the ways to get started20:45
kfox1111oh.... idea...20:47
kfox1111with the multiple templates thing per helm package....20:47
awiddersheiminc0: are you able to review? https://review.openstack.org/#/c/279913/20:47
kfox1111we could try and do the template selector thing like I was thinking, and the default template when noe is specified woudl be the operator. :)20:48
inc0awiddersheim, tomorrow man, my brain boils out today20:48
awiddersheimok thanks20:48
inc0sorry:(20:48
awiddersheimno worries20:48
awiddersheimtomorrow works20:48
*** mgiles has quit IRC20:49
Pavoevening gents20:51
srwilkershey Pavo :)20:52
Pavosup srwilkers20:52
srwilkersnot a whole lot20:54
*** mgiles has joined #openstack-kolla20:55
kfox1111oh... nice...20:55
kfox1111anyone know when the icons will be done for the openstack projects?20:56
kfox1111woudl be sweet to tag the helm charts with them.20:56
Pavohere ya a logo kfox1111 https://clipartion.com/wp-content/uploads/2015/11/monopoly-man-broke-clipart-free-clipart.jpg20:57
kfox1111:)20:57
*** msimonin has joined #openstack-kolla20:58
inc0we have our koala21:01
inc0btw, we should provide feedback21:01
inc0as it wasn't sharpest koala in the shed21:01
*** msimonin1 has joined #openstack-kolla21:01
kfox1111the helm Chart metadata has a place to add a project icon.21:02
*** Serlex has quit IRC21:02
srwilkersinc0, is he a little more sober than you had hoped for?21:02
kfox1111so we could add all the project icons when ready. :)21:02
*** msimonin has quit IRC21:03
inc0yeah, it's not realistic21:03
srwilkers:(21:03
inc0http://lists.openstack.org/pipermail/openstack-dev/attachments/20161021/f2c6a00f/attachment.png21:04
jascott1heheh21:05
srwilkersthat looks like a cat, wtf21:05
*** schwicht has quit IRC21:07
jascott1kfox1111 do they show in k8s dashboard?21:07
*** berendt has quit IRC21:10
sean-k-mooneywell it could be worse i guess.21:13
*** unicell has quit IRC21:13
sean-k-mooneyits ok but neither supper cute or cool so it a mascot that might grow on you but you would not pick out straight way as really great21:14
*** ayoung has quit IRC21:15
*** unicell has joined #openstack-kolla21:16
*** chas_ has joined #openstack-kolla21:19
portdirectneeds moar eucalyptus: https://pbs.twimg.com/media/BxI_fQ0IQAACy29.jpg21:21
*** portdirect is now known as portdirect_away21:23
*** chas_ has quit IRC21:23
*** dave-mccowan has quit IRC21:24
*** srwilkers has quit IRC21:28
*** srwilkers has joined #openstack-kolla21:28
*** cu5 has quit IRC21:29
sdakerhallisey you need to figure out how to roll dovetail into that spec somehow dude21:31
*** gfidente has quit IRC21:32
rhallisey..21:33
*** Jeffrey4l has quit IRC21:33
*** cu5 has joined #openstack-kolla21:33
kfox1111jascott1: there's not a helm plugin for the dashboard yet I think. :/21:33
kfox1111but as soon as they add one... :)21:33
*** fguillot has quit IRC21:34
kfox1111is there an irc channel for golang templates?21:36
jascott1#go-nuts is the only one I know of21:41
*** srwilkers has quit IRC21:43
*** dave-mccowan has joined #openstack-kolla21:43
openstackgerritsean mooney proposed openstack/kolla: [WIP] adds support for ovs with dpdk netdev datapath  https://review.openstack.org/34235421:45
Pavohave a good idea for you guys21:52
rhalliseynice, got 3 node kube cluster going21:53
rhalliseyneed to incorporate ceph now21:53
rhalliseykube-depoy is super easy :)21:53
Pavorhallisey would it work on a 2 node deployment?21:53
rhalliseythat project is pretty solid21:53
rhalliseyPavo, ya sure21:53
Pavousing CentOS 7 as the base OS?21:53
rhalliseyya21:53
rhalliseyPavo, https://github.com/kubernetes/kube-deploy21:54
Pavonice, might have to look into that next21:54
rhalliseydocker-multinode repo21:54
rhalliseyjust run master.sh on the master21:54
rhalliseyworker.sh on the workers21:54
Pavonice21:54
rhalliseytmr I'll add in ceph21:55
Pavoso my awesome idea is to add away into kolla-ansible to be able to change the OpenStack logo21:55
Pavoto a logo of their choosing21:55
rhalliseyidk if you can get away with that :)21:56
Pavowhy not? its a simple change in the dashboard config21:56
*** msimonin1 has quit IRC21:56
Pavopointing to what png you want21:56
rhalliseyI guess21:56
rhalliseydon't know if there is a conflict though being that kolla is in the openstack repo21:57
rhalliseyanyway21:57
Pavoah21:57
rhalliseygotta run21:57
rhalliseyttyl21:57
Pavoyeah that might not work then21:57
Pavottyl21:57
rhalliseyPavo, you can always carry that patch in your fork :)21:57
rhalliseysee ya21:57
*** rhallisey has quit IRC21:57
Pavoyeah only if I knew ansible well enough to implement changes21:58
sean-k-mooneywith the ansiable extentions stuff inc0 is playing with it would not need to be a fork21:58
*** f13o has quit IRC21:59
sean-k-mooneyyou could proably do it with the docker customisation today too21:59
*** yee379 has joined #openstack-kolla22:00
Pavoyeah probably22:00
*** msimonin has joined #openstack-kolla22:01
Pavoif I am doing a 2 node ceph deployment do I still need to do docker exec ceph_mon ceph osd pool set rbd size 122:04
Pavobut use 2 instead of 1?22:04
*** jtriley has quit IRC22:06
*** portdirect_away is now known as portdirect22:07
*** dave-mccowan has quit IRC22:08
*** tonanhngo has quit IRC22:12
*** schwicht has joined #openstack-kolla22:18
Pavoanyone ever seen this error before?22:21
Pavohttps://www.dropbox.com/s/an32ci49zyn9ey2/Screenshot%202016-11-10%2017.21.07.png?dl=022:21
*** sdake has quit IRC22:23
inc0Pavo, looks like horizon issue22:24
inc0or glance22:24
inc0but I blame horizon22:24
Pavoyeah guess it was just a fluke, just hit the create image again and worked22:24
inc0cool22:25
*** huikang has quit IRC22:25
inc0I'm calling it a day before remainder of my brain evaporates22:25
inc0talk to you all tomorrow22:25
Pavohmmm does default flavors not get created now?22:25
*** huikang has joined #openstack-kolla22:25
inc0Pavo, init-runonce creates flavors22:25
Pavoah22:25
inc0unless you want to run it, it's all manual22:26
Pavorgr22:26
*** schwicht has quit IRC22:26
*** jheroux has quit IRC22:28
*** inc0 has quit IRC22:28
*** tonanhngo has joined #openstack-kolla22:30
*** huikang has quit IRC22:30
*** schwicht has joined #openstack-kolla22:31
Pavowoot, up and running22:31
Pavohttp://ddi.hopto.org22:31
Pavoeverything is looking good also22:32
Pavohttps://www.dropbox.com/s/idwcrd4ojcu7g87/Screenshot%202016-11-10%2017.32.37.png?dl=022:32
*** fragatin_ has joined #openstack-kolla22:34
*** tonanhngo has quit IRC22:34
*** huikang has joined #openstack-kolla22:37
*** fragatina has quit IRC22:37
jascott1Pavo: congrats!22:38
Pavoty22:38
Pavothink I finally figured out the Ceph issue I was having22:38
Pavoand seems like its working without any modifying22:39
*** huikang has quit IRC22:39
*** schwicht has quit IRC22:40
Pavoseems ok22:40
Pavohttp://paste.openstack.org/show/588858/22:40
*** lamt has quit IRC22:44
*** mgiles has quit IRC22:48
jascott1pavo did you have any notes/improvements for the ceph docs?22:50
jascott1I havent really tangled with ceph other than copying what the gate job does22:50
jascott1ceph docs = kolla ceph docs22:51
Pavoonly thing I can think of as an improvement would be to put what the default setting is and what needs to be done from that, the allinone seems pretty good but for a 2 node one nothing in there about it22:52
Pavolike if you have more than 1 disk they need to be numbered accordingly in the command that is on the docs22:53
Pavolike myself22:53
Pavoon my controller which is also my storage and network node22:53
PavoI have 5 disk that I am using for Ceph22:54
Pavoand the docs say use parted $DISK -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP 1 -122:54
Pavowell thats fine for 1 disk22:54
Pavobut the other disk need to be labeld parted $DISK -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP 2 -122:55
Pavoparted $DISK -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP 3 -122:55
Pavoand so on22:55
*** jrich523 has quit IRC22:57
jascott1ah22:57
*** chas_ has joined #openstack-kolla22:58
*** Pavo has quit IRC23:01
*** chas_ has quit IRC23:02
*** chas_ has joined #openstack-kolla23:04
*** fragatin_ has quit IRC23:04
*** Pavo has joined #openstack-kolla23:04
*** fragatina has joined #openstack-kolla23:05
Pavobut thats about it jascott123:06
*** chas_ has quit IRC23:09
*** ayoung has joined #openstack-kolla23:22
*** msimonin has quit IRC23:24
*** jrich523 has joined #openstack-kolla23:24
*** schwicht has joined #openstack-kolla23:26
*** TxGirlGeek has quit IRC23:26
*** msimonin has joined #openstack-kolla23:28
*** ntpttr has quit IRC23:30
*** ntpttr has joined #openstack-kolla23:31
*** Jeffrey4l has joined #openstack-kolla23:31
*** diogogmt has quit IRC23:33
*** yuanying has quit IRC23:34
*** msimonin has quit IRC23:37
*** msimonin has joined #openstack-kolla23:38
*** msimonin has quit IRC23:38
*** diogogmt has joined #openstack-kolla23:43
*** yuanying has joined #openstack-kolla23:44
*** krtaylor has quit IRC23:54
*** Pavo has quit IRC23:58

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