*** rlrevell has quit IRC | 00:00 | |
*** alex_klimov has quit IRC | 00:01 | |
*** snrism has quit IRC | 00:01 | |
*** mahito has joined #openstack-containers | 00:04 | |
*** rlrevell has joined #openstack-containers | 00:06 | |
*** mahito has quit IRC | 00:08 | |
*** julim has quit IRC | 00:09 | |
*** p4tux has quit IRC | 00:10 | |
eliqiao1 | hi Kennan, yes, I can login on, and docker is running, | 00:10 |
---|---|---|
*** mahito has joined #openstack-containers | 00:10 | |
eliqiao1 | Kennan, but no images was pull down.. | 00:10 |
eliqiao1 | Kennan, yes I tried may times , but not working, so is that may be I use proxy in my host ? | 00:11 |
Kennan | eliqiaol I have removed old env would setup new env today | 00:14 |
Kennan | eliqiao1 you need check if you have containers running or images running | 00:15 |
*** daneyon_ has joined #openstack-containers | 00:15 | |
Kennan | if not, it seems have issues for image container operation in vm | 00:15 |
*** daneyon has quit IRC | 00:18 | |
*** suro-patz1 has quit IRC | 00:18 | |
*** daneyon_ has quit IRC | 00:21 | |
eliqiao1 | Kennan, okay, I will try it again... thanks for the kindly help. :) | 00:23 |
Kennan | eliqiao1 wcl | 00:23 |
*** rlrevell has quit IRC | 00:27 | |
*** mahito has quit IRC | 00:28 | |
*** tobe has joined #openstack-containers | 00:32 | |
*** snrism has joined #openstack-containers | 00:36 | |
*** p4tux has joined #openstack-containers | 00:36 | |
*** tobe has quit IRC | 00:36 | |
*** snrism has quit IRC | 00:38 | |
*** snrism has joined #openstack-containers | 00:38 | |
larsks | Kennan: around now, briefly. | 00:40 |
*** p4tux has quit IRC | 00:40 | |
*** vilobhmm has quit IRC | 00:47 | |
*** kitch_ has joined #openstack-containers | 00:50 | |
*** jruano has quit IRC | 00:58 | |
*** eghobo has quit IRC | 00:59 | |
sdake_ | eliqiao1 try curl google.com | 01:01 |
sdake_ | i suspect your vm does not have network connectivity to the external network | 01:02 |
sdake_ | #1 problem | 01:02 |
sdake_ | (try the curl from whtin the container) | 01:02 |
sdake_ | if it fails dns, your dns is not setup in devstack | 01:02 |
sdake_ | then try curl the actual ip address of www.google.com | 01:03 |
sdake_ | if that doesn't work then your FLAT_INTERFACE for neutron isn't routing properly | 01:03 |
sdake_ | you will have to find the black magic arts to get that part working | 01:03 |
sdake_ | most people use masquarade rules | 01:03 |
eliqiao1 | sdake_: yes | 01:03 |
sdake_ | yes what? | 01:03 |
eliqiao1 | sdake_: you are right, my vm can not conect with docker server | 01:03 |
eliqiao1 | [fedora@swarmbay-g2oyxhube366-swarm-manager-ji7h7wzkh6be ~]$ sudo docker search ubuntu | 01:04 |
eliqiao1 | FATA[0020] Error response from daemon: Get https://index.docker.io/v1/search?q=ubuntu: dial tcp: lookup index.docker.io: no such host | 01:04 |
sdake_ | ya either your dns is not setup properly for your neutron net or your not geting routing out your public interface | 01:04 |
sdake_ | to tell, make sure 8.8.8.8 is in /etc/resolv.conf | 01:04 |
eliqiao1 | sdake_, yes 8888 is in resolv.conf | 01:05 |
*** blakec has joined #openstack-containers | 01:05 | |
sdake_ | try ping 8.8.8.8 | 01:05 |
eliqiao1 | ping 8.8.8.8 | 01:06 |
eliqiao1 | -bash: /usr/bin/ping: Invalid argument | 01:06 |
sdake_ | ya thats annoying | 01:06 |
sdake_ | I think that is an atomic bug | 01:06 |
sdake_ | scp ping from your local host | 01:06 |
sdake_ | or curl a known ip address | 01:06 |
eliqiao1 | is that doable? my host is ubuntu | 01:06 |
sdake_ | curl a known ip address | 01:07 |
sdake_ | nslookup www.news.com on your local machine | 01:07 |
sdake_ | then curl its ip address inside the vm | 01:07 |
*** p4tux has joined #openstack-containers | 01:07 | |
eliqiao1 | another thing I need to clarify is my host also using a proxy(you konw, in China , the GFW) | 01:07 |
sdake_ | curla chinese address | 01:08 |
sdake_ | an ip a ddress | 01:08 |
sdake_ | jay-lay-513 and hongbin are in china, they are good resources for getting magnum rolling in the firewall situation | 01:09 |
sdake_ | i'm headed to ptfo long day | 01:09 |
sdake_ | good luck ;-) | 01:09 |
eliqiao1 | sdake_: okay , cool, I will try to contact with them.. | 01:09 |
eliqiao1 | sdake_: thank you :) | 01:09 |
*** p4tux has quit IRC | 01:12 | |
*** tobe has joined #openstack-containers | 01:18 | |
*** vilobhmm has joined #openstack-containers | 01:20 | |
Kennan | larsk | 01:20 |
Kennan | not sure if your still here just want to check your template parameter question | 01:21 |
Kennan | larsks | 01:21 |
larsks | Kennan: here for a bit. Which question? | 01:21 |
Kennan | larsks | 01:22 |
Kennan | cpu=$(($(nproc) * 1000)) | 01:22 |
Kennan | you use cpu number * 1000 | 01:22 |
Kennan | what does it mean ? | 01:22 |
Kennan | hongbin moved to china ? I thought he still in Canada | 01:23 |
larsks | Can you clarify your question? Do you mean, "what does that shell expression do?" or do you mean "what are you using the value for" or do you mean "why are you performing this particular calculation?" | 01:23 |
Kennan | larsks | 01:24 |
Kennan | https://review.openstack.org/#/c/185276/2/magnum/templates/heat-kubernetes/fragments/kube-register.yaml | 01:24 |
Kennan | what does CPU used here for ? | 01:24 |
Kennan | I think cpu means system cpu numbers | 01:24 |
Kennan | if that case | 01:24 |
*** blakec has quit IRC | 01:24 | |
larsks | To provide the kube master with information about cpu resources available on the minion. | 01:24 |
Kennan | why multiply with 1000 | 01:24 |
Kennan | larsks | 01:24 |
Kennan | what does it mean to multiply * 1000 | 01:24 |
larsks | That code actually comes via a PR from Rabi (https://github.com/rabi), and I assume it reflect how kubernetes normally accounts cpu resources. | 01:25 |
larsks | I have actually not investigated it in any detail. | 01:25 |
Kennan | larsks OK Did you get that pr number ? | 01:26 |
*** mahito has joined #openstack-containers | 01:26 | |
larsks | Kennan: Actually, I lied, that was from Hongbin: https://github.com/larsks/heat-kubernetes/commit/e1d544adc24b7d2f8a4f1d4ebb13134c204906ec | 01:28 |
*** sdake_ has quit IRC | 01:28 | |
*** jjlehr has joined #openstack-containers | 01:28 | |
*** rlrevell has joined #openstack-containers | 01:30 | |
*** dims_ has quit IRC | 01:35 | |
*** sam17 has quit IRC | 01:35 | |
*** vilobhmm has quit IRC | 01:38 | |
*** vilobhmm has joined #openstack-containers | 01:38 | |
*** p4tux has joined #openstack-containers | 01:40 | |
*** muralia has joined #openstack-containers | 01:44 | |
*** p4tux has quit IRC | 01:44 | |
eliqiao1 | so if create bay, but heat create stack failed (time out and status is "CREATE_FAILED"), and magnum-conductor raise " Bay check exit after 2000 attempts", so that bay will leaving at CREATE_IN_PROGRESS for ever ? | 01:47 |
*** erkules has quit IRC | 01:50 | |
Kennan | eliqiao1 as it polling so timeout, it would not sync status again | 01:51 |
*** erkules has joined #openstack-containers | 01:51 | |
Kennan | it means your env have some issue | 01:52 |
Kennan | very slow seems | 01:52 |
*** vilobhmm has quit IRC | 01:55 | |
*** blakec has joined #openstack-containers | 01:59 | |
*** mahito has quit IRC | 02:02 | |
*** mahito has joined #openstack-containers | 02:04 | |
*** fawadkhaliq has quit IRC | 02:09 | |
*** p4tux has joined #openstack-containers | 02:12 | |
*** blakec1 has joined #openstack-containers | 02:14 | |
*** blakec has quit IRC | 02:17 | |
*** p4tux has quit IRC | 02:17 | |
eliqiao1 | but when create bay in magnum, magnum call heat to create a stack, it pass down heat_timeout to heat, so magnum's pull time should be greater then heat's timeout mins | 02:18 |
*** unicell has quit IRC | 02:25 | |
*** snrism has quit IRC | 02:26 | |
*** snrism has joined #openstack-containers | 02:26 | |
*** rlrevell has quit IRC | 02:30 | |
*** snrism has quit IRC | 02:32 | |
*** blakec1 has quit IRC | 02:34 | |
*** p4tux has joined #openstack-containers | 02:46 | |
*** p4tux has quit IRC | 02:50 | |
*** sankarshan_ is now known as sankarshan_away | 02:50 | |
*** mahito has quit IRC | 02:50 | |
*** muralia has quit IRC | 02:54 | |
*** sankarshan_away is now known as sankarshan_ | 02:56 | |
*** p4tux has joined #openstack-containers | 03:18 | |
*** jjlehr has quit IRC | 03:20 | |
*** achanda has joined #openstack-containers | 03:22 | |
*** p4tux has quit IRC | 03:22 | |
*** unicell has joined #openstack-containers | 03:25 | |
*** rbradfor has quit IRC | 03:28 | |
*** rbradfor has joined #openstack-containers | 03:41 | |
*** p4tux has joined #openstack-containers | 03:51 | |
*** p4tux has quit IRC | 03:55 | |
*** eghobo has joined #openstack-containers | 03:56 | |
*** achanda has quit IRC | 04:01 | |
*** julim has joined #openstack-containers | 04:02 | |
*** kitch_ has quit IRC | 04:11 | |
*** snrism has joined #openstack-containers | 04:20 | |
*** Drago has quit IRC | 04:28 | |
*** xuhaiwei_ has joined #openstack-containers | 04:28 | |
*** kebray_ has joined #openstack-containers | 04:35 | |
*** tobe has quit IRC | 04:36 | |
*** kebray has quit IRC | 04:39 | |
*** sdake has joined #openstack-containers | 04:39 | |
sdake | evening | 04:40 |
sdake | hongbin wre you able to help eliqaio1 | 04:40 |
sdake | kennan not sure on hongbin in china, for some reason I thoughthe moved (he mentioend soething about timezone adjustment) | 04:40 |
*** openstackgerrit has quit IRC | 04:50 | |
*** openstackgerrit has joined #openstack-containers | 04:50 | |
*** sdake_ has joined #openstack-containers | 04:50 | |
*** sdake has quit IRC | 04:54 | |
*** nihilifer has quit IRC | 04:55 | |
*** p4tux has joined #openstack-containers | 04:56 | |
*** zul has quit IRC | 04:57 | |
*** zul has joined #openstack-containers | 04:58 | |
*** fawadkhaliq has joined #openstack-containers | 04:59 | |
*** p4tux has quit IRC | 05:01 | |
eliqiao1 | sdake: you are nice, my time zone is utc+8 , hope to join magnum weekly meeting , every Tuesday utc 1600? | 05:02 |
*** cloudm2 has quit IRC | 05:02 | |
openstackgerrit | Merged openstack/magnum: Backport "added script for dynamically registering a minion" https://review.openstack.org/185276 | 05:03 |
openstackgerrit | Merged openstack/magnum: Backport "fixup! added script for dynamically registering a minion" https://review.openstack.org/185277 | 05:04 |
sdake_ | eliqaio1 my time zone is gmt-7 | 05:07 |
sdake_ | (gmt=utc) | 05:07 |
sdake_ | it alternates between tuesday 1600 and I think 2200 utc | 05:07 |
*** sankarshan_ is now known as sankarshan_away | 05:11 | |
Kennan | sdake_ not sure hongbin location :) | 05:15 |
eliqiao1 | sdake_: thanks, good to know. | 05:15 |
eliqiao1 | sdake_: I found this #link https://wiki.openstack.org/wiki/Meetings/Containers , will try to catch up in next's utc 1600 meeting, utc 2200 is tooo... hard for me. | 05:18 |
sdake_ | ya that is why we hvae two tz meetings eilqiao1 | 05:21 |
sdake_ | to hit APAC/EMEA/US | 05:21 |
madhuri | Do anyone have idea about eval and ast.literal_eval? | 05:22 |
sdake_ | so madhuri rtfming it looks like eval just executes arbitrary python code | 05:23 |
sdake_ | https://docs.python.org/2/library/functions.html#eval | 05:23 |
*** mahito has joined #openstack-containers | 05:23 | |
sdake_ | the change set you mentioned privately is https://review.openstack.org/#/c/172750/1/magnum/common/pythonk8sclient/client/swagger.py | 05:23 |
madhuri | Yes to make bandit pass | 05:24 |
madhuri | But it doesn't work because ast.literal_eval don't work with objects | 05:24 |
sdake_ | it looks to me like the code in eval is secure as is | 05:25 |
sdake_ | although it does take a string type | 05:25 |
sdake_ | which coudl be "blow-up-thesystem-and-smile-afterwards" :) | 05:25 |
sdake_ | what does that code do precisely? | 05:25 |
madhuri | The ast.literal_eval code? | 05:27 |
sdake_ | no | 05:27 |
sdake_ | the eval code in the swagger generated code | 05:27 |
*** mahito has quit IRC | 05:27 | |
sdake_ | maybe we can get rid of tht part | 05:27 |
sdake_ | or rework it not to use eval | 05:28 |
madhuri | It converts a model type that is passed as string to object type | 05:28 |
madhuri | The response from a readAPI is an object of models | 05:28 |
madhuri | For example, readPod returns V1beta3_Pod object | 05:29 |
sdake_ | but rest api returns string? | 05:29 |
madhuri | A dictionary | 05:30 |
sdake_ | so you want to convert a dictionary to a v1beta3_Pod object? | 05:30 |
madhuri | Yes | 05:30 |
sdake_ | ok so that is how eval is being used | 05:31 |
madhuri | Yes | 05:31 |
madhuri | That is what swagger generated code does | 05:31 |
sdake_ | got a link to v1beta3_Pod? | 05:31 |
sdake_ | in the coe base | 05:31 |
sdake_ | and a printout of what the dictionary looks like? | 05:32 |
sdake_ | ideally v1beta3_pod should have a from_dict() function | 05:32 |
sdake_ | that is how real python code is written ;-) | 05:32 |
sdake_ | wow there are like a million objects inthis thing | 05:34 |
sdake_ | can you tell me what the dictionary you are getting back is? | 05:35 |
sdake_ | annoying that a base class is not used here: https://github.com/openstack/magnum/blob/master/magnum/common/pythonk8sclient/client/models/V1beta3_Pod.py#L18 | 05:35 |
madhuri | I will paste it | 05:36 |
madhuri | Give me a second | 05:36 |
madhuri | http://paste.openstack.org/show/241428/ | 05:37 |
madhuri | v1beta3_pod doesn't have any method | 05:37 |
*** snrism has quit IRC | 05:37 | |
*** achanda has joined #openstack-containers | 05:38 | |
sdake_ | it has an __init__ function | 05:42 |
sdake_ | this is wht eval does I think (calls __init__ to build the object) | 05:42 |
*** snrism has joined #openstack-containers | 05:42 | |
sdake_ | what I propose is put a base class in each of the objects | 05:43 |
sdake_ | in the base class make a from_dict() function | 05:43 |
sdake_ | madhuri try prototype just the pod function with this | 05:44 |
sdake_ | @classmethod | 05:44 |
sdake_ | def from_dict(cls, values): | 05:44 |
sdake_ | return cls(**values) | 05:44 |
sdake_ | and pass the dict as the only parameter | 05:44 |
madhuri | Ok | 05:45 |
sdake_ | make sense? | 05:45 |
sdake_ | classmethods are how this problem should be solved | 05:46 |
*** mahito has joined #openstack-containers | 05:46 | |
madhuri | eval just return the object type | 05:47 |
madhuri | Not object instance | 05:47 |
sdake_ | you dont need the object instance? | 05:48 |
madhuri | https://github.com/openstack/magnum/blob/master/magnum/common/pythonk8sclient/client/swagger.py#L223-L248 | 05:50 |
sdake_ | the function is called deserialize | 05:51 |
madhuri | Yes | 05:51 |
madhuri | This above code sets the attribute to the object | 05:51 |
openstackgerrit | Lan Qi Song proposed openstack/magnum: Add bay snapshot object https://review.openstack.org/185005 | 05:52 |
sdake_ | ok well thats pretty terrible code ;) | 05:52 |
sdake_ | let me post review and you can test ok? | 05:52 |
sdake_ | I dont have env working atm | 05:52 |
sdake_ | been jerking aroudn with it lately | 05:52 |
madhuri | Ok sure | 05:53 |
madhuri | But this is also bad that ast.literal_eval doesn't support object types | 05:53 |
madhuri | ast.literal_eval('a') | 05:54 |
madhuri | This also fails | 05:54 |
sdake_ | we are not going to use ast | 05:55 |
sdake_ | we are goign to rework deserialize instead | 05:55 |
madhuri | sdake_, that's good but this is going to be ver hard for us to manage pythonk8sclient code | 05:57 |
sdake_ | no | 05:57 |
madhuri | But I am not worrying about it anymore | 05:57 |
sdake_ | give me 10 mins | 05:57 |
sdake_ | it willbe easy to manage | 05:57 |
sdake_ | hang tight | 05:57 |
sdake_ | the parameter objClassi is set to what? | 05:57 |
sdake_ | in the podv3 case? | 05:57 |
madhuri | <class 'magnum.common.pythonk8sclient.client.models.V1beta3_ResourceRequirements.V1beta3_ResourceRequirements'> | 05:58 |
madhuri | Sorry | 05:58 |
madhuri | <class 'magnum.common.pythonk8sclient.client.models.V1beta3_Pod.V1beta3_Pod'> | 05:58 |
madhuri | This one | 05:58 |
*** p4tux has joined #openstack-containers | 06:01 | |
sdake_ | madhuri my dinner has arrived, will yoube around for another hour or so? | 06:03 |
madhuri | Yes | 06:03 |
sdake_ | I am not a super python pro so it will take a bit to eat plus figure out how to do this in python | 06:03 |
sdake_ | I'mp retty sure that deserialize function canbe 5 lines of code or so ;) | 06:04 |
madhuri | For 2 hrs I am here | 06:04 |
madhuri | Ok | 06:04 |
*** tobe has joined #openstack-containers | 06:04 | |
*** diga has quit IRC | 06:06 | |
*** p4tux has quit IRC | 06:06 | |
*** destiny has joined #openstack-containers | 06:08 | |
*** snrism_ has joined #openstack-containers | 06:10 | |
*** snrism has quit IRC | 06:10 | |
*** sankarshan_away is now known as sankarshan_ | 06:11 | |
*** yuanying has quit IRC | 06:11 | |
openstackgerrit | Steven Dake proposed openstack/magnum: Make swagger.py pythonic https://review.openstack.org/186287 | 06:13 |
sdake_ | madhuri can you see if that has the desired effect | 06:14 |
sdake_ | does the pod object encode other types of objects within it? | 06:16 |
sdake_ | the problem with this is swagger is returning a list of dictionaries | 06:20 |
sdake_ | rather a dictionary list | 06:21 |
sdake_ | is there a V1beta3_Pod list type? | 06:21 |
sdake_ | rather the json is a list of objects | 06:22 |
sdake_ | madhuri are you sure the class is not V1beta3_PodList | 06:23 |
sdake_ | what makes this more complex is objects can have subobjects and the class type is defined in the models.py | 06:29 |
sdake_ | rather self.swaggerTypes | 06:30 |
*** nshaikh has joined #openstack-containers | 06:33 | |
*** snrism_ has quit IRC | 06:34 | |
*** yuanying has joined #openstack-containers | 06:36 | |
sdake_ | madhuri give me bit to test a new deserilaize function | 06:41 |
*** snrism has joined #openstack-containers | 06:51 | |
*** Tango has quit IRC | 06:51 | |
*** snrism has quit IRC | 06:58 | |
*** vilobhmm has joined #openstack-containers | 06:59 | |
*** yuanying has quit IRC | 06:59 | |
*** yuanying_ has joined #openstack-containers | 07:01 | |
madhuri | Yes there is v1beta3_PodList type also | 07:02 |
madhuri | let me check | 07:02 |
sdake_ | i was wrong | 07:03 |
sdake_ | i am still working madhuri | 07:03 |
sdake_ | give me time :) | 07:03 |
sdake_ | not a python wizard | 07:03 |
madhuri | Ok sure | 07:03 |
sdake_ | madhuri any idea how to ge t this working | 07:05 |
sdake_ | http://ur1.ca/mnqt8 -> http://paste.fedoraproject.org/226399/96745143 | 07:05 |
sdake_ | TypeError: 'V1beta3_Pod' object has no attribute '__getitem__' | 07:06 |
*** erkules has quit IRC | 07:06 | |
*** erkules has joined #openstack-containers | 07:06 | |
*** p4tux has joined #openstack-containers | 07:07 | |
madhuri | Here my_pod is an object | 07:09 |
madhuri | This won't work | 07:10 |
madhuri | Just give me a sec | 07:10 |
*** vilobhmm has quit IRC | 07:10 | |
madhuri | sdake_, | 07:11 |
madhuri | sdake_, print object_type.swaggerTypes[k] | 07:11 |
madhuri | This is correct | 07:11 |
*** p4tux has quit IRC | 07:11 | |
sdake_ | thanks late here :) | 07:12 |
*** snrism has joined #openstack-containers | 07:12 | |
sdake_ | and I get the value how? | 07:12 |
sdake_ | Iget a key error when I run that code | 07:13 |
*** snrism has quit IRC | 07:13 | |
madhuri | Just give me a minute | 07:14 |
sdake_ | the models file has no metadata defined in waggertypes! | 07:15 |
sdake_ | looks like the swagger implementation in k8s is broke | 07:16 |
madhuri | http://paste.fedoraproject.org/226402/43279735/ | 07:16 |
madhuri | Yes no metadata defined | 07:16 |
sdake_ | couldyou file a bug | 07:16 |
sdake_ | I am pretty sure that is a problem in the swagger spec | 07:16 |
sdake_ | would you agree? | 07:16 |
madhuri | Yes, but before that I confirm | 07:17 |
madhuri | As there are other attributes also | 07:17 |
madhuri | Other than swaggerTypes | 07:18 |
sdake_ | metadata is undefined in the file | 07:18 |
sdake_ | and its on the same level as apiVersion | 07:18 |
madhuri | Yes I also see | 07:18 |
sdake_ | theirswagger spec is broke | 07:18 |
madhuri | No metadata defined | 07:18 |
madhuri | This is Kubernetes swagger spec issue | 07:19 |
sdake_ | agree | 07:19 |
sdake_ | can you file a bug with k8s | 07:20 |
madhuri | Yes I will | 07:20 |
sdake_ | whoever thought swagger was a good idea... | 07:20 |
sdake_ | well I wouldn't say should be fired | 07:20 |
sdake_ | BUT they should be punished :) | 07:20 |
madhuri | Haha | 07:20 |
openstackgerrit | Andreas Jaeger proposed openstack/magnum: Manually import all pot files https://review.openstack.org/186302 | 07:20 |
madhuri | And I always feel bad whenever it is broken | 07:21 |
madhuri | I find myself guilty :D | 07:21 |
madhuri | And it is always broken | 07:21 |
madhuri | Not even a single API woks fine | 07:21 |
*** alex_klimov has joined #openstack-containers | 07:23 | |
*** snrism has joined #openstack-containers | 07:24 | |
*** p4tux has joined #openstack-containers | 07:40 | |
*** mahito has quit IRC | 07:44 | |
*** p4tux has quit IRC | 07:44 | |
*** mahito has joined #openstack-containers | 07:45 | |
madhuri | sdake_, around? | 07:45 |
sdake_ | yes working on problem | 07:45 |
sdake_ | close to having it solved | 07:45 |
madhuri | Herehttps://github.com/GoogleCloudPlatform/kubernetes/blob/master/api/swagger-spec/v1beta3.json#L11068-L11092 | 07:45 |
madhuri | https://github.com/GoogleCloudPlatform/kubernetes/blob/master/api/swagger-spec/v1beta3.json#L11068-L11092 | 07:45 |
madhuri | Its working now | 07:46 |
sdake_ | oh you mean the metadata thing | 07:46 |
madhuri | Yes | 07:46 |
madhuri | It is there is spec | 07:46 |
madhuri | But our client code is not updated one | 07:46 |
madhuri | For now | 07:47 |
madhuri | Adding 'metadata': 'V1beta3_ObjectMeta' to swaggerTypes will resolve the problem | 07:47 |
openstackgerrit | Tom Cammann proposed openstack/magnum: Semi-Backport "successfully add new minions via stack-update" https://review.openstack.org/185278 | 07:59 |
openstackgerrit | Tom Cammann proposed openstack/magnum: Backport "Replace CFN resources with heat native" https://review.openstack.org/185558 | 08:00 |
openstackgerrit | Tom Cammann proposed openstack/magnum: Backport "added required id: top-level key" https://review.openstack.org/185559 | 08:00 |
*** dims_ has joined #openstack-containers | 08:02 | |
*** alex_klimov has quit IRC | 08:04 | |
*** dims_ has quit IRC | 08:08 | |
*** eghobo has quit IRC | 08:08 | |
madhuri | sdake_, I will not be around as I have to visit hospital | 08:08 |
sdake_ | hope all is well | 08:08 |
sdake_ | I'll have a patch for you inthe morning to test | 08:08 |
sdake_ | i am nearly done | 08:08 |
madhuri | Nothing much | 08:09 |
madhuri | Will you submit the patch? | 08:09 |
sdake_ | yes when I have it completed | 08:09 |
madhuri | Ok I will have a look later | 08:09 |
madhuri | Thanks! | 08:09 |
*** alex_klimov has joined #openstack-containers | 08:10 | |
*** p4tux has joined #openstack-containers | 08:12 | |
*** mahito has quit IRC | 08:13 | |
madhuri | sdake_, The metadata is added in Kubernetes spec on 2015-05-05 | 08:15 |
madhuri | So we will have to fix this in our client code only | 08:16 |
*** p4tux has quit IRC | 08:17 | |
*** snrism has quit IRC | 08:32 | |
*** pavel_ has joined #openstack-containers | 08:36 | |
pavel_ | do you know if heat and magnum of version Kilo will work with the openstack core components from Juno? | 08:36 |
openstackgerrit | Tom Cammann proposed openstack/magnum: Backport "Avoid usage of deprecated properties" https://review.openstack.org/186318 | 08:40 |
openstackgerrit | Tom Cammann proposed openstack/magnum: Backport "Cleanup the templates" https://review.openstack.org/186319 | 08:40 |
openstackgerrit | Tom Cammann proposed openstack/magnum: Backport multiple template fixes https://review.openstack.org/186320 | 08:40 |
openstackgerrit | Steven Dake proposed openstack/magnum: WIP: Implement secure deserialize function https://review.openstack.org/186287 | 08:43 |
*** apuimedo has joined #openstack-containers | 08:44 | |
*** p4tux has joined #openstack-containers | 08:45 | |
openstackgerrit | Steven Dake proposed openstack/magnum: WIP: Implement secure deserialize function https://review.openstack.org/186287 | 08:47 |
openstackgerrit | Kai Qiang Wu(Kennan) proposed openstack/magnum: Use new docker exec call https://review.openstack.org/186323 | 08:47 |
*** p4tux has quit IRC | 08:49 | |
openstackgerrit | Steven Dake proposed openstack/magnum: Implement secure deserialize function https://review.openstack.org/186287 | 08:52 |
openstackgerrit | Steven Dake proposed openstack/magnum: Implement secure deserialize function https://review.openstack.org/186287 | 08:53 |
openstackgerrit | Steven Dake proposed openstack/magnum: Implement secure deserialize function https://review.openstack.org/186287 | 08:54 |
openstackgerrit | Steven Dake proposed openstack/magnum: Implement secure deserialize function https://review.openstack.org/186287 | 08:55 |
*** sdake has joined #openstack-containers | 08:58 | |
*** sdake_ has quit IRC | 09:01 | |
*** sdake_ has joined #openstack-containers | 09:04 | |
*** sdake has quit IRC | 09:07 | |
*** xek_ is now known as xek | 09:12 | |
sdake_ | pavel_ magnum should work with jno version of openstack | 09:12 |
sdake_ | pavel_ you will have to ask the heat dependency question on the #heat channel | 09:12 |
*** p4tux has joined #openstack-containers | 09:18 | |
*** p4tux has quit IRC | 09:23 | |
eliqiao1 | I was so sad, I am in China, I can not play docker freely - -||| | 09:24 |
eliqiao1 | I got this error when create a swarm token... I wonder how other Chinese folks play with docker ? | 09:25 |
eliqiao1 | time="2015-05-28T09:22:40Z" level=fatal msg="Post https://discovery-stage.hub.docker.com/v1/clusters: dial tcp: i/o timeout" | 09:25 |
*** snrism has joined #openstack-containers | 09:33 | |
*** snrism has quit IRC | 09:37 | |
openstackgerrit | Steven Dake proposed openstack/magnum: Implement secure deserialize function https://review.openstack.org/186287 | 09:38 |
*** xuhaiwei_ has quit IRC | 09:43 | |
*** p4tux has joined #openstack-containers | 09:50 | |
*** p4tux has quit IRC | 09:55 | |
*** dims_ has joined #openstack-containers | 09:57 | |
openstackgerrit | Merged openstack/magnum: Manually import all pot files https://review.openstack.org/186302 | 10:02 |
lan | eliqiao1, you may try to use daocloud in China : https://dashboard.daocloud.io/mirror | 10:05 |
eliqiao1 | lan: okay , thanks I will try it tomorrow. :) | 10:06 |
pavel_ | sdake_: So I will ask another question, do you know if magnum of version Kilo will work with heat from Juno? | 10:12 |
*** p4tux has joined #openstack-containers | 10:25 | |
*** p4tux has quit IRC | 10:30 | |
*** kbyrne has quit IRC | 10:34 | |
*** sdake_ has quit IRC | 10:38 | |
*** kbyrne has joined #openstack-containers | 10:41 | |
*** p4tux has joined #openstack-containers | 11:00 | |
*** p4tux has quit IRC | 11:04 | |
*** dims_ has quit IRC | 11:16 | |
*** kebray_ has quit IRC | 11:16 | |
*** dims_ has joined #openstack-containers | 11:17 | |
*** dims_ has quit IRC | 11:28 | |
*** dims_ has joined #openstack-containers | 11:28 | |
*** tobe has quit IRC | 11:30 | |
*** dims_ has quit IRC | 11:33 | |
*** p4tux has joined #openstack-containers | 11:35 | |
*** rlrevell has joined #openstack-containers | 11:35 | |
*** openstackgerrit has quit IRC | 11:39 | |
*** openstackgerrit has joined #openstack-containers | 11:39 | |
*** dims_ has joined #openstack-containers | 11:39 | |
*** tobe has joined #openstack-containers | 11:39 | |
*** p4tux has quit IRC | 11:40 | |
*** rlrevell has quit IRC | 11:44 | |
*** achanda has quit IRC | 11:57 | |
*** rlrevell has joined #openstack-containers | 12:07 | |
*** jgjl has joined #openstack-containers | 12:09 | |
*** p4tux has joined #openstack-containers | 12:09 | |
*** p4tux has quit IRC | 12:14 | |
*** EricGonczer_ has joined #openstack-containers | 12:14 | |
*** kitch has joined #openstack-containers | 12:16 | |
*** EricGonczer_ has quit IRC | 12:20 | |
*** fawadkhaliq has quit IRC | 12:30 | |
*** prad has joined #openstack-containers | 12:39 | |
*** jgjl has quit IRC | 12:59 | |
*** tobe has quit IRC | 13:08 | |
*** jruano has joined #openstack-containers | 13:11 | |
*** jjlehr has joined #openstack-containers | 13:18 | |
*** dboik has joined #openstack-containers | 13:26 | |
*** dboik has quit IRC | 13:26 | |
*** pradk has joined #openstack-containers | 13:33 | |
*** pradk has quit IRC | 13:33 | |
*** pradk has joined #openstack-containers | 13:34 | |
*** dims_ has quit IRC | 13:37 | |
*** dims_ has joined #openstack-containers | 13:38 | |
openstackgerrit | Accela Zhao proposed openstack/magnum: Fix method signatures unmatching in db api https://review.openstack.org/186387 | 13:38 |
*** achanda has joined #openstack-containers | 13:40 | |
openstackgerrit | Accela Zhao proposed openstack/magnum: Fix continuation line under/over indented problems https://review.openstack.org/186388 | 13:41 |
*** jfarschman has joined #openstack-containers | 13:42 | |
*** jfarschman is now known as MilesDenver | 13:42 | |
*** p4tux has joined #openstack-containers | 13:50 | |
*** jjlehr has quit IRC | 14:01 | |
*** pradk has quit IRC | 14:05 | |
*** pradk has joined #openstack-containers | 14:09 | |
*** sdake has joined #openstack-containers | 14:09 | |
*** lan_ has joined #openstack-containers | 14:10 | |
*** sdake_ has joined #openstack-containers | 14:10 | |
sdake_ | pavel_ should yes | 14:12 |
*** achanda_ has joined #openstack-containers | 14:13 | |
*** sdake has quit IRC | 14:14 | |
*** achanda has quit IRC | 14:17 | |
*** fawadkhaliq has joined #openstack-containers | 14:19 | |
*** dboik has joined #openstack-containers | 14:24 | |
*** fawadkhaliq has quit IRC | 14:24 | |
*** jjlehr has joined #openstack-containers | 14:26 | |
*** hongbin has joined #openstack-containers | 14:27 | |
*** nshaikh has quit IRC | 14:33 | |
*** rpothier has joined #openstack-containers | 14:34 | |
*** MilesDenver has left #openstack-containers | 14:34 | |
*** sdake has joined #openstack-containers | 14:40 | |
*** sdake_ has quit IRC | 14:44 | |
*** lan_ has quit IRC | 14:47 | |
*** rlrevell has quit IRC | 14:49 | |
*** rlrevell has joined #openstack-containers | 14:51 | |
*** snrism has joined #openstack-containers | 14:56 | |
*** Tango has joined #openstack-containers | 14:58 | |
*** kebray has joined #openstack-containers | 15:23 | |
*** muralia has joined #openstack-containers | 15:25 | |
*** Drago has joined #openstack-containers | 15:26 | |
*** Drago has quit IRC | 15:26 | |
*** Drago has joined #openstack-containers | 15:26 | |
*** fawadkhaliq has joined #openstack-containers | 15:54 | |
*** adrian_otto has joined #openstack-containers | 15:58 | |
*** sdake_ has joined #openstack-containers | 15:58 | |
*** sdake has quit IRC | 15:59 | |
*** pradk has quit IRC | 16:00 | |
*** sdake has joined #openstack-containers | 16:00 | |
openstackgerrit | Lan Qi Song proposed openstack/magnum: Use oslo.log instead of oslo.incubator log module https://review.openstack.org/186447 | 16:01 |
*** sdake_ has quit IRC | 16:03 | |
*** alex_klimov has quit IRC | 16:04 | |
*** joffter has joined #openstack-containers | 16:11 | |
*** kebray has quit IRC | 16:12 | |
*** unicell has quit IRC | 16:16 | |
*** kitch has quit IRC | 16:17 | |
*** p4tux has quit IRC | 16:19 | |
*** p4tux has joined #openstack-containers | 16:19 | |
*** kitch has joined #openstack-containers | 16:20 | |
*** eghobo has joined #openstack-containers | 16:23 | |
*** snrism has quit IRC | 16:24 | |
*** unicell has joined #openstack-containers | 16:45 | |
*** destiny has quit IRC | 16:54 | |
*** achanda_ has quit IRC | 16:54 | |
*** Drago has quit IRC | 17:01 | |
*** Drago has joined #openstack-containers | 17:08 | |
*** kebray has joined #openstack-containers | 17:09 | |
*** Drago has quit IRC | 17:09 | |
*** Drago has joined #openstack-containers | 17:09 | |
*** Tango has quit IRC | 17:10 | |
*** dan has joined #openstack-containers | 17:18 | |
*** vilobhmm has joined #openstack-containers | 17:26 | |
*** p4tux has quit IRC | 17:31 | |
*** p4tux has joined #openstack-containers | 17:32 | |
*** daneyon has joined #openstack-containers | 17:32 | |
*** daneyon_ has joined #openstack-containers | 17:33 | |
*** sdake_ has joined #openstack-containers | 17:35 | |
*** daneyon has quit IRC | 17:36 | |
*** sdake has quit IRC | 17:39 | |
*** snrism has joined #openstack-containers | 17:43 | |
*** rlrevell has quit IRC | 17:44 | |
*** oro has joined #openstack-containers | 17:45 | |
*** suro-patz has joined #openstack-containers | 17:45 | |
*** joffter has quit IRC | 17:49 | |
*** pavel_ has quit IRC | 17:52 | |
*** Tango has joined #openstack-containers | 17:53 | |
*** adrian_otto has quit IRC | 17:55 | |
*** achanda has joined #openstack-containers | 18:00 | |
*** kebray has quit IRC | 18:01 | |
*** adrian_otto has joined #openstack-containers | 18:02 | |
*** rlrevell has joined #openstack-containers | 18:03 | |
*** snrism has quit IRC | 18:08 | |
*** snrism has joined #openstack-containers | 18:10 | |
*** snrism has quit IRC | 18:10 | |
*** snrism has joined #openstack-containers | 18:11 | |
*** achanda has quit IRC | 18:23 | |
*** kebray has joined #openstack-containers | 18:26 | |
*** apuimedo has quit IRC | 18:33 | |
*** kebray has quit IRC | 18:57 | |
*** snrism has quit IRC | 19:02 | |
*** EricGonczer_ has joined #openstack-containers | 19:04 | |
*** snrism has joined #openstack-containers | 19:12 | |
*** kebray has joined #openstack-containers | 19:19 | |
*** sdake has joined #openstack-containers | 19:26 | |
*** snrism has quit IRC | 19:27 | |
*** sdake_ has quit IRC | 19:29 | |
*** joffter has joined #openstack-containers | 19:33 | |
*** eghobo has quit IRC | 19:51 | |
*** eghobo has joined #openstack-containers | 20:00 | |
openstackgerrit | Steven Dake proposed openstack/magnum: Implement secure deserialize function https://review.openstack.org/186287 | 20:00 |
*** rlrevell has quit IRC | 20:03 | |
*** kitch has quit IRC | 20:04 | |
*** daneyon has joined #openstack-containers | 20:05 | |
*** daneyon_ has quit IRC | 20:08 | |
*** kitch has joined #openstack-containers | 20:12 | |
*** achanda has joined #openstack-containers | 20:13 | |
*** achanda has quit IRC | 20:20 | |
*** eghobo_ has joined #openstack-containers | 20:24 | |
*** sdake_ has joined #openstack-containers | 20:26 | |
*** eghobo has quit IRC | 20:27 | |
*** sdake has quit IRC | 20:30 | |
*** Drago has quit IRC | 20:32 | |
*** rlrevell has joined #openstack-containers | 20:41 | |
*** snrism has joined #openstack-containers | 20:43 | |
*** rlrevell1 has joined #openstack-containers | 20:44 | |
*** rlrevell has quit IRC | 20:46 | |
*** sdake_ has quit IRC | 20:47 | |
*** daneyon has quit IRC | 20:48 | |
*** sdake has joined #openstack-containers | 20:49 | |
*** snrism has quit IRC | 20:52 | |
openstackgerrit | Steven Dake proposed openstack/magnum: Implement secure deserialize function https://review.openstack.org/186287 | 20:56 |
*** vilobhmm1 has joined #openstack-containers | 21:00 | |
*** vilobhmm has quit IRC | 21:00 | |
*** vilobhmm1 has quit IRC | 21:01 | |
*** vilobhmm has joined #openstack-containers | 21:01 | |
*** dboik has quit IRC | 21:01 | |
*** kitch has quit IRC | 21:02 | |
*** geronimo_ has joined #openstack-containers | 21:03 | |
*** suro-patz1 has joined #openstack-containers | 21:04 | |
*** p4tux has quit IRC | 21:04 | |
*** suro-patz has quit IRC | 21:04 | |
*** snrism has joined #openstack-containers | 21:09 | |
*** sdake_ has joined #openstack-containers | 21:11 | |
*** Drago has joined #openstack-containers | 21:11 | |
*** rpothier has quit IRC | 21:13 | |
*** Drago has quit IRC | 21:13 | |
*** Drago has joined #openstack-containers | 21:13 | |
*** sdake has quit IRC | 21:14 | |
*** jruano has quit IRC | 21:17 | |
*** flbla has joined #openstack-containers | 21:17 | |
*** rlrevell1 has quit IRC | 21:18 | |
*** flbla has quit IRC | 21:19 | |
*** suro-patz1 has quit IRC | 21:21 | |
*** suro-patz has joined #openstack-containers | 21:23 | |
*** suro-patz has quit IRC | 21:27 | |
*** kebray has quit IRC | 21:31 | |
*** EricGonczer_ has quit IRC | 21:35 | |
*** dboik has joined #openstack-containers | 21:36 | |
*** dboik has quit IRC | 21:36 | |
*** dboik has joined #openstack-containers | 21:36 | |
*** openstackgerrit has quit IRC | 21:36 | |
*** openstackgerrit has joined #openstack-containers | 21:36 | |
*** dboik_ has joined #openstack-containers | 21:37 | |
*** dboik has quit IRC | 21:41 | |
*** rlrevell has joined #openstack-containers | 21:41 | |
*** adrian_otto has quit IRC | 21:42 | |
*** snrism has quit IRC | 21:44 | |
*** rlrevell has quit IRC | 21:44 | |
*** alex_klimov has joined #openstack-containers | 21:51 | |
*** fawadkhaliq has quit IRC | 21:53 | |
*** julim has quit IRC | 21:55 | |
*** sdake has joined #openstack-containers | 21:59 | |
*** geronimo_ has quit IRC | 22:01 | |
*** p4tux has joined #openstack-containers | 22:01 | |
openstackgerrit | Steven Dake proposed openstack/magnum: Implement secure deserialize function https://review.openstack.org/186287 | 22:01 |
openstackgerrit | Steven Dake proposed openstack/magnum: Implement secure deserialize function https://review.openstack.org/186287 | 22:01 |
*** sdake_ has quit IRC | 22:03 | |
*** snrism has joined #openstack-containers | 22:04 | |
*** jruano has joined #openstack-containers | 22:04 | |
*** vilobhmm has quit IRC | 22:10 | |
*** hongbin has quit IRC | 22:16 | |
openstackgerrit | Merged openstack/magnum: Semi-Backport "successfully add new minions via stack-update" https://review.openstack.org/185278 | 22:16 |
openstackgerrit | Merged openstack/magnum: Backport "Replace CFN resources with heat native" https://review.openstack.org/185558 | 22:17 |
*** vilobhmm has joined #openstack-containers | 22:18 | |
openstackgerrit | Merged openstack/magnum: Backport "added required id: top-level key" https://review.openstack.org/185559 | 22:18 |
*** jruano has quit IRC | 22:19 | |
*** sdake_ has joined #openstack-containers | 22:23 | |
*** suro-patz has joined #openstack-containers | 22:24 | |
*** dboik_ has quit IRC | 22:25 | |
*** sdake has quit IRC | 22:27 | |
*** barra204 has joined #openstack-containers | 22:43 | |
*** suro-patz1 has joined #openstack-containers | 22:45 | |
*** suro-patz has quit IRC | 22:46 | |
*** jruano has joined #openstack-containers | 22:57 | |
*** eghobo_ has quit IRC | 22:57 | |
*** barra204 has quit IRC | 23:01 | |
*** p4tux has quit IRC | 23:04 | |
*** kebray has joined #openstack-containers | 23:04 | |
*** p4tux has joined #openstack-containers | 23:04 | |
*** jhova has quit IRC | 23:07 | |
*** p4tux has quit IRC | 23:11 | |
*** barra204 has joined #openstack-containers | 23:16 | |
*** dims_ has quit IRC | 23:17 | |
openstackgerrit | Kai Qiang Wu(Kennan) proposed openstack/magnum: Use new docker exec call https://review.openstack.org/186323 | 23:19 |
*** dims_ has joined #openstack-containers | 23:20 | |
*** jruano has quit IRC | 23:28 | |
*** adrian_otto has joined #openstack-containers | 23:31 | |
*** eghobo has joined #openstack-containers | 23:37 | |
*** alex_klimov has quit IRC | 23:41 | |
*** oro has quit IRC | 23:45 | |
*** eghobo has quit IRC | 23:45 | |
*** eghobo has joined #openstack-containers | 23:46 | |
*** julim has joined #openstack-containers | 23:47 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!