Monday, 2015-10-26

*** david-lyle has quit IRC00:07
*** eghobo has quit IRC00:14
openstackgerritMotohiro/Yuanying Otsuka proposed openstack/magnum: [WIP]Functional: Add testcase of tls_enabled bay creation case.  https://review.openstack.org/23242100:23
*** slagle has joined #openstack-containers00:26
*** julim has joined #openstack-containers00:30
*** zul has quit IRC00:33
*** zul has joined #openstack-containers00:40
*** Tango has quit IRC00:59
*** sdake has quit IRC01:00
*** vimal has joined #openstack-containers01:00
*** zul has quit IRC01:15
*** zz_dimtruck is now known as dimtruck01:19
*** daneyon has joined #openstack-containers01:19
*** zhenguo has joined #openstack-containers01:21
*** shuquan has joined #openstack-containers01:24
*** dimtruck is now known as zz_dimtruck01:28
*** Marga_ has joined #openstack-containers01:28
*** Marga__ has joined #openstack-containers01:28
*** daneyon_ has joined #openstack-containers01:31
*** shuquan has quit IRC01:31
*** Marga_ has quit IRC01:32
*** shuquan has joined #openstack-containers01:34
*** daneyon has quit IRC01:34
*** apuimedo has joined #openstack-containers01:36
openstackgerritHua Wang proposed openstack/magnum: Remove unnecessary parameter  https://review.openstack.org/23884101:40
*** apuimedo has quit IRC01:41
*** zz_dimtruck is now known as dimtruck01:42
*** dimtruck is now known as zz_dimtruck01:50
*** apuimedo has joined #openstack-containers01:51
*** apuimedo has quit IRC01:54
*** zz_dimtruck is now known as dimtruck01:56
*** tbharath has joined #openstack-containers01:58
*** shuquan has quit IRC02:04
*** dimtruck is now known as zz_dimtruck02:05
*** julim has quit IRC02:10
*** zz_dimtruck is now known as dimtruck02:11
*** Marga__ has quit IRC02:14
*** shuquan has joined #openstack-containers02:18
openstackgerritMotohiro/Yuanying Otsuka proposed openstack/magnum: [WIP]Functional: Add testcase of tls_enabled bay creation case.  https://review.openstack.org/23242102:18
*** dimtruck is now known as zz_dimtruck02:22
*** mathspanda has joined #openstack-containers02:25
*** makkie has joined #openstack-containers02:26
*** slagle has quit IRC02:27
*** mathspanda has quit IRC02:27
*** vilobhmm11 has joined #openstack-containers02:29
*** hogepodge has quit IRC02:29
*** sdake has joined #openstack-containers02:29
*** amit213 has quit IRC02:31
*** mathspanda has joined #openstack-containers02:35
*** hogepodge has joined #openstack-containers02:36
*** TianYuan has joined #openstack-containers02:38
tbharathvilobhmm11,  when you find time, can you please review https://review.openstack.org/#/c/234817/ ?02:39
*** tbharath has quit IRC02:42
*** slagle has joined #openstack-containers02:42
*** daneyon_ has quit IRC02:48
*** slagle has quit IRC02:48
*** daneyon has joined #openstack-containers02:48
*** wuhg has joined #openstack-containers02:54
*** haiwei has joined #openstack-containers02:58
*** sthillma has joined #openstack-containers02:59
*** harshs has joined #openstack-containers03:00
*** daneyon_ has joined #openstack-containers03:00
*** daneyon_ has quit IRC03:00
*** dims has joined #openstack-containers03:01
*** mathspanda has quit IRC03:01
*** daneyon has quit IRC03:04
*** zz_dimtruck is now known as dimtruck03:05
*** sthillma has quit IRC03:06
*** dimtruck is now known as zz_dimtruck03:07
wanghua_vilobhmm11: ping03:07
*** shuquan has quit IRC03:07
*** achanda has quit IRC03:08
*** zz_dimtruck is now known as dimtruck03:11
vilobhmm11wanghua_ : hi03:14
vilobhmm11tbharath : sure03:14
wanghua_vilobhmm11: I saw you add bay_ident into PodsController get_one function03:16
*** dims_ has joined #openstack-containers03:16
wanghua_vilobhmm11: Why03:16
*** mathspanda has joined #openstack-containers03:16
wanghua_I think pod_ident is enough.03:16
vilobhmm11which change are you talking about wanghua_03:16
*** achanda has joined #openstack-containers03:16
*** achanda has quit IRC03:16
wanghua_    def get_one(self, pod_ident, bay_ident):03:17
wanghua_bay_ident is not used in this function03:17
wanghua_in magnum/api/controller/v1/pod.py03:17
wuhghello, when i tried to create a container in a swarmbay, it report the connection to swarm_master:2376 connection refused. http://paste.openstack.org/show/477357/03:18
wuhgand i sshed into swarm_master ,netstat -ntp |grep 237603:18
wuhgthere is no process listening on 2376 at all03:18
wuhgwhat else should be do before i creating a container?03:18
vilobhmm11wanghua_ : we will need this as part of objects from bay patches03:19
wanghua_I think pod uuid is unique03:19
*** dims has quit IRC03:19
wanghua_vilobhmm11:I think pod uuid is unique03:20
vilobhmm11pod uuid is unique and k8s will make sure its unique03:20
vilobhmm11i agree03:20
*** wangqun has joined #openstack-containers03:20
vilobhmm11but since with objects from bay we won't be storing info in db03:20
*** mathspanda has quit IRC03:21
vilobhmm11also this bay_ident is passed so that at conductor layer we construct the k8s api object and be able to talk to k8s api server03:22
vilobhmm11without which we won;t be able to contact the k8s api server03:22
vilobhmm11wanghua_ : ^^03:22
wanghua_how the user know which bay the pod belong to03:22
wanghua_vilobhmm11:how the user know which bay the pod belongs to03:24
vilobhmm11when you do magnum pod-list <bay-ident> you specify the bay and hence you associate bay->k8s obje03:24
*** shuquan has joined #openstack-containers03:25
wanghua_get_one function is used by pod-show03:25
*** eghobo has joined #openstack-containers03:25
wanghua_You mean we need pod-show <bay-ident> ?03:26
vilobhmm11yes03:26
openstackgerritMotohiro/Yuanying Otsuka proposed openstack/magnum: [WIP]Functional: Add testcase of tls_enabled bay creation case.  https://review.openstack.org/23242103:27
*** dims_ has quit IRC03:28
*** eghobo_ has joined #openstack-containers03:28
wanghua_I think the right way is magnum pod-show <pod-ident>03:28
wanghua_only pod-ident is needed.03:28
openstackgerritHua Wang proposed openstack/magnum: Add bay filter to container  https://review.openstack.org/23932203:28
*** redrobot has quit IRC03:30
wanghua_vilobhmm11: We should store the relation between pod and bay in the db03:30
vilobhmm11wanghua_ : why ?03:30
*** eghobo has quit IRC03:31
wanghua_vilobhmm11: If the user forget which bay a pod belongs to, how he can know it03:31
*** daneyon has joined #openstack-containers03:36
*** sdake has quit IRC03:36
vilobhmm11wanghua_ : magnum pod-list <bay-ident> should be able to fetch the details IMHO03:37
wanghua_magnum pod-show <pod_ident> <bay-ident> ?03:38
*** wangqun_ has joined #openstack-containers03:40
wanghua_vilobhmm11: magnum pod-show <pod_ident> <bay-ident> ?03:40
*** dimtruck is now known as zz_dimtruck03:40
vilobhmm11wanghua_ : thats for show I am talking abt list03:41
*** wangqun has quit IRC03:42
wanghua_vilobhmm11: I think it is convenient for users03:43
*** achanda has joined #openstack-containers03:44
wanghua_vilobhmm11:I think it is not convenient for users03:44
*** zz_dimtruck is now known as dimtruck03:45
*** TianYuan has quit IRC03:48
*** dimtruck is now known as zz_dimtruck03:49
*** vikasc has joined #openstack-containers03:49
*** vilobhmm11 has quit IRC03:51
*** daneyon has quit IRC03:51
*** zz_dimtruck is now known as dimtruck03:53
*** harshs has quit IRC03:54
*** vilobhmm11 has joined #openstack-containers03:57
*** vilobhmm11 has quit IRC03:59
*** vilobhmm11 has joined #openstack-containers04:00
*** lyanchih has joined #openstack-containers04:04
*** shuquan has quit IRC04:14
*** dimtruck is now known as zz_dimtruck04:14
*** shuquan has joined #openstack-containers04:16
*** lyanchih has quit IRC04:18
*** shuquan has quit IRC04:28
*** shuquan has joined #openstack-containers04:30
openstackgerritMotohiro/Yuanying Otsuka proposed openstack/magnum: [WIP]Functional: Add testcase of tls_enabled bay creation case.  https://review.openstack.org/23242104:30
*** shuquan has quit IRC04:36
*** TianYuan has joined #openstack-containers04:45
*** ljianbj has quit IRC04:52
*** vilobhmm11 has quit IRC04:54
*** eghobo_ has quit IRC05:07
*** tbharath has joined #openstack-containers05:15
*** dims has joined #openstack-containers05:18
*** dims has quit IRC05:21
*** vilobhmm11 has joined #openstack-containers05:24
*** sdake has joined #openstack-containers05:24
*** shuquan has joined #openstack-containers05:27
*** lyanchih has joined #openstack-containers05:28
*** suro-patz has joined #openstack-containers05:30
*** achanda has quit IRC05:33
*** ljianbj has joined #openstack-containers05:35
*** shuquan has quit IRC05:41
*** lyanchih has quit IRC05:44
*** sdake has quit IRC05:46
*** sdake has joined #openstack-containers05:47
*** achanda has joined #openstack-containers05:48
*** wuhg has quit IRC06:01
*** slagle has joined #openstack-containers06:05
*** TianYuan has quit IRC06:07
*** wangqun_ has quit IRC06:14
*** wangqun has joined #openstack-containers06:14
*** xek has quit IRC06:17
*** lyanchih has joined #openstack-containers06:21
*** xek has joined #openstack-containers06:26
*** slagle has quit IRC06:37
*** daneyon has joined #openstack-containers06:40
*** suro-patz has quit IRC06:47
*** alex_klimov has joined #openstack-containers06:48
*** achanda has quit IRC06:56
openstackgerritMa Wen Cheng proposed openstack/magnum: Update devstack doc to cover the latest atomic image  https://review.openstack.org/23784407:00
openstackgerritBertrand Lallau proposed openstack/magnum: Use assertTrue/False instead of assertEqual(T/F)  https://review.openstack.org/23934907:02
*** achanda has joined #openstack-containers07:03
*** ishant has joined #openstack-containers07:03
*** vilobhmm11 has quit IRC07:05
openstackgerritBertrand Lallau proposed openstack/magnum: Use assertIsNone instead of assertEqual(None, ***)  https://review.openstack.org/23935107:06
openstackgerritBertrand Lallau proposed openstack/magnum: Fix argument order in assertEqual to (expect, obs)  https://review.openstack.org/23935607:17
*** unicell1 has joined #openstack-containers07:20
*** unicell has quit IRC07:21
openstackgerritBertrand Lallau proposed openstack/magnum: Use assertIn and assertNotIn  https://review.openstack.org/23935707:26
*** daneyon has quit IRC07:29
openstackgerritHua Wang proposed openstack/magnum: Add filters support to api  https://review.openstack.org/23936207:35
*** wuhg has joined #openstack-containers07:38
*** shuquan has joined #openstack-containers07:58
*** ljianbj has quit IRC08:02
*** slagle has joined #openstack-containers08:02
*** ljianbj has joined #openstack-containers08:02
*** shuquan has quit IRC08:05
openstackgerritBertrand Lallau proposed openstack/magnum: Use oslo_config IPOpt support  https://review.openstack.org/23936908:10
*** achanda has quit IRC08:13
*** achanda has joined #openstack-containers08:20
*** alex_klimov has quit IRC08:20
*** alex_klimov has joined #openstack-containers08:21
*** alex_klimov has quit IRC08:21
*** alex_klimov has joined #openstack-containers08:21
*** eghobo has joined #openstack-containers08:28
*** eghobo_ has joined #openstack-containers08:32
*** eghobo has quit IRC08:36
*** achanda has quit IRC08:37
*** mbound has joined #openstack-containers08:38
*** slotti has joined #openstack-containers08:39
wanghua_Kennan: Can you help merge this commit https://review.openstack.org/#/c/238841/08:49
wanghua_vilobhmm11:Can you help merge this commit https://review.openstack.org/#/c/238841/09:00
*** zhenguo has quit IRC09:05
openstackgerritBertrand Lallau proposed openstack/magnum: Use assertTrue/False instead of assertEqual(T/F)  https://review.openstack.org/23934909:14
openstackgerritBertrand Lallau proposed openstack/magnum: Fix argument order in assertEqual to (expect, obs)  https://review.openstack.org/23935609:18
openstackgerritBertrand Lallau proposed openstack/magnum: Use oslo_config IPOpt support  https://review.openstack.org/23936909:20
openstackgerritBertrand Lallau proposed openstack/magnum: Use assertIsNone instead of assertEqual(None, ***)  https://review.openstack.org/23935109:24
openstackgerritBertrand Lallau proposed openstack/magnum: Use assertIn and assertNotIn  https://review.openstack.org/23935709:26
openstackgerritMotohiro/Yuanying Otsuka proposed openstack/magnum: [WIP]Functional: Add testcase of tls_enabled bay creation case.  https://review.openstack.org/23242109:33
*** muneeb has joined #openstack-containers09:36
*** tbharath has quit IRC09:39
*** tbharath has joined #openstack-containers09:42
*** alex_klimov has quit IRC09:49
*** Marga_ has joined #openstack-containers09:54
*** Marga_ has quit IRC09:56
*** Marga_ has joined #openstack-containers09:56
*** julim has joined #openstack-containers09:58
*** Jianlee_ has joined #openstack-containers09:58
*** ljianbj has quit IRC09:58
*** Marga_ has quit IRC10:01
*** wangqun has quit IRC10:03
*** alex_klimov has joined #openstack-containers10:06
*** zz_dimtruck is now known as dimtruck10:08
*** dimtruck is now known as zz_dimtruck10:19
*** Jianlee_ has quit IRC10:23
*** tbharath has quit IRC10:28
*** eghobo has joined #openstack-containers10:31
*** eghobo_ has quit IRC10:34
*** vimal has quit IRC10:41
*** weihan has joined #openstack-containers10:47
openstackgerritBertrand Lallau proposed openstack/magnum: Use oslo_config IPOpt support  https://review.openstack.org/23936911:03
*** muneeb has quit IRC11:07
openstackgerritBertrand Lallau proposed openstack/magnum: Fix argument order in assertEqual to (expect, obs)  https://review.openstack.org/23935611:07
*** i316653 has joined #openstack-containers11:09
*** tbharath has joined #openstack-containers11:11
*** tbharath has quit IRC11:12
*** harlowja has quit IRC11:17
*** ishant has quit IRC11:21
*** eggshell has quit IRC11:24
*** lyanchih has quit IRC11:27
*** eggshell has joined #openstack-containers11:31
*** eghobo_ has joined #openstack-containers11:44
*** eghobo has quit IRC11:47
*** eggshell has quit IRC11:55
*** eggshell has joined #openstack-containers11:59
*** eghobo has joined #openstack-containers12:02
*** eghobo_ has quit IRC12:04
*** exploreshaifali has joined #openstack-containers12:11
*** vikasc has quit IRC12:16
*** eghobo has quit IRC12:58
*** rlrossit has joined #openstack-containers13:08
*** harlowja has joined #openstack-containers13:18
*** exploreshaifali has quit IRC13:20
*** dims has joined #openstack-containers13:22
*** dims has quit IRC13:22
*** dims has joined #openstack-containers13:23
*** vimal has joined #openstack-containers13:35
*** dims_ has joined #openstack-containers13:38
*** dims has quit IRC13:40
*** muralia has joined #openstack-containers14:00
*** wuhg has quit IRC14:01
*** harlowja has quit IRC14:05
*** slagle has quit IRC14:11
*** haiwei has quit IRC14:19
*** lyanchih has joined #openstack-containers14:22
*** achanda has joined #openstack-containers14:24
*** achanda has quit IRC14:30
*** dims_ has quit IRC14:31
*** Marga_ has joined #openstack-containers14:48
*** sdake has quit IRC14:48
*** achanda has joined #openstack-containers14:52
*** i316653 has quit IRC14:55
*** julim has quit IRC15:01
*** achanda has quit IRC15:02
*** Marga_ has quit IRC15:08
*** vimal has quit IRC15:12
*** sdake has joined #openstack-containers15:15
*** weihan has quit IRC15:22
*** bradjones has quit IRC15:23
*** bradjones has joined #openstack-containers15:25
*** bradjones has quit IRC15:25
*** bradjones has joined #openstack-containers15:25
*** chandankumar|awa is now known as chandankumar15:30
*** Drago has joined #openstack-containers15:32
*** dims has joined #openstack-containers15:32
*** dims has quit IRC15:37
*** Drago has quit IRC15:52
*** lyanchih has quit IRC16:14
*** tbharath has joined #openstack-containers16:20
*** manjeets has joined #openstack-containers16:22
*** gangil has joined #openstack-containers16:23
*** gangil has quit IRC16:23
*** gangil has joined #openstack-containers16:23
*** Drago has joined #openstack-containers16:26
*** Drago has quit IRC16:27
*** unicell1 has quit IRC16:33
*** dims has joined #openstack-containers16:33
*** mbound has quit IRC16:38
*** i316653 has joined #openstack-containers16:39
i316653Does it matter what version of Kubernetes that is used for Magnum(kilo)? Should I use the most recent version?16:40
*** dims has quit IRC16:40
*** slotti has quit IRC16:43
*** unicell has joined #openstack-containers16:54
*** suro-patz has joined #openstack-containers16:56
*** suro-patz has quit IRC17:00
*** suro-patz has joined #openstack-containers17:01
*** chandankumar is now known as chkumar246|away17:03
*** tbharath has quit IRC17:04
*** harshs has joined #openstack-containers17:15
*** harshs has left #openstack-containers17:19
*** achanda has joined #openstack-containers17:26
*** vilobhmm11 has joined #openstack-containers17:28
*** suro-patz has quit IRC17:29
*** suro-patz has joined #openstack-containers17:32
*** i316653 has quit IRC17:34
*** dims has joined #openstack-containers17:35
*** dims has quit IRC17:41
*** juggler has quit IRC17:52
*** eghobo has joined #openstack-containers17:57
*** eghobo_ has joined #openstack-containers17:59
*** gangil has quit IRC18:02
*** eghobo has quit IRC18:03
*** gangil has joined #openstack-containers18:09
*** gangil has quit IRC18:09
*** gangil has joined #openstack-containers18:09
openstackgerritMerged openstack/magnum: Remove unnecessary parameter  https://review.openstack.org/23884118:26
*** dims has joined #openstack-containers18:38
*** dims has quit IRC18:45
*** gangil has quit IRC18:59
*** eghobo_ has quit IRC19:19
*** Marga_ has joined #openstack-containers19:32
*** dims has joined #openstack-containers19:42
*** achanda has quit IRC19:42
*** dims has quit IRC19:47
openstackgerritBertrand Lallau proposed openstack/magnum: Fix argument order in assertEqual to (expect, obs)  https://review.openstack.org/23935620:01
*** gangil has joined #openstack-containers20:01
*** gangil has quit IRC20:01
*** gangil has joined #openstack-containers20:01
*** zul has joined #openstack-containers20:05
*** alex_klimov has quit IRC20:08
*** shaohe_robot1 has quit IRC20:14
*** shaohe_robot has joined #openstack-containers20:17
*** achanda has joined #openstack-containers20:20
*** muralia has quit IRC20:33
*** muralia has joined #openstack-containers20:37
*** muralia1 has joined #openstack-containers20:39
*** dims has joined #openstack-containers20:41
*** muralia has quit IRC20:41
*** harshs has joined #openstack-containers20:44
*** eghobo has joined #openstack-containers20:46
*** eghobo_ has joined #openstack-containers20:48
*** shaohe_robot1 has joined #openstack-containers20:48
*** shaohe_robot has quit IRC20:50
*** eghobo has quit IRC20:51
*** harshs has quit IRC20:57
*** harshs has joined #openstack-containers21:01
*** harshs has quit IRC21:01
*** sdake has quit IRC21:04
*** manjeets has quit IRC21:05
*** suro-patz has quit IRC21:14
*** suro-patz has joined #openstack-containers21:15
*** Marga_ has quit IRC21:17
*** Marga_ has joined #openstack-containers21:20
*** Marga_ has quit IRC21:20
*** Marga_ has joined #openstack-containers21:20
*** Marga_ has quit IRC21:21
*** julim has joined #openstack-containers21:22
*** Marga_ has joined #openstack-containers21:22
*** harshs has joined #openstack-containers21:28
*** harshs has quit IRC21:30
*** dims_ has joined #openstack-containers21:35
*** dims has quit IRC21:38
*** dims_ has quit IRC21:40
*** Marga_ has quit IRC21:42
*** rlrossit has left #openstack-containers21:44
*** achanda has quit IRC21:48
*** slagle has joined #openstack-containers21:48
*** harshs has joined #openstack-containers21:51
*** muralia1 has quit IRC21:54
*** sthillma has joined #openstack-containers21:58
*** muralia has joined #openstack-containers22:07
*** muralia1 has joined #openstack-containers22:09
*** muralia has quit IRC22:11
*** achanda has joined #openstack-containers22:13
*** harshs has quit IRC22:22
*** eghobo_ has quit IRC22:26
*** harshs has joined #openstack-containers22:26
*** suro-patz has quit IRC22:28
*** harshs has quit IRC22:28
*** gangil has quit IRC22:29
*** harshs has joined #openstack-containers22:32
*** harshs has quit IRC22:32
*** zul has quit IRC22:33
*** suro-patz has joined #openstack-containers22:33
*** slagle has quit IRC22:36
*** gangil has joined #openstack-containers22:47
*** gangil has quit IRC22:47
*** gangil has joined #openstack-containers22:47
*** suro-patz has quit IRC23:03
*** suro-patz has joined #openstack-containers23:03
*** wanghua_ has quit IRC23:08
*** wanghua_ has joined #openstack-containers23:08
*** harshs has joined #openstack-containers23:14
*** muralia1 has quit IRC23:20
*** julim has quit IRC23:20
*** muralia has joined #openstack-containers23:22
*** eghobo has joined #openstack-containers23:33
*** zz_dimtruck is now known as dimtruck23:35
*** eghobo_ has joined #openstack-containers23:35
*** eghobo has quit IRC23:38
*** dimtruck is now known as zz_dimtruck23:38
*** harlowja has joined #openstack-containers23:39
*** eghobo has joined #openstack-containers23:39
*** muralia has quit IRC23:43
*** eghobo_ has quit IRC23:43
*** eghobo has quit IRC23:48
*** suro-patz has quit IRC23:57
*** Guest65197 has joined #openstack-containers23:58
*** achanda has quit IRC23:59

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