*** jjlehr has quit IRC | 00:00 | |
*** sdake has quit IRC | 00:00 | |
sdake_ | yay for weekend, now I can get devstack running ;-) | 00:02 |
---|---|---|
*** adrian_otto1 has quit IRC | 00:03 | |
*** adrian_otto has joined #openstack-containers | 00:03 | |
*** adrian_otto has quit IRC | 00:04 | |
sdake_ | need m0ar functioanl teting | 00:06 |
eghobo__ | sdake_: bf42ec94ef3da3a37e1ab875251000b0b7794f8a works, I see two nodes now | 00:08 |
sdake_ | ya do a git log | head -5 for me | 00:08 |
sdake_ | just to make sure we are at the righ tpalce | 00:08 |
sdake_ | oh it works | 00:08 |
sdake_ | missed the last part of yoru message | 00:08 |
sdake_ | eghobo__ are you teh cat who filed the blueprint re periodic | 00:09 |
*** snrism has quit IRC | 00:09 | |
eghobo__ | eguz@magnum: git log | head -5 | 00:10 |
eghobo__ | commit bf42ec94ef3da3a37e1ab875251000b0b7794f8a | 00:10 |
eghobo__ | Author: Davanum Srinivas <davanum@gmail.com> | 00:10 |
eghobo__ | Date: Wed May 13 16:45:27 2015 -0400 | 00:10 |
eghobo__ | Setup for translation | 00:10 |
*** hblixt has quit IRC | 00:10 | |
eghobo__ | sdake_: sorry I did get your message about periodic | 00:10 |
eghobo__ | I didn't get | 00:10 |
sdake_ | so that was a yes right? | 00:11 |
eghobo__ | yes for what? | 00:11 |
sdake_ | that you filed that blueprint | 00:11 |
*** kebray has quit IRC | 00:11 | |
eghobo__ | nope | 00:11 |
sdake_ | ah | 00:12 |
sdake_ | are you interested in making a big impact improvement in magnum? | 00:12 |
sdake_ | or just playing to see how it works | 00:12 |
eghobo__ | I haven't seen it, I don't think we are ready for periodic | 00:12 |
sdake_ | forget I mentioned it | 00:12 |
sdake_ | I can't keep all tthe bluerpitns/owners straight | 00:12 |
sdake_ | I am involved in two major projects | 00:13 |
sdake_ | so are you interested in making a big impact improvement in magnum? | 00:13 |
eghobo__ | sdake_: i am interested to help, just need to catch up with code and will start pickup small bugs | 00:13 |
eghobo__ | next week | 00:13 |
sdake_ | ok, well the first bug to pick up is this one :) | 00:14 |
sdake_ | need a git bisect between master and bf42 | 00:14 |
sdake_ | git bisect does a binary search to tell you which commit busted the code base | 00:15 |
eghobo__ | sure, we can do it | 00:15 |
sdake_ | it will identify the exact commit where things went wrong | 00:15 |
sdake_ | I am certain it is tom's backports | 00:16 |
sdake_ | but not sure which one | 00:16 |
eghobo__ | ok, we will figure out. should be easy | 00:17 |
sdake_ | git bisect is a command | 00:17 |
sdake_ | what is your launchpad id? | 00:18 |
eghobo__ | eghobo | 00:19 |
sdake_ | egor its a pleasure to meet you | 00:20 |
sdake_ | welcome to the community :) | 00:20 |
sdake_ | Use "Closes-Bug: #XYZ" in the revert | 00:21 |
sdake_ | https://bugs.launchpad.net/magnum/+bug/1460232 | 00:21 |
openstack | Launchpad bug 1460232 in Magnum "master is busted" [Critical,Confirmed] - Assigned to Egor Guz (eghobo) | 00:21 |
*** rongze has joined #openstack-containers | 00:21 | |
eghobo__ | thx | 00:21 |
sdake_ | high profile bug - please fix asap :) | 00:21 |
eghobo__ | sure, will do | 00:23 |
sdake_ | please do it with git bisect rather then manually | 00:23 |
sdake_ | its an easy featureto use | 00:23 |
sdake_ | there are probably some guides on the intenet | 00:23 |
sdake_ | but from my recollectaion of the last itme I used it, its trivial to use | 00:23 |
eghobo__ | yep, already reading about it | 00:24 |
*** vilobhmm has joined #openstack-containers | 00:24 | |
sdake_ | if you can find the commit and fix it by *not* reverting it that would be better | 00:24 |
sdake_ | maybe its a change somewhere in the code base that needs to go along with the heat template | 00:24 |
sdake_ | we are in the process of unifyign all the heat templates around heat-kubernetes | 00:25 |
sdake_ | unfortunately our CI doesn't support our activities effectivly | 00:25 |
sdake_ | rather heat-coe-tempaltes | 00:25 |
sdake_ | we want to put stuff in master first | 00:25 |
sdake_ | once master is working | 00:25 |
sdake_ | we want to port that to heat-coe-templates | 00:25 |
sdake_ | I'll talk to tcammann about actually testing his heat backports since our CI is not to be trusted with this job yet | 00:26 |
sdake_ | so this shouldnt' happen in the future | 00:26 |
eghobo__ | about this heat-templates, where are they coming from. I don't see any another git checkout in devstack | 00:27 |
eghobo__ | I mean magnum/devstack | 00:27 |
sdake_ | we started with http://github.com/larsks/heat-kubernetes | 00:28 |
sdake_ | we imported his repository | 00:28 |
sdake_ | he has made changes | 00:28 |
sdake_ | we have made changes | 00:28 |
sdake_ | people are using both | 00:28 |
sdake_ | this creates a mess for everyone | 00:28 |
sdake_ | so we decided to move it all to http://github.com/stackforge/heat-coe-templates | 00:28 |
sdake_ | we are going to backport to heat-coe-templates once magnum is working properly with all of larsks changes | 00:28 |
sdake_ | and then possibly convince larsks to delete his repo | 00:29 |
sdake_ | and import heat-coe-templates as a library dependency into magnum | 00:29 |
sdake_ | make sense? | 00:29 |
eghobo__ | I remember it, yes | 00:29 |
sdake_ | the templates are in magnum/templates/heat-kubernetes | 00:30 |
sdake_ | Tom indicated some code changes may be needed to deal with the backports from larsks repo | 00:30 |
sdake_ | the ideal goal at the end is to diff all 3 repos and end up with no changes in the templates ;-) | 00:30 |
sdake_ | so we can delete magnum/templates and larsks/heat-kubernetes | 00:31 |
eghobo__ | it make sense, because for mesos we will need mesos + zookeper + frameworks | 00:31 |
sdake_ | egor where is your location | 00:32 |
sdake_ | eghobo_ thanks for not giving up during our debug session | 00:32 |
sdake_ | that means alot to me :) | 00:33 |
sdake_ | it shows you can hang with the magnum crew :) | 00:33 |
eghobo__ | bay area, feel free to ping me when you need help with debuging | 00:34 |
*** vilobhmm has quit IRC | 00:34 | |
*** vilobhmm has joined #openstack-containers | 00:34 | |
eghobo__ | i probably need to write vagrant file which setup local environment, slow but disposable (trove folks have similar setup) | 00:35 |
sdake_ | arizona here | 00:36 |
sdake_ | I dont usually need help | 00:37 |
sdake_ | but I also work on kolla | 00:37 |
sdake_ | and my environment is all kolla based atm | 00:37 |
sdake_ | next week I am switching into full k8s dev for a blueprint native-clients | 00:37 |
sdake_ | so going to be rolling with devstack | 00:37 |
sdake_ | for about 2 months I have not run devstack because I've been busy with finishing touches on Kolla for Kilo | 00:38 |
sdake_ | then I mad ethe mistake of a git update on devstack | 00:39 |
*** suro-patz has quit IRC | 00:39 | |
sdake_ | bad bad terrible bad idea | 00:39 |
sdake_ | yuanying runs with vagrant I think | 00:40 |
sdake_ | might ask him for his files | 00:40 |
*** snrism has joined #openstack-containers | 00:40 | |
*** mfalatic has quit IRC | 00:43 | |
sdake_ | hey mfalatic | 00:45 |
eghobo__ | sure will ask, when cola will replace devstack ;)? | 00:46 |
sdake_ | oh left :) | 00:46 |
sdake_ | I think never | 00:46 |
sdake_ | too slow | 00:46 |
sdake_ | takes long time to build | 00:46 |
sdake_ | when I use devstack, I chane a python file, kill service, restart service | 00:46 |
*** snrism has quit IRC | 00:46 | |
sdake_ | this takes 5 seconds | 00:46 |
sdake_ | build takes longer | 00:46 |
sdake_ | a kolla model for devstack takes probably 5-10 minutes to do same job | 00:47 |
sdake_ | developers would never accept it | 00:47 |
sdake_ | atleast I wouldn't :) | 00:47 |
eghobo__ | yes with built it can be faster | 00:48 |
sdake_ | couldbindmount python files but this is not ideal for us | 00:48 |
sdake_ | it doesn't mesh with kolla's long term objectives | 00:48 |
eghobo__ | I see, you more interested in operator support | 00:49 |
sdake_ | yes operator use case | 00:50 |
eghobo__ | it will be nice to have ansible playbook to build all images and start manage them | 00:50 |
sdake_ | we use shell scripts to build atm | 00:51 |
sdake_ | I think we are sticking with that for the time being | 00:51 |
sdake_ | but htey are like 100 lines | 00:51 |
sdake_ | so not all that complex | 00:51 |
sdake_ | where ansible comes in is deployment | 00:52 |
sdake_ | because shell deployment | 00:52 |
sdake_ | well, thats a disaster :) | 00:52 |
sdake_ | why would we do something dumb when we could do something simple? :) | 00:52 |
sdake_ | eghobo_ are you going to tackle that bug today or monday? | 00:52 |
eghobo__ | monday, will debug during weekend | 00:53 |
sdake_ | cool looking forward to yoru patch | 00:53 |
sdake_ | hopefully you can fix without a revert | 00:53 |
sdake_ | (i.e. its a bug in the magnum code base rather then the template fragments) | 00:53 |
eghobo__ | will see | 00:54 |
*** suro-patz has joined #openstack-containers | 00:56 | |
*** alex_klimov has quit IRC | 00:58 | |
openstackgerrit | Steven Dake proposed openstack/magnum: Implement secure deserialize function https://review.openstack.org/186287 | 01:00 |
*** sdake has joined #openstack-containers | 01:00 | |
*** eghobo__ has quit IRC | 01:02 | |
*** vilobhmm has quit IRC | 01:03 | |
*** snrism has joined #openstack-containers | 01:03 | |
*** vilobhmm has joined #openstack-containers | 01:03 | |
*** sdake_ has quit IRC | 01:04 | |
*** Tango has quit IRC | 01:04 | |
*** snrism has quit IRC | 01:04 | |
*** rongze has quit IRC | 01:06 | |
*** snrism has joined #openstack-containers | 01:09 | |
*** vilobhmm has quit IRC | 01:10 | |
*** rongze has joined #openstack-containers | 01:13 | |
*** eghobo has joined #openstack-containers | 01:17 | |
*** eghobo has quit IRC | 01:21 | |
sdake | if someone is looking to learn how magnum works, implement this bug: https://bugs.launchpad.net/magnum/+bug/1460236 | 01:22 |
openstack | Launchpad bug 1460236 in Magnum "write a test case for swagger.deserialize" [High,Confirmed] | 01:22 |
sdake | you will learn it all :) | 01:22 |
sdake | 95 bugs | 01:28 |
* sdake groans | 01:28 | |
sdake | triaging = painful | 01:28 |
*** jhova has joined #openstack-containers | 01:35 | |
*** Drago has quit IRC | 01:35 | |
*** rongze has quit IRC | 01:38 | |
*** rongze has joined #openstack-containers | 01:38 | |
*** rongze has quit IRC | 01:42 | |
*** erkules_ has joined #openstack-containers | 01:45 | |
*** erkules has quit IRC | 01:48 | |
*** fawadkhaliq has joined #openstack-containers | 01:52 | |
*** snrism has quit IRC | 01:54 | |
*** snrism has joined #openstack-containers | 01:54 | |
*** unicell has quit IRC | 02:28 | |
*** dims_ has quit IRC | 02:33 | |
*** dimsum__ has joined #openstack-containers | 02:34 | |
*** sdake_ has joined #openstack-containers | 02:43 | |
*** sdake has quit IRC | 02:47 | |
*** jhova has quit IRC | 02:57 | |
*** rongze has joined #openstack-containers | 03:09 | |
*** sdake has joined #openstack-containers | 03:14 | |
*** rongze has quit IRC | 03:14 | |
*** sdake_ has quit IRC | 03:17 | |
*** fawadkhaliq has quit IRC | 03:18 | |
*** suro-patz has quit IRC | 03:25 | |
*** david-lyle has quit IRC | 03:25 | |
*** david-lyle has joined #openstack-containers | 03:26 | |
*** Marga_ has joined #openstack-containers | 03:27 | |
*** sdake_ has joined #openstack-containers | 03:27 | |
*** sdake has quit IRC | 03:31 | |
*** Marga_ has quit IRC | 03:32 | |
*** dimsum__ has quit IRC | 03:43 | |
*** snrism has quit IRC | 03:48 | |
*** rlrevell has joined #openstack-containers | 03:51 | |
*** eghobo has joined #openstack-containers | 03:52 | |
*** kebray has joined #openstack-containers | 03:53 | |
*** kebray has quit IRC | 03:55 | |
*** rlrevell has left #openstack-containers | 03:59 | |
openstackgerrit | Lan Qi Song proposed openstack/magnum: Add status_reason field to bay https://review.openstack.org/186981 | 04:12 |
*** rongze has joined #openstack-containers | 04:12 | |
eghobo | sdake_: it looks you are right eguz@magnum-1460232: git bisect good bf42ec94ef3da3a37e1ab875251000b0b7794f8a | 04:14 |
eghobo | eguz@magnum-1460232: git bisect bad 1246d3f7ac3b33a354bf6c51aec7b9b6154229f4 | 04:14 |
eghobo | Bisecting: 14 revisions left to test after this (roughly 4 steps) | 04:14 |
eghobo | [63c1b6f4fce5b0dea20af00796dba9902face142] Backport "fixup! added script for dynamically registering a minion" | 04:14 |
*** suro-patz has joined #openstack-containers | 04:14 | |
sdake_ | you still have 14 more revisions to bisect ;) | 04:14 |
sdake_ | 4 steps | 04:15 |
sdake_ | bisect will tell the exact commit | 04:15 |
*** achanda has joined #openstack-containers | 04:15 | |
sdake_ | which part looks like i am right :) | 04:16 |
sdake_ | bisect rocks? | 04:16 |
eghobo | yes, very interesting tool. never used it before | 04:16 |
sdake_ | you keep doing good bad and it finds the bad actor | 04:16 |
sdake_ | when you find it post on my thread on openstack-dev in the [magnum] tag | 04:17 |
eghobo | yep | 04:18 |
*** sdake has joined #openstack-containers | 04:23 | |
sdake | eghobo I'm grumpy and old and I still learn new things every day :) | 04:24 |
sdake | that elbrict cat got life in prison | 04:25 |
eghobo | this is way i love or profession ;) | 04:25 |
sdake | the constant learning definately keeps the brain sharp | 04:25 |
sdake | along with the stress | 04:25 |
sdake | stress makes you sharp, too much stress breaks the organism ;) | 04:26 |
sdake | I think ou can do git bisect good | 04:26 |
sdake | without the git tag | 04:26 |
sdake | and it will figure it out | 04:26 |
sdake | its been awhile since i've bisected | 04:26 |
sdake | used it all the time prior to my introduction to CI :) | 04:27 |
*** sdake_ has quit IRC | 04:27 | |
sdake | as long as you keep your git repo instact | 04:27 |
sdake | git bisect retains state in the git directory | 04:27 |
sdake | in the old days of svn | 04:27 |
sdake | you had to do these binary bisects manually | 04:28 |
sdake | P I T A | 04:28 |
sdake | bisect and rebase are the #2 and #1 reasons to use git | 04:28 |
sdake | if for no other reason :) | 04:28 |
sdake | I use interactice rebasing 24/7 | 04:28 |
eghobo | I am not big fun of rebasing, I am always end up at unknown/detach state | 04:29 |
sdake | git rebase -i? | 04:31 |
sdake | impossible to do openstack dev reasonably without interactive rebasing :) | 04:32 |
sdake | this morning I wrote a 20 patch patchset | 04:32 |
sdake | interactive rebase allows me to fix any errors in any o the patch stream | 04:32 |
*** dimsum__ has joined #openstack-containers | 04:43 | |
*** dimsum__ has quit IRC | 04:49 | |
*** rongze has quit IRC | 05:00 | |
*** rongze has joined #openstack-containers | 05:00 | |
*** rongze has quit IRC | 05:04 | |
*** vilobhmm has joined #openstack-containers | 05:07 | |
*** vilobhmm has quit IRC | 05:08 | |
*** vilobhmm has joined #openstack-containers | 05:09 | |
*** fawadkhaliq has joined #openstack-containers | 05:15 | |
*** suro-patz has quit IRC | 05:19 | |
*** Marga_ has joined #openstack-containers | 05:29 | |
*** achanda has quit IRC | 05:30 | |
*** Marga_ has quit IRC | 05:33 | |
*** Marga_ has joined #openstack-containers | 05:40 | |
*** Marga_ has quit IRC | 05:41 | |
*** Marga_ has joined #openstack-containers | 05:42 | |
*** vilobhmm has quit IRC | 05:45 | |
*** fawadkhaliq has quit IRC | 05:48 | |
*** vilobhmm has joined #openstack-containers | 05:53 | |
*** Tango has joined #openstack-containers | 06:06 | |
*** suro-patz has joined #openstack-containers | 06:14 | |
*** suro-patz has quit IRC | 06:19 | |
*** Marga_ has quit IRC | 06:20 | |
*** rongze has joined #openstack-containers | 06:30 | |
*** vilobhmm has quit IRC | 06:32 | |
*** rongze has quit IRC | 06:35 | |
*** achanda has joined #openstack-containers | 06:51 | |
*** suro-patz has joined #openstack-containers | 06:56 | |
*** oro has joined #openstack-containers | 07:02 | |
*** kbyrne has quit IRC | 07:04 | |
*** nihilifer has joined #openstack-containers | 07:11 | |
*** suro-patz has quit IRC | 07:23 | |
*** rongze has joined #openstack-containers | 07:32 | |
*** rongze has quit IRC | 07:36 | |
*** achanda has quit IRC | 07:37 | |
*** oro has quit IRC | 07:45 | |
*** eghobo has quit IRC | 07:48 | |
*** achanda has joined #openstack-containers | 07:48 | |
*** nihilifer has quit IRC | 07:49 | |
*** snrism has joined #openstack-containers | 07:52 | |
*** juggler_ has joined #openstack-containers | 08:01 | |
*** juggler has quit IRC | 08:04 | |
openstackgerrit | Lan Qi Song proposed openstack/magnum: Use default value for logging_context_format_string option https://review.openstack.org/186989 | 08:06 |
*** fawadkhaliq has joined #openstack-containers | 08:07 | |
*** oro has joined #openstack-containers | 08:12 | |
*** snrism has quit IRC | 08:12 | |
*** dimsum__ has joined #openstack-containers | 08:21 | |
*** dimsum__ has quit IRC | 08:26 | |
*** snrism has joined #openstack-containers | 08:30 | |
*** snrism has quit IRC | 08:46 | |
*** fawadkhaliq has quit IRC | 08:52 | |
*** yuanying_ has quit IRC | 09:08 | |
*** destiny has joined #openstack-containers | 09:27 | |
*** rongze has joined #openstack-containers | 09:34 | |
*** rongze has quit IRC | 09:38 | |
*** yuanying has joined #openstack-containers | 09:46 | |
*** achanda has quit IRC | 09:58 | |
*** dimsum__ has joined #openstack-containers | 10:53 | |
*** dims_ has joined #openstack-containers | 10:57 | |
*** dimsum__ has quit IRC | 10:58 | |
*** yuanying has quit IRC | 11:23 | |
*** belmoreira has joined #openstack-containers | 11:38 | |
*** dims_ has quit IRC | 11:48 | |
*** dimsum__ has joined #openstack-containers | 11:53 | |
*** belmoreira has quit IRC | 11:53 | |
*** dimsum__ has quit IRC | 12:16 | |
*** dboik has quit IRC | 13:16 | |
*** dboik has joined #openstack-containers | 13:16 | |
*** EricGonczer_ has joined #openstack-containers | 13:19 | |
*** EricGonczer_ has quit IRC | 13:20 | |
*** EricGonczer_ has joined #openstack-containers | 13:43 | |
*** erkules_ has quit IRC | 14:00 | |
*** erkules_ has joined #openstack-containers | 14:00 | |
*** dimsum__ has joined #openstack-containers | 14:05 | |
*** achanda has joined #openstack-containers | 14:07 | |
*** EricGonczer_ has quit IRC | 14:14 | |
*** nihilifer has joined #openstack-containers | 14:20 | |
*** dimsum__ has quit IRC | 14:25 | |
*** dimsum__ has joined #openstack-containers | 14:34 | |
*** rongze has joined #openstack-containers | 14:37 | |
*** apuimedo has joined #openstack-containers | 14:52 | |
*** apuimedo has quit IRC | 15:06 | |
*** madhuri_ has joined #openstack-containers | 15:07 | |
madhuri_ | sdake: There? | 15:08 |
openstackgerrit | Madhuri Kumari proposed openstack/magnum: Fix the KeyError and change type 'any' in k8s client code https://review.openstack.org/186674 | 15:09 |
openstackgerrit | Madhuri Kumari proposed openstack/magnum: Fix the KeyError and change type 'any' in k8s client code https://review.openstack.org/186674 | 15:10 |
*** nihilifer has quit IRC | 15:13 | |
*** dimsum__ has quit IRC | 15:14 | |
*** hongbin has joined #openstack-containers | 15:15 | |
*** dimsum__ has joined #openstack-containers | 15:18 | |
madhuri_ | Anyone there? | 15:25 |
*** hongbin_ has joined #openstack-containers | 15:28 | |
*** hongbin has quit IRC | 15:30 | |
*** dimsum__ has quit IRC | 15:30 | |
hongbin_ | madhuri_: I am here | 15:31 |
madhuri_ | How do we run functional test? | 15:31 |
madhuri_ | tox -e functional | 15:31 |
madhuri_ | I am getting error | 15:31 |
hongbin_ | Haven't run it before | 15:32 |
hongbin_ | .... | 15:32 |
madhuri_ | I am adding some test but I am not sure after running it, it fails | 15:33 |
hongbin_ | I guess func test is run by the CI gate | 15:34 |
hongbin_ | Not sure if I can run it locally | 15:35 |
hongbin_ | Need to ask sdake or dims | 15:35 |
madhuri_ | both are not here | 15:36 |
madhuri_ | I will try tomorrow then | 15:36 |
hongbin_ | -_- | 15:36 |
madhuri_ | Thanks anyway | 15:36 |
hongbin_ | NP | 15:36 |
madhuri_ | What is the time here? | 15:36 |
madhuri_ | there* | 15:36 |
hongbin_ | Toronto: 11:36 | 15:37 |
hongbin_ | They are about 3 hour before | 15:37 |
hongbin_ | Like 8:36 | 15:37 |
*** vilobhmm has joined #openstack-containers | 15:38 | |
madhuri_ | Ok | 15:39 |
hongbin_ | madhuri_: I guess you can submit a review for the func test, but append it with [NOT READY FOR REVIEW] | 15:41 |
hongbin_ | Then you can check the logs of the CI gate | 15:42 |
hongbin_ | And debug | 15:42 |
madhuri_ | Yeah I was thiking the same | 15:43 |
madhuri_ | Thanks | 15:43 |
hongbin_ | :) | 15:43 |
madhuri_ | hongbin_: I find something wierd | 15:46 |
madhuri_ | The ft is using magnumclient | 15:46 |
hongbin_ | k | 15:46 |
madhuri_ | And it will definitely fail because there is no magnumclient in magnum venv | 15:47 |
hongbin_ | I guess it has | 15:47 |
hongbin_ | otherwise, the gate will fail before | 15:47 |
hongbin_ | Maybe, there is a different requirement.txt for the gate test | 15:48 |
madhuri_ | May be | 15:48 |
madhuri_ | I am not sure | 15:48 |
*** eghobo has joined #openstack-containers | 15:49 | |
*** madhuri_ has quit IRC | 15:55 | |
*** rongze has quit IRC | 15:56 | |
*** oro has quit IRC | 16:04 | |
*** vilobhmm has quit IRC | 16:15 | |
*** suro-patz has joined #openstack-containers | 16:15 | |
*** eghobo has quit IRC | 16:17 | |
*** achanda has quit IRC | 16:18 | |
*** achanda has joined #openstack-containers | 16:31 | |
*** eghobo has joined #openstack-containers | 16:41 | |
*** sdake_ has joined #openstack-containers | 16:43 | |
*** sdake has quit IRC | 16:47 | |
*** snrism has joined #openstack-containers | 16:59 | |
hongbin_ | sdake_: For the architecture diagram in our wiki page, I want to do some minor fixes. | 17:04 |
hongbin_ | Do you know the original docs? | 17:05 |
sdake_ | yes I did it | 17:05 |
sdake_ | I can share it | 17:05 |
hongbin_ | :) | 17:05 |
sdake_ | if GFW allows it | 17:05 |
sdake_ | make an account at gliffy.com | 17:06 |
*** hongbin_ has quit IRC | 17:09 | |
*** hongbin has joined #openstack-containers | 17:10 | |
hongbin | sdake: Done. It should be 'hongbin' | 17:10 |
hongbin | I am going to leave for a while. Will be back in a few hours. | 17:12 |
*** hongbin has quit IRC | 17:12 | |
*** achanda has quit IRC | 17:13 | |
*** achanda has joined #openstack-containers | 17:17 | |
*** oro has joined #openstack-containers | 17:17 | |
*** snrism_ has joined #openstack-containers | 17:18 | |
*** snrism has quit IRC | 17:19 | |
*** kebray has joined #openstack-containers | 17:21 | |
*** suro-patz has quit IRC | 17:25 | |
*** EricGonczer_ has joined #openstack-containers | 17:32 | |
sdake_ | hongbin sorry | 17:32 |
sdake_ | hongbin I got lost in a conversation | 17:32 |
*** snrism_ has quit IRC | 17:40 | |
*** snrism has joined #openstack-containers | 17:41 | |
*** openstackgerrit has quit IRC | 17:51 | |
*** openstackgerrit has joined #openstack-containers | 17:51 | |
*** nihilifer has joined #openstack-containers | 17:59 | |
*** snrism has quit IRC | 18:08 | |
*** sdake_ is now known as sdake | 18:13 | |
*** Tango has quit IRC | 18:17 | |
sdake | hongbin what is your email you registered with | 18:24 |
*** nihilifer has quit IRC | 18:28 | |
*** alex_klimov has joined #openstack-containers | 18:28 | |
*** unicell has joined #openstack-containers | 18:29 | |
*** unicell has quit IRC | 18:29 | |
*** achanda has quit IRC | 18:38 | |
*** sdake_ has joined #openstack-containers | 18:39 | |
*** sdake has quit IRC | 18:42 | |
*** hongbin has joined #openstack-containers | 18:43 | |
hongbin | sdake_: email: hongbin034@gmail.com, username: hongbin | 18:43 |
*** alex_klimov has quit IRC | 18:50 | |
hongbin | eghobo: Are you working on fixing the master? | 18:55 |
hongbin | eghobo: Just let me know if you need some help | 18:56 |
*** kebray has quit IRC | 19:00 | |
*** EricGonczer_ has quit IRC | 19:03 | |
*** EricGonczer_ has joined #openstack-containers | 19:08 | |
*** eghobo has quit IRC | 19:09 | |
*** EricGonczer_ has quit IRC | 19:10 | |
*** EricGonczer_ has joined #openstack-containers | 19:10 | |
*** EricGonczer_ has quit IRC | 19:13 | |
*** EricGonczer_ has joined #openstack-containers | 19:13 | |
*** EricGonc_ has joined #openstack-containers | 19:16 | |
*** EricGonczer_ has quit IRC | 19:17 | |
*** EricGonc_ has quit IRC | 19:18 | |
*** EricGonczer_ has joined #openstack-containers | 19:19 | |
*** EricGonczer_ has quit IRC | 19:21 | |
*** EricGonc_ has joined #openstack-containers | 19:21 | |
*** EricGonc_ has quit IRC | 19:23 | |
*** EricGonczer_ has joined #openstack-containers | 19:23 | |
*** EricGonczer_ has quit IRC | 19:26 | |
*** suro-patz has joined #openstack-containers | 19:26 | |
*** EricGonczer_ has joined #openstack-containers | 19:27 | |
*** EricGonczer_ has quit IRC | 19:28 | |
*** EricGonczer_ has joined #openstack-containers | 19:29 | |
*** nihilifer has joined #openstack-containers | 19:35 | |
*** suro-patz has quit IRC | 19:38 | |
*** eghobo has joined #openstack-containers | 19:42 | |
*** suro-patz has joined #openstack-containers | 19:43 | |
eghobo | hongbin: I found the problem, will submit patch mon | 19:46 |
hongbin | eghobo: Good to hear that | 19:47 |
*** EricGonczer_ has quit IRC | 19:47 | |
*** sdake has joined #openstack-containers | 20:04 | |
*** hongbin has quit IRC | 20:05 | |
*** snrism has joined #openstack-containers | 20:06 | |
sdake | eghobo could you go into a bit of detail as to what the problem is | 20:07 |
sdake | just for my curiousity sake :) | 20:07 |
eghobo | https://github.com/openstack/magnum/commit/63c1b6f4fce5b0dea20af00796dba9902face142 | 20:08 |
eghobo | there is no file /usr/local/bin/kube-register at minion | 20:08 |
*** sdake_ has quit IRC | 20:08 | |
eghobo | it looks like tom forgot include it to template | 20:09 |
*** oro has quit IRC | 20:13 | |
*** alex_klimov has joined #openstack-containers | 20:13 | |
sdake | is kube-register in github.com:/larsks/heat-kubernetes? | 20:14 |
*** snrism has quit IRC | 20:14 | |
eghobo | no, we have it in our templates folder | 20:16 |
sdake | in the fragments directory? | 20:16 |
sdake | or it needs some tempalte magic to be stored on teh system? | 20:17 |
eghobo | yaml in fragments but we also need add it to template which will save it at system | 20:18 |
sdake | check out githubcom/larsks/heat-tempaltes | 20:28 |
sdake | it probably ahs example | 20:28 |
*** dimsum__ has joined #openstack-containers | 20:30 | |
eghobo | already did | 20:32 |
*** oro has joined #openstack-containers | 20:33 | |
sdake | ok i'll stop telling you how to do your job apologies :) | 20:40 |
sdake | just trying to help - understanding magnum can be a bit of a challenge for a new contrib :) | 20:41 |
*** suro-patz has quit IRC | 20:42 | |
eghobo | appreciate it, but I really like dig to the problems ;) | 20:42 |
*** sdake_ has joined #openstack-containers | 20:46 | |
*** sdake has quit IRC | 20:50 | |
*** dimsum__ has quit IRC | 20:50 | |
*** dimsum__ has joined #openstack-containers | 20:53 | |
*** dimsum__ has quit IRC | 21:04 | |
*** hongbin has joined #openstack-containers | 21:15 | |
openstackgerrit | Steven Dake proposed openstack/magnum: Implement secure deserialize function https://review.openstack.org/186287 | 21:23 |
sdake_ | holy batman our python client needs test cases | 21:23 |
sdake_ | 26 changesets | 21:26 |
* sdake_ groans | 21:26 | |
hongbin | sdake_: I changed the arch diagram a bit, and share it to you | 21:36 |
sdake_ | click the save button | 21:36 |
sdake_ | that is hwo you share it | 21:36 |
sdake_ | upper right hand corner | 21:36 |
hongbin | saved | 21:37 |
hongbin | Actually, I copied your file, and invited you to see it. | 21:39 |
*** eghobo has quit IRC | 21:42 | |
*** alex_klimov has quit IRC | 21:43 | |
hongbin | sdake_: one thing I don't like is that the 'Cloud Init' and 'Heat Conf Elements' are too detailed. | 21:50 |
sdake_ | I think its necessary to explain the full flow | 21:50 |
hongbin | K | 21:50 |
hongbin | That is true | 21:51 |
sdake_ | did you share it with stdake@cisco.com? | 21:51 |
sdake_ | I don't see anythign in fgliffy | 21:51 |
sdake_ | nm i got it | 21:51 |
hongbin | k | 21:52 |
hongbin | There are 2 minor changes. | 21:52 |
hongbin | 1. rename 'containers' to 'docker containers' | 21:52 |
hongbin | 2. connection conductor with kubernetes/docker | 21:52 |
sdake_ | yes | 21:54 |
sdake_ | can you integrate that in the master diagram that danehans shared | 21:54 |
hongbin | sure | 21:55 |
sdake_ | I fixed the alignment on the diagram | 21:55 |
sdake_ | so reload | 21:55 |
hongbin | k | 21:55 |
sdake_ | make sure to turn on snap to | 21:55 |
sdake_ | so our stuff is aligned :) | 21:55 |
sdake_ | hongbin let me know when your done so I can fire my slides off into the ether ;-) | 21:57 |
sdake_ | hongbin after you wrap up the diagram might post in wiki ;) | 21:59 |
hongbin | sure, will do that | 22:00 |
sdake_ | hongbin I dont see any of your changes in danehans's file | 22:01 |
sdake_ | are you changing that one? | 22:01 |
hongbin | still drawing | 22:01 |
sdake_ | it should show me each change you make | 22:01 |
*** Kennan2 has joined #openstack-containers | 22:04 | |
hongbin | sdake_: I am done | 22:04 |
*** Kennan has quit IRC | 22:05 | |
*** sdake has joined #openstack-containers | 22:14 | |
sdake | hongbin can you put that diagram on our wiki | 22:14 |
hongbin | Will do | 22:15 |
hongbin | I am going to make one more change | 22:15 |
hongbin | rename 'template' to 'Heat Template' | 22:15 |
*** sdake_ has quit IRC | 22:18 | |
*** alex_klimov has joined #openstack-containers | 22:21 | |
hongbin | sdake_: cannot figure out how to upload an image to wiki -_- | 22:22 |
hongbin | how to do that? | 22:22 |
hongbin | never mind. Figured that out | 22:32 |
*** oro has quit IRC | 22:45 | |
*** dimsum__ has joined #openstack-containers | 22:49 | |
*** dimsum__ has quit IRC | 22:54 | |
*** suro-patz has joined #openstack-containers | 23:09 | |
*** suro-patz has quit IRC | 23:46 | |
*** suro-patz has joined #openstack-containers | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!