*** madhuri_ has joined #openstack-containers | 00:08 | |
*** madhuri has joined #openstack-containers | 00:08 | |
*** EricGonczer_ has joined #openstack-containers | 00:46 | |
*** suro_ has quit IRC | 00:56 | |
*** EricGonczer_ has quit IRC | 01:06 | |
*** sdake_ has quit IRC | 01:07 | |
openstackgerrit | Madhuri Kumari proposed stackforge/python-magnumclient: Make bay-create fail when no argument passed. https://review.openstack.org/156866 | 01:08 |
---|---|---|
*** achanda has quit IRC | 01:21 | |
*** sdake_ has joined #openstack-containers | 01:27 | |
*** sdake__ has joined #openstack-containers | 01:31 | |
openstackgerrit | Madhuri Kumari proposed stackforge/python-magnumclient: Make bay-create fail when no argument passed. https://review.openstack.org/156866 | 01:31 |
openstackgerrit | Madhuri Kumari proposed stackforge/python-magnumclient: Remove '--id' option from magnum commands. https://review.openstack.org/155180 | 01:31 |
*** sdake_ has quit IRC | 01:33 | |
*** dimsum__ has joined #openstack-containers | 01:38 | |
*** dims_ has joined #openstack-containers | 01:39 | |
*** dimsum__ has quit IRC | 01:43 | |
*** suro_ has joined #openstack-containers | 01:49 | |
*** mahito has joined #openstack-containers | 01:52 | |
*** suro_ has quit IRC | 01:53 | |
openstackgerrit | Merged stackforge/python-magnumclient: Make bay-create fail when no argument passed. https://review.openstack.org/156866 | 01:54 |
openstackgerrit | Merged stackforge/magnum: Catch PodNotFound during pod_delete and continue https://review.openstack.org/158150 | 02:01 |
*** EricGonczer_ has joined #openstack-containers | 02:06 | |
*** EricGonczer_ has quit IRC | 02:08 | |
openstackgerrit | Madhuri Kumari proposed stackforge/python-magnumclient: Remove '--id' option from magnum commands. https://review.openstack.org/155180 | 02:13 |
madhuri | Hi! | 02:19 |
madhuri | Can anyone suggest what all argument should be mandatory in baymodel-create command? | 02:20 |
madhuri | I am trying to fix bug https://bugs.launchpad.net/python-magnumclient/+bug/1423038 | 02:20 |
openstack | Launchpad bug 1423038 in python-magnumclient "magnum 'baymodel-create' command should fail when no argument passed" [Undecided,New] - Assigned to Madhuri Kumari (madhuri-rai07) | 02:20 |
*** achanda has joined #openstack-containers | 02:22 | |
*** erkules_ has joined #openstack-containers | 02:22 | |
*** erkules has quit IRC | 02:25 | |
*** achanda has quit IRC | 02:27 | |
*** achanda has joined #openstack-containers | 02:27 | |
*** achanda has quit IRC | 02:38 | |
hongbin | madhuri: I think it is keypair-id and external-network-id, since they are mandatory in the heat templates https://github.com/stackforge/magnum/blob/master/etc/magnum/templates/heat-kubernetes/kubecluster.yaml | 02:39 |
madhuri | Ok. Thank you! | 02:41 |
madhuri | What about the image-id? | 02:42 |
madhuri | 'centos-atomic' the default value, when it is created? | 02:44 |
*** suro_ has joined #openstack-containers | 02:46 | |
*** suro_ has quit IRC | 02:47 | |
*** yuanying has quit IRC | 02:47 | |
hongbin | madhuri: I am OK for making image-id as mandatory as well. | 02:53 |
hongbin | and yes, the default value specified there is 'centos-atomic'. | 02:54 |
*** madhuri_ has quit IRC | 02:54 | |
*** madhuri has quit IRC | 02:54 | |
*** sdake_ has joined #openstack-containers | 02:58 | |
*** sdake__ has quit IRC | 03:02 | |
*** suro_ has joined #openstack-containers | 03:02 | |
*** suro_ has quit IRC | 03:04 | |
*** suro_ has joined #openstack-containers | 03:19 | |
*** suro_ has quit IRC | 03:20 | |
*** suro_ has joined #openstack-containers | 03:23 | |
*** madhuri has joined #openstack-containers | 03:31 | |
*** madhuri_ has joined #openstack-containers | 03:31 | |
*** diga has joined #openstack-containers | 03:32 | |
*** diga has quit IRC | 03:37 | |
*** Marga_ has joined #openstack-containers | 03:37 | |
*** yuanying has joined #openstack-containers | 03:38 | |
*** suro_ has quit IRC | 03:45 | |
*** suro_ has joined #openstack-containers | 03:46 | |
*** suro_ has quit IRC | 03:54 | |
*** kebray has joined #openstack-containers | 03:59 | |
yuanying | I have succeeded to create k8s cluster using heat on ironic instances... | 04:13 |
yuanying | It's long time to succeed. | 04:13 |
*** Marga_ has quit IRC | 04:25 | |
*** Marga_ has joined #openstack-containers | 04:25 | |
hongbin | yuanying: congrat. You make it! | 04:41 |
yuanying | Thanks hongbin | 04:41 |
yuanying | but I think this template doesn't work with VMs. | 04:41 |
yuanying | because baremetal instances doesn't accept security-group, so we can't merge it to larsks template. | 04:42 |
yuanying | and baremetal doesn't use cinder volume. | 04:42 |
yuanying | so, What would be the best thing to do? | 04:43 |
hongbin | I see | 04:44 |
yuanying | anyway i will comment to gerrit.. | 04:44 |
hongbin | Yes, I am fine for keeping it separated for now | 04:45 |
*** madhuri has quit IRC | 04:45 | |
*** madhuri_ has quit IRC | 04:45 | |
openstackgerrit | Digambar proposed stackforge/magnum: Introduce a coreos for heat-kubernetes in magnum. https://review.openstack.org/158185 | 04:46 |
*** unicell has quit IRC | 04:46 | |
*** diga has joined #openstack-containers | 04:47 | |
*** unicell has joined #openstack-containers | 04:47 | |
yuanying | I think there is another issue to use multi-templates support for magnum. | 04:47 |
diga | yuanying: Hi | 04:48 |
diga | can you check this - https://review.openstack.org/#/c/158185/ | 04:48 |
yuanying | hi diga | 04:48 |
yuanying | i just check it now. | 04:48 |
diga | yuanying: Okay | 04:49 |
yuanying | I coudn't follow recent discussion about multi-template support.. | 04:50 |
diga | yuanying: jay-lau is there? He knows about this | 04:52 |
yuanying | Should I merge into my templates to templates/heat-kubernetes? | 04:53 |
diga | Yes, that should be good | 04:54 |
yuanying | ok, thanks! | 04:54 |
diga | because this approach saved code repitation | 04:54 |
yuanying | but it's a little complicated ^_^;; | 04:55 |
diga | yuanying: Yep | 04:55 |
diga | hey, I forgot to mention the blueprint name in my commit. | 04:56 |
diga | How I can do that now, will it require another commit ? | 04:56 |
sdake_ | evening folks | 04:56 |
yuanying | use `git commit --ammend` | 04:57 |
diga | okay | 04:57 |
sdake_ | dig aif your patch has hit the repo don't sweat it | 04:57 |
sdake_ | if it hasn't, git commit --amend and add the blueprint line | 04:57 |
diga | sdake_: Good Evening | 04:57 |
yuanying | good evening sdake | 04:57 |
diga | sdake_: okay | 04:57 |
sdake_ | hey fellas | 04:57 |
* sdake_ sure would like to get back to dev on magnum | 05:00 | |
openstackgerrit | Digambar proposed stackforge/magnum: Introduce a coreos for heat-kubernetes in magnum. https://review.openstack.org/158185 | 05:00 |
diga | Added blueprint name | 05:00 |
diga | sdake_, yuanying : Thank you | 05:01 |
*** madhuri has joined #openstack-containers | 05:01 | |
*** madhuri_ has joined #openstack-containers | 05:01 | |
*** kebray has quit IRC | 05:12 | |
*** Marga_ has quit IRC | 05:16 | |
*** hongbin has quit IRC | 05:16 | |
*** sdake_ has quit IRC | 05:18 | |
*** achanda has joined #openstack-containers | 05:35 | |
*** kebray has joined #openstack-containers | 05:48 | |
*** kebray has quit IRC | 05:49 | |
*** suro_ has joined #openstack-containers | 05:50 | |
openstackgerrit | Motohiro/Yuanying Otsuka proposed stackforge/magnum: Implement a Heat k8s template for Ironic https://review.openstack.org/154437 | 06:06 |
diga | yuanying: you there ? | 06:06 |
yuanying | hi | 06:06 |
openstackgerrit | Madhuri Kumari proposed stackforge/python-magnumclient: Make baymodel-create fail when no argument passed https://review.openstack.org/158194 | 06:09 |
openstackgerrit | Motohiro/Yuanying Otsuka proposed stackforge/magnum: Implement a Heat k8s template for Ironic https://review.openstack.org/154437 | 06:09 |
diga | for your comments on coreos.params.yaml | 06:10 |
diga | Comment -<token> should be supply from user via heat parameters. | 06:10 |
yuanying | yes | 06:10 |
diga | I have already suggested to get a new token in the comment | 06:10 |
diga | that looks good to me | 06:11 |
diga | for ssh-key - Agreed to mention a full ssh-key | 06:11 |
yuanying | Is this template worked correctly? | 06:12 |
diga | do you mean you need to use this template as it is ? | 06:13 |
diga | without changing anything | 06:13 |
diga | you need latest token & ssh-key anyhow | 06:13 |
yuanying | hmm | 06:14 |
*** suro_ has quit IRC | 06:18 | |
*** suro_ has joined #openstack-containers | 06:18 | |
*** suro_ has quit IRC | 06:19 | |
*** oro has joined #openstack-containers | 06:23 | |
*** achanda has quit IRC | 06:25 | |
*** coolsvap_ is now known as coolsvap | 06:27 | |
diga | I think I should add this info in quickstart guide | 06:27 |
diga | so that people will update this info for now, we can change it later on | 06:28 |
diga | yuanying: will it be ok ? | 06:28 |
diga | for this moment, it looks ok to me | 06:29 |
yuanying | ok, i see | 06:41 |
yuanying | i want to add quickstart guide to use it. | 06:41 |
yuanying | but | 06:41 |
*** nshaikh has joined #openstack-containers | 06:41 | |
diga | yes | 06:42 |
diga | I am adding those steps in the quickstart | 06:42 |
yuanying | I think <token> should be changed each deploy time. | 06:42 |
yuanying | <token> should be different key on each deploying. | 06:42 |
diga | yes, that's the reason we need that step in quickstart guide | 06:43 |
diga | yep | 06:43 |
*** nshaikh has quit IRC | 06:44 | |
*** nshaikh has joined #openstack-containers | 06:44 | |
*** erkules_ is now known as erkules | 06:45 | |
yuanying | you means <token> should be changed each `magnum bay-create`? | 06:45 |
*** nshaikh has left #openstack-containers | 06:47 | |
diga | Yes | 06:47 |
*** nshaikh has joined #openstack-containers | 06:47 | |
yuanying | so user modify coreos.params.yaml before each `magnum bay-create`? | 06:49 |
yuanying | it's not good, i think, but later this will be fixed, it's ok. | 06:50 |
diga | yes | 06:50 |
diga | for now we can go ahead with this approach, later on we will fix it | 06:50 |
yuanying | ok | 06:50 |
yuanying | so i wait document fix. | 06:51 |
diga | ok | 06:51 |
diga | I am adding the steps in the document, will push it in a moment | 06:52 |
diga | brb | 06:52 |
*** achanda has joined #openstack-containers | 06:56 | |
*** unicell has quit IRC | 07:06 | |
*** unicell has joined #openstack-containers | 07:10 | |
*** oro has quit IRC | 07:32 | |
diga | yuanying: I dont think we want to add coreos token for each bay create | 07:35 |
diga | which env you are using for dev ? I mean fedora, centos or ubuntu | 07:36 |
yuanying | https://discovery.etcd.io/<token> should be unique to each k8s cluster, isn't it? | 07:39 |
*** achanda has quit IRC | 07:42 | |
diga | this is for each unique cluster | 07:45 |
*** achanda has joined #openstack-containers | 07:48 | |
*** madhuri has quit IRC | 08:06 | |
openstackgerrit | Digambar proposed stackforge/magnum: Introduce a coreos for heat-kubernetes in magnum. https://review.openstack.org/158185 | 08:07 |
*** madhuri_ has quit IRC | 08:07 | |
diga | yuanying: check this https://review.openstack.org/#/c/158185/ | 08:08 |
*** suro_ has joined #openstack-containers | 08:08 | |
diga | Added all the required changes | 08:08 |
*** oro has joined #openstack-containers | 08:13 | |
*** suro_ has quit IRC | 08:16 | |
*** oro has quit IRC | 08:21 | |
*** achanda has quit IRC | 08:21 | |
*** achanda has joined #openstack-containers | 08:22 | |
openstackgerrit | Merged stackforge/python-magnumclient: Remove '--id' option from magnum commands. https://review.openstack.org/155180 | 08:29 |
*** achanda has quit IRC | 08:32 | |
*** achanda has joined #openstack-containers | 08:45 | |
*** achanda has quit IRC | 09:16 | |
*** oro has joined #openstack-containers | 09:29 | |
*** Marga_ has joined #openstack-containers | 10:56 | |
*** mahito has quit IRC | 11:05 | |
*** Marga_ has quit IRC | 11:06 | |
*** dims_ has quit IRC | 12:44 | |
*** sdake_ has joined #openstack-containers | 12:48 | |
*** dimsum__ has joined #openstack-containers | 12:51 | |
*** EricGonczer_ has joined #openstack-containers | 13:00 | |
*** sdake_ has quit IRC | 13:00 | |
*** sdake_ has joined #openstack-containers | 13:08 | |
*** EricGonczer_ has quit IRC | 13:18 | |
*** dimsum__ has quit IRC | 13:22 | |
*** dimsum__ has joined #openstack-containers | 13:22 | |
openstackgerrit | Motohiro/Yuanying Otsuka proposed stackforge/magnum: Implement a Heat k8s template for Ironic https://review.openstack.org/154437 | 13:27 |
*** dimsum__ is now known as dims | 13:39 | |
*** thomasem has joined #openstack-containers | 13:49 | |
*** wwallnrr__ has joined #openstack-containers | 14:06 | |
sdake_ | yuanying your patch looks good to me but i'm surprised there is no need for a port | 14:08 |
*** sdake_ has quit IRC | 14:10 | |
*** sdake_ has joined #openstack-containers | 14:19 | |
*** sdake__ has joined #openstack-containers | 14:20 | |
*** sdake_ has quit IRC | 14:24 | |
*** nshaikh has quit IRC | 14:32 | |
*** daneyon has joined #openstack-containers | 14:53 | |
*** daneyon has quit IRC | 14:53 | |
*** daneyon has joined #openstack-containers | 14:53 | |
*** daneyon_ has joined #openstack-containers | 14:57 | |
*** daneyon has quit IRC | 14:59 | |
*** EricGonczer_ has joined #openstack-containers | 15:00 | |
*** PaulCzar has joined #openstack-containers | 15:03 | |
*** prad has joined #openstack-containers | 15:06 | |
*** sdake__ has quit IRC | 15:08 | |
*** hongbin has joined #openstack-containers | 15:27 | |
*** sdake_ has joined #openstack-containers | 15:28 | |
*** EricGonc_ has joined #openstack-containers | 15:32 | |
*** achanda has joined #openstack-containers | 15:34 | |
*** EricGonczer_ has quit IRC | 15:35 | |
*** kebray has joined #openstack-containers | 15:40 | |
*** kebray has quit IRC | 15:40 | |
diga | sdake: Morning | 15:44 |
*** achanda has quit IRC | 15:44 | |
diga | can you check this - https://review.openstack.org/#/c/158185/ | 15:45 |
*** kebray has joined #openstack-containers | 15:48 | |
*** EricGonc_ has quit IRC | 16:01 | |
*** EricGonczer_ has joined #openstack-containers | 16:02 | |
*** Tango has joined #openstack-containers | 16:07 | |
sdake | shoot diga | 16:12 |
sdake | diga let me drink a red bull | 16:13 |
sdake | give me 5 minutes | 16:13 |
*** suro_ has joined #openstack-containers | 16:13 | |
diga | :) sure | 16:14 |
sdake | diga | 16:16 |
sdake | red bull consumed | 16:16 |
sdake | patch reviewed | 16:16 |
sdake | looking relaly good dude! | 16:16 |
diga | sdake: yes | 16:16 |
sdake | I think that token needs to be parameterized | 16:16 |
diga | okay | 16:17 |
sdake | can you tell me more how it is used? | 16:17 |
sdake | is it a random number *we* can maek up? | 16:17 |
sdake | if so there is a random number generator resource we could use for that | 16:17 |
diga | I have added steps to create token in dev-quickstart for now | 16:17 |
diga | yes | 16:18 |
*** suro_ has quit IRC | 16:18 | |
sdake | yes after reading the quickstart comments, definately should gbe parameeterized | 16:18 |
sdake | basically the token is a global key that etcd.io provides to authenticate coreos it appears | 16:19 |
sdake | so you get the key, then you set up the template | 16:19 |
diga | okay | 16:19 |
sdake | we could theoretically just grab the key from the magnum-conductor | 16:19 |
sdake | and feed it into a paremter that contains the key | 16:19 |
sdake | diga, also I recommend fixing everyone elses nitpicks - otherwise lgtm for +2 :) | 16:20 |
diga | okay | 16:20 |
*** devlaps has joined #openstack-containers | 16:21 | |
hongbin | sdake: do you have a moment? | 16:22 |
sdake | hongbin shoot more | 16:24 |
sdake | diga don't forget to submit to larsks repo | 16:24 |
sdake | it would be nice if his repo was the upstream for our heat templatese | 16:24 |
hongbin | sdake: it seems I need to turn the regular templates to SoftwareDeployment to make the bay-update works | 16:24 |
hongbin | I have commented the details on this review https://review.openstack.org/#/c/153886/ | 16:25 |
sdake | I've asked larsks to join sec | 16:25 |
diga | sdake: I tried but I dont have permission to push the code to larks upstream repol | 16:25 |
*** larsks has joined #openstack-containers | 16:25 | |
larsks | >poof< | 16:25 |
sdake | so you want os-*-* in the image? | 16:26 |
sdake | diga you do a pull request yo :) | 16:26 |
sdake | so larsks we are working on node update to allow expansion of node count of your heat templates | 16:27 |
sdake | along with ironic support | 16:27 |
sdake | along nwith coreos support | 16:27 |
sdake | along with swarmd support | 16:27 |
sdake | yay chaos! | 16:27 |
diga | sdake: only pull is allowed not push | 16:27 |
diga | :) | 16:27 |
sdake | anyway lets focus on the node count problem | 16:27 |
sdake | hongbin wants to use SoftwareDeployment heat stuff | 16:27 |
sdake | Its not clear why that is necessary - hongbin can you expand? | 16:27 |
hongbin | k | 16:28 |
hongbin | now it is using user-data | 16:28 |
hongbin | which cannot be updated without replacement | 16:28 |
hongbin | if the number of minions change, the user_data will change | 16:28 |
hongbin | which cause the master node to be replaced | 16:29 |
sdake | hongbin softwaredfeployment fixes that how? | 16:29 |
larsks | sdake: because you can update without replacement. | 16:29 |
sdake | I see | 16:29 |
sdake | ok well then its a done deal - minus gettign t he dependencies in atomic... and coreos... | 16:30 |
larsks | hongbin: so, I see the problem you are trying to solve. I went with plain user-data because most cloud images do not include the necessary tools to support Heat software config. | 16:30 |
larsks | And I wanted to be as flexible as possible in the selection of images. | 16:30 |
hongbin | another solution is to install all the os-*-* packages in user_data | 16:31 |
larsks | Right, I was starting to type that :) | 16:31 |
sdake | fedora atomic doesn't allow installing, /usr is readonly | 16:31 |
larsks | Also, I would investigate the ability to dynamically register new minions. | 16:31 |
sdake | rpm is busted | 16:31 |
sdake | I'd go with dynamic minion support - I think it is there | 16:31 |
sdake | yum doesn't exist | 16:31 |
sdake | installing is a non-starter imo | 16:32 |
larsks | Because if you can dynamically register new minions, just about everything becomes simpler. | 16:32 |
larsks | And you can actually reduce the complexity of the heat templates. | 16:32 |
sdake | yuanyang has a date with you to dicuss ironic larsks | 16:32 |
sdake | but I think he is fast asleep atm :( | 16:32 |
sdake | hongbin can you check out dynamic registration of minions with kubernetes and see if that would work? | 16:34 |
sdake | then we could jsut scale the minion count | 16:34 |
hongbin | sdake: what exactly do you mean by dynamic registration of minions? | 16:35 |
sdake | set the minion count to 0 in the kubernetes master | 16:36 |
sdake | then as minons register, kubernetes master adds the minions | 16:37 |
sdake | https://github.com/GoogleCloudPlatform/kubernetes/issues/1315 | 16:37 |
hongbin | sdake: k. will look into that | 16:38 |
*** daneyon has joined #openstack-containers | 16:38 | |
hongbin | thanks | 16:38 |
*** daneyon_ has quit IRC | 16:38 | |
sdake | https://github.com/GoogleCloudPlatform/kubernetes/issues/267 | 16:39 |
sdake | larsks looks like dynamic minion support isn't supported atm | 16:39 |
sdake | hongbin what is wrong with replacing the master, does it lose all state? | 16:39 |
larsks | sdake: That is where etcd is running (the only place where etcd is running). | 16:40 |
larsks | And that has all the state in it. | 16:40 |
sdake | yar, so why not just put etcd clustered on the minion nodes | 16:40 |
larsks | You could do that! Also, you could probably put together some sort of external dynamic minion registration using etcd. | 16:40 |
sdake | reading these it looks like kubernetes is not designed to add minions without ar estart | 16:41 |
sdake | these threads that is | 16:41 |
larsks | You may still need a restart, sure. | 16:41 |
*** devlaps has quit IRC | 16:42 | |
*** oro has quit IRC | 16:46 | |
*** devlaps has joined #openstack-containers | 16:48 | |
*** hongbin has quit IRC | 16:56 | |
*** daneyon has quit IRC | 17:11 | |
*** daneyon has joined #openstack-containers | 17:12 | |
sdake | hongbin look into kube-register | 17:17 |
sdake | from #google-containers channel -r ecommend joining and firing away at em :) | 17:17 |
sdake | https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/coreos/coreos_multinode_cluster.md | 17:18 |
*** unicell has quit IRC | 17:20 | |
*** sdake_ has quit IRC | 17:23 | |
*** oro has joined #openstack-containers | 17:31 | |
*** Marga_ has joined #openstack-containers | 17:34 | |
*** Marga_ has quit IRC | 17:34 | |
*** Marga_ has joined #openstack-containers | 17:35 | |
*** sdake_ has joined #openstack-containers | 17:43 | |
*** zul has quit IRC | 17:51 | |
*** coolsvap is now known as coolsvap_ | 17:52 | |
*** zul has joined #openstack-containers | 17:53 | |
*** Marga_ has quit IRC | 17:53 | |
*** suro_ has joined #openstack-containers | 17:53 | |
*** Marga_ has joined #openstack-containers | 17:54 | |
*** EricGonczer_ has quit IRC | 17:54 | |
*** unicell has joined #openstack-containers | 17:56 | |
*** sdake__ has joined #openstack-containers | 17:56 | |
*** unicell has quit IRC | 17:57 | |
*** unicell has joined #openstack-containers | 17:57 | |
*** unicell has quit IRC | 17:59 | |
*** unicell has joined #openstack-containers | 18:00 | |
*** sdake_ has quit IRC | 18:00 | |
*** unicell has quit IRC | 18:10 | |
*** achanda has joined #openstack-containers | 18:16 | |
*** achanda has quit IRC | 18:18 | |
*** achanda has joined #openstack-containers | 18:18 | |
openstackgerrit | Tom Cammann proposed stackforge/magnum: Allow specification of docker volume size https://review.openstack.org/158390 | 18:22 |
*** zul has quit IRC | 18:25 | |
*** zul has joined #openstack-containers | 18:25 | |
*** harlowja has joined #openstack-containers | 18:33 | |
*** suro_ has quit IRC | 18:34 | |
*** suro_ has joined #openstack-containers | 18:35 | |
*** zul has quit IRC | 18:42 | |
*** Marga_ has quit IRC | 18:44 | |
*** zul has joined #openstack-containers | 18:44 | |
*** EricGonczer_ has joined #openstack-containers | 18:46 | |
*** EricGonczer_ has quit IRC | 18:50 | |
*** zul has quit IRC | 19:04 | |
*** zul has joined #openstack-containers | 19:04 | |
*** suro_ has quit IRC | 19:07 | |
*** Marga_ has joined #openstack-containers | 19:08 | |
*** zul has quit IRC | 19:11 | |
*** zul has joined #openstack-containers | 19:11 | |
*** adrian_otto has joined #openstack-containers | 19:22 | |
*** unicell has joined #openstack-containers | 19:28 | |
*** unicell has quit IRC | 19:30 | |
*** unicell has joined #openstack-containers | 19:30 | |
*** adrian_otto has quit IRC | 19:35 | |
*** oro has quit IRC | 19:38 | |
*** zul has quit IRC | 19:48 | |
*** suro_ has joined #openstack-containers | 19:51 | |
*** openstackgerrit has quit IRC | 19:51 | |
*** openstackgerrit has joined #openstack-containers | 19:52 | |
*** achanda has quit IRC | 19:57 | |
*** achanda has joined #openstack-containers | 19:59 | |
*** zul has joined #openstack-containers | 20:01 | |
*** Marga__ has joined #openstack-containers | 20:14 | |
*** Marga_ has quit IRC | 20:14 | |
*** suro_ has quit IRC | 20:22 | |
*** unicell has quit IRC | 20:29 | |
*** unicell has joined #openstack-containers | 20:29 | |
*** unicell1 has joined #openstack-containers | 20:30 | |
*** unicell has quit IRC | 20:30 | |
*** unicell has joined #openstack-containers | 20:32 | |
*** unicell1 has quit IRC | 20:32 | |
*** sdake__ has quit IRC | 20:32 | |
*** Marga__ has quit IRC | 20:34 | |
*** harlowja has quit IRC | 20:34 | |
*** harlowja_ has joined #openstack-containers | 20:34 | |
*** Marga_ has joined #openstack-containers | 20:34 | |
*** Marga_ has quit IRC | 20:35 | |
*** Marga_ has joined #openstack-containers | 20:35 | |
*** Marga_ has quit IRC | 20:35 | |
*** Marga_ has joined #openstack-containers | 20:36 | |
*** Marga_ has quit IRC | 20:36 | |
*** Marga_ has joined #openstack-containers | 20:37 | |
*** Marga_ has quit IRC | 20:38 | |
*** Marga_ has joined #openstack-containers | 20:38 | |
*** zul has quit IRC | 20:40 | |
*** zul has joined #openstack-containers | 20:40 | |
*** achanda has quit IRC | 20:45 | |
*** Marga_ has quit IRC | 20:46 | |
*** thomasem has quit IRC | 20:47 | |
*** adrian_otto has joined #openstack-containers | 21:10 | |
*** adrian_otto1 has joined #openstack-containers | 21:11 | |
*** achanda has joined #openstack-containers | 21:13 | |
*** adrian_otto has quit IRC | 21:14 | |
*** sdake_ has joined #openstack-containers | 21:15 | |
*** Marga_ has joined #openstack-containers | 21:17 | |
*** sdake__ has joined #openstack-containers | 21:17 | |
*** thomasem has joined #openstack-containers | 21:20 | |
*** sdake_ has quit IRC | 21:21 | |
*** suro_ has joined #openstack-containers | 21:22 | |
*** Marga_ has quit IRC | 21:32 | |
*** Marga_ has joined #openstack-containers | 21:32 | |
*** unicell has quit IRC | 21:39 | |
*** unicell1 has joined #openstack-containers | 21:39 | |
*** sdake_ has joined #openstack-containers | 21:45 | |
*** achanda has quit IRC | 21:46 | |
*** achanda has joined #openstack-containers | 21:47 | |
*** sdake__ has quit IRC | 21:49 | |
*** harlowja_ has quit IRC | 22:29 | |
*** harlowja has joined #openstack-containers | 22:30 | |
*** achanda has quit IRC | 22:43 | |
*** achanda has joined #openstack-containers | 22:45 | |
*** Marga_ has quit IRC | 22:50 | |
*** thomasem has quit IRC | 22:54 | |
*** adrian_otto1 has quit IRC | 22:55 | |
*** Marga_ has joined #openstack-containers | 22:55 | |
*** Marga_ has quit IRC | 22:56 | |
*** kebray has quit IRC | 22:56 | |
*** Marga_ has joined #openstack-containers | 22:56 | |
*** thomasem has joined #openstack-containers | 23:03 | |
*** thomasem has quit IRC | 23:03 | |
*** harlowja has quit IRC | 23:04 | |
*** thomasem has joined #openstack-containers | 23:04 | |
*** adrian_otto has joined #openstack-containers | 23:08 | |
*** kebray has joined #openstack-containers | 23:09 | |
*** achanda has quit IRC | 23:12 | |
*** devlaps has quit IRC | 23:14 | |
*** devlaps has joined #openstack-containers | 23:14 | |
*** harlowja has joined #openstack-containers | 23:16 | |
*** achanda has joined #openstack-containers | 23:25 | |
*** prad has quit IRC | 23:36 | |
openstackgerrit | Motohiro/Yuanying Otsuka proposed stackforge/magnum: Implement a Heat k8s template for Ironic https://review.openstack.org/154437 | 23:38 |
*** madhuri has joined #openstack-containers | 23:41 | |
*** madhuri_ has joined #openstack-containers | 23:42 | |
*** wkharold has joined #openstack-containers | 23:47 | |
*** wkharold has left #openstack-containers | 23:49 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!