*** dboik has quit IRC | 00:00 | |
*** dims has joined #openstack-containers | 00:00 | |
*** sdake has quit IRC | 00:01 | |
*** achanda has quit IRC | 00:04 | |
*** unicell has quit IRC | 00:18 | |
*** unicell has joined #openstack-containers | 00:23 | |
openstackgerrit | Merged openstack/magnum: Delete swarm bay also delete related containers https://review.openstack.org/180799 | 00:35 |
---|---|---|
*** adrian_otto has quit IRC | 00:44 | |
*** dboik_ has quit IRC | 00:49 | |
*** dboik_ has joined #openstack-containers | 00:52 | |
*** ChanServ changes topic to "OpenStack Containers Team" | 00:54 | |
-openstackstatus- NOTICE: Gerrit has been downgraded to version 2.8 due to the issues observed today. Please report further problems in #openstack-infra. | 00:55 | |
*** tobe has joined #openstack-containers | 00:58 | |
*** suro-patz1 has quit IRC | 00:58 | |
tobe | Hi all, I'm big fan of OpenStack and container. I'm new to magnum and could like to ask a few question about its design | 01:00 |
tobe | Magnum build CaaS upon OpenStack. Will it manage anything about container in OpenStack? | 01:02 |
*** achanda has joined #openstack-containers | 01:03 | |
tobe | I mean we're willing to implement the services like Aws Elastic Beanstall or Lambda, container is the important component of them. Can magnum provide the basic management for them? | 01:04 |
*** prad has quit IRC | 01:05 | |
tobe | Actually, I don't know the major difference of CaaS and PaaS. Magnum implements the multi-tenant CaaS. Can we use it to implement the so called "private CaaS" that all containers run in user's virtual machines? | 01:06 |
tobe | That's my question about magnum and I'm really willing to make a contribution for that :-) | 01:07 |
*** Marga_ has quit IRC | 01:07 | |
*** achanda has quit IRC | 01:08 | |
*** achanda has joined #openstack-containers | 01:11 | |
*** dboik_ has quit IRC | 01:19 | |
madhuri | Hi tobe | 01:24 |
madhuri | You mean containers on user vm not on Openstack vms? | 01:25 |
*** erkules_ has joined #openstack-containers | 01:25 | |
tobe | Yes, it's like Aws Elastic Beanstalk | 01:27 |
tobe | The containers run on user's vm and have the better isolation than the global CaaS | 01:28 |
*** erkules has quit IRC | 01:28 | |
tobe | It's one of the requirements. And I'm wondering if magnum can be the infrastructure of OpenStack containers to help to implement these. | 01:29 |
madhuri | Currently there is no such support in magnum | 01:38 |
madhuri | tobe, You can draft a blueprint for this | 01:40 |
madhuri | I am not sure about the use case | 01:40 |
madhuri | May be as I don't have any idea about Aws Elastic Beanstalk | 01:41 |
madhuri | lan, around? | 01:41 |
yuanying | I created blueprint like your suggestion https://blueprints.launchpad.net/magnum/+spec/magnum-allow-handmade-bay | 01:42 |
tobe | Thanks madhuri and yuanying. I'm new to the community and will learn to make contribution for magnum :-) | 01:45 |
madhuri | You are welcome tobe. Feel free to ping us anytime :) | 01:45 |
tobe | Great! I would like to know about the product of magnum | 01:46 |
tobe | From official doc, I know it's a CaaS platform upon OpenStack | 01:47 |
tobe | And will it do more for any service which would like to use container? | 01:47 |
tobe | Like Aws Lambda which runs the scripts in containers in OpenStack vms | 01:48 |
*** fangfenghua has joined #openstack-containers | 01:50 | |
tobe | If magnum could be the best solution to manage containers, I think it would be much easier to implement other product with containers | 01:50 |
yuanying | Yes I think so | 01:51 |
tobe | But Lambda is much different from Amazon container service. I hope we could help to explore the best practices :-) | 01:54 |
lan | madhuri, yes | 01:56 |
openstackgerrit | Merged openstack/magnum: Allow container name as identifier in API calls https://review.openstack.org/181990 | 02:00 |
*** unicell has quit IRC | 02:02 | |
tobe | @madhuri @lan Beanstalk is like a private paas which runs in user's ec2. User can deploy their code in Beanstalk without managing the environment. It's different from traditional paas and simplify the usage | 02:02 |
openstackgerrit | Merged openstack/magnum: Make docker volume config more resilient https://review.openstack.org/181115 | 02:03 |
*** jay-lau-513 has joined #openstack-containers | 02:05 | |
madhuri | tobe, Thanks for the explanation. You may wait for some others to respond to your queries. | 02:05 |
madhuri | lan, Have you tries updating a pod? | 02:06 |
*** dboik has joined #openstack-containers | 02:07 | |
*** dboik has quit IRC | 02:07 | |
*** achanda has quit IRC | 02:07 | |
*** dboik has joined #openstack-containers | 02:08 | |
*** achanda has joined #openstack-containers | 02:09 | |
lan | madhuri, yes , but was few day ago. what's wrong ? | 02:09 |
madhuri | I can't update it | 02:10 |
madhuri | Can you paste the command? | 02:10 |
madhuri | It always fail at apiserver with 400 status | 02:10 |
*** vilobhmm1 has quit IRC | 02:10 | |
lan | magnum pod-update <pod> replace manifest=<manifest> | 02:12 |
lan | any error message in conductor log ? | 02:12 |
madhuri | Can't we do it like magnum pod-update <pod> replace images=[] ? | 02:14 |
madhuri | Does it support only manifest in path? | 02:15 |
lan | magnum pod-update <pod> replace images=[] only changed the images field in db IIUC. But I think we can support it. | 02:16 |
lan | Yes, we can support to pass the manifest path. | 02:16 |
madhuri | It means only manifest in path request is forwarded to kubernetes. | 02:18 |
madhuri | Not all | 02:18 |
madhuri | Right? | 02:18 |
lan | Yes. | 02:19 |
madhuri | Hmm this seems to be an issue | 02:19 |
lan | any requirement to change other fields expect manifest ? | 02:22 |
lan | Since we only used manifest file to create a pod, then I think we can only update the manifest file to change anything you want , right? | 02:23 |
madhuri | Yes | 02:24 |
madhuri | But we can update just passing the patch also | 02:24 |
madhuri | https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/kubectl_update.md | 02:25 |
madhuri | You can have a look if interested | 02:25 |
lan | A quick look at this file, seems currently we can't support to pass --patch parameter when update a resource. | 02:29 |
lan | https://github.com/openstack/magnum/blob/master/magnum/conductor/handlers/common/kube_utils.py#L56-L59 | 02:29 |
lan | It should be a new feature ? | 02:30 |
madhuri | Not new | 02:32 |
madhuri | But we should be able to update like manifest={} | 02:33 |
lan | think so , too. But it may be a problem to distinguish "{}" to be a total manifest file or just a patch | 02:41 |
openstackgerrit | Merged openstack/magnum: Make MagnumObject a subclass of Oslo VersionedObject https://review.openstack.org/180133 | 02:41 |
*** dims has quit IRC | 02:45 | |
madhuri | I think we need a discussion on this | 02:47 |
*** EricGonczer_ has joined #openstack-containers | 02:51 | |
openstackgerrit | Merged openstack/magnum: Use oslo.versionedobjects remotable decorators https://review.openstack.org/181853 | 02:54 |
openstackgerrit | Merged openstack/magnum: Move VersionedObject registration to the new scheme https://review.openstack.org/180577 | 02:54 |
*** julim has joined #openstack-containers | 02:57 | |
openstackgerrit | xu-haiwei proposed openstack/magnum: Keypair_id should be a required option when creating a baymodel https://review.openstack.org/181850 | 03:14 |
*** EricGonczer_ has quit IRC | 03:36 | |
*** kebray has quit IRC | 03:37 | |
*** EricGonczer_ has joined #openstack-containers | 03:44 | |
*** kebray has joined #openstack-containers | 03:52 | |
*** suro-patz has joined #openstack-containers | 03:53 | |
*** adrian_otto has joined #openstack-containers | 03:56 | |
*** adrian_otto has quit IRC | 03:56 | |
*** EricGonczer_ has quit IRC | 03:58 | |
*** EricGonczer_ has joined #openstack-containers | 04:06 | |
*** EricGonczer_ has quit IRC | 04:16 | |
openstackgerrit | xu-haiwei proposed openstack/magnum: Image_id should be a required option when creating a baymodel https://review.openstack.org/181849 | 04:19 |
*** suro-patz has quit IRC | 04:20 | |
openstackgerrit | Lan Qi Song proposed openstack/magnum: Add support for container status https://review.openstack.org/180384 | 04:22 |
*** dims has joined #openstack-containers | 04:33 | |
*** Marga_ has joined #openstack-containers | 04:36 | |
*** Marga__ has joined #openstack-containers | 04:37 | |
*** sdake_ has quit IRC | 04:37 | |
*** dims has quit IRC | 04:38 | |
*** Marga_ has quit IRC | 04:41 | |
juggler | hi, anyone here? :) | 04:42 |
*** tobe has quit IRC | 04:52 | |
openstackgerrit | xu-haiwei proposed openstack/python-magnumclient: Make baymodel name a required option https://review.openstack.org/181839 | 04:56 |
*** mahito has joined #openstack-containers | 04:57 | |
*** mahito has quit IRC | 04:58 | |
*** mahito has joined #openstack-containers | 04:58 | |
*** suro-patz has joined #openstack-containers | 05:02 | |
*** suro-patz has quit IRC | 05:08 | |
*** unicell has joined #openstack-containers | 05:14 | |
*** oro_ has joined #openstack-containers | 05:21 | |
*** oro has joined #openstack-containers | 05:21 | |
*** unicell has quit IRC | 05:50 | |
*** unicell has joined #openstack-containers | 05:50 | |
*** suro-patz has joined #openstack-containers | 05:50 | |
openstackgerrit | Lan Qi Song proposed openstack/magnum: Add support for container status https://review.openstack.org/180384 | 05:52 |
*** fangfenghua has quit IRC | 05:53 | |
*** unicell1 has joined #openstack-containers | 06:03 | |
*** unicell has quit IRC | 06:04 | |
*** kebray has quit IRC | 06:15 | |
*** coolsvap|afk is now known as coolsvap | 06:18 | |
*** tobe has joined #openstack-containers | 06:19 | |
*** tobe has quit IRC | 06:19 | |
*** coolsvap is now known as coolsvap|afk | 06:21 | |
*** coolsvap|afk has quit IRC | 06:28 | |
*** coolsvap has joined #openstack-containers | 06:29 | |
*** oro_ has quit IRC | 06:38 | |
*** sdake_ has joined #openstack-containers | 06:38 | |
*** oro has quit IRC | 06:39 | |
*** Marga__ has quit IRC | 06:48 | |
*** suro-patz has quit IRC | 06:49 | |
*** tobe43 has joined #openstack-containers | 07:00 | |
*** fangfenghua has joined #openstack-containers | 07:01 | |
*** erkules_ is now known as erkules | 07:11 | |
*** erkules has joined #openstack-containers | 07:12 | |
*** sdake_ has quit IRC | 07:23 | |
*** nshaikh has joined #openstack-containers | 07:31 | |
*** fangfenghua_ has joined #openstack-containers | 07:42 | |
*** fangfenghua_ has quit IRC | 07:47 | |
*** nshaikh has quit IRC | 07:49 | |
*** oro has joined #openstack-containers | 07:50 | |
*** nshaikh has joined #openstack-containers | 07:51 | |
*** oro_ has joined #openstack-containers | 07:52 | |
*** openstackstatus has quit IRC | 07:52 | |
*** openstack has joined #openstack-containers | 07:54 | |
*** daneyon has quit IRC | 08:01 | |
*** yuanying has quit IRC | 08:07 | |
*** achanda has quit IRC | 08:25 | |
openstackgerrit | xu-haiwei proposed openstack/magnum: Keypair_id should be a required option when creating a baymodel https://review.openstack.org/181850 | 08:29 |
*** Marga_ has joined #openstack-containers | 08:42 | |
openstackgerrit | xu-haiwei proposed openstack/magnum: Image_id should be a required option when creating a baymodel https://review.openstack.org/181849 | 08:47 |
*** oro has quit IRC | 09:03 | |
*** mahito has quit IRC | 09:04 | |
*** oro_ has quit IRC | 09:04 | |
tobe43 | It seems magnum is started by heat. Can we deploy magnum without using heat? | 09:08 |
*** fangfenghua has quit IRC | 09:13 | |
*** oro has joined #openstack-containers | 09:18 | |
*** oro_ has joined #openstack-containers | 09:20 | |
*** tobe43 has quit IRC | 09:31 | |
*** daneyon has joined #openstack-containers | 09:31 | |
openstackgerrit | Digambar proposed openstack/magnum: Fix baymodel exists with same name. https://review.openstack.org/182207 | 09:33 |
openstackgerrit | Merged openstack/magnum: Image_id should be a required option when creating a baymodel https://review.openstack.org/181849 | 09:43 |
*** chandankumar has joined #openstack-containers | 09:49 | |
openstackgerrit | xu-haiwei proposed openstack/magnum: Keypair_id should be a required option when creating a baymodel https://review.openstack.org/181850 | 09:51 |
*** BertrandN has joined #openstack-containers | 10:05 | |
*** oro has quit IRC | 10:11 | |
*** oro_ has quit IRC | 10:12 | |
*** jay-lau-513 has quit IRC | 10:13 | |
openstackgerrit | Madhuri Kumari proposed openstack/magnum: Added support of Kubernetes API in magnum. https://review.openstack.org/170414 | 10:30 |
*** dims has joined #openstack-containers | 10:33 | |
*** fangfenghua has joined #openstack-containers | 10:48 | |
*** coolsvap is now known as coolsvap|afk | 10:52 | |
*** oro has joined #openstack-containers | 11:00 | |
*** oro_ has joined #openstack-containers | 11:00 | |
*** EricGonczer_ has joined #openstack-containers | 11:53 | |
*** dims_ has joined #openstack-containers | 12:03 | |
*** dims has quit IRC | 12:06 | |
*** zul has quit IRC | 12:06 | |
*** zul has joined #openstack-containers | 12:19 | |
*** rpothier has joined #openstack-containers | 12:34 | |
*** Marga_ has quit IRC | 12:38 | |
*** dims_ has quit IRC | 12:40 | |
*** dims has joined #openstack-containers | 12:42 | |
*** EricGonczer_ has quit IRC | 12:56 | |
*** zul has quit IRC | 12:59 | |
*** sdake has joined #openstack-containers | 13:01 | |
*** sdake_ has joined #openstack-containers | 13:03 | |
*** fangfenghua has quit IRC | 13:03 | |
*** zul has joined #openstack-containers | 13:03 | |
*** rlrevell has joined #openstack-containers | 13:05 | |
*** sdake has quit IRC | 13:06 | |
*** jjlehr has joined #openstack-containers | 13:09 | |
*** hongbin has joined #openstack-containers | 13:12 | |
sdake_ | morning folks | 13:18 |
*** sdake_ is now known as sdake | 13:18 | |
*** suro-patz has joined #openstack-containers | 13:22 | |
*** prad has joined #openstack-containers | 13:29 | |
*** dboik has quit IRC | 13:35 | |
*** jfarschman has joined #openstack-containers | 13:37 | |
*** jfarschman is now known as MilesDenver | 13:37 | |
*** lan_ has joined #openstack-containers | 13:43 | |
hongbin | morning | 13:47 |
*** xek is now known as x3k | 13:52 | |
*** kebray has joined #openstack-containers | 13:56 | |
*** dboik has joined #openstack-containers | 13:58 | |
*** lan_ has quit IRC | 14:10 | |
*** Marga_ has joined #openstack-containers | 14:11 | |
*** Marga_ has quit IRC | 14:16 | |
*** zul has quit IRC | 14:17 | |
*** Marga_ has joined #openstack-containers | 14:17 | |
*** EricGonczer_ has joined #openstack-containers | 14:17 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/magnum: Remove dependency on python-kubernetes https://review.openstack.org/182311 | 14:19 |
*** zul has joined #openstack-containers | 14:19 | |
*** nshaikh has quit IRC | 14:23 | |
*** lan_ has joined #openstack-containers | 14:24 | |
*** joffter has joined #openstack-containers | 14:25 | |
*** nshaikh has joined #openstack-containers | 14:26 | |
*** suro-patz has quit IRC | 14:27 | |
*** nshaikh has left #openstack-containers | 14:28 | |
*** nshaikh has joined #openstack-containers | 14:30 | |
openstackgerrit | Merged openstack/magnum: Add support for container status https://review.openstack.org/180384 | 14:33 |
openstackgerrit | Merged openstack/magnum: Keypair_id should be a required option when creating a baymodel https://review.openstack.org/181850 | 14:33 |
*** chandankumar has quit IRC | 14:36 | |
*** lan_ has quit IRC | 14:38 | |
*** jjlehr has quit IRC | 14:41 | |
*** xek has joined #openstack-containers | 14:43 | |
*** sdake_ has joined #openstack-containers | 14:49 | |
*** achanda has joined #openstack-containers | 14:52 | |
*** sdake has quit IRC | 14:52 | |
openstackgerrit | Hongbin Lu proposed openstack/magnum: [WIP] Utilize baylock for conductor horizontal-scale https://review.openstack.org/172774 | 14:59 |
*** achanda has quit IRC | 15:01 | |
*** kebray has quit IRC | 15:05 | |
*** nihilifer has joined #openstack-containers | 15:09 | |
*** jjlehr has joined #openstack-containers | 15:10 | |
*** Marga_ has quit IRC | 15:13 | |
*** daneyon_ has joined #openstack-containers | 15:15 | |
*** adrian_otto has joined #openstack-containers | 15:16 | |
*** daneyon has quit IRC | 15:18 | |
*** nihilifer has quit IRC | 15:18 | |
*** adrian_otto has left #openstack-containers | 15:19 | |
*** shakamunyi has joined #openstack-containers | 15:22 | |
*** barra204 has joined #openstack-containers | 15:22 | |
*** nshaikh has quit IRC | 15:27 | |
*** julim has quit IRC | 15:33 | |
*** adrian_otto has joined #openstack-containers | 15:46 | |
*** nihilifer has joined #openstack-containers | 15:46 | |
adrian_otto | Reminder: Our team meeting will begin in 15 minutes (1600 UTC) in #openstack-meeting-alt so I look forward to seeing you there! | 15:47 |
*** daneyon_ has quit IRC | 15:47 | |
*** daneyon has joined #openstack-containers | 15:48 | |
*** BertrandN has quit IRC | 15:49 | |
*** nihilifer has quit IRC | 15:50 | |
*** adrian_otto has quit IRC | 15:53 | |
*** diga_ has joined #openstack-containers | 15:54 | |
*** Marga_ has joined #openstack-containers | 15:54 | |
*** jsotoca has joined #openstack-containers | 15:59 | |
*** Tango has joined #openstack-containers | 15:59 | |
*** Marga_ has quit IRC | 16:01 | |
*** Marga_ has joined #openstack-containers | 16:01 | |
*** kebray has joined #openstack-containers | 16:02 | |
*** adrian_otto has joined #openstack-containers | 16:02 | |
*** unicell has joined #openstack-containers | 16:02 | |
*** joffter has left #openstack-containers | 16:03 | |
*** joffter has joined #openstack-containers | 16:03 | |
*** unicell1 has quit IRC | 16:04 | |
*** oro_ has quit IRC | 16:05 | |
*** oro has quit IRC | 16:06 | |
*** fangfenghua_ has joined #openstack-containers | 16:09 | |
*** openstackgerrit_ has quit IRC | 16:11 | |
*** unicell has quit IRC | 16:12 | |
*** fangfenghua_ has quit IRC | 16:15 | |
*** fangfenghua_ has joined #openstack-containers | 16:16 | |
*** fangfenghua_ has quit IRC | 16:18 | |
*** Marga_ has quit IRC | 16:21 | |
*** Marga_ has joined #openstack-containers | 16:22 | |
*** Marga_ has quit IRC | 16:28 | |
*** Marga_ has joined #openstack-containers | 16:28 | |
*** suro-patz has joined #openstack-containers | 16:28 | |
*** jsotoca has quit IRC | 16:29 | |
*** julim has joined #openstack-containers | 16:31 | |
*** dboik_ has joined #openstack-containers | 16:31 | |
*** dboik has quit IRC | 16:33 | |
*** suro-patz has quit IRC | 16:43 | |
*** suro-patz has joined #openstack-containers | 16:46 | |
*** unicell has joined #openstack-containers | 16:47 | |
*** dboik_ has quit IRC | 17:02 | |
*** jjlehr has quit IRC | 17:02 | |
*** dboik has joined #openstack-containers | 17:02 | |
*** jjlehr has joined #openstack-containers | 17:03 | |
*** sdake has joined #openstack-containers | 17:11 | |
*** sdake_ has quit IRC | 17:14 | |
*** Marga_ has quit IRC | 17:18 | |
*** jjlehr has quit IRC | 17:23 | |
*** xek has quit IRC | 17:27 | |
*** Marga_ has joined #openstack-containers | 17:28 | |
*** Vinod____ has joined #openstack-containers | 17:29 | |
*** achanda has joined #openstack-containers | 17:30 | |
*** diga_ has quit IRC | 17:41 | |
hongbin | Hi apmelton, are you around? | 17:45 |
apmelton | hongbin: yes, what's up? | 17:45 |
*** dboik has quit IRC | 17:45 | |
hongbin | I tried the swarm template | 17:45 |
hongbin | There is an issue | 17:45 |
hongbin | $ docker -H tcp://172.24.4.14:2376 run -i cirros /bin/ping -c 4 8.8.8.8 | 17:45 |
hongbin | FATA[0001] Error response from daemon: client and server don't have same version (client : 1.18, server: 1.17) | 17:46 |
*** vilobhmm11 has joined #openstack-containers | 17:46 | |
*** dboik has joined #openstack-containers | 17:46 | |
hongbin | And I am using the new image | 17:46 |
apmelton | hongbin: that docker -H ... command, is that being run from the devstack host, or from one of the bay's nodes? | 17:46 |
hongbin | devstack host | 17:47 |
hongbin | BTW, what is the credential to SSH to the bay node? | 17:47 |
apmelton | ssh fedora@172.24.4.14 | 17:47 |
apmelton | hongbin: what you migh try doing is rebooting the instances in the bay, I think what'll happen is when each node brings up it's swarm containers, they'll update to the latest image | 17:48 |
hongbin | I see, it is fedora (not minion) :) | 17:48 |
hongbin | K. Will try that | 17:49 |
hongbin | Thx | 17:49 |
hongbin | apmelton: Reboot. No luck. | 17:51 |
apmelton | damn | 17:52 |
apmelton | I wonder if it's actually conflicting with the docker daemon on the host itself | 17:52 |
hongbin | From the error message, it looks like it is | 17:52 |
apmelton | hongbin: can you try doing a "docker -H tcp://172.24.4.14:2376 version" | 17:52 |
apmelton | and a "docker -H tcp://172.24.4.14:2375 version" | 17:53 |
hongbin | http://pastie.org/10185103 | 17:53 |
hongbin | Here is the 2375 one: | 17:55 |
hongbin | http://pastie.org/10185108 | 17:55 |
apmelton | yea... hmmmm | 17:56 |
apmelton | this sadly is going to be a recurring issue | 17:56 |
hongbin | Need to file a bug report? | 17:57 |
apmelton | hongbin: were you trying to talk to the swarm daemon directly to debug an issue? | 17:58 |
hongbin | Kind of | 17:58 |
apmelton | if you limit your interaction through magnum, you can set docker_remote_api_version=1.17 in the docker group | 17:58 |
hongbin | I have another error, and try to figure out why | 17:59 |
hongbin | K. | 17:59 |
hongbin | I guess I can walk around by SSH into the node | 17:59 |
apmelton | hongbin: that or downgrade your installed docker version on your devstack host | 18:00 |
hongbin | I see | 18:00 |
hongbin | K. Get that. | 18:00 |
apmelton | hongbin: this highlights a larger issue though, how do we handle upgrades to bay nodes? | 18:01 |
hongbin | I see. | 18:01 |
*** dboik_ has joined #openstack-containers | 18:01 | |
hongbin | I guess the docker client need the work | 18:02 |
hongbin | Anyway, I am good to go. Thanks for the help. | 18:03 |
apmelton | you're welcome hongbin | 18:03 |
*** dboik has quit IRC | 18:04 | |
*** rlrevell1 has joined #openstack-containers | 18:04 | |
*** rlrevell has quit IRC | 18:06 | |
*** joffter has quit IRC | 18:06 | |
*** jjlehr has joined #openstack-containers | 18:15 | |
*** rlrevell has joined #openstack-containers | 18:26 | |
*** rlrevell1 has quit IRC | 18:28 | |
*** suro-patz has quit IRC | 18:30 | |
*** suro-patz has joined #openstack-containers | 18:31 | |
*** rlrevell has quit IRC | 18:39 | |
*** rlrevell has joined #openstack-containers | 18:40 | |
*** dboik_ has quit IRC | 19:03 | |
*** dboik has joined #openstack-containers | 19:04 | |
*** openstackgerrit_ has joined #openstack-containers | 19:16 | |
*** suro-patz1 has joined #openstack-containers | 19:20 | |
*** suro-patz has quit IRC | 19:20 | |
*** openstackgerrit_ has quit IRC | 19:25 | |
*** achanda has quit IRC | 19:33 | |
*** shakamunyi has quit IRC | 19:35 | |
*** barra204 has quit IRC | 19:36 | |
*** shakamunyi has joined #openstack-containers | 19:50 | |
*** barra204 has joined #openstack-containers | 19:50 | |
ewindisch | adrian_otto: ugh, did UTC conversion mess with me today? | 19:54 |
ewindisch | seems it did :( | 19:55 |
*** dboik_ has joined #openstack-containers | 19:58 | |
*** dboik has quit IRC | 20:01 | |
*** achanda has joined #openstack-containers | 20:04 | |
*** oro has joined #openstack-containers | 20:06 | |
adrian_otto | :-) | 20:07 |
*** dboik_ has quit IRC | 20:09 | |
*** dboik has joined #openstack-containers | 20:10 | |
*** kebray has quit IRC | 20:20 | |
*** achanda has quit IRC | 20:21 | |
*** logan2 has quit IRC | 20:33 | |
*** vilobhmm11 has quit IRC | 20:35 | |
*** achanda has joined #openstack-containers | 20:36 | |
*** vilobhmm1 has joined #openstack-containers | 20:37 | |
*** openstackgerrit has quit IRC | 20:37 | |
*** openstackgerrit has joined #openstack-containers | 20:37 | |
*** vilobhmm1 has quit IRC | 20:38 | |
*** oro has quit IRC | 20:41 | |
*** vilobhmm1 has joined #openstack-containers | 20:49 | |
*** vilobhmm1 has quit IRC | 20:50 | |
*** vilobhmm1 has joined #openstack-containers | 20:50 | |
*** kebray has joined #openstack-containers | 21:01 | |
*** vilobhmm1 has quit IRC | 21:01 | |
*** vilobhmm1 has joined #openstack-containers | 21:02 | |
*** vilobhmm1 has quit IRC | 21:03 | |
*** vilobhmm1 has joined #openstack-containers | 21:04 | |
*** 18WAABPY2 has joined #openstack-containers | 21:06 | |
*** 92AAA7LGD has joined #openstack-containers | 21:06 | |
*** dboik_ has joined #openstack-containers | 21:19 | |
*** dboik has quit IRC | 21:22 | |
*** EricGonczer_ has quit IRC | 21:23 | |
*** dboik_ has quit IRC | 21:23 | |
*** rpothier has quit IRC | 21:26 | |
*** juggler has quit IRC | 21:33 | |
openstackgerrit | Hongbin Lu proposed openstack/magnum: Correct a spelling error in quickstart guide. https://review.openstack.org/182463 | 21:36 |
*** MilesDenver has quit IRC | 21:42 | |
*** Vinod____ has quit IRC | 21:45 | |
*** rlrevell has quit IRC | 21:45 | |
openstackgerrit | Hongbin Lu proposed openstack/magnum: Create temporary file under /tmp folder https://review.openstack.org/182467 | 21:46 |
*** juggler has joined #openstack-containers | 21:57 | |
*** vilobhmm1 has quit IRC | 22:00 | |
*** kebray has quit IRC | 22:04 | |
*** vilobhmm1 has joined #openstack-containers | 22:04 | |
*** vilobhmm1 has quit IRC | 22:05 | |
*** vilobhmm1 has joined #openstack-containers | 22:05 | |
*** vilobhmm1 has quit IRC | 22:07 | |
*** Marga__ has joined #openstack-containers | 22:09 | |
*** vilobhmm11 has joined #openstack-containers | 22:10 | |
*** Marga_ has quit IRC | 22:10 | |
*** jay-lau-513 has joined #openstack-containers | 22:12 | |
jay-lau-513 | #openstak-chinese | 22:12 |
hongbin | Hi sdake adrian_otto, is there any items that you need ppl to work on? | 22:14 |
*** logan2 has joined #openstack-containers | 22:18 | |
*** jfarschman has joined #openstack-containers | 22:24 | |
*** jfarschman is now known as MilesDenver | 22:24 | |
*** MilesDenver has quit IRC | 22:24 | |
*** jfarschman has joined #openstack-containers | 22:24 | |
*** jfarschman is now known as MilesDenver | 22:24 | |
sdake | hongbin horizontal scale and lbaas support | 22:26 |
sdake | other then that, I think the rest will be decided at summit | 22:27 |
hongbin | sdake: I commented on the horizontal scale review | 22:27 |
sdake | i saw, I wouldn't worry about performance | 22:27 |
hongbin | The performance is not as expected | 22:27 |
sdake | the entire point of horizontal scale is to not worry about performance | 22:27 |
*** dims_ has joined #openstack-containers | 22:28 | |
sdake | what kind of impact? | 22:28 |
hongbin | The problem is there is no performance gain after scaling | 22:28 |
hongbin | because the requests are queued on the m-api | 22:28 |
*** sdake_ has joined #openstack-containers | 22:29 | |
*** dims has quit IRC | 22:30 | |
hongbin | I could take a look at the lbaas support. | 22:30 |
hongbin | This one https://blueprints.launchpad.net/magnum/+spec/external-lb ? | 22:31 |
sdake_ | ya tango is lookign at it | 22:32 |
sdake_ | hongbin we dont want performance gain, we want the ability to handle more load i think | 22:32 |
sdake_ | iperhaps the rest api needs to be made threaded or something | 22:33 |
hongbin | more load means more throughtput? | 22:33 |
*** sdake has quit IRC | 22:33 | |
hongbin | threading is a straightforward solution | 22:33 |
hongbin | But may need to discuss more. I am not sure | 22:33 |
*** hongbin has quit IRC | 22:38 | |
*** jjlehr1 has joined #openstack-containers | 22:39 | |
*** jjlehr1 has quit IRC | 22:41 | |
*** jjlehr has quit IRC | 22:43 | |
*** sdake has joined #openstack-containers | 22:43 | |
*** sdake_ has quit IRC | 22:46 | |
*** vilobhmm11 has quit IRC | 22:49 | |
*** vilobhmm1 has joined #openstack-containers | 22:49 | |
*** adrian_otto has quit IRC | 22:56 | |
*** kebray has joined #openstack-containers | 23:09 | |
*** EricGonczer_ has joined #openstack-containers | 23:16 | |
*** yuanying has joined #openstack-containers | 23:17 | |
*** Marga__ has quit IRC | 23:17 | |
*** Marga_ has joined #openstack-containers | 23:18 | |
*** Marga_ has quit IRC | 23:25 | |
*** Marga_ has joined #openstack-containers | 23:26 | |
*** EricGonc_ has joined #openstack-containers | 23:49 | |
*** Tango has quit IRC | 23:52 | |
*** EricGonczer_ has quit IRC | 23:53 | |
*** mahito has joined #openstack-containers | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!