*** bpokorny_ has joined #openstack-containers | 00:00 | |
*** bpokorny has quit IRC | 00:03 | |
*** zz_dimtruck is now known as dimtruck | 00:08 | |
*** hongbin has quit IRC | 00:09 | |
*** sdake has quit IRC | 00:14 | |
*** apuimedo has quit IRC | 00:16 | |
*** apuimedo has joined #openstack-containers | 00:16 | |
*** ybathia has quit IRC | 00:20 | |
Kennan | hi yuanying | 00:35 |
---|---|---|
Kennan | yuanying_ | 00:36 |
yuanying_ | hi Kennan | 00:36 |
*** yanghy has quit IRC | 00:37 | |
Kennan | could you help review this https://review.openstack.org/#/c/274123/ yuanying_ ? | 00:38 |
Kennan | it has addressed your comments before, I think :) | 00:38 |
yuanying_ | yes, ok | 00:39 |
*** bpokorny_ has quit IRC | 00:39 | |
*** bpokorny has joined #openstack-containers | 00:39 | |
*** yanghy has joined #openstack-containers | 00:40 | |
*** yanghy has quit IRC | 00:44 | |
*** yanghy has joined #openstack-containers | 00:44 | |
*** yanghy has quit IRC | 00:47 | |
*** yanghy has joined #openstack-containers | 00:49 | |
*** yanghy has quit IRC | 00:53 | |
*** yanghy has joined #openstack-containers | 00:55 | |
*** suro-patz has quit IRC | 00:56 | |
*** sergmelikyan has joined #openstack-containers | 01:00 | |
*** ybathia has joined #openstack-containers | 01:01 | |
*** yanghy has quit IRC | 01:09 | |
*** yanghy has joined #openstack-containers | 01:09 | |
*** yanghy has quit IRC | 01:11 | |
*** yanghy has joined #openstack-containers | 01:12 | |
*** jasonsb has joined #openstack-containers | 01:12 | |
*** suro-patz has joined #openstack-containers | 01:13 | |
*** yanghy has quit IRC | 01:14 | |
*** sergmelikyan has quit IRC | 01:15 | |
*** yanghy has joined #openstack-containers | 01:16 | |
*** ybathia has quit IRC | 01:16 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 01:17 | |
*** yanghy has quit IRC | 01:18 | |
*** apuimedo has quit IRC | 01:19 | |
*** yanghy has joined #openstack-containers | 01:21 | |
*** yanghy has quit IRC | 01:23 | |
*** suro-patz has quit IRC | 01:26 | |
*** adrian_otto has quit IRC | 01:27 | |
*** sergmelikyan has joined #openstack-containers | 01:29 | |
yuanying_ | Kennan: Should we introduce `region_name` to baymodel for the bay? | 01:29 |
*** prithiv1 has quit IRC | 01:29 | |
*** vilobhmm11 has quit IRC | 01:33 | |
*** yanghy has joined #openstack-containers | 01:33 | |
openstackgerrit | Merged openstack/magnum: Return correct object type https://review.openstack.org/285691 | 01:34 |
*** sergmelikyan has quit IRC | 01:37 | |
yuanying_ | Kennan: Heat can accept region_name for stack, so I guess magnum which is in regionOne can build `regionTwo` bay | 01:37 |
*** yanghy has quit IRC | 01:39 | |
*** yanghy has joined #openstack-containers | 01:43 | |
*** Tango|2 has quit IRC | 01:43 | |
*** baohua has joined #openstack-containers | 01:46 | |
*** yanghy has quit IRC | 01:46 | |
*** kan_ has joined #openstack-containers | 01:48 | |
Kennan | yuanying_ why need introuce region_name to baymodel | 01:48 |
Kennan | mutli-region have related services, nova and related | 01:49 |
*** sergmelikyan has joined #openstack-containers | 01:49 | |
Kennan | each region would serve that | 01:49 |
yuanying_ | Kennan: sorry, I changed my opinion | 01:49 |
yuanying_ | Ok, I got it | 01:49 |
Kennan | :) | 01:50 |
*** sergmelikyan has quit IRC | 01:50 | |
openstackgerrit | Merged openstack/magnum: Avoid compare None type using min() https://review.openstack.org/285689 | 01:50 |
openstackgerrit | Merged openstack/magnum: Use six.moves.reload_module instead of builltin reload https://review.openstack.org/285690 | 01:50 |
openstackgerrit | Merged openstack/magnum: Use specific key to sort list of dicts https://review.openstack.org/285694 | 01:51 |
openstackgerrit | Merged openstack/magnum: Encode string before hash it https://review.openstack.org/285697 | 01:51 |
yuanying_ | but, I think `region_name` will be used by another function not only volume_driver | 01:51 |
yuanying_ | so, this `region_name` is bay specific | 01:51 |
yuanying_ | It means we should introduce another config parameter, like bay_region_name | 01:52 |
yuanying_ | What do you think? | 01:52 |
Kennan | yunaying_ right now I did not find string reason to introduce region_name in bay | 01:53 |
Kennan | just like nova, you boot instance not need to care about it. | 01:53 |
Kennan | s/string/strong | 01:53 |
yuanying_ | Kennan: yes, I introduce magnum_url parameter to get certificate | 01:54 |
yuanying_ | Kennan: But if region_name is introduced, we use it to get magnum_url in the bay | 01:54 |
Kennan | yuanying_ it was same, how did you get your magnum_url ? | 01:55 |
yuanying_ | Kennan: region_name and service_name is used to get magnum_url | 01:55 |
Kennan | Then if your functions work, how could need region_name again? | 01:56 |
Kennan | how did you get region_name? | 01:56 |
yuanying_ | from heat parameter | 01:56 |
Kennan | yuanying_ which configuration is for that region? | 01:57 |
Kennan | did you mean magnum keystone region? | 01:57 |
yuanying_ | https://review.openstack.org/#/c/285954/1/magnum/conductor/template_definition.py | 01:57 |
Kennan | yunaying_ ? | 01:57 |
Kennan | not get your points | 01:58 |
yuanying_ | well | 01:58 |
Kennan | it was used in our cinder client | 01:58 |
Kennan | it was not your magnum_url in cerficcate | 01:58 |
yuanying_ | yes | 01:58 |
yuanying_ | but this region_name can be used for to get magnum_url | 01:59 |
yuanying_ | because bay is in this region | 01:59 |
Kennan | yuanying_ I think it is different, you talked region, I think it is magnum,conf region about keystone part | 01:59 |
Kennan | and it is that case which you can get related url | 02:00 |
yuanying_ | magnum_url came from region_name and service_name in magnum.conf | 02:00 |
Kennan | it is not means use our cinder region | 02:00 |
*** suro-patz has joined #openstack-containers | 02:01 | |
Kennan | yuanying_ did you look magnum.conf example ? | 02:01 |
Kennan | it include all clients region_name | 02:01 |
Kennan | like glance heat nova | 02:01 |
yuanying_ | yes | 02:01 |
Kennan | each have region_name | 02:01 |
yuanying_ | yes | 02:01 |
yuanying_ | I mean | 02:02 |
yuanying_ | its not needed to give heat_region_name, cinder_region_name, magnum_region_name to bay as heat_parameter | 02:03 |
yuanying_ | I think, LB feature also wants region_name | 02:03 |
Kennan | yuanying_ LB right now need user manual config | 02:04 |
yuanying_ | LB will want region_name | 02:04 |
Kennan | we just do in volume with automically | 02:04 |
*** dims has quit IRC | 02:04 | |
Kennan | yuanying_ LB did need that, but it needs user to config | 02:05 |
Kennan | it needs to login to nodes and manual config | 02:05 |
yuanying_ | currently yes | 02:05 |
yuanying_ | there is no plan to automatically setup? | 02:05 |
Kennan | I am not sure yuanying_ it was feature implemented before | 02:06 |
Kennan | but it is out scope of this cinder related, what you means to get region through magnum_url(if possible) would need separate patch to fix those | 02:07 |
Kennan | yuanying_ does it make sense? | 02:07 |
Kennan | like nova, glance . etc | 02:07 |
yuanying_ | Kennan: ok, currently it makes sense to me | 02:08 |
*** yanghy has joined #openstack-containers | 02:08 | |
*** dims has joined #openstack-containers | 02:08 | |
Kennan | yuanying_ for questions you mentioned, I think you could open a issue | 02:08 |
Kennan | and I like to subscribe it and discuss it | 02:09 |
Kennan | yunaying_ you could input your points in that issue, and we need more talking about it in that issue | 02:09 |
yuanying_ | ok, and now I have two items to discuss. | 02:12 |
yuanying_ | I try to join next meeting.. | 02:12 |
*** dims has quit IRC | 02:13 | |
*** Marga__ has joined #openstack-containers | 02:16 | |
*** yanghy has quit IRC | 02:17 | |
*** dims has joined #openstack-containers | 02:17 | |
*** yanghy has joined #openstack-containers | 02:18 | |
*** Marga_ has quit IRC | 02:19 | |
*** yanghy has quit IRC | 02:22 | |
*** yanghy has joined #openstack-containers | 02:23 | |
openstackgerrit | Kai Qiang Wu(Kennan) proposed openstack/magnum: Fix the jenkins run script https://review.openstack.org/285907 | 02:25 |
*** bpokorny_ has joined #openstack-containers | 02:26 | |
*** fawadkhaliq has quit IRC | 02:27 | |
*** gangil has quit IRC | 02:27 | |
*** bpokorny has quit IRC | 02:29 | |
*** bpokorny_ has quit IRC | 02:31 | |
*** suro-patz has quit IRC | 02:31 | |
*** blogan has quit IRC | 02:32 | |
*** houming has joined #openstack-containers | 02:38 | |
*** muralia_ has joined #openstack-containers | 02:44 | |
*** muralia has quit IRC | 02:44 | |
*** csoukup has joined #openstack-containers | 02:51 | |
*** csoukup has quit IRC | 02:55 | |
*** dimtruck is now known as zz_dimtruck | 03:01 | |
*** zz_dimtruck is now known as dimtruck | 03:12 | |
wanghua | Kennan yuanying_ : can you help review my patches https://review.openstack.org/#/c/285988/ and https://review.openstack.org/#/c/286004/ | 03:15 |
Kennan | sure will check later wanghua: | 03:15 |
wanghua | Kennan: Thanks | 03:16 |
*** dims has quit IRC | 03:19 | |
*** yuanying has joined #openstack-containers | 03:21 | |
*** yuanying_ has quit IRC | 03:23 | |
*** Marga__ has quit IRC | 03:26 | |
*** yuanying has quit IRC | 03:27 | |
*** vilobhmm11 has joined #openstack-containers | 03:28 | |
*** Marga_ has joined #openstack-containers | 03:30 | |
openstackgerrit | Merged openstack/magnum: Add hidden attr to password in the Heat Templete https://review.openstack.org/285964 | 03:32 |
openstackgerrit | wangqun proposed openstack/magnum: Fix baymodel with invalid parameter can created. https://review.openstack.org/282199 | 03:35 |
*** Marga_ has quit IRC | 03:35 | |
*** Marga_ has joined #openstack-containers | 03:43 | |
*** dave-mccowan has quit IRC | 03:45 | |
*** harshs has quit IRC | 03:45 | |
*** Marga_ has quit IRC | 03:47 | |
yanghy | Kennan, wanghua, yuanying_ : Is there a way to force gate, I have a patchset, and some of them have workflow+1 but do not start the gate, I think it is because it's a patchiest and it depends on previous non-approved patch, but one of the previous patch need modify, so it will trigger rebase, the workflow+1 will gone... Is there a way to avoid this? | 03:48 |
*** kebray has quit IRC | 03:49 | |
*** vilobhmm11 has quit IRC | 03:52 | |
*** vilobhmm11 has joined #openstack-containers | 03:54 | |
openstackgerrit | Merged openstack/magnum: Ignore the generated config file https://review.openstack.org/286248 | 03:56 |
*** vimal has joined #openstack-containers | 03:57 | |
*** mkrai has joined #openstack-containers | 04:00 | |
*** bpokorny has joined #openstack-containers | 04:07 | |
*** yuanying has joined #openstack-containers | 04:10 | |
*** yanghy has quit IRC | 04:12 | |
*** yanghy has joined #openstack-containers | 04:14 | |
*** yanghy has quit IRC | 04:15 | |
*** Marga_ has joined #openstack-containers | 04:16 | |
*** Marga_ has quit IRC | 04:16 | |
*** Marga_ has joined #openstack-containers | 04:17 | |
*** yanghy has joined #openstack-containers | 04:17 | |
*** fawadkhaliq has joined #openstack-containers | 04:18 | |
openstackgerrit | Dimitry Ushakov proposed openstack/magnum: Remove minion dependency on master https://review.openstack.org/275405 | 04:19 |
*** yanghy has quit IRC | 04:21 | |
*** dimtruck is now known as zz_dimtruck | 04:22 | |
*** yanghy has joined #openstack-containers | 04:22 | |
*** daneyon_ has quit IRC | 04:26 | |
*** yanghy has quit IRC | 04:27 | |
*** yanghy has joined #openstack-containers | 04:32 | |
openstackgerrit | Yang Hongyang proposed openstack/magnum: Correctly compare utf8 strings https://review.openstack.org/285478 | 04:38 |
openstackgerrit | Yang Hongyang proposed openstack/magnum: handle bytes list in api middleware https://review.openstack.org/285693 | 04:38 |
openstackgerrit | Yang Hongyang proposed openstack/magnum: Use str() to generate IOError exception message https://review.openstack.org/285695 | 04:38 |
openstackgerrit | Yang Hongyang proposed openstack/magnum: Fix x509 cert generation python3 compability https://review.openstack.org/285696 | 04:38 |
*** mkrai has quit IRC | 04:45 | |
*** yanghy has quit IRC | 04:56 | |
*** yanghy has joined #openstack-containers | 04:57 | |
openstackgerrit | Merged openstack/magnum: Fix api access with public acl routes https://review.openstack.org/283921 | 04:57 |
*** suro-patz has joined #openstack-containers | 04:57 | |
*** yanghy has quit IRC | 05:01 | |
*** yanghy has joined #openstack-containers | 05:17 | |
*** yanghy has quit IRC | 05:17 | |
*** blogan_ has joined #openstack-containers | 05:18 | |
*** Marga_ has quit IRC | 05:20 | |
*** bpokorny has quit IRC | 05:21 | |
*** daneyon has joined #openstack-containers | 05:25 | |
*** suro-patz has quit IRC | 05:29 | |
*** Marga_ has joined #openstack-containers | 05:30 | |
*** sidx64 has joined #openstack-containers | 05:42 | |
*** fawadkhaliq has quit IRC | 05:42 | |
*** kushal has joined #openstack-containers | 05:43 | |
*** fawadkhaliq has joined #openstack-containers | 05:58 | |
*** sidx64_Cern has joined #openstack-containers | 05:59 | |
*** sidx64 has quit IRC | 06:01 | |
*** shu-mutou-AWAY is now known as shu-mutou | 06:10 | |
*** sdake has joined #openstack-containers | 06:11 | |
*** suro-patz has joined #openstack-containers | 06:20 | |
*** tbh has joined #openstack-containers | 06:22 | |
*** daneyon has quit IRC | 06:23 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/magnum-ui: Imported Translations from Zanata https://review.openstack.org/283408 | 06:26 |
*** sdake has quit IRC | 06:27 | |
*** sdake has joined #openstack-containers | 06:33 | |
*** vikasc has joined #openstack-containers | 06:36 | |
*** suro-patz has quit IRC | 06:43 | |
*** zenoway has joined #openstack-containers | 06:47 | |
openstackgerrit | Merged openstack/magnum: Fix the jenkins run script https://review.openstack.org/285907 | 06:52 |
openstackgerrit | Merged openstack/magnum: Convert bytes to string in get_id for python3 compatibility https://review.openstack.org/285698 | 06:52 |
*** mkrai has joined #openstack-containers | 06:52 | |
openstackgerrit | Merged openstack/magnum: Do not use translate to delete chars https://review.openstack.org/285699 | 06:52 |
openstackgerrit | Merged openstack/magnum: Use exception.faultstring instead of exception.message https://review.openstack.org/285692 | 06:52 |
*** ishant has joined #openstack-containers | 06:53 | |
*** Marga_ has quit IRC | 06:57 | |
openstackgerrit | Hua Wang proposed openstack/magnum: Use trust for tls generation https://review.openstack.org/286414 | 06:58 |
*** achanda has quit IRC | 06:58 | |
*** daneyon has joined #openstack-containers | 06:59 | |
*** vilobhmm11 has quit IRC | 07:02 | |
*** daneyon has quit IRC | 07:04 | |
*** vilobhmm11 has joined #openstack-containers | 07:07 | |
*** suro-patz has joined #openstack-containers | 07:07 | |
*** sdake has quit IRC | 07:10 | |
*** daneyon has joined #openstack-containers | 07:10 | |
*** sdake has joined #openstack-containers | 07:12 | |
*** jwcroppe has quit IRC | 07:13 | |
*** jwcroppe has joined #openstack-containers | 07:14 | |
*** achanda has joined #openstack-containers | 07:15 | |
*** mikelk has joined #openstack-containers | 07:16 | |
*** vilobhmm11 has quit IRC | 07:21 | |
*** j___ has joined #openstack-containers | 07:21 | |
*** sid_cerner has joined #openstack-containers | 07:21 | |
*** sidx64_Cern has quit IRC | 07:25 | |
*** suro-patz has quit IRC | 07:26 | |
openstackgerrit | Hua Wang proposed openstack/magnum: Use trust for tls generation https://review.openstack.org/286414 | 07:27 |
openstackgerrit | wangqun proposed openstack/magnum: Add external_network unit test for post baymodel https://review.openstack.org/286419 | 07:29 |
*** j___ has quit IRC | 07:33 | |
*** j___ has joined #openstack-containers | 07:39 | |
openstackgerrit | wangqun proposed openstack/magnum: Add flavor_id unit test for post baymodel https://review.openstack.org/286422 | 07:42 |
*** sdake has quit IRC | 07:48 | |
*** fgimenez has joined #openstack-containers | 08:00 | |
*** fgimenez has quit IRC | 08:00 | |
*** fgimenez has joined #openstack-containers | 08:00 | |
*** belmoreira has joined #openstack-containers | 08:01 | |
*** achanda_ has joined #openstack-containers | 08:02 | |
*** achanda has quit IRC | 08:04 | |
*** achanda_ has quit IRC | 08:04 | |
*** jwcroppe_ has joined #openstack-containers | 08:04 | |
*** chandankumar has joined #openstack-containers | 08:06 | |
*** slagle has quit IRC | 08:06 | |
*** jwcroppe has quit IRC | 08:07 | |
*** achanda has joined #openstack-containers | 08:08 | |
*** fawadkhaliq has quit IRC | 08:08 | |
*** pcaruana has joined #openstack-containers | 08:09 | |
*** daneyon has quit IRC | 08:17 | |
*** yanghy has joined #openstack-containers | 08:20 | |
*** achanda has quit IRC | 08:27 | |
yanghy | Why rebase is keep causing patches losing Workflow+1 , it drives me mad :( | 08:29 |
yanghy | I shouldn't ever upload patches in a set, better to separate them to different branch | 08:30 |
*** kushal has quit IRC | 08:33 | |
yanghy | yuanying, Kennan wanghua Sorry that I'm keeping losing your Workflow+1, would love you to take a look at the rebased patches https://review.openstack.org/#/c/285695/ https://review.openstack.org/#/c/285696/ https://review.openstack.org/#/c/285478/ when you're free, thanks in advance | 08:39 |
*** openstackgerrit has quit IRC | 08:48 | |
*** openstackgerrit has joined #openstack-containers | 08:48 | |
*** chandankumar has quit IRC | 09:02 | |
*** tcammann has joined #openstack-containers | 09:03 | |
*** strigazi has joined #openstack-containers | 09:05 | |
*** mbound has joined #openstack-containers | 09:06 | |
*** chandankumar has joined #openstack-containers | 09:09 | |
*** yamamoto has joined #openstack-containers | 09:10 | |
*** strigazi has quit IRC | 09:10 | |
*** mkrai has quit IRC | 09:13 | |
*** strigazi has joined #openstack-containers | 09:15 | |
*** baohua has quit IRC | 09:31 | |
*** prithiv has joined #openstack-containers | 09:34 | |
*** prithiv has quit IRC | 09:35 | |
*** jreypo has joined #openstack-containers | 09:37 | |
*** tcammann has quit IRC | 09:39 | |
*** tcammann has joined #openstack-containers | 09:39 | |
*** jreypo has quit IRC | 09:39 | |
openstackgerrit | wangqun proposed openstack/magnum: Add Container Volume Model into Kubernetes Heat Templates https://review.openstack.org/285954 | 09:51 |
*** prithiv has joined #openstack-containers | 09:53 | |
*** apuimedo has joined #openstack-containers | 09:54 | |
*** mkrai has joined #openstack-containers | 10:02 | |
openstackgerrit | wangqun proposed openstack/magnum: Add Container Volume Model into Kubernetes Heat Templates https://review.openstack.org/285954 | 10:02 |
yamamoto | any idea about this? https://bugs.launchpad.net/magnum/+bug/1551648 | 10:12 |
openstack | Launchpad bug 1551648 in Magnum "k8s podmaster doesn't work" [Undecided,New] | 10:12 |
*** strigazi has quit IRC | 10:14 | |
*** strigazi has joined #openstack-containers | 10:18 | |
*** tcammann has quit IRC | 10:20 | |
*** tbh has quit IRC | 10:26 | |
*** ishant has quit IRC | 10:28 | |
openstackgerrit | Merged openstack/magnum: Rename get_rpc_resource to get_resource https://review.openstack.org/284583 | 10:33 |
-openstackstatus- NOTICE: Gerrit is going to be restarted due to poor performance | 10:35 | |
*** ChanServ changes topic to "Gerrit is going to be restarted due to poor performance" | 10:35 | |
*** prithiv has quit IRC | 10:36 | |
*** mkrai has quit IRC | 10:37 | |
*** prithiv has joined #openstack-containers | 10:38 | |
*** tbh has joined #openstack-containers | 10:40 | |
*** vikasc has quit IRC | 10:40 | |
*** ChanServ changes topic to "OpenStack Containers Team" | 10:41 | |
-openstackstatus- NOTICE: gerrit finished restartign | 10:41 | |
*** prithiv has quit IRC | 10:42 | |
*** prithiv has joined #openstack-containers | 10:43 | |
openstackgerrit | Shu Muto proposed openstack/magnum-ui: Remove unnecessary import lines from scss files https://review.openstack.org/286483 | 10:45 |
*** vikasc has joined #openstack-containers | 10:54 | |
shu-mutou | everyone: Magnum-UI doesn't work with latest Horizon, because of https://bugs.launchpad.net/magnum-ui/+bug/1550286 | 10:54 |
openstack | Launchpad bug 1550286 in Magnum UI "dynamic themes breaks compress offline" [Undecided,In progress] - Assigned to Shu Muto (shu-mutou) | 10:54 |
shu-mutou | Core reviewers, please review https://review.openstack.org/286483 ASAP | 10:56 |
*** strigazi has quit IRC | 11:00 | |
*** baohua has joined #openstack-containers | 11:01 | |
*** yanghy has quit IRC | 11:03 | |
*** dims has joined #openstack-containers | 11:03 | |
*** yamamoto has quit IRC | 11:15 | |
openstackgerrit | Shu Muto proposed openstack/magnum-ui: Add Create Bay action into BayModel row-action https://review.openstack.org/284582 | 11:22 |
openstackgerrit | Shu Muto proposed openstack/magnum-ui: Refactor actions in Bay table https://review.openstack.org/283396 | 11:22 |
*** houming has quit IRC | 11:45 | |
*** prithiv has quit IRC | 11:54 | |
*** shu-mutou is now known as shu-mutou-AFK | 11:54 | |
*** prithiv has joined #openstack-containers | 11:57 | |
*** tcammann has joined #openstack-containers | 11:59 | |
*** vikasc has quit IRC | 12:00 | |
*** yamamoto has joined #openstack-containers | 12:02 | |
*** prithiv has quit IRC | 12:05 | |
*** tbh has quit IRC | 12:06 | |
*** prithiv has joined #openstack-containers | 12:06 | |
*** tcammann has quit IRC | 12:07 | |
*** pauloewerton has joined #openstack-containers | 12:07 | |
*** prithiv has quit IRC | 12:08 | |
*** mkrai has joined #openstack-containers | 12:22 | |
*** yanghy has joined #openstack-containers | 12:23 | |
*** dave-mccowan has joined #openstack-containers | 12:27 | |
*** sid_cerner has quit IRC | 12:30 | |
*** kushal has joined #openstack-containers | 12:34 | |
*** baohua has quit IRC | 12:40 | |
*** baohua has joined #openstack-containers | 12:40 | |
*** jaypipes has joined #openstack-containers | 12:48 | |
*** sseago_ has quit IRC | 13:00 | |
*** mkrai has quit IRC | 13:01 | |
*** strigazi has joined #openstack-containers | 13:02 | |
*** dims has quit IRC | 13:02 | |
coreyob | hey all I'm looking at the kubernetes templates and they don't seem to have any call to the wait condition. is that true or am i missing something? | 13:04 |
*** dims has joined #openstack-containers | 13:08 | |
*** julim has joined #openstack-containers | 13:10 | |
coreyob | n/m i see it | 13:10 |
*** yamamoto has quit IRC | 13:10 | |
*** yamamoto has joined #openstack-containers | 13:11 | |
*** yamamoto has quit IRC | 13:11 | |
*** yamamoto has joined #openstack-containers | 13:12 | |
*** prithiv has joined #openstack-containers | 13:13 | |
*** sseago_ has joined #openstack-containers | 13:13 | |
*** pradk has joined #openstack-containers | 13:14 | |
*** sdake has joined #openstack-containers | 13:16 | |
*** sseago_ has quit IRC | 13:20 | |
*** sdake has quit IRC | 13:21 | |
*** sdake has joined #openstack-containers | 13:21 | |
yanghy | yuanying, ping... | 13:25 |
*** alger has joined #openstack-containers | 13:27 | |
*** yamamoto has quit IRC | 13:32 | |
*** dslevin has joined #openstack-containers | 13:33 | |
*** slagle has joined #openstack-containers | 13:33 | |
*** yamamoto has joined #openstack-containers | 13:38 | |
yanghy | wanghua, ping... | 13:38 |
*** yamamoto has quit IRC | 13:39 | |
*** Marga_ has joined #openstack-containers | 13:46 | |
*** baohua_ has joined #openstack-containers | 13:49 | |
*** Marga_ has quit IRC | 13:50 | |
*** sdake_ has joined #openstack-containers | 13:50 | |
*** baohua has quit IRC | 13:50 | |
*** chandankumar has quit IRC | 13:52 | |
*** yamamoto has joined #openstack-containers | 13:53 | |
*** sdake has quit IRC | 13:54 | |
*** sergmelikyan has joined #openstack-containers | 13:54 | |
*** mbound has quit IRC | 13:56 | |
*** rlrossit has joined #openstack-containers | 14:01 | |
*** hongbin has joined #openstack-containers | 14:02 | |
*** tcammann has joined #openstack-containers | 14:02 | |
*** chandankumar has joined #openstack-containers | 14:03 | |
*** chandankumar has quit IRC | 14:05 | |
*** chandankumar has joined #openstack-containers | 14:05 | |
*** sergmelikyan has quit IRC | 14:05 | |
*** sergmeli_ has joined #openstack-containers | 14:07 | |
*** tcammann has quit IRC | 14:07 | |
*** mbound has joined #openstack-containers | 14:15 | |
*** levi_b-away is now known as levi_b | 14:17 | |
*** sdake_ is now known as sdake | 14:19 | |
*** mbound has quit IRC | 14:30 | |
*** yanghy has quit IRC | 14:31 | |
*** mbound has joined #openstack-containers | 14:34 | |
*** strigazi has quit IRC | 14:38 | |
*** sseago_ has joined #openstack-containers | 14:38 | |
*** himanshu_garg has joined #openstack-containers | 14:40 | |
*** chandankumar has quit IRC | 14:44 | |
*** strigazi has joined #openstack-containers | 14:46 | |
*** muralia has joined #openstack-containers | 14:47 | |
*** yanghy has joined #openstack-containers | 14:48 | |
*** sdake has quit IRC | 14:49 | |
*** hongbin has quit IRC | 14:50 | |
*** muralia_ has quit IRC | 14:51 | |
*** harshs has joined #openstack-containers | 14:55 | |
*** sdake has joined #openstack-containers | 14:56 | |
*** kan_ has quit IRC | 14:56 | |
*** Shiv_ has joined #openstack-containers | 14:58 | |
*** Shiv_ is now known as Shiv | 14:58 | |
*** csoukup has joined #openstack-containers | 14:58 | |
*** fawadkhaliq has joined #openstack-containers | 15:02 | |
*** harshs has quit IRC | 15:02 | |
*** hongbin has joined #openstack-containers | 15:03 | |
*** hongbin has joined #openstack-containers | 15:03 | |
*** dane_leblanc has joined #openstack-containers | 15:05 | |
*** zz_dimtruck is now known as dimtruck | 15:12 | |
*** sdake_ has joined #openstack-containers | 15:20 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:20 | |
openstackgerrit | Yang Hongyang proposed openstack/magnum: Use obj_attr_is_set to check whether an attr is set in oslo_versionedobject https://review.openstack.org/286654 | 15:20 |
*** pradk has quit IRC | 15:22 | |
*** pradk has joined #openstack-containers | 15:22 | |
*** sdake has quit IRC | 15:23 | |
*** rpothier has joined #openstack-containers | 15:29 | |
*** _ioni is now known as ioni | 15:31 | |
*** ioni has joined #openstack-containers | 15:31 | |
*** yanghy has quit IRC | 15:32 | |
*** Tango has joined #openstack-containers | 15:34 | |
*** baohua_ has quit IRC | 15:37 | |
*** chandankumar has joined #openstack-containers | 15:38 | |
*** mbound has quit IRC | 15:40 | |
*** mbound has joined #openstack-containers | 15:40 | |
*** j___ has quit IRC | 15:42 | |
*** yamamoto has quit IRC | 15:43 | |
*** adrian_otto has joined #openstack-containers | 15:47 | |
*** jaypipes has quit IRC | 15:50 | |
*** chandankumar has quit IRC | 15:50 | |
*** mkrai has joined #openstack-containers | 15:51 | |
*** mkrai is now known as madhuri | 15:51 | |
*** madhuri is now known as madhurik | 15:51 | |
adrian_otto | Our team meeting will begin in a few minutes in #openstack-meeting-alt at UTC 1600. See you there! | 15:52 |
*** yamamoto has joined #openstack-containers | 15:52 | |
*** sergmeli_ has quit IRC | 15:54 | |
*** jward_ is now known as jward | 15:56 | |
*** Shiv__ has joined #openstack-containers | 15:58 | |
*** Shiv has quit IRC | 16:00 | |
*** Shiv__ is now known as Shiv | 16:00 | |
*** chandankumar has joined #openstack-containers | 16:01 | |
*** eghobo has joined #openstack-containers | 16:02 | |
*** tcammann has joined #openstack-containers | 16:03 | |
*** sergmelikyan has joined #openstack-containers | 16:03 | |
*** vilobhmm11 has joined #openstack-containers | 16:06 | |
*** suro-patz has joined #openstack-containers | 16:06 | |
*** tcammann has quit IRC | 16:08 | |
*** Shiv has quit IRC | 16:09 | |
*** shawnmaten has joined #openstack-containers | 16:11 | |
*** shawnmaten has quit IRC | 16:11 | |
*** shawnmaten has joined #openstack-containers | 16:11 | |
*** Shiv has joined #openstack-containers | 16:12 | |
*** jaypipes has joined #openstack-containers | 16:13 | |
*** bpokorny has joined #openstack-containers | 16:17 | |
*** yamamoto has quit IRC | 16:21 | |
*** yamamoto has joined #openstack-containers | 16:23 | |
*** daneyon has joined #openstack-containers | 16:25 | |
*** daneyon_ has joined #openstack-containers | 16:26 | |
*** belmoreira has quit IRC | 16:28 | |
*** ddecapit has joined #openstack-containers | 16:29 | |
*** ddecapit is now known as DuaneDeC7 | 16:30 | |
*** daneyon has quit IRC | 16:30 | |
*** Drago has joined #openstack-containers | 16:32 | |
*** chandankumar has quit IRC | 16:32 | |
*** absubram has joined #openstack-containers | 16:32 | |
*** fawadkhaliq has quit IRC | 16:33 | |
*** absubram_ has joined #openstack-containers | 16:33 | |
*** yamamoto has quit IRC | 16:34 | |
*** yamamoto has joined #openstack-containers | 16:34 | |
*** yamamoto has quit IRC | 16:34 | |
*** vimal has quit IRC | 16:35 | |
*** suro-patz has quit IRC | 16:37 | |
*** absubram has quit IRC | 16:37 | |
*** absubram_ is now known as absubram | 16:37 | |
*** suro-patz has joined #openstack-containers | 16:37 | |
*** strigazi has quit IRC | 16:39 | |
*** strigazi has joined #openstack-containers | 16:40 | |
*** DuaneDeC7 has quit IRC | 16:42 | |
*** DuaneDeC7 has joined #openstack-containers | 16:42 | |
*** tbh has joined #openstack-containers | 16:47 | |
*** strigazi has quit IRC | 16:50 | |
*** chandankumar has joined #openstack-containers | 16:51 | |
*** vilobhmm111 has joined #openstack-containers | 16:52 | |
*** vilobhmm11 has quit IRC | 16:55 | |
*** fawadkhaliq has joined #openstack-containers | 16:56 | |
*** mikelk has quit IRC | 16:56 | |
*** DuaneDeC7 has quit IRC | 17:00 | |
*** eghobo has quit IRC | 17:00 | |
Kennan | adrian_otto: | 17:00 |
Kennan | ping | 17:00 |
adrian_otto | hi Kennan, you asked about the Mitaka release date | 17:00 |
thomasem | hongbin: Why must k8s have another distro supported? What's the use-case? What're you worried about happening if we only label one as 'supported' by the Magnum team? | 17:01 |
Kennan | Yes for Magnum adrian_otto | 17:01 |
*** mbound has quit IRC | 17:01 | |
thomasem | Adding one more distro _will_ impact development speed for both bug fixes and new features. | 17:01 |
hongbin | thomasem: I worried the vendor lock-in issue | 17:01 |
thomasem | And also narrow the qualified pool | 17:01 |
Kennan | I want to make sure some feature can be merged in M release in Magnum | 17:01 |
thomasem | of people who can address it | 17:02 |
Kennan | adrian_otto: do you have any date for Magnum now ? | 17:02 |
thomasem | hongbin: Give me a real scenario... if it's kubernetes, does the underlying OS that it's running on matter _that_ much? | 17:02 |
Kennan | I am not sure if we have separate date or not? adrian_otto | 17:02 |
hongbin | So the arugement is how additonal distro will impact the development speed, which I am not sure | 17:02 |
thomasem | The reason for using Docker is so it can be cross platform. | 17:02 |
adrian_otto | Kennan: we do still have the freedom to select another date | 17:03 |
thomasem | by virtue of being a container environment. | 17:03 |
adrian_otto | but feature freeze would normally start on this coming Thursday | 17:03 |
Kennan | adrian_otto: for example our storage support in still on review | 17:03 |
hongbin | I am still not confortable to lock-in to a specific container environment | 17:04 |
Kennan | and if not merged this Thursday | 17:04 |
thomasem | I don't see what lock-in you're referring ot? | 17:04 |
Kennan | is it means we can not merge it in M release adrian_otto ? | 17:04 |
coreyob | hongbin development speed will clearly be impacted as it already has taken extra time to get TLS to coreos when it is already in atomic for k8s | 17:04 |
thomasem | What nuance am I missing... what runs on kubernetes atop CoreOS should run pretty much the same atop Atomic | 17:04 |
thomasem | hongbin: ^^? | 17:04 |
Kennan | adrian_otto: I assume you add no-new feature add-in ? | 17:04 |
Kennan | right ? | 17:04 |
adrian_otto | Kennan: we have some latitude to wiggle in there, as release candidates need to be done by Mar 28. | 17:04 |
hongbin | thomasem: No, I don't think so. It has a lot of issues for specific OS | 17:05 |
*** yamamoto has joined #openstack-containers | 17:05 | |
thomasem | Docker + Kubernetes alone is what will prevent lock-in, from what I understand here | 17:05 |
thomasem | Like? | 17:05 |
thomasem | Can you give an example? | 17:05 |
hongbin | thomasem: Bugs in a OS | 17:05 |
adrian_otto | the reason foe feature freeze is to allow multiple projects to cross-integrate on a stable base | 17:05 |
*** juggler has joined #openstack-containers | 17:05 | |
hongbin | thomasem: how to build image in a OS | 17:05 |
Kennan | adrian_otto: yes, I understood that | 17:06 |
thomasem | You build Docker images differently for CoreOS vs. Atomic? | 17:06 |
hongbin | thomasem: build VM image | 17:06 |
thomasem | You're talking about vendor lock-in... that's not vendor lock-in, that's an operator concern if they want to support something outside of what Magnum supports. | 17:07 |
hongbin | thomasem: Most importantly, users see a single OS as a lock-in | 17:07 |
*** pcaruana has quit IRC | 17:07 | |
thomasem | Let me ask another way - what type of lock-in are you worried about? | 17:07 |
hongbin | thomasem: If a OS die/break | 17:07 |
hongbin | thomasem: If a feature doesn't work | 17:07 |
hongbin | Sorry folks, I need to leave for lunch right now | 17:08 |
coreyob | hongbin users aren't going to see the os of the VMs. they're using the COE | 17:08 |
hongbin | We could continue the discussion later or in the ML | 17:08 |
coreyob | especially in your case of the /containers endpoint, they definitely won't see the VM right? | 17:08 |
*** yamamoto has quit IRC | 17:10 | |
*** achanda has joined #openstack-containers | 17:10 | |
*** himanshu_garg has quit IRC | 17:11 | |
*** vilobhmm111 has quit IRC | 17:12 | |
*** Drago has quit IRC | 17:12 | |
*** shawnmaten has quit IRC | 17:14 | |
*** himanshu_garg has joined #openstack-containers | 17:14 | |
Kennan | coreyob: please check the review comment of https://review.openstack.org/#/c/274123/ ? for region related, that's the historical issue, | 17:15 |
Kennan | I think that would addressed in separate issue, instead of cinder clients | 17:15 |
*** himanshu_garg has quit IRC | 17:15 | |
Kennan | then we can go on related mesos support feature can be merged. | 17:16 |
coreyob | Kennan I agree it is a historical mistake, but why would we continue to make the same mistake. instead, how about using the nova region_name for cinder? | 17:16 |
*** dims_ has joined #openstack-containers | 17:17 | |
Kennan | coreyob: no, region_name for nova, glance and related all have separate config | 17:17 |
Kennan | even nova have same issue, why just choose nova instead of glance / | 17:17 |
Kennan | clients have separate config is same pattern | 17:18 |
coreyob | choosing glace is fine with me. my point is just that we should consolidate them instead of continuing to add more. you can start that consolidation by reusing an existing one instead | 17:18 |
coreyob | or even instead of using cinder region_name, make it magnum region_name and use that instead | 17:18 |
coreyob | then we can start to change all the others to use magnum_region name | 17:18 |
*** dims has quit IRC | 17:19 | |
Kennan | coreyob: I think not quite same issue. for your mentioned second all clients. all need concsistent change | 17:19 |
Kennan | not means right now, for cinder pick magnum_region name | 17:20 |
*** bpokorny has quit IRC | 17:20 | |
*** shawnmaten has joined #openstack-containers | 17:25 | |
coreyob | Kennan I went ahead and put in https://bugs.launchpad.net/magnum/+bug/1551867 and then removed my -1 | 17:25 |
openstack | Launchpad bug 1551867 in Magnum "Magnum config should use a single region" [Undecided,New] | 17:25 |
Kennan | Thanks coreyob That could help to have a consistent fix way | 17:26 |
*** f1ller is now known as filler | 17:32 | |
*** bpokorny has joined #openstack-containers | 17:32 | |
*** kushal has quit IRC | 17:33 | |
Kennan | coreyob: are you still working on atomic 23 ? | 17:33 |
Kennan | I'd like to check that related new image if can be used or not | 17:34 |
Kennan | coreyob: please send me remind when new happens. Will go to bed now :0 | 17:35 |
*** vimal has joined #openstack-containers | 17:39 | |
*** vilobhmm11 has joined #openstack-containers | 17:42 | |
*** gangil has joined #openstack-containers | 17:43 | |
*** gangil has quit IRC | 17:43 | |
*** gangil has joined #openstack-containers | 17:43 | |
*** Drago has joined #openstack-containers | 17:44 | |
*** prithiv has quit IRC | 17:44 | |
*** Drago has quit IRC | 17:44 | |
*** Drago has joined #openstack-containers | 17:44 | |
*** shawnmaten has quit IRC | 17:45 | |
*** sergmelikyan has quit IRC | 17:45 | |
*** sergmelikyan has joined #openstack-containers | 17:48 | |
*** absubram has quit IRC | 17:48 | |
*** sergmelikyan has quit IRC | 17:50 | |
*** vilobhmm111 has joined #openstack-containers | 17:50 | |
*** sergmelikyan has joined #openstack-containers | 17:51 | |
*** sdake_ has quit IRC | 17:51 | |
*** vilobhmm11 has quit IRC | 17:52 | |
*** vilobhmm112 has joined #openstack-containers | 17:52 | |
*** vilobhmm111 has quit IRC | 17:54 | |
*** kushal has joined #openstack-containers | 17:55 | |
*** fgimenez has quit IRC | 17:57 | |
*** Shiv__ has joined #openstack-containers | 17:58 | |
*** harshs has joined #openstack-containers | 18:00 | |
*** sergmelikyan has quit IRC | 18:00 | |
*** Shiv has quit IRC | 18:01 | |
*** Shiv__ is now known as Shiv | 18:01 | |
*** tcammann has joined #openstack-containers | 18:04 | |
*** madhurik has quit IRC | 18:04 | |
*** yamamoto has joined #openstack-containers | 18:07 | |
*** sergmelikyan has joined #openstack-containers | 18:07 | |
*** vimal has quit IRC | 18:09 | |
*** tcammann has quit IRC | 18:09 | |
*** sergmeli_ has joined #openstack-containers | 18:10 | |
*** sergmelikyan has quit IRC | 18:10 | |
*** sergmeli_ has quit IRC | 18:11 | |
*** yamamoto has quit IRC | 18:12 | |
*** vilobhmm112 has quit IRC | 18:12 | |
*** sergmelikyan has joined #openstack-containers | 18:13 | |
*** eghobo has joined #openstack-containers | 18:14 | |
*** sergmelikyan has quit IRC | 18:14 | |
*** sergmelikyan has joined #openstack-containers | 18:16 | |
eghobo | coreyob: around? | 18:17 |
coreyob | yep | 18:17 |
*** sergmelikyan has quit IRC | 18:17 | |
eghobo | hi, just curious why Atomic? | 18:17 |
*** openstackgerrit has quit IRC | 18:18 | |
*** openstackgerrit has joined #openstack-containers | 18:18 | |
coreyob | I don't think we need to do atomic for sure. ideally it would be nice if we could use fewer base images so I just defaulted to atomic because kubernetes and swarm both already have templates for it | 18:19 |
coreyob | as long as we don't have to use custom images, we can use a different os for each COE without problem | 18:20 |
coreyob | if we have to keep using custom images then having 3 custom images is more painful than having 1 | 18:20 |
*** sergmelikyan has joined #openstack-containers | 18:20 | |
eghobo | i see, honestly I don't mind build extra image if there is packer or disk-builder script | 18:23 |
*** JoseMello has joined #openstack-containers | 18:23 | |
eghobo | my biggest concern is duplications in setup scripts | 18:24 |
coreyob | when it comes to images, I don't want the magnum team to have to maintain and distribute a custom image. i think our reference image should be able to work with a public image | 18:24 |
coreyob | the problem with removing duplication in setup scripts is related to the heat template versioning problem. if we want to share a common script between two different coe drivers, the content of that script changing has to trigger an updated version number on all of the dependent scripts | 18:25 |
coreyob | so we'd have to have a really good way to manage that dependency | 18:25 |
eghobo | sure we can go this way and run everything in containers, but in this case CoreOS is best choice | 18:26 |
coreyob | at the midcycle the consensus on script sharing was that we'd duplicate for now and try to solve that after template versioning if the maintenance became an issue | 18:26 |
*** serverascode has quit IRC | 18:26 | |
*** tbh has quit IRC | 18:27 | |
coreyob | if we want to delete all the atomic templates for k8s and use coreos I'm not opposed to that either | 18:27 |
*** blogan_ is now known as blogan | 18:27 | |
*** serverascode has joined #openstack-containers | 18:28 | |
eghobo | personally I would like delete Atomic everywhere ;) | 18:28 |
coreyob | hehe, if you have a swarm replacement it would be nice to k8s and swarm on the same base image | 18:29 |
*** kushal has quit IRC | 18:30 | |
eghobo | I recently move Kub from CentOS to Ubuntu and honestly it wasn't many changes (less than day of work) because most everything in containers | 18:31 |
*** chandankumar has quit IRC | 18:32 | |
*** suro-patz has quit IRC | 18:32 | |
eghobo | and maybe it's way to go, mean run everything in containers and small OS specific setup | 18:33 |
coreyob | I think that would be awesome | 18:34 |
coreyob | the smaller the os setup the easier it will be to have poeple adapt to their own os distro | 18:34 |
*** rlrossit has quit IRC | 18:39 | |
openstackgerrit | Corey O'Brien proposed openstack/magnum: Remove minion dependency on master https://review.openstack.org/275405 | 18:41 |
*** zenoway has quit IRC | 18:42 | |
*** Tango has quit IRC | 18:43 | |
*** dims has joined #openstack-containers | 18:45 | |
*** dims_ has quit IRC | 18:52 | |
*** sseago_ has quit IRC | 18:52 | |
*** john5223 has quit IRC | 18:52 | |
*** sseago_ has joined #openstack-containers | 18:52 | |
*** alger has quit IRC | 18:54 | |
*** bpokorny has quit IRC | 18:54 | |
*** openstack has joined #openstack-containers | 19:16 | |
*** openstackstatus has joined #openstack-containers | 19:16 | |
*** ChanServ sets mode: +v openstackstatus | 19:16 | |
*** dfflanders has joined #openstack-containers | 19:17 | |
*** openstackgerrit has joined #openstack-containers | 19:19 | |
*** zenoway has joined #openstack-containers | 19:20 | |
*** Shiv has quit IRC | 19:21 | |
*** briancurtin has quit IRC | 19:25 | |
*** Tango has joined #openstack-containers | 19:26 | |
elmiko | is this the appropriate channel for kolla questions? | 19:30 |
*** briancurtin has joined #openstack-containers | 19:31 | |
eghobo | elmiko: there is dedicated kola channel - #kolla | 19:31 |
eghobo | https://wiki.openstack.org/wiki/Kolla | 19:32 |
elmiko | tyvm! | 19:32 |
elmiko | eghobo++ | 19:32 |
*** sigmavirus24 is now known as sigmavirus24_awa | 19:37 | |
*** suro-patz has joined #openstack-containers | 19:37 | |
openstackgerrit | Paulo Ewerton Gomes Fragoso proposed openstack/magnum: Refactor Keystone client with keystoneauth https://review.openstack.org/274227 | 19:39 |
suro-patz | hongbin: vilobhmm11: request to conclude https://review.openstack.org/#/c/275003/, as you get time | 19:41 |
hongbin | suro-patz: ack | 19:41 |
suro-patz | coreyob: harlowja: request to revisit https://review.openstack.org/#/c/275003/, with latest update | 19:42 |
suro-patz | thanks hongbin! | 19:42 |
hongbin | adrian_otto: Adrian, there is an issue for the branch. See here: http://git.openstack.org/cgit/openstack/magnum/refs/ | 19:42 |
hongbin | adrian_otto: sorry. Never mind | 19:43 |
*** sseago_ has quit IRC | 19:45 | |
*** dane_leblanc has quit IRC | 19:49 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 19:52 | |
adrian_otto | ok | 19:52 |
*** david-lyle has quit IRC | 19:59 | |
*** alger has quit IRC | 20:04 | |
*** sdake has quit IRC | 20:05 | |
*** tcammann has joined #openstack-containers | 20:05 | |
*** julim has quit IRC | 20:07 | |
*** julim has joined #openstack-containers | 20:08 | |
*** david-lyle has joined #openstack-containers | 20:09 | |
*** julim has quit IRC | 20:10 | |
*** tcammann has quit IRC | 20:10 | |
*** dane_leblanc has joined #openstack-containers | 20:13 | |
*** vilobhmm111 has joined #openstack-containers | 20:14 | |
*** vilobhmm111 has quit IRC | 20:15 | |
*** vilobhmm111 has joined #openstack-containers | 20:16 | |
*** sdake has joined #openstack-containers | 20:16 | |
*** alger has joined #openstack-containers | 20:17 | |
*** vilobhmm11 has quit IRC | 20:18 | |
*** jasonsb has quit IRC | 20:18 | |
*** vilobhmm111 has quit IRC | 20:25 | |
*** sergmelikyan has quit IRC | 20:26 | |
*** suro-patz has quit IRC | 20:30 | |
*** sdake has quit IRC | 20:31 | |
*** alejandrito has joined #openstack-containers | 20:38 | |
*** kushal has quit IRC | 20:38 | |
*** sseago_ has joined #openstack-containers | 20:41 | |
*** sdake has joined #openstack-containers | 20:43 | |
*** pcaruana has joined #openstack-containers | 20:44 | |
*** bpokorny has joined #openstack-containers | 20:48 | |
*** julim has joined #openstack-containers | 20:55 | |
*** sdake has quit IRC | 20:56 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 20:58 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 20:58 | |
*** sdake has joined #openstack-containers | 20:59 | |
*** sergmelikyan has joined #openstack-containers | 21:06 | |
*** david-lyle has quit IRC | 21:08 | |
*** dfflanders has quit IRC | 21:15 | |
*** david-lyle has joined #openstack-containers | 21:17 | |
*** sergmelikyan has quit IRC | 21:22 | |
*** pauloewerton has quit IRC | 21:25 | |
*** dims_ has joined #openstack-containers | 21:31 | |
*** dims has quit IRC | 21:33 | |
*** adrian_otto has quit IRC | 21:47 | |
*** adrian_otto has joined #openstack-containers | 21:48 | |
*** vilobhmm11 has joined #openstack-containers | 21:49 | |
*** vilobhmm11 has quit IRC | 21:49 | |
*** adrian_otto has quit IRC | 21:49 | |
*** vilobhmm11 has joined #openstack-containers | 21:49 | |
*** fawadkhaliq has quit IRC | 21:54 | |
*** pcaruana has quit IRC | 22:01 | |
*** dims_ has quit IRC | 22:02 | |
*** fawadkhaliq has joined #openstack-containers | 22:04 | |
*** tcammann has joined #openstack-containers | 22:05 | |
*** tcammann has quit IRC | 22:10 | |
*** dims has joined #openstack-containers | 22:10 | |
*** zenoway has quit IRC | 22:16 | |
*** alejandrito has quit IRC | 22:18 | |
*** dimtruck is now known as zz_dimtruck | 22:20 | |
*** rlrossit has quit IRC | 22:20 | |
*** suro-patz has joined #openstack-containers | 22:22 | |
*** achanda has quit IRC | 22:23 | |
*** levi_b is now known as levi_b-away | 22:29 | |
*** david-lyle has quit IRC | 22:29 | |
*** achanda has joined #openstack-containers | 22:36 | |
*** zenoway has joined #openstack-containers | 22:38 | |
*** JoseMello has quit IRC | 22:38 | |
*** apuimedo has quit IRC | 22:40 | |
*** zenoway has quit IRC | 22:43 | |
*** zz_dimtruck is now known as dimtruck | 22:45 | |
*** Drago has quit IRC | 22:51 | |
*** rpothier has quit IRC | 22:51 | |
*** dane_leblanc has quit IRC | 22:52 | |
*** dims has quit IRC | 22:55 | |
sdake | hongbin does magnum support keystone v3 atm? | 22:56 |
hongbin | sdake: internally or the CLI? | 22:57 |
sdake | hongbin for kolla, we need v3 support | 22:57 |
hongbin | sdake: I think it supports | 22:57 |
hongbin | sdake: but the gate was in v2 | 22:58 |
hongbin | s/was/is/ | 22:58 |
*** SamYaple has joined #openstack-containers | 22:58 | |
hongbin | We have plan to switch to v3 in gate/devstack | 22:58 |
SamYaple | sdake: ping | 22:58 |
sdake | SamYaple hongbin says v3 works but the gate code is all v2 | 22:58 |
sdake | so we could conceivably use v3 and be good to go | 22:58 |
*** Tango has quit IRC | 22:58 | |
SamYaple | ok ill trust that assesment | 22:58 |
SamYaple | we are not setting up v3 properly just yet, i hae a WIP in the queue | 22:59 |
SamYaple | so lets see what it says after that | 22:59 |
sdake | [15:58:20] <hongbin>We have plan to switch to v3 in gate/devstack | 22:59 |
sdake | SamYaple sounds good | 22:59 |
sdake | thanks :) | 22:59 |
sdake | SamYaple wears superman cape ;) | 22:59 |
sdake | hongbin thanks again :) | 23:00 |
*** david-lyle has joined #openstack-containers | 23:00 | |
*** dims has joined #openstack-containers | 23:00 | |
hongbin | sdake: np | 23:01 |
hongbin | sdake: SamYaple : For reference, you might want to monitor these bugs: https://bugs.launchpad.net/magnum/+bug/1539765 https://bugs.launchpad.net/magnum/+bug/1550606 | 23:02 |
openstack | Launchpad bug 1539765 in Magnum "Upgrade functional tests to use keystone v3" [Undecided,New] | 23:02 |
openstack | Launchpad bug 1550606 in Magnum "use keystone v3 in devstack" [Undecided,New] - Assigned to Hua Wang (humble00) | 23:02 |
SamYaple | danke hongbin | 23:19 |
*** harshs has quit IRC | 23:26 | |
*** zenoway has joined #openstack-containers | 23:33 | |
*** eghobo has quit IRC | 23:33 | |
*** harshs has joined #openstack-containers | 23:37 | |
*** zenoway has quit IRC | 23:37 | |
*** david-lyle has quit IRC | 23:41 | |
*** dimtruck is now known as zz_dimtruck | 23:44 | |
*** sdake has quit IRC | 23:47 | |
*** dslevin has quit IRC | 23:47 | |
*** sbezverk has joined #openstack-containers | 23:50 | |
*** csoukup has quit IRC | 23:54 | |
*** harshs has left #openstack-containers | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!