*** heyongli has quit IRC | 00:00 | |
*** heyongli has joined #openstack-meeting | 00:00 | |
*** ijw_ has quit IRC | 00:04 | |
*** heyongli has quit IRC | 00:10 | |
*** heyongli has joined #openstack-meeting | 00:10 | |
*** ykatabam has quit IRC | 00:10 | |
*** fnaval has joined #openstack-meeting | 00:11 | |
*** fnaval has quit IRC | 00:13 | |
*** fnaval has joined #openstack-meeting | 00:14 | |
*** e0ne has quit IRC | 00:14 | |
*** ykatabam has joined #openstack-meeting | 00:14 | |
*** fnaval_ has joined #openstack-meeting | 00:16 | |
*** fnaval has quit IRC | 00:16 | |
*** fnaval_ has quit IRC | 00:18 | |
*** diablo_rojo has quit IRC | 00:19 | |
*** fnaval has joined #openstack-meeting | 00:19 | |
*** heyongli has quit IRC | 00:20 | |
*** wanghao_ has quit IRC | 00:20 | |
*** heyongli has joined #openstack-meeting | 00:20 | |
*** wanghao has joined #openstack-meeting | 00:21 | |
*** fnaval has quit IRC | 00:23 | |
*** ihrachys has quit IRC | 00:26 | |
*** ijw has joined #openstack-meeting | 00:26 | |
*** ijw has quit IRC | 00:26 | |
*** ijw has joined #openstack-meeting | 00:26 | |
*** mriedem has quit IRC | 00:29 | |
*** heyongli has quit IRC | 00:30 | |
*** heyongli has joined #openstack-meeting | 00:31 | |
*** edmondsw has joined #openstack-meeting | 00:31 | |
*** mlavalle has quit IRC | 00:32 | |
*** diablo_rojo has joined #openstack-meeting | 00:34 | |
*** edmondsw has quit IRC | 00:36 | |
*** rbudden_ has joined #openstack-meeting | 00:37 | |
*** rbudden has quit IRC | 00:39 | |
*** rbudden_ is now known as rbudden | 00:39 | |
*** heyongli has quit IRC | 00:41 | |
*** heyongli has joined #openstack-meeting | 00:41 | |
*** tovin07_ has joined #openstack-meeting | 00:43 | |
*** rbudden has quit IRC | 00:43 | |
*** bbzhao has quit IRC | 00:48 | |
*** bbzhao has joined #openstack-meeting | 00:48 | |
*** fabian has joined #openstack-meeting | 00:51 | |
*** heyongli has quit IRC | 00:51 | |
*** heyongli has joined #openstack-meeting | 00:51 | |
*** song has joined #openstack-meeting | 00:51 | |
*** fnaval has joined #openstack-meeting | 00:51 | |
*** Yipei has joined #openstack-meeting | 00:52 | |
*** larainema has joined #openstack-meeting | 00:53 | |
*** fabian is now known as chenyb4 | 00:54 | |
*** fnaval has quit IRC | 00:54 | |
*** kiennt26 has joined #openstack-meeting | 00:57 | |
zhiyuan | hi | 00:58 |
---|---|---|
Yipei | hi | 00:58 |
song | hi | 00:59 |
*** cyg has joined #openstack-meeting | 00:59 | |
*** rbudden has joined #openstack-meeting | 00:59 | |
*** xuzhuang has joined #openstack-meeting | 00:59 | |
*** dongfeng has joined #openstack-meeting | 01:01 | |
zhiyuan | #startmeeting tricircle | 01:01 |
openstack | Meeting started Wed Jan 3 01:01:29 2018 UTC and is due to finish in 60 minutes. The chair is zhiyuan. Information about MeetBot at http://wiki.debian.org/MeetBot. | 01:01 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 01:01 |
*** heyongli has quit IRC | 01:01 | |
*** openstack changes topic to " (Meeting topic: tricircle)" | 01:01 | |
openstack | The meeting name has been set to 'tricircle' | 01:01 |
*** heyongli has joined #openstack-meeting | 01:01 | |
zhiyuan | i see the smoke test for reliable resource deletion implementation fails | 01:02 |
song | yes | 01:02 |
zhiyuan | the log shows that there is a DB operation error | 01:02 |
song | deleting_resource = core.query_resource(t_ctx, models.DeletingResources, resource_filters, []) | 01:02 |
song | BError: (pymysql.err.InternalError) (1054, u"Unknown column 'deleting_resources.created_at' in 'field list'") | 01:02 |
song | [SQL: u'SELECT deleting_resources.created_at AS deleting_resources_created_at, deleting_resources.updated_at AS deleting_resources_updated_at, | 01:02 |
song | deleting_resources.resource_id AS deleting_resources_resource_id, deleting_resources.resource_type AS deleting_resources_resource_type \nFROM | 01:02 |
song | deleting_resources \nWHERE deleting_resources.resource_type = %(resource_type_1)s AND deleting_resources.resource_id = %(resource_id_1)s'] | 01:02 |
song | [parameters: {u'resource_type_1': 'network', u'resource_id_1': u'37117fc9-a7d5-463a-a779-eebed903294d'}] | 01:02 |
song | I use the query resource method.why it add updated and create? | 01:03 |
song | our table do not have these two paras.so it failed! | 01:04 |
zhiyuan | just have a look at your code | 01:05 |
zhiyuan | in db/models.py, you inherit DeletingResource from TimestampMixin, so the two fields are added | 01:06 |
zhiyuan | but in the migration script, these two columns are not created | 01:06 |
*** song_ has joined #openstack-meeting | 01:08 | |
song | deleting_resource = core.query_resource(t_ctx, models.DeletingResources, resource_filters, []) | 01:08 |
*** song has quit IRC | 01:08 | |
song_ | sorry for our network disconnect. | 01:08 |
*** cyg_ has joined #openstack-meeting | 01:08 | |
*** zxh has joined #openstack-meeting | 01:08 | |
*** markvoelker has quit IRC | 01:08 | |
*** caowei has joined #openstack-meeting | 01:09 | |
zhiyuan | do you see my last reply? | 01:10 |
*** song__ has joined #openstack-meeting | 01:10 | |
*** lamt` has quit IRC | 01:10 | |
zhiyuan | the two fileds are added because DeletingResource inherits from TimestampMixin | 01:10 |
*** Yoyang has joined #openstack-meeting | 01:10 | |
song__ | oh got it! | 01:11 |
*** cyg has quit IRC | 01:11 | |
song__ | thanks to zhiyuan! | 01:11 |
song__ | it is my mistake. | 01:11 |
*** heyongli has quit IRC | 01:11 | |
*** heyongli has joined #openstack-meeting | 01:12 | |
zhiyuan | and for the spec, it seems that there is some miss understanding | 01:13 |
song__ | I will change it after the meeting. and CRH will see the today meeting talk. | 01:13 |
*** song_ has quit IRC | 01:13 | |
*** slaweq has joined #openstack-meeting | 01:13 | |
song__ | he is busy with some ppt today.so can join it today. | 01:13 |
song__ | I will tell him to change that. | 01:13 |
zhiyuan | I think we agree to return the deleting resource when user query it | 01:14 |
zhiyuan | not 404 | 01:14 |
song__ | yes | 01:14 |
song__ | so the user can know which resource is in deleting. | 01:14 |
*** gyee has quit IRC | 01:16 | |
zhiyuan | yes, and this description is not accurate: "When user" | 01:17 |
zhiyuan | re-deleting the network if something wrong happens, central neutron will | 01:17 |
zhiyuan | return the resource being deleted to user" | 01:17 |
*** slaweq has quit IRC | 01:18 | |
zhiyuan | server will not return the resource body for deletion request | 01:18 |
song__ | for this user re-deleting return 204 or 200? | 01:20 |
*** slaweq has joined #openstack-meeting | 01:20 | |
zhiyuan | let me check the neutron api | 01:20 |
song__ | thanks. | 01:21 |
*** kevzha01 has joined #openstack-meeting | 01:21 | |
*** kevzha01 is now known as kevinz | 01:21 | |
*** heyongli has quit IRC | 01:22 | |
zhiyuan | neutron api returns 204 so i think we should follow it | 01:22 |
*** heyongli has joined #openstack-meeting | 01:22 | |
song__ | that is good. | 01:23 |
zhiyuan | since we only touch the plugin, we just normally return in the "delete" function and the framework code will wrap the response for use | 01:23 |
zhiyuan | s/use/us | 01:23 |
song__ | CRH will see today talking after the meeting.and he will change the spec. | 01:24 |
song__ | got it. | 01:24 |
zhiyuan | ok | 01:24 |
*** slaweq has quit IRC | 01:25 | |
zhiyuan | BTW, for the patch implementing sfc update feature, smoke test is needed | 01:25 |
cyg_ | OK | 01:25 |
*** tovin07_ has quit IRC | 01:26 | |
*** fnaval has joined #openstack-meeting | 01:26 | |
*** esberglu has quit IRC | 01:26 | |
zhiyuan | Yipei: what about the spec for new l3 model? | 01:26 |
Yipei | have two questions | 01:27 |
*** Apoorva_ has joined #openstack-meeting | 01:27 | |
Yipei | One for cross neutron l2 network, if a cross neutron l2 network is attached to a central router, will the interfaces of the network be added to the local routers’ namespace? | 01:27 |
*** fnaval has quit IRC | 01:28 | |
*** nijaba has quit IRC | 01:29 | |
*** xuzhuang has quit IRC | 01:29 | |
zhiyuan | "a central router" is a local router or non-local one? | 01:30 |
*** xuzhuang_ has joined #openstack-meeting | 01:30 | |
Yipei | a non-local | 01:30 |
*** hoangcx has left #openstack-meeting | 01:30 | |
*** Apoorva has quit IRC | 01:30 | |
zhiyuan | yes, we will reserve one interface ip for each region and the interface is attahced to the router in that region | 01:31 |
zhiyuan | the non-local router is also splited to several regions | 01:32 |
*** Apoorva_ has quit IRC | 01:32 | |
*** heyongli has quit IRC | 01:32 | |
*** heyongli has joined #openstack-meeting | 01:32 | |
Yipei | ok, i see. the other is for dvr | 01:32 |
Yipei | The other for dvr, in dvr scenario, for snat, the traffic still goes though network node, is that right? | 01:33 |
zhiyuan | yes, neutron will create a snat ip and the north-south traffic goes there | 01:37 |
Yipei | So if a local router’s gateway is a real external network, in the dvr scenario, only dnat is processed in a distributed way? | 01:38 |
*** tovin07_ has joined #openstack-meeting | 01:40 | |
zhiyuan | in neutron without tricircle, dnat and east-west traffic is processed in the compute node, but snat is processed in the network node | 01:40 |
*** heyongli has quit IRC | 01:42 | |
*** heyongli has joined #openstack-meeting | 01:42 | |
Yipei | what happens if tricircle is added? | 01:43 |
Yipei | any difference? | 01:43 |
zhiyuan | since tricircle cannot handle dvr-mac currently, we need to attach the bridge network as external network | 01:45 |
zhiyuan | dvr-mac is used in the east-west traffic for dvr | 01:46 |
Yipei | ok, i see, only these two issues to clarify. i will improve the spec and submit it today. | 01:47 |
*** tonyb has quit IRC | 01:47 | |
zhiyuan | thanks Yipei | 01:48 |
zhiyuan | any other topics? | 01:49 |
*** tonyb has joined #openstack-meeting | 01:49 | |
song__ | no for me | 01:49 |
Yipei | no from me | 01:49 |
xuzhuang_ | no from me | 01:49 |
zhiyuan | ok, thanks for attending | 01:49 |
zhiyuan | #endmeeting | 01:49 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings/" | 01:49 | |
openstack | Meeting ended Wed Jan 3 01:49:36 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 01:49 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/tricircle/2018/tricircle.2018-01-03-01.01.html | 01:49 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/tricircle/2018/tricircle.2018-01-03-01.01.txt | 01:49 |
openstack | Log: http://eavesdrop.openstack.org/meetings/tricircle/2018/tricircle.2018-01-03-01.01.log.html | 01:49 |
*** yangyapeng has quit IRC | 01:51 | |
*** yangyapeng has joined #openstack-meeting | 01:52 | |
*** heyongli has quit IRC | 01:52 | |
*** heyongli has joined #openstack-meeting | 01:53 | |
*** Yipei has left #openstack-meeting | 01:53 | |
*** zxh has quit IRC | 01:54 | |
*** ricolin has joined #openstack-meeting | 01:57 | |
*** heyongli has quit IRC | 02:03 | |
*** heyongli has joined #openstack-meeting | 02:03 | |
*** markvoelker has joined #openstack-meeting | 02:05 | |
*** xuzhuang_ has quit IRC | 02:08 | |
*** bbzhao has quit IRC | 02:12 | |
*** bzhao has quit IRC | 02:12 | |
*** heyongli has quit IRC | 02:13 | |
*** heyongli has joined #openstack-meeting | 02:13 | |
*** bzhao has joined #openstack-meeting | 02:13 | |
*** bzhao has quit IRC | 02:15 | |
*** bzhao has joined #openstack-meeting | 02:15 | |
*** edmondsw has joined #openstack-meeting | 02:19 | |
*** bzhao_ has joined #openstack-meeting | 02:22 | |
*** heyongli has quit IRC | 02:23 | |
*** heyongli has joined #openstack-meeting | 02:23 | |
*** edmondsw has quit IRC | 02:24 | |
*** epico has joined #openstack-meeting | 02:25 | |
*** markmcclain has quit IRC | 02:25 | |
*** ijw has quit IRC | 02:25 | |
*** ijw has joined #openstack-meeting | 02:26 | |
*** gouthamr has quit IRC | 02:27 | |
*** yamahata has quit IRC | 02:30 | |
*** iyamahat has quit IRC | 02:30 | |
*** song__ has quit IRC | 02:30 | |
*** ijw has quit IRC | 02:31 | |
*** VW has joined #openstack-meeting | 02:32 | |
*** heyongli has quit IRC | 02:33 | |
*** heyongli has joined #openstack-meeting | 02:34 | |
*** diablo_rojo has quit IRC | 02:36 | |
*** heyongli has quit IRC | 02:44 | |
*** heyongli has joined #openstack-meeting | 02:44 | |
*** caowei_ has joined #openstack-meeting | 02:52 | |
*** caowei has quit IRC | 02:53 | |
*** caowei_ is now known as caowei | 02:53 | |
*** heyongli has quit IRC | 02:54 | |
*** heyongli has joined #openstack-meeting | 02:54 | |
*** heyongli has quit IRC | 03:04 | |
*** heyongli has joined #openstack-meeting | 03:04 | |
*** markmcclain has joined #openstack-meeting | 03:05 | |
*** heyongli has quit IRC | 03:14 | |
*** heyongli has joined #openstack-meeting | 03:15 | |
*** bzhao__ has joined #openstack-meeting | 03:18 | |
*** dongfeng has left #openstack-meeting | 03:21 | |
*** Apoorva has joined #openstack-meeting | 03:23 | |
*** Apoorva has quit IRC | 03:24 | |
*** heyongli has quit IRC | 03:25 | |
*** heyongli has joined #openstack-meeting | 03:25 | |
*** Apoorva has joined #openstack-meeting | 03:25 | |
*** gongysh has joined #openstack-meeting | 03:28 | |
*** fengshengqin has joined #openstack-meeting | 03:29 | |
*** fengshengqin has quit IRC | 03:29 | |
*** fengshengqin has joined #openstack-meeting | 03:30 | |
*** epico has quit IRC | 03:32 | |
*** masber has quit IRC | 03:32 | |
*** markmcclain has quit IRC | 03:33 | |
*** fengshengqin has quit IRC | 03:34 | |
*** fengshengqin has joined #openstack-meeting | 03:34 | |
*** heyongli has quit IRC | 03:35 | |
*** heyongli has joined #openstack-meeting | 03:35 | |
*** fengshengqin has quit IRC | 03:35 | |
*** VW has quit IRC | 03:40 | |
*** gcb has quit IRC | 03:44 | |
*** heyongli has quit IRC | 03:45 | |
*** heyongli has joined #openstack-meeting | 03:45 | |
*** longkb_ has joined #openstack-meeting | 03:54 | |
*** heyongli has quit IRC | 03:55 | |
*** heyongli has joined #openstack-meeting | 03:56 | |
*** xuan0802 has joined #openstack-meeting | 03:56 | |
*** hongbin has joined #openstack-meeting | 03:59 | |
*** epico has joined #openstack-meeting | 04:03 | |
*** heyongli has quit IRC | 04:06 | |
*** heyongli has joined #openstack-meeting | 04:06 | |
*** diablo_rojo has joined #openstack-meeting | 04:07 | |
*** edmondsw has joined #openstack-meeting | 04:07 | |
*** edmondsw has quit IRC | 04:12 | |
*** heyongli has quit IRC | 04:16 | |
*** heyongli has joined #openstack-meeting | 04:16 | |
*** chenyb4 has quit IRC | 04:18 | |
*** gmann has joined #openstack-meeting | 04:19 | |
*** Apoorva has quit IRC | 04:20 | |
*** masber has joined #openstack-meeting | 04:21 | |
*** Apoorva has joined #openstack-meeting | 04:21 | |
*** Apoorva has quit IRC | 04:25 | |
*** heyongli has quit IRC | 04:26 | |
*** heyongli has joined #openstack-meeting | 04:26 | |
*** hemna_ has quit IRC | 04:29 | |
*** Apoorva has joined #openstack-meeting | 04:30 | |
gongysh | #startmeeting tacker | 04:30 |
openstack | Meeting started Wed Jan 3 04:30:58 2018 UTC and is due to finish in 60 minutes. The chair is gongysh. Information about MeetBot at http://wiki.debian.org/MeetBot. | 04:30 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 04:31 |
*** openstack changes topic to " (Meeting topic: tacker)" | 04:31 | |
openstack | The meeting name has been set to 'tacker' | 04:31 |
*** YanXingAn has joined #openstack-meeting | 04:31 | |
*** rbudden has quit IRC | 04:33 | |
gongysh | YanXingAn, hi | 04:33 |
YanXingAn | hi | 04:34 |
*** phuoc has joined #openstack-meeting | 04:34 | |
gongysh | phuoc, hi | 04:34 |
phuoc | hi Mr.gongysh | 04:35 |
gongysh | #topic bp | 04:35 |
*** openstack changes topic to "bp (Meeting topic: tacker)" | 04:35 | |
gongysh | lets start | 04:35 |
gongysh | with container vnf | 04:35 |
gongysh | phuoc, http://paste.openstack.org/show/636966/ | 04:35 |
longkb_ | hi gongysh | 04:36 |
gongysh | please look at my c-vnf descriptor | 04:36 |
*** xuan0802_ has joined #openstack-meeting | 04:36 | |
*** heyongli has quit IRC | 04:36 | |
*** xuan0802_ has quit IRC | 04:36 | |
phuoc | I will update it | 04:36 |
*** heyongli has joined #openstack-meeting | 04:37 | |
gongysh | this way will keep the vnfd almost the same | 04:37 |
phuoc | original, I intend to support multiple containers in 1 VDU | 04:37 |
phuoc | but I will update with 1 container in 1 VDU | 04:37 |
phuoc | and provide 1 example about deploy c-VNF with real case | 04:38 |
gongysh | how do you mapping vnf resources to k8s elements? | 04:39 |
gongysh | vnf is a k8s service, vdu is a pod? | 04:39 |
phuoc | VNF is made of many VDU | 04:40 |
gongysh | phuoc, right. | 04:40 |
gongysh | and how do you map to k8s elements? | 04:41 |
phuoc | each of VDU, I define it by a Service, Deployment (deployment have many pods) and a Horizon Pod Auto-scaler (optional) | 04:41 |
*** caowei has quit IRC | 04:42 | |
gongysh | vnf can have many vdus. k8s service can have many pods, k8s pod can have many containers. | 04:44 |
phuoc | And VDU is exposed by Service (it looks like load balancer to Pods) | 04:44 |
gongysh | phuoc, do you think your spec is clear about the mapping? | 04:46 |
*** heyongli has quit IRC | 04:47 | |
gongysh | if that is, I can read it again. | 04:47 |
*** heyongli has joined #openstack-meeting | 04:47 | |
phuoc | gongysh, I will update my spec to make it clear | 04:47 |
gongysh | phuoc, please make sure the mapping is clear and then do coding, otherwise, you probably waste your time. | 04:48 |
phuoc | because there are many ways to define c-VNF in Kubernetes | 04:48 |
phuoc | my spec is one of them | 04:48 |
*** links has joined #openstack-meeting | 04:48 | |
phuoc | gongysh, thanks | 04:48 |
gongysh | phuoc, in openshift, the pod can have many containers. | 04:48 |
phuoc | gongysh, it is the same to kubernetes, that is why I try to define VNFC | 04:49 |
phuoc | 1 VDU have many VNFCs (VNFC is defined by a container) | 04:50 |
YanXingAn | phuoc: A VNFC have only one VM? | 04:51 |
gongysh | phuoc, https://review.openstack.org/#/c/529116/2/samples/tosca-templates/vnfd/tosca-vnfd-containerized.yaml, why use a new configurable_properties instead of vnfc? | 04:52 |
phuoc | YanXingAn, I tried to map VNFC definition to k8s object | 04:54 |
phuoc | I think it is better to map VNFC to a container in Pod | 04:55 |
phuoc | gongsyh, I followed to this document from TOSCA http://docs.oasis-open.org/tosca/tosca-nfv/v1.0/csd04/tosca-nfv-v1.0-csd04.html#_Toc482896065 | 04:55 |
*** psachin has joined #openstack-meeting | 04:55 | |
phuoc | it is only one document, they talk about VNFC | 04:56 |
*** heyongli has quit IRC | 04:57 | |
*** heyongli has joined #openstack-meeting | 04:57 | |
*** links has quit IRC | 04:58 | |
*** ykatabam has quit IRC | 04:58 | |
gongysh | it seems there is no independent node type to define the vnfc | 04:58 |
gongysh | how about changing https://review.openstack.org/#/c/529116/2/samples/tosca-templates/vnfd/tosca-vnfd-containerized.yaml | 05:00 |
*** YanXingAn has quit IRC | 05:00 | |
gongysh | configurable_properties: | 05:00 |
gongysh | redis-master: | 05:00 |
gongysh | properties: | 05:00 |
gongysh | num_cpus: 0.5 | 05:00 |
gongysh | mem_size: 512 MB | 05:00 |
gongysh | into: | 05:00 |
gongysh | nfvc: | 05:00 |
*** markmcclain has joined #openstack-meeting | 05:01 | |
gongysh | phuoc , http://paste.openstack.org/show/637006/ | 05:02 |
*** diga has joined #openstack-meeting | 05:02 | |
*** YanXingAn has joined #openstack-meeting | 05:02 | |
*** chhavi has joined #openstack-meeting | 05:02 | |
phuoc | actually, there are no definition in TOSCA about VNFC | 05:03 |
*** links has joined #openstack-meeting | 05:03 | |
phuoc | so, I think about your advice http://paste.openstack.org/show/636966 | 05:03 |
*** sridharg has joined #openstack-meeting | 05:03 | |
phuoc | we will have simple case, 1 VDU is defined a container | 05:04 |
gongysh | 636966 is one vdu has one container. | 05:04 |
gongysh | ok, lets do it first. | 05:04 |
phuoc | Kompose project, they also define one container for one pod | 05:04 |
phuoc | so, we can't need VNFC | 05:05 |
gongysh | I mean since your current patch is trying to do multiple containers, we can do it | 05:06 |
gongysh | 637006 is justing change 'configurable_properties' into 'vnfcs'. | 05:07 |
*** heyongli has quit IRC | 05:07 | |
gongysh | 637006 is just changing 'configurable_properties' into 'vnfcs'. | 05:07 |
*** heyongli has joined #openstack-meeting | 05:07 | |
phuoc | gongysh, I got it | 05:08 |
phuoc | thank you | 05:08 |
gongysh | phuoc, so what is your next direction? | 05:08 |
phuoc | after this spec? | 05:09 |
gongysh | In this spec. | 05:09 |
gongysh | http://paste.openstack.org/show/636966 or http://paste.openstack.org/show/637006/ ? | 05:10 |
*** yamamoto has joined #openstack-meeting | 05:10 | |
phuoc | maybe I will go with multiple containers | 05:10 |
phuoc | but I have some issues with volumes in Kubernetes | 05:10 |
gongysh | phuoc, ok with multiple containers. | 05:11 |
phuoc | https://wiki.onap.org/pages/viewpage.action?pageId=16007890 | 05:11 |
phuoc | this is one proposal project in ONAP to do the same thing | 05:12 |
phuoc | I will update Tacker if they have better solution | 05:12 |
gongysh | phuoc, you can let volume problem to next phase. | 05:13 |
gongysh | phuoc thanks | 05:13 |
gongysh | #info https://wiki.onap.org/pages/viewpage.action?pageId=16007890 | 05:13 |
gongysh | next bp | 05:13 |
gongysh | longkb_, hi | 05:13 |
xuan0802 | hi | 05:13 |
gongysh | xuan0802, hi | 05:14 |
gongysh | I have seen the bp and its codes. | 05:14 |
longkb_ | Hi, I and xuan0802 are working on bp: https://blueprints.launchpad.net/tacker/+spec/policy-based-vnf-cluster | 05:14 |
gongysh | have you guys tested that? | 05:14 |
*** Apoorva has quit IRC | 05:14 | |
gongysh | maybe you can record a demo before next meeting? | 05:14 |
xuan0802 | all functions as spec have been tested | 05:14 |
xuan0802 | however, we will add functional testcases soon | 05:15 |
gongysh | xuan0802, that's fine. thanks | 05:15 |
gongysh | xuan0802, if you can record a demo, it will be cool. | 05:15 |
longkb_ | From your point of view, do we need to update our spec? | 05:15 |
longkb_ | Ok, I will make a video demo and show to you in tacker channel | 05:16 |
gongysh | I cannot get a picture of how it will work if I just review the spec. | 05:16 |
gongysh | longkb_, thanks | 05:17 |
*** heyongli has quit IRC | 05:17 | |
gongysh | #topic open discussion | 05:18 |
*** openstack changes topic to "open discussion (Meeting topic: tacker)" | 05:18 | |
*** heyongli has joined #openstack-meeting | 05:18 | |
gongysh | do you guys have stuff to talk? | 05:18 |
longkb_ | How about multi-site scenario in Tacker? | 05:18 |
longkb_ | Do we have a plan to integrate with Tricircle? | 05:18 |
gongysh | longkb_, I see your spec relates to this. | 05:19 |
gongysh | longkb_, to work with tricircle, we need add some properties to our VLD elements. | 05:20 |
longkb_ | yep, I see | 05:21 |
gongysh | of course, if we don't create VL, I mean use the existed neutron networks, it should work with tricircle now. | 05:21 |
*** caowei has joined #openstack-meeting | 05:22 | |
gongysh | longkb_, if you think there are some we need to do in order to work with tricircle, you are welcome to file a bp and impement it. | 05:23 |
gongysh | impement -> implement | 05:23 |
longkb_ | Thanks gongysh, I will think about it. Hence, I will make a bp that relates to Tricircle :) | 05:24 |
gongysh | anything else? | 05:24 |
gongysh | ok. lets end this meeting | 05:25 |
gongysh | #endmeeting | 05:25 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings/" | 05:25 | |
openstack | Meeting ended Wed Jan 3 05:25:15 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 05:25 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/tacker/2018/tacker.2018-01-03-04.30.html | 05:25 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/tacker/2018/tacker.2018-01-03-04.30.txt | 05:25 |
openstack | Log: http://eavesdrop.openstack.org/meetings/tacker/2018/tacker.2018-01-03-04.30.log.html | 05:25 |
gongysh | longkb_, thanks | 05:25 |
*** gongysh has quit IRC | 05:26 | |
*** heyongli has quit IRC | 05:28 | |
*** heyongli has joined #openstack-meeting | 05:28 | |
*** YanXingAn has quit IRC | 05:30 | |
*** tovin07_ has quit IRC | 05:30 | |
*** tovin07_ has joined #openstack-meeting | 05:31 | |
*** kiennt26 has quit IRC | 05:34 | |
*** daidv has quit IRC | 05:34 | |
*** kiennt26 has joined #openstack-meeting | 05:34 | |
*** daidv has joined #openstack-meeting | 05:35 | |
*** heyongli has quit IRC | 05:38 | |
*** heyongli has joined #openstack-meeting | 05:38 | |
*** anilvenkata has joined #openstack-meeting | 05:40 | |
*** epico has quit IRC | 05:41 | |
*** gcb has joined #openstack-meeting | 05:42 | |
*** dmsimard has quit IRC | 05:42 | |
*** dmsimard has joined #openstack-meeting | 05:43 | |
*** markstur has quit IRC | 05:44 | |
*** daidv has quit IRC | 05:45 | |
*** daidv has joined #openstack-meeting | 05:46 | |
*** zhurong has joined #openstack-meeting | 05:48 | |
*** artom_ has quit IRC | 05:48 | |
*** heyongli has quit IRC | 05:48 | |
*** heyongli has joined #openstack-meeting | 05:48 | |
*** epico has joined #openstack-meeting | 05:54 | |
*** zhhuabj has joined #openstack-meeting | 05:54 | |
*** edmondsw has joined #openstack-meeting | 05:56 | |
*** ykatabam has joined #openstack-meeting | 05:57 | |
*** heyongli has quit IRC | 05:58 | |
*** heyongli has joined #openstack-meeting | 05:59 | |
*** edmondsw has quit IRC | 06:00 | |
*** aeng has quit IRC | 06:03 | |
*** ricolin has quit IRC | 06:07 | |
*** heyongli has quit IRC | 06:09 | |
*** ricolin has joined #openstack-meeting | 06:09 | |
*** heyongli has joined #openstack-meeting | 06:09 | |
*** tobiash has left #openstack-meeting | 06:12 | |
*** masber has quit IRC | 06:13 | |
*** oidgar has joined #openstack-meeting | 06:15 | |
*** heyongli has quit IRC | 06:19 | |
*** heyongli has joined #openstack-meeting | 06:19 | |
*** ssathaye has quit IRC | 06:20 | |
*** ssathaye has joined #openstack-meeting | 06:21 | |
*** eN_Guruprasad_Rn has joined #openstack-meeting | 06:23 | |
*** phuoc has left #openstack-meeting | 06:27 | |
*** markvoelker has quit IRC | 06:28 | |
*** diablo_rojo has quit IRC | 06:29 | |
*** heyongli has quit IRC | 06:29 | |
*** heyongli has joined #openstack-meeting | 06:29 | |
*** armax has quit IRC | 06:30 | |
*** armax has joined #openstack-meeting | 06:30 | |
*** armax has quit IRC | 06:31 | |
*** armax has joined #openstack-meeting | 06:32 | |
*** armax has quit IRC | 06:32 | |
*** armax has joined #openstack-meeting | 06:33 | |
*** armax has quit IRC | 06:34 | |
*** coolsvap has joined #openstack-meeting | 06:35 | |
*** oidgar has quit IRC | 06:37 | |
*** Tom-Tom has joined #openstack-meeting | 06:38 | |
*** heyongli has quit IRC | 06:39 | |
*** esberglu has joined #openstack-meeting | 06:40 | |
*** heyongli has joined #openstack-meeting | 06:40 | |
*** esberglu has quit IRC | 06:40 | |
*** esberglu has joined #openstack-meeting | 06:40 | |
*** yamamoto has quit IRC | 06:49 | |
*** heyongli has quit IRC | 06:50 | |
*** heyongli has joined #openstack-meeting | 06:50 | |
*** qwebirc78237 has joined #openstack-meeting | 06:52 | |
*** qwebirc78237 has quit IRC | 06:52 | |
*** marios has joined #openstack-meeting | 06:53 | |
*** heyongli has quit IRC | 07:00 | |
*** heyongli has joined #openstack-meeting | 07:00 | |
*** xuan0802 has quit IRC | 07:00 | |
*** sgrasley1 has quit IRC | 07:00 | |
*** gongysh has joined #openstack-meeting | 07:09 | |
*** pcaruana has joined #openstack-meeting | 07:09 | |
*** heyongli has quit IRC | 07:10 | |
*** heyongli has joined #openstack-meeting | 07:10 | |
*** david-lyle has quit IRC | 07:12 | |
*** david-lyle has joined #openstack-meeting | 07:12 | |
*** xinran_ has joined #openstack-meeting | 07:14 | |
*** heyongli has quit IRC | 07:20 | |
*** heyongli has joined #openstack-meeting | 07:21 | |
*** rcernin has quit IRC | 07:25 | |
*** markmcclain has quit IRC | 07:30 | |
*** egallen has quit IRC | 07:30 | |
*** heyongli has quit IRC | 07:31 | |
*** heyongli has joined #openstack-meeting | 07:31 | |
*** markmcclain has joined #openstack-meeting | 07:32 | |
*** qwebirc26046 has joined #openstack-meeting | 07:34 | |
*** qwebirc26046 has quit IRC | 07:36 | |
*** yamamoto has joined #openstack-meeting | 07:38 | |
*** heyongli has quit IRC | 07:41 | |
*** heyongli has joined #openstack-meeting | 07:41 | |
*** epico has quit IRC | 07:41 | |
*** epico has joined #openstack-meeting | 07:42 | |
*** edmondsw has joined #openstack-meeting | 07:44 | |
*** slaweq has joined #openstack-meeting | 07:47 | |
*** edmondsw has quit IRC | 07:48 | |
*** yamamoto has quit IRC | 07:49 | |
*** heyongli has quit IRC | 07:51 | |
*** heyongli has joined #openstack-meeting | 07:51 | |
*** gongysh has quit IRC | 07:52 | |
*** e0ne has joined #openstack-meeting | 07:57 | |
*** hongbin has quit IRC | 08:01 | |
*** heyongli has quit IRC | 08:01 | |
*** heyongli has joined #openstack-meeting | 08:02 | |
*** tesseract has joined #openstack-meeting | 08:05 | |
*** amodi has quit IRC | 08:08 | |
*** heyongli has quit IRC | 08:12 | |
*** heyongli has joined #openstack-meeting | 08:12 | |
*** medy has joined #openstack-meeting | 08:15 | |
*** medy has quit IRC | 08:16 | |
*** apetrich has quit IRC | 08:16 | |
*** medy has joined #openstack-meeting | 08:16 | |
*** apetrich has joined #openstack-meeting | 08:16 | |
*** medy has quit IRC | 08:18 | |
*** medy has joined #openstack-meeting | 08:18 | |
*** medy has quit IRC | 08:19 | |
*** medy has joined #openstack-meeting | 08:19 | |
*** cyg_ has quit IRC | 08:20 | |
*** medy has quit IRC | 08:21 | |
*** medy has joined #openstack-meeting | 08:21 | |
*** heyongli has quit IRC | 08:22 | |
*** medy has quit IRC | 08:22 | |
*** heyongli has joined #openstack-meeting | 08:22 | |
*** medy has joined #openstack-meeting | 08:22 | |
*** artom_ has joined #openstack-meeting | 08:22 | |
*** e0ne has quit IRC | 08:23 | |
*** medy has quit IRC | 08:24 | |
*** medy has joined #openstack-meeting | 08:24 | |
*** medy has quit IRC | 08:25 | |
*** medy has joined #openstack-meeting | 08:25 | |
*** medy has quit IRC | 08:27 | |
*** medy has joined #openstack-meeting | 08:27 | |
*** medy has quit IRC | 08:28 | |
*** medy has joined #openstack-meeting | 08:28 | |
*** markvoelker has joined #openstack-meeting | 08:29 | |
*** medy has quit IRC | 08:29 | |
*** heyongli has quit IRC | 08:32 | |
*** heyongli has joined #openstack-meeting | 08:32 | |
*** gmann has quit IRC | 08:33 | |
*** epico has quit IRC | 08:41 | |
*** heyongli has quit IRC | 08:42 | |
*** heyongli has joined #openstack-meeting | 08:43 | |
*** artom_ has quit IRC | 08:45 | |
*** diga has quit IRC | 08:46 | |
*** yamamoto has joined #openstack-meeting | 08:49 | |
*** ad_rien_ has joined #openstack-meeting | 08:51 | |
*** heyongli has quit IRC | 08:53 | |
*** heyongli has joined #openstack-meeting | 08:53 | |
*** yamamoto has quit IRC | 08:57 | |
*** epico has joined #openstack-meeting | 08:58 | |
*** gmann has joined #openstack-meeting | 08:59 | |
*** heyongli has quit IRC | 09:03 | |
*** heyongli has joined #openstack-meeting | 09:03 | |
*** markvoelker has quit IRC | 09:03 | |
*** _liusheng has joined #openstack-meeting | 09:09 | |
*** heyongli has quit IRC | 09:13 | |
*** heyongli has joined #openstack-meeting | 09:13 | |
*** erlon has joined #openstack-meeting | 09:20 | |
*** e0ne has joined #openstack-meeting | 09:21 | |
*** xinran_ has quit IRC | 09:21 | |
*** heyongli has quit IRC | 09:23 | |
*** heyongli has joined #openstack-meeting | 09:24 | |
*** dbecker has joined #openstack-meeting | 09:25 | |
*** ad_rien_ has quit IRC | 09:26 | |
*** d0ugal has quit IRC | 09:27 | |
*** d0ugal has joined #openstack-meeting | 09:28 | |
*** d0ugal has quit IRC | 09:28 | |
*** d0ugal has joined #openstack-meeting | 09:28 | |
*** frank_wang has joined #openstack-meeting | 09:29 | |
*** edmondsw has joined #openstack-meeting | 09:32 | |
*** wanghao has quit IRC | 09:33 | |
*** wanghao has joined #openstack-meeting | 09:33 | |
*** heyongli has quit IRC | 09:34 | |
*** wanghao has quit IRC | 09:34 | |
*** heyongli has joined #openstack-meeting | 09:34 | |
*** wanghao has joined #openstack-meeting | 09:34 | |
*** wanghao has quit IRC | 09:35 | |
*** wanghao has joined #openstack-meeting | 09:35 | |
*** wanghao has quit IRC | 09:35 | |
*** wanghao has joined #openstack-meeting | 09:36 | |
*** wanghao has quit IRC | 09:36 | |
*** wanghao has joined #openstack-meeting | 09:36 | |
*** edmondsw has quit IRC | 09:37 | |
*** wanghao has quit IRC | 09:37 | |
*** wanghao has joined #openstack-meeting | 09:37 | |
*** wanghao has quit IRC | 09:38 | |
*** wanghao has joined #openstack-meeting | 09:38 | |
*** erlon has quit IRC | 09:38 | |
*** wanghao has quit IRC | 09:39 | |
*** wanghao has joined #openstack-meeting | 09:39 | |
*** Yoyang has quit IRC | 09:39 | |
*** wanghao has quit IRC | 09:39 | |
*** wanghao has joined #openstack-meeting | 09:40 | |
*** wanghao has quit IRC | 09:40 | |
*** erlon has joined #openstack-meeting | 09:41 | |
*** wanghao has joined #openstack-meeting | 09:41 | |
*** Tom-Tom has quit IRC | 09:43 | |
*** heyongli has quit IRC | 09:44 | |
*** heyongli has joined #openstack-meeting | 09:44 | |
*** Tom-Tom has joined #openstack-meeting | 09:51 | |
*** yamamoto has joined #openstack-meeting | 09:53 | |
*** heyongli has quit IRC | 09:54 | |
*** heyongli has joined #openstack-meeting | 09:54 | |
*** markvoelker has joined #openstack-meeting | 10:01 | |
*** cgoncalves has quit IRC | 10:02 | |
*** numans is now known as numans_afk | 10:02 | |
*** cgoncalves has joined #openstack-meeting | 10:02 | |
*** cgoncalves has quit IRC | 10:02 | |
*** cgoncalves has joined #openstack-meeting | 10:03 | |
*** heyongli has quit IRC | 10:04 | |
*** heyongli has joined #openstack-meeting | 10:05 | |
*** kiennt26 has quit IRC | 10:06 | |
*** tovin07_ has quit IRC | 10:06 | |
*** pcaruana has quit IRC | 10:09 | |
*** Tom-Tom has quit IRC | 10:09 | |
*** pcaruana has joined #openstack-meeting | 10:10 | |
*** Tom-Tom has joined #openstack-meeting | 10:12 | |
*** heyongli has quit IRC | 10:15 | |
*** heyongli has joined #openstack-meeting | 10:15 | |
*** frank_wang has quit IRC | 10:15 | |
*** Tom-Tom has quit IRC | 10:16 | |
*** heyongli has quit IRC | 10:25 | |
*** heyongli has joined #openstack-meeting | 10:25 | |
*** claudiub has joined #openstack-meeting | 10:26 | |
*** ricolin has quit IRC | 10:27 | |
*** markvoelker has quit IRC | 10:34 | |
*** heyongli has quit IRC | 10:35 | |
*** heyongli has joined #openstack-meeting | 10:35 | |
*** eN_Guruprasad_Rn has quit IRC | 10:40 | |
*** Tom-Tom has joined #openstack-meeting | 10:42 | |
*** heyongli has quit IRC | 10:45 | |
*** heyongli has joined #openstack-meeting | 10:46 | |
*** Tom-Tom has quit IRC | 10:46 | |
*** verdurin has quit IRC | 10:49 | |
*** frank_wang has joined #openstack-meeting | 10:53 | |
*** heyongli has quit IRC | 10:56 | |
*** priteau has joined #openstack-meeting | 10:56 | |
*** heyongli has joined #openstack-meeting | 10:56 | |
*** caowei has quit IRC | 10:57 | |
*** frank_wang has quit IRC | 10:59 | |
*** jkilpatr has quit IRC | 11:00 | |
*** verdurin has joined #openstack-meeting | 11:01 | |
*** epico has quit IRC | 11:02 | |
*** ad_rien_ has joined #openstack-meeting | 11:03 | |
*** heyongli has quit IRC | 11:06 | |
*** zhurong has quit IRC | 11:06 | |
*** heyongli has joined #openstack-meeting | 11:06 | |
*** heyongli has quit IRC | 11:16 | |
*** heyongli has joined #openstack-meeting | 11:16 | |
*** edmondsw has joined #openstack-meeting | 11:20 | |
*** edmondsw has quit IRC | 11:24 | |
*** heyongli has quit IRC | 11:26 | |
*** heyongli has joined #openstack-meeting | 11:27 | |
*** rfolco has joined #openstack-meeting | 11:30 | |
*** markvoelker has joined #openstack-meeting | 11:31 | |
*** edmondsw has joined #openstack-meeting | 11:36 | |
*** heyongli has quit IRC | 11:37 | |
*** heyongli has joined #openstack-meeting | 11:37 | |
*** chhavi has quit IRC | 11:40 | |
*** heyongli has quit IRC | 11:47 | |
*** heyongli has joined #openstack-meeting | 11:47 | |
*** frank_wang has joined #openstack-meeting | 11:48 | |
*** jkilpatr has joined #openstack-meeting | 11:49 | |
*** frank_wang has quit IRC | 11:54 | |
*** haint has quit IRC | 11:56 | |
*** heyongli has quit IRC | 11:57 | |
*** heyongli has joined #openstack-meeting | 11:57 | |
*** markvoelker has quit IRC | 12:05 | |
*** heyongli has quit IRC | 12:07 | |
*** heyongli has joined #openstack-meeting | 12:08 | |
*** sambetts|afk is now known as sambetts | 12:09 | |
*** gcb has quit IRC | 12:09 | |
*** gcb has joined #openstack-meeting | 12:12 | |
*** raildo has joined #openstack-meeting | 12:13 | |
*** edmondsw has quit IRC | 12:15 | |
*** heyongli has quit IRC | 12:18 | |
*** heyongli has joined #openstack-meeting | 12:18 | |
*** yamamoto has quit IRC | 12:24 | |
*** Xinran has quit IRC | 12:26 | |
*** heyongli has quit IRC | 12:28 | |
*** gcb has quit IRC | 12:28 | |
*** jkilpatr has quit IRC | 12:28 | |
*** heyongli has joined #openstack-meeting | 12:28 | |
*** Xinran has joined #openstack-meeting | 12:31 | |
*** gcb has joined #openstack-meeting | 12:31 | |
*** heyongli has quit IRC | 12:38 | |
*** heyongli has joined #openstack-meeting | 12:38 | |
*** bzhao has quit IRC | 12:41 | |
*** bzhao has joined #openstack-meeting | 12:42 | |
*** yangyapeng has quit IRC | 12:45 | |
*** yangyapeng has joined #openstack-meeting | 12:46 | |
*** heyongli has quit IRC | 12:48 | |
*** heyongli has joined #openstack-meeting | 12:49 | |
*** sdague has joined #openstack-meeting | 12:49 | |
*** yangyapeng has quit IRC | 12:50 | |
*** frank_wang has joined #openstack-meeting | 12:52 | |
*** yamamoto has joined #openstack-meeting | 12:56 | |
*** yamamoto has quit IRC | 12:56 | |
*** ykatabam has quit IRC | 12:56 | |
*** frank_wang has quit IRC | 12:58 | |
*** heyongli has quit IRC | 12:59 | |
*** frank_wang has joined #openstack-meeting | 12:59 | |
*** heyongli has joined #openstack-meeting | 12:59 | |
*** markvoelker has joined #openstack-meeting | 13:02 | |
*** tlam has joined #openstack-meeting | 13:02 | |
*** frank_wang has quit IRC | 13:05 | |
*** heyongli has quit IRC | 13:09 | |
*** heyongli has joined #openstack-meeting | 13:09 | |
*** yangyapeng has joined #openstack-meeting | 13:12 | |
*** edmondsw has joined #openstack-meeting | 13:13 | |
*** cleong has joined #openstack-meeting | 13:15 | |
*** egallen has joined #openstack-meeting | 13:15 | |
*** yangyapeng has quit IRC | 13:17 | |
*** edmondsw has quit IRC | 13:18 | |
*** markvoelker has quit IRC | 13:19 | |
*** heyongli has quit IRC | 13:19 | |
*** heyongli has joined #openstack-meeting | 13:19 | |
*** markvoelker has joined #openstack-meeting | 13:20 | |
*** yangyapeng has joined #openstack-meeting | 13:20 | |
*** julim has joined #openstack-meeting | 13:24 | |
*** pchavva has joined #openstack-meeting | 13:24 | |
*** yamamoto has joined #openstack-meeting | 13:28 | |
*** heyongli has quit IRC | 13:29 | |
*** psachin has quit IRC | 13:29 | |
*** heyongli has joined #openstack-meeting | 13:30 | |
*** yamamoto has quit IRC | 13:33 | |
*** jaypipes has joined #openstack-meeting | 13:35 | |
*** psachin has joined #openstack-meeting | 13:39 | |
*** heyongli has quit IRC | 13:40 | |
*** heyongli has joined #openstack-meeting | 13:40 | |
*** jkilpatr has joined #openstack-meeting | 13:42 | |
*** psachin has quit IRC | 13:43 | |
*** ricolin has joined #openstack-meeting | 13:46 | |
*** simon-AS559 has joined #openstack-meeting | 13:50 | |
*** heyongli has quit IRC | 13:50 | |
*** heyongli has joined #openstack-meeting | 13:50 | |
*** frank_wang has joined #openstack-meeting | 13:51 | |
*** mriedem has joined #openstack-meeting | 13:52 | |
*** Tom-Tom has joined #openstack-meeting | 13:56 | |
*** frank_wang has quit IRC | 13:57 | |
*** links has quit IRC | 13:57 | |
*** mjturek has joined #openstack-meeting | 13:58 | |
*** SerenaFeng has joined #openstack-meeting | 14:00 | |
*** heyongli has quit IRC | 14:00 | |
*** mjturek has quit IRC | 14:00 | |
*** Tom-Tom has quit IRC | 14:00 | |
*** heyongli has joined #openstack-meeting | 14:00 | |
*** absu has joined #openstack-meeting | 14:08 | |
mugsie | #startmeeting Designate | 14:08 |
openstack | Meeting started Wed Jan 3 14:08:53 2018 UTC and is due to finish in 60 minutes. The chair is mugsie. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:08 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:08 |
*** openstack changes topic to " (Meeting topic: Designate)" | 14:08 | |
openstack | The meeting name has been set to 'designate' | 14:08 |
mugsie | #topic Roll Call | 14:09 |
*** openstack changes topic to "Roll Call (Meeting topic: Designate)" | 14:09 | |
frickler | o/ | 14:09 |
mugsie | lets give people a few minutes to file in, even though I started late :/ | 14:10 |
*** heyongli has quit IRC | 14:10 | |
*** archit has joined #openstack-meeting | 14:10 | |
*** heyongli has joined #openstack-meeting | 14:11 | |
*** archit is now known as amodi | 14:11 | |
mugsie | #topic Bug Triage | 14:11 |
*** openstack changes topic to "Bug Triage (Meeting topic: Designate)" | 14:11 | |
mugsie | #link https://bugs.launchpad.net/designate/+bug/1740510 | 14:11 |
openstack | Launchpad bug 1740510 in Designate "Install and configure for Ubuntu in designate" [Undecided,New] | 14:11 |
mugsie | Some good points there, and I have seen it confuse people in the IRC channel | 14:12 |
frickler | yes, sounds reasonable to make the installation guide more suited for real world deployment | 14:12 |
*** sdake has quit IRC | 14:12 | |
mugsie | #link https://bugs.launchpad.net/designate/+bug/1740328 | 14:13 |
openstack | Launchpad bug 1740328 in Designate "Install and configure miss several steps" [Undecided,New] | 14:13 |
*** sdake has joined #openstack-meeting | 14:13 | |
*** sdake has quit IRC | 14:13 | |
*** sdake has joined #openstack-meeting | 14:13 | |
mugsie | I am not sure what steps are missing :/ | 14:13 |
frickler | +1 | 14:13 |
frickler | should ask the poster and set to incomplete | 14:14 |
mugsie | yeah | 14:14 |
mugsie | thats it for new bugs | 14:16 |
mugsie | #topic Backport Triage | 14:16 |
*** openstack changes topic to "Backport Triage (Meeting topic: Designate)" | 14:16 | |
mugsie | #link http://paste.openstack.org/show/637414/ | 14:16 |
*** wanghao has quit IRC | 14:16 | |
mugsie | have a look over ^ and see if there is any changes that should be backported | 14:17 |
*** mriedem has quit IRC | 14:17 | |
*** Johnie___ has joined #openstack-meeting | 14:17 | |
*** Johnie___ has left #openstack-meeting | 14:18 | |
mugsie | if cd148034 Merge "Show the correct ptr record instead of the first one" is not backported it should be | 14:18 |
frickler | maybe the docs patches, though that would need a closer look | 14:18 |
mugsie | yeah - not the refactor, but some of the content aybe | 14:19 |
mugsie | maybe* | 14:19 |
mugsie | #action mugsie backport cd148034 | 14:20 |
frickler | Jens Harbott (frickler) proposed openstack/designate stable/pike: Show the correct ptr record instead of the first one https://review.openstack.org/530929 | 14:20 |
mugsie | #undo | 14:20 |
openstack | Removing item from minutes: #action mugsie backport cd148034 | 14:20 |
mugsie | thanks :) | 14:20 |
*** heyongli has quit IRC | 14:21 | |
mugsie | #topic Open Discussion | 14:21 |
*** openstack changes topic to "Open Discussion (Meeting topic: Designate)" | 14:21 | |
*** heyongli has joined #openstack-meeting | 14:21 | |
*** hongbin has joined #openstack-meeting | 14:21 | |
mugsie | So, there is 2 priorities that i see for the next week or so - merge the OVO patch chain (when the errors / error messages are fixed) and merge https://review.openstack.org/#/c/521135/ | 14:21 |
mugsie | I need to reup the remove v1 API patch | 14:22 |
mugsie | and check what has been done on the OVO patches | 14:22 |
frickler | yeah, I can give those a second look once you +2 them, but not too detailed I fear | 14:23 |
mugsie | any other patches that are outstanding? | 14:23 |
frickler | the tests in neutron have merged | 14:23 |
frickler | so https://review.openstack.org/522950 could be merged now | 14:23 |
mugsie | frickler: cool. I will see if timsim and kiall can have a quick look as well | 14:23 |
mugsie | oh, sweet, lets do that | 14:23 |
frickler | also I updated https://review.openstack.org/527982 the dashboard release | 14:24 |
mugsie | yeah, that seemed to ghet caught between the CI changes and the releases validaiton | 14:24 |
mugsie | thanks - I think it should merge soon enough, might need to poke the stable-maint team | 14:25 |
frickler | probably a +1 from you acking my update might help | 14:25 |
frickler | also, do you still intend to update your gerrit dashboard? I have found time to do so myself yet | 14:26 |
mugsie | yeah, I will do that straight after this | 14:26 |
mugsie | otherwise I will forget | 14:27 |
mugsie | I wonder if we have the version of gerrit that allows storing them in gerrit yet | 14:27 |
*** yamamoto has joined #openstack-meeting | 14:28 | |
frickler | there are some dashboards in gerrit I think, but I don't know how they got there | 14:28 |
mugsie | afaik you push a file to a certain branch / ref | 14:28 |
*** absu has quit IRC | 14:29 | |
*** HeOS has joined #openstack-meeting | 14:29 | |
frickler | different item: you restored https://review.openstack.org/515724 which I think is invalid for ocata. but I don't seem to have stable powers | 14:29 |
*** wanghao has joined #openstack-meeting | 14:29 | |
mugsie | ah, yeah - that was me being confused about the version | 14:30 |
mugsie | abandoned | 14:30 |
frickler | also https://review.openstack.org/419761 seems invalid to me, as we do have utf8 content at least in some of these files | 14:31 |
*** heyongli has quit IRC | 14:31 | |
*** heyongli has joined #openstack-meeting | 14:31 | |
mugsie | there is problems getting people into our stable team, they will not add someone who does not have a "stable branch review history" | 14:31 |
mugsie | yeah - I was caught out by that | 14:32 |
*** yamamoto has quit IRC | 14:32 | |
frickler | final one on my list is https://review.openstack.org/528316 which seems trivial enough I would single-approve if you agree | 14:33 |
mugsie | yeah, thats fine for a single approve | 14:33 |
* mugsie was grasping at straws to find a way to get the DNS IP :) | 14:34 | |
frickler | oh, /me found another old one: https://review.openstack.org/522617 | 14:35 |
*** ad_rien_ has quit IRC | 14:35 | |
*** ad_rien_ has joined #openstack-meeting | 14:35 | |
frickler | simon might be waiting for that one | 14:35 |
mugsie | yeah | 14:35 |
mugsie | did that not merge? | 14:35 |
mugsie | OK, I will +W | 14:35 |
*** HeOS has quit IRC | 14:36 | |
frickler | cool, doug +wed the release. pretty nice progress today :) | 14:36 |
mugsie | sweet | 14:37 |
mugsie | oh, https://review.openstack.org/#/c/525274/ needs a +2 | 14:37 |
mugsie | just a small docs change | 14:37 |
*** edmondsw has joined #openstack-meeting | 14:37 | |
frickler | o.k., will take a look after this | 14:38 |
mugsie | and https://review.openstack.org/#/c/525256/ | 14:38 |
mugsie | I think that is it :) - unless you have anything else? | 14:38 |
frickler | the last one has a comment from me | 14:38 |
mugsie | -_- | 14:39 |
frickler | but otherwise I think that would be all for today | 14:39 |
mugsie | cool. productive meeting | 14:40 |
mugsie | #endmeeting | 14:40 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings/" | 14:40 | |
openstack | Meeting ended Wed Jan 3 14:40:24 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:40 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/designate/2018/designate.2018-01-03-14.08.html | 14:40 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/designate/2018/designate.2018-01-03-14.08.txt | 14:40 |
openstack | Log: http://eavesdrop.openstack.org/meetings/designate/2018/designate.2018-01-03-14.08.log.html | 14:40 |
frickler | yep, good start into the new year ;) | 14:40 |
*** mriedem has joined #openstack-meeting | 14:41 | |
*** heyongli has quit IRC | 14:41 | |
*** heyongli has joined #openstack-meeting | 14:41 | |
*** bobh has joined #openstack-meeting | 14:44 | |
*** anilvenkata has quit IRC | 14:45 | |
*** yamamoto has joined #openstack-meeting | 14:46 | |
*** yamamoto has quit IRC | 14:46 | |
*** oanson_ has joined #openstack-meeting | 14:48 | |
*** frank_wang has joined #openstack-meeting | 14:48 | |
*** SerenaFeng has quit IRC | 14:49 | |
*** heyongli has quit IRC | 14:51 | |
*** heyongli has joined #openstack-meeting | 14:52 | |
*** ianychoi has quit IRC | 14:53 | |
*** frank_wang has quit IRC | 14:54 | |
*** slaweq has quit IRC | 14:54 | |
*** VW has joined #openstack-meeting | 14:56 | |
*** oanson_ has quit IRC | 14:57 | |
*** oanson_ has joined #openstack-meeting | 14:58 | |
*** awaugama has joined #openstack-meeting | 14:58 | |
*** eharney has joined #openstack-meeting | 14:59 | |
*** sgrasley1 has joined #openstack-meeting | 14:59 | |
*** slaweq has joined #openstack-meeting | 15:01 | |
*** wanghao_ has joined #openstack-meeting | 15:01 | |
*** VW has quit IRC | 15:01 | |
*** heyongli has quit IRC | 15:02 | |
*** alisanhaji has joined #openstack-meeting | 15:02 | |
*** wanghao has quit IRC | 15:02 | |
*** heyongli has joined #openstack-meeting | 15:02 | |
*** parus has joined #openstack-meeting | 15:02 | |
*** VW has joined #openstack-meeting | 15:03 | |
*** frank_wang has joined #openstack-meeting | 15:03 | |
*** frank_wang has quit IRC | 15:03 | |
*** slaweq has quit IRC | 15:05 | |
*** ad_rien_ has quit IRC | 15:05 | |
*** rbudden has joined #openstack-meeting | 15:05 | |
*** Apoorva has joined #openstack-meeting | 15:06 | |
*** sridharg has quit IRC | 15:10 | |
*** rbartal has quit IRC | 15:10 | |
*** oanson_ has quit IRC | 15:11 | |
*** heyongli has quit IRC | 15:12 | |
*** heyongli has joined #openstack-meeting | 15:12 | |
*** martinkopec has joined #openstack-meeting | 15:13 | |
*** dtrainor has joined #openstack-meeting | 15:16 | |
*** armax has joined #openstack-meeting | 15:19 | |
*** rbrndt_ has joined #openstack-meeting | 15:21 | |
*** rbrndt_ has left #openstack-meeting | 15:21 | |
*** slaweq has joined #openstack-meeting | 15:21 | |
*** heyongli has quit IRC | 15:22 | |
*** heyongli has joined #openstack-meeting | 15:22 | |
*** armax has quit IRC | 15:23 | |
*** links has joined #openstack-meeting | 15:25 | |
*** coolsvap has quit IRC | 15:25 | |
*** slaweq has quit IRC | 15:26 | |
*** devananda has joined #openstack-meeting | 15:27 | |
*** chhavi has joined #openstack-meeting | 15:29 | |
*** lhx_ has joined #openstack-meeting | 15:29 | |
*** links has quit IRC | 15:30 | |
*** slaweq has joined #openstack-meeting | 15:32 | |
*** heyongli has quit IRC | 15:32 | |
*** heyongli has joined #openstack-meeting | 15:33 | |
*** slaweq has quit IRC | 15:36 | |
*** alisanhaji has left #openstack-meeting | 15:37 | |
*** rbudden has quit IRC | 15:40 | |
*** heyongli has quit IRC | 15:43 | |
*** heyongli has joined #openstack-meeting | 15:43 | |
*** gmann has quit IRC | 15:43 | |
*** pbressan has joined #openstack-meeting | 15:46 | |
*** yamamoto has joined #openstack-meeting | 15:46 | |
*** ricolin_ has joined #openstack-meeting | 15:52 | |
*** heyongli has quit IRC | 15:53 | |
*** rbudden has joined #openstack-meeting | 15:53 | |
*** heyongli has joined #openstack-meeting | 15:53 | |
*** ricolin has quit IRC | 15:54 | |
*** yamamoto has quit IRC | 15:54 | |
*** martinkopec has quit IRC | 15:55 | |
*** abishop has joined #openstack-meeting | 15:55 | |
*** XueFeng has quit IRC | 15:57 | |
*** armax has joined #openstack-meeting | 15:57 | |
*** slaweq has joined #openstack-meeting | 15:58 | |
*** bswartz has joined #openstack-meeting | 16:01 | |
*** heyongli has quit IRC | 16:03 | |
*** markstur has joined #openstack-meeting | 16:03 | |
*** markstur has quit IRC | 16:03 | |
*** heyongli has joined #openstack-meeting | 16:03 | |
*** markstur has joined #openstack-meeting | 16:03 | |
Swanson | ? | 16:05 |
erlon | hey | 16:06 |
jungleboyj | Swanson: erlon No meeting today. | 16:06 |
erlon | jungleboyj: :( | 16:06 |
jungleboyj | I am in a workshop and sent out an e-mail to the mailing list last week. | 16:06 |
jungleboyj | erlon: :-( Sorry. | 16:06 |
erlon | Im meeting with Swanson | 16:06 |
*** jkilpatr has quit IRC | 16:06 | |
Swanson | jungleboyj, k | 16:07 |
erlon | :) | 16:07 |
jungleboyj | erlon: You enjoy that. | 16:07 |
jungleboyj | ;-) | 16:07 |
Swanson | :) | 16:07 |
erlon | haha | 16:07 |
bswartz | .o/ | 16:07 |
*** abishop has left #openstack-meeting | 16:08 | |
jungleboyj | @!h | 16:08 |
_pewp_ | jungleboyj (/ .□.) ︵╰(゜Д゜)╯︵ /(.□. ) | 16:08 |
*** dims has quit IRC | 16:09 | |
Swanson | Hoping people trickle in for the next hour and jungleboyj has to keep letting them know there is no meeting. :) | 16:09 |
* jungleboyj glares at Swanson | 16:10 | |
*** dims has joined #openstack-meeting | 16:10 | |
*** heyongli has quit IRC | 16:13 | |
*** heyongli has joined #openstack-meeting | 16:14 | |
*** parus has quit IRC | 16:14 | |
*** artom has joined #openstack-meeting | 16:14 | |
*** jkilpatr has joined #openstack-meeting | 16:20 | |
*** sgrasley1 has quit IRC | 16:21 | |
*** sgrasley1 has joined #openstack-meeting | 16:21 | |
*** slaweq has quit IRC | 16:22 | |
*** jkilpatr has quit IRC | 16:22 | |
*** jkilpatr has joined #openstack-meeting | 16:23 | |
*** SerenaFeng has joined #openstack-meeting | 16:23 | |
*** heyongli has quit IRC | 16:24 | |
*** heyongli has joined #openstack-meeting | 16:24 | |
*** gouthamr has joined #openstack-meeting | 16:24 | |
*** fouadben has left #openstack-meeting | 16:24 | |
*** lpetrut has joined #openstack-meeting | 16:24 | |
*** sgrasley1 has quit IRC | 16:25 | |
*** sgrasley1 has joined #openstack-meeting | 16:26 | |
*** sgrasley1 has quit IRC | 16:32 | |
*** sgrasley1 has joined #openstack-meeting | 16:32 | |
*** slaweq has joined #openstack-meeting | 16:33 | |
*** heyongli has quit IRC | 16:34 | |
*** ayoung has quit IRC | 16:34 | |
*** heyongli has joined #openstack-meeting | 16:34 | |
*** pcaruana has quit IRC | 16:35 | |
*** tlam has quit IRC | 16:35 | |
*** tlam has joined #openstack-meeting | 16:35 | |
*** bbzhao has joined #openstack-meeting | 16:35 | |
*** slaweq has quit IRC | 16:38 | |
*** bzhao has quit IRC | 16:38 | |
*** rbudden has quit IRC | 16:39 | |
*** hemna_ has joined #openstack-meeting | 16:40 | |
*** SerenaFeng has quit IRC | 16:41 | |
*** heyongli has quit IRC | 16:44 | |
*** heyongli has joined #openstack-meeting | 16:44 | |
*** imcsk8 has quit IRC | 16:46 | |
*** niraj_singh has quit IRC | 16:46 | |
*** imcsk8 has joined #openstack-meeting | 16:48 | |
*** niraj_singh has joined #openstack-meeting | 16:50 | |
*** heyongli has quit IRC | 16:54 | |
*** heyongli has joined #openstack-meeting | 16:55 | |
*** gyee has joined #openstack-meeting | 16:58 | |
*** blynch has quit IRC | 17:00 | |
*** lhx_ has quit IRC | 17:00 | |
*** Apoorva has quit IRC | 17:01 | |
*** slaweq has joined #openstack-meeting | 17:05 | |
*** heyongli has quit IRC | 17:05 | |
*** chhavi has quit IRC | 17:05 | |
*** heyongli has joined #openstack-meeting | 17:05 | |
*** felipemonteiro has joined #openstack-meeting | 17:06 | |
*** sgrasley1 has quit IRC | 17:07 | |
*** sgrasley1 has joined #openstack-meeting | 17:08 | |
*** slaweq has quit IRC | 17:09 | |
*** kaisers has quit IRC | 17:10 | |
*** e0ne has quit IRC | 17:12 | |
*** slaweq has joined #openstack-meeting | 17:12 | |
*** heyongli has quit IRC | 17:15 | |
*** heyongli has joined #openstack-meeting | 17:15 | |
*** kaisers has joined #openstack-meeting | 17:15 | |
*** yamamoto has joined #openstack-meeting | 17:16 | |
*** yamamoto has quit IRC | 17:21 | |
*** marios has quit IRC | 17:25 | |
*** heyongli has quit IRC | 17:25 | |
*** heyongli has joined #openstack-meeting | 17:25 | |
*** tlam has quit IRC | 17:26 | |
*** tlam has joined #openstack-meeting | 17:26 | |
*** sgrasley1 has quit IRC | 17:27 | |
*** sgrasley1 has joined #openstack-meeting | 17:27 | |
*** yamamoto has joined #openstack-meeting | 17:29 | |
*** devananda has quit IRC | 17:31 | |
*** yamamoto has quit IRC | 17:34 | |
*** heyongli has quit IRC | 17:35 | |
*** heyongli has joined #openstack-meeting | 17:36 | |
*** tesseract has quit IRC | 17:38 | |
*** slaweq_ has joined #openstack-meeting | 17:40 | |
*** rbudden has joined #openstack-meeting | 17:44 | |
*** arxcruz is now known as arxcruz|ruck | 17:44 | |
*** heyongli has quit IRC | 17:46 | |
*** heyongli has joined #openstack-meeting | 17:46 | |
*** Apoorva has joined #openstack-meeting | 17:55 | |
*** heyongli has quit IRC | 17:56 | |
*** Apoorva has quit IRC | 17:56 | |
*** heyongli has joined #openstack-meeting | 17:56 | |
*** bh526r has joined #openstack-meeting | 17:57 | |
*** lpetrut has quit IRC | 17:57 | |
*** liusheng has quit IRC | 17:59 | |
*** Swami has joined #openstack-meeting | 17:59 | |
*** yamamoto has joined #openstack-meeting | 17:59 | |
bh526r | #startmeeting gluon | 18:00 |
openstack | Meeting started Wed Jan 3 18:00:12 2018 UTC and is due to finish in 60 minutes. The chair is bh526r. Information about MeetBot at http://wiki.debian.org/MeetBot. | 18:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 18:00 |
*** openstack changes topic to " (Meeting topic: gluon)" | 18:00 | |
openstack | The meeting name has been set to 'gluon' | 18:00 |
bh526r | #topic Roll Call | 18:00 |
*** openstack changes topic to "Roll Call (Meeting topic: gluon)" | 18:00 | |
bh526r | #info Bin Hu | 18:00 |
*** liusheng has joined #openstack-meeting | 18:00 | |
*** Apoorva has joined #openstack-meeting | 18:00 | |
jinli | #info JinLi | 18:00 |
jinli | Hi Bin, happy new year! | 18:01 |
bh526r | Hi Jin, | 18:01 |
bh526r | happy new year | 18:01 |
bh526r | How was your holidays? | 18:01 |
jinli | good, I stay in bay area. | 18:01 |
*** slaweq has quit IRC | 18:02 | |
*** Apoorva has quit IRC | 18:02 | |
bh526r | great | 18:02 |
*** Apoorva_ has joined #openstack-meeting | 18:02 | |
jinli | what about you? | 18:02 |
bh526r | I was also staying at home, relax | 18:02 |
jinli | nice, | 18:02 |
*** jkilpatr has quit IRC | 18:03 | |
jinli | no raining, not too cold | 18:03 |
bh526r | And we went to Santa Cruz, local place | 18:03 |
bh526r | I heard it is going to rain later today | 18:03 |
bh526r | #topic Status Update | 18:03 |
*** openstack changes topic to "Status Update (Meeting topic: gluon)" | 18:03 | |
*** jkilpatr has joined #openstack-meeting | 18:03 | |
jinli | I have a patch there | 18:03 |
jinli | I will need to make some final change to it | 18:04 |
jinli | because I will need to add another patch | 18:04 |
bh526r | Is it "Auto generate backend for core plug_in"? | 18:04 |
jinli | yes | 18:04 |
bh526r | Cool | 18:04 |
bh526r | #info Jin is working on patch "Auto generate backend for core plug_in" with some final changes | 18:04 |
jinli | because I sent you email before the holiday and talked about | 18:04 |
*** yamamoto has quit IRC | 18:04 | |
bh526r | #link https://review.openstack.org/#/c/525866/ | 18:05 |
jinli | adding ipaddress to binding | 18:05 |
bh526r | That's right. | 18:05 |
jinli | I will do it today to add the ipaddress | 18:05 |
bh526r | #info Jin is going to add another patch | 18:05 |
jinli | then I will modify 525866 | 18:05 |
*** ad_rien_ has joined #openstack-meeting | 18:05 | |
jinli | and we should be ok after that | 18:05 |
bh526r | #info to add ipaddress to binding object | 18:05 |
bh526r | #info Then Jin will make 525866 consistent with the new binding model | 18:06 |
jinli | I also need to discuss with you on authenticating users | 18:06 |
*** heyongli has quit IRC | 18:06 | |
bh526r | #info All sounds good | 18:06 |
jinli | from the plugin | 18:06 |
bh526r | Sure. | 18:06 |
*** heyongli has joined #openstack-meeting | 18:06 | |
bh526r | My calendar is up to date | 18:07 |
jinli | that's is about auth users from the Neutron side | 18:07 |
jinli | we have 3 choices, | 18:07 |
bh526r | And if you want, we can meet in Menlo Park to discuss too | 18:07 |
jinli | sure | 18:07 |
jinli | we can do that this Friday | 18:07 |
jinli | choise 1: use the Neutron user's credential to log in | 18:08 |
jinli | choise 1: use the Gluon user's credential to log in | 18:08 |
bh526r | #info Jin is looking into the options of authenticating users | 18:08 |
bh526r | #info Option 1: use the Neutron user's credential to log in | 18:09 |
bh526r | #info Option 2: use the Gluon user's credential to log in | 18:09 |
bh526r | What is option 3? | 18:09 |
*** ad_rien_ has quit IRC | 18:10 | |
jinli | choice 3: create a user that is just for Neutron to connect Gluon | 18:10 |
jinli | like app's connect to database | 18:10 |
bh526r | #info Option 3: create a user that is just for Neutron to connect Gluon. It is just like like app's connect to database | 18:11 |
jinli | they create username and pw for the database and use it for all access to db | 18:11 |
jinli | we can discuss this on Friday when we meet, | 18:11 |
bh526r | I see. how does it impact users to use Neutron+Gluon? | 18:12 |
jinli | which one? | 18:12 |
jinli | #3? | 18:12 |
bh526r | All of them, especially #3 | 18:12 |
bh526r | I checked my calendar, I will have a conference call at 11am-12pm this Friday | 18:13 |
jinli | oh | 18:13 |
jinli | we can meet in the afternoon | 18:13 |
*** slaweq_ has quit IRC | 18:13 | |
jinli | 1pm to 3 pm ? | 18:13 |
jinli | and discuss the impacts | 18:13 |
jinli | plus what we need to do to use mysql for db | 18:14 |
bh526r | Sure. How about 12:30pm-2:30pm? | 18:14 |
jinli | sounds good | 18:14 |
bh526r | Great. | 18:14 |
bh526r | #info Separate username and pw are created for the database and use it for all access to db | 18:15 |
jinli | that's all from me | 18:15 |
*** slaweq_ has joined #openstack-meeting | 18:15 | |
bh526r | #info Bin and Jin will meet this Friday to discuss the impact on users to use Neutron+Gluon | 18:15 |
jinli | I will create patch for ipaddress and update the existing patch | 18:16 |
*** yamamoto has joined #openstack-meeting | 18:16 | |
*** yamamoto has quit IRC | 18:16 | |
bh526r | #info and how to use mysql for db | 18:16 |
bh526r | Great | 18:16 |
bh526r | Thank you | 18:16 |
*** heyongli has quit IRC | 18:16 | |
bh526r | If nothing else, we can adjourn the meeting and see you on Friday | 18:17 |
*** heyongli has joined #openstack-meeting | 18:17 | |
jinli | sure | 18:17 |
bh526r | #topic AOB | 18:17 |
*** openstack changes topic to "AOB (Meeting topic: gluon)" | 18:17 | |
jinli | see you on Friday | 18:17 |
bh526r | #info Nothing else, Meeting adjourned | 18:17 |
bh526r | #endmeeting | 18:17 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings/" | 18:17 | |
openstack | Meeting ended Wed Jan 3 18:17:33 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 18:17 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/gluon/2018/gluon.2018-01-03-18.00.html | 18:17 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/gluon/2018/gluon.2018-01-03-18.00.txt | 18:17 |
openstack | Log: http://eavesdrop.openstack.org/meetings/gluon/2018/gluon.2018-01-03-18.00.log.html | 18:17 |
bh526r | Thank you Jin and see you Friday | 18:17 |
jinli | bye | 18:17 |
bh526r | bye | 18:17 |
*** bh526r has quit IRC | 18:19 | |
*** slaweq_ has quit IRC | 18:20 | |
*** yamahata has joined #openstack-meeting | 18:21 | |
*** heyongli has quit IRC | 18:27 | |
*** e0ne has joined #openstack-meeting | 18:27 | |
*** heyongli has joined #openstack-meeting | 18:27 | |
*** ricolin_ has quit IRC | 18:31 | |
*** heyongli has quit IRC | 18:37 | |
*** heyongli has joined #openstack-meeting | 18:37 | |
*** diablo_rojo has joined #openstack-meeting | 18:37 | |
*** felipemonteiro_ has joined #openstack-meeting | 18:40 | |
*** jkilpatr has quit IRC | 18:40 | |
*** pchavva has quit IRC | 18:43 | |
*** pchavva has joined #openstack-meeting | 18:43 | |
*** pchavva has quit IRC | 18:44 | |
*** felipemonteiro has quit IRC | 18:44 | |
*** pchavva has joined #openstack-meeting | 18:44 | |
*** yamamoto has joined #openstack-meeting | 18:46 | |
*** heyongli has quit IRC | 18:47 | |
*** heyongli has joined #openstack-meeting | 18:47 | |
*** slaweq_ has joined #openstack-meeting | 18:52 | |
*** yamamoto has quit IRC | 18:54 | |
*** Tom-Tom has joined #openstack-meeting | 18:55 | |
*** pchavva is now known as pkchavva | 18:55 | |
*** pkchavva has quit IRC | 18:55 | |
*** pkchavva has joined #openstack-meeting | 18:56 | |
*** pkchavva has quit IRC | 18:57 | |
*** pkchavva has joined #openstack-meeting | 18:57 | |
*** heyongli has quit IRC | 18:57 | |
*** pkchavva has quit IRC | 18:57 | |
*** slaweq_ has quit IRC | 18:57 | |
*** pkchavva has joined #openstack-meeting | 18:58 | |
*** heyongli has joined #openstack-meeting | 18:58 | |
*** pkchavva is now known as pchavva | 18:58 | |
*** pchavva has joined #openstack-meeting | 18:59 | |
* persia pins eyes in anticipation of forescroll | 19:00 | |
SotK | #startmeeting storyboard | 19:00 |
openstack | Meeting started Wed Jan 3 19:00:23 2018 UTC and is due to finish in 60 minutes. The chair is SotK. Information about MeetBot at http://wiki.debian.org/MeetBot. | 19:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 19:00 |
*** openstack changes topic to " (Meeting topic: storyboard)" | 19:00 | |
openstack | The meeting name has been set to 'storyboard' | 19:00 |
*** hashar has joined #openstack-meeting | 19:00 | |
SotK | its that time of week again! | 19:00 |
SotK | #link https://wiki.openstack.org/wiki/Meetings/StoryBoard#Agenda_for_next_meeting Agenda | 19:00 |
SotK | #topic In Progress Work | 19:01 |
*** openstack changes topic to "In Progress Work (Meeting topic: storyboard)" | 19:01 | |
SotK | I updated the patch for story templates, now it is ready for review! | 19:01 |
SotK | #link https://review.openstack.org/#/c/526219/ | 19:02 |
SotK | fungi: that may be of interest to you ^ | 19:02 |
SotK | there will be further patches probably at some point soon to clean up the code duplication caused by that, but I'm ordering it this way so the feature doesn't get blocked by review bandwidth | 19:03 |
SotK | #link https://review.openstack.org/#/c/530656/ | 19:03 |
SotK | that patch is also required | 19:03 |
* diablo_rojo sneaks in late | 19:07 | |
* SotK will review some of the various other outstanding patches in the near future too | 19:07 | |
SotK | hey diablo_rojo | 19:08 |
*** heyongli has quit IRC | 19:08 | |
diablo_rojo | SotK, sorry I'm late. | 19:08 |
SotK | np :) | 19:08 |
*** heyongli has joined #openstack-meeting | 19:08 | |
SotK | #link https://review.openstack.org/#/c/530427/ | 19:08 |
* diablo_rojo has a view patches in need of review | 19:08 | |
SotK | awaits a review from someone not me | 19:08 |
* diablo_rojo opens tab | 19:08 | |
diablo_rojo | Ha, I can't review that one.. | 19:08 |
*** jhesketh has quit IRC | 19:08 | |
*** sgrasley1 has quit IRC | 19:09 | |
SotK | :) indeed | 19:09 |
*** efried has quit IRC | 19:09 | |
diablo_rojo | Hopefully Zara has a some time soon. | 19:10 |
* SotK hopes so | 19:10 | |
*** jhesketh has joined #openstack-meeting | 19:11 | |
SotK | #link https://review.openstack.org/#/c/528436/5 | 19:11 |
SotK | thanks for this one mordred, I will review it after this meeting | 19:11 |
diablo_rojo | I can take a look too. | 19:12 |
SotK | have I missed anything on the migration front recently? | 19:13 |
* diablo_rojo did like a dozen test migrations, everything has worked except heat. | 19:13 | |
diablo_rojo | Been chatting to tripleO about migrating, nothing conclusive there yet though. | 19:14 |
*** armax has quit IRC | 19:14 | |
diablo_rojo | Going to start reachingout to the projects who's migrations went well. | 19:14 |
SotK | nice :D | 19:15 |
SotK | what went wrong with heat? | 19:15 |
* diablo_rojo couldn't read scrollback because of the vm configurations | 19:15 | |
diablo_rojo | GOing to run it again piping logs to a file and then I can figure out what happened. | 19:16 |
diablo_rojo | Started to run Neutron and ran out of space on the VM lol | 19:16 |
*** heyongli has quit IRC | 19:18 | |
*** heyongli has joined #openstack-meeting | 19:18 | |
SotK | hopefully its nothing too major at least | 19:18 |
diablo_rojo | Yeah I don't suspect it is, but I couldn't see more than a few lines lol. | 19:19 |
mordred | SotK: I've been working up a followup patch for webpack that I need to chat wit you about a little later ... | 19:19 |
mordred | SotK: turns out how storyboard does less stuff is ... complicated :) | 19:19 |
*** efried has joined #openstack-meeting | 19:21 | |
SotK | mordred: heh, thanks | 19:22 |
* SotK should be around for the next few hours | 19:23 | |
*** hashar has quit IRC | 19:25 | |
SotK | anything else in-progress that folk want to mention? | 19:28 |
diablo_rojo | SotK, did you see the post for the website? | 19:28 |
*** heyongli has quit IRC | 19:28 | |
diablo_rojo | The pull request I did against your repo? | 19:28 |
*** heyongli has joined #openstack-meeting | 19:28 | |
SotK | oh, I didn't | 19:29 |
Zara | I too am late :/ | 19:29 |
Zara | I should be around much more this week | 19:29 |
diablo_rojo | SotK, we should get that merged if you're cool with everything there. | 19:29 |
SotK | I'll take a look, but iirc the repo we watch to build the site is the one on Zara's github | 19:30 |
diablo_rojo | New post to breathe new life into the blog this new year | 19:30 |
*** slaweq_ has joined #openstack-meeting | 19:30 | |
diablo_rojo | SotK, oops lol will have to do pull request on Zaras then. | 19:30 |
Zara | I'm all for using better infra for that sometime fwiw :D | 19:32 |
*** tlam has quit IRC | 19:33 | |
SotK | using something that isn't github would be nice xD | 19:34 |
*** hashar has joined #openstack-meeting | 19:34 | |
mordred | I have a hunch we could, you know, get that published from zuul ... | 19:35 |
Zara | SotK: +1 it was a fast option, not a nice one | 19:35 |
diablo_rojo | That would be nice. | 19:35 |
SotK | yeah, publishing from zuul would be lovely | 19:36 |
*** wanghao has joined #openstack-meeting | 19:38 | |
*** heyongli has quit IRC | 19:38 | |
*** heyongli has joined #openstack-meeting | 19:39 | |
*** wanghao_ has quit IRC | 19:39 | |
SotK | #topic Open Discussion | 19:40 |
*** openstack changes topic to "Open Discussion (Meeting topic: storyboard)" | 19:40 | |
diablo_rojo | What do we need to do to make that happen? | 19:40 |
persia | publishing from zuul? | 19:41 |
*** reedip has quit IRC | 19:43 | |
*** yangyapeng has quit IRC | 19:44 | |
diablo_rojo | Yes. | 19:44 |
*** yangyapeng has joined #openstack-meeting | 19:45 | |
*** pcaruana has joined #openstack-meeting | 19:45 | |
SotK | my ideal world would be a repo on gerrit which contains a zuul.yaml file containing configuration to build the html with pelican and upload the result to storyboard-blog.io in some way | 19:48 |
SotK | I'd need to do a little research before I could write said file, but I expect it wouldn't be a terribly difficult job | 19:48 |
*** awaugama has quit IRC | 19:48 | |
*** heyongli has quit IRC | 19:49 | |
*** Tom-Tom has quit IRC | 19:49 | |
Zara | iirc you already have a shellscript somewhere to automate the deploy? | 19:49 |
*** heyongli has joined #openstack-meeting | 19:49 | |
Zara | I think you said you got that working in the end | 19:49 |
Zara | (am assuming the instructions would be roughly the same, just trying to remember if there were any complications) | 19:50 |
SotK | well, its just a script which is run by a cronjob on storyboard-blog.io itself which polls the git repo and rebuilds in-place if needed, so not much actual deployment being done | 19:50 |
Zara | heh | 19:50 |
Zara | better than my bespoke manual infra | 19:51 |
Zara | `rm output/*` | 19:52 |
Zara | I mayyyy be able to look into that, I could do with doing some research on deployment automation anyway | 19:53 |
SotK | :D thanks | 19:53 |
SotK | first step is to get a repo somewhere nicer for contribution than github :) | 19:54 |
*** yamamoto has joined #openstack-meeting | 19:56 | |
SotK | we can discuss further in #storyboard if people would like | 19:57 |
SotK | thanks for coming everyone! | 19:57 |
SotK | #endmeeting | 19:57 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings/" | 19:57 | |
openstack | Meeting ended Wed Jan 3 19:57:57 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 19:57 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/storyboard/2018/storyboard.2018-01-03-19.00.html | 19:58 |
Zara | thank you for chairing! | 19:58 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/storyboard/2018/storyboard.2018-01-03-19.00.txt | 19:58 |
openstack | Log: http://eavesdrop.openstack.org/meetings/storyboard/2018/storyboard.2018-01-03-19.00.log.html | 19:58 |
Zara | sorry I forgot what day of the week it was :/ | 19:58 |
*** slaweq has joined #openstack-meeting | 19:59 | |
*** pcaruana has quit IRC | 19:59 | |
*** heyongli has quit IRC | 19:59 | |
*** heyongli has joined #openstack-meeting | 19:59 | |
*** sambetts is now known as sambetts|afk | 20:00 | |
SotK | haha, that's ok :) | 20:01 |
*** slaweq_ has quit IRC | 20:04 | |
*** slaweq_ has joined #openstack-meeting | 20:06 | |
*** e0ne has quit IRC | 20:09 | |
*** heyongli has quit IRC | 20:09 | |
*** heyongli has joined #openstack-meeting | 20:09 | |
*** slaweq_ has quit IRC | 20:11 | |
*** slaweq has quit IRC | 20:11 | |
*** slaweq has joined #openstack-meeting | 20:14 | |
*** heyongli has quit IRC | 20:19 | |
*** heyongli has joined #openstack-meeting | 20:20 | |
*** absu has joined #openstack-meeting | 20:20 | |
*** jkilpatr has joined #openstack-meeting | 20:21 | |
*** raildo has quit IRC | 20:26 | |
*** raildo has joined #openstack-meeting | 20:26 | |
*** heyongli has quit IRC | 20:30 | |
*** heyongli has joined #openstack-meeting | 20:30 | |
*** hashar has quit IRC | 20:32 | |
*** heyongli has quit IRC | 20:40 | |
*** heyongli has joined #openstack-meeting | 20:40 | |
*** ykatabam has joined #openstack-meeting | 20:40 | |
*** slaweq_ has joined #openstack-meeting | 20:41 | |
*** slaweq_ has quit IRC | 20:46 | |
*** jbadiapa has quit IRC | 20:48 | |
*** portdirect has quit IRC | 20:50 | |
*** heyongli has quit IRC | 20:50 | |
*** portdirect has joined #openstack-meeting | 20:50 | |
*** heyongli has joined #openstack-meeting | 20:50 | |
*** ociuhandu has joined #openstack-meeting | 20:55 | |
*** eharney has quit IRC | 20:55 | |
*** ociuhandu has quit IRC | 20:56 | |
*** armax has joined #openstack-meeting | 20:59 | |
*** heyongli has quit IRC | 21:00 | |
*** torgomatic has joined #openstack-meeting | 21:00 | |
*** heyongli has joined #openstack-meeting | 21:01 | |
*** hemna_ has quit IRC | 21:02 | |
*** slaweq_ has joined #openstack-meeting | 21:04 | |
*** heyongli has quit IRC | 21:11 | |
*** heyongli has joined #openstack-meeting | 21:11 | |
*** Apoorva has joined #openstack-meeting | 21:13 | |
*** yamahata has quit IRC | 21:14 | |
*** Apoorva_ has quit IRC | 21:16 | |
*** cleong has quit IRC | 21:20 | |
*** pchavva has quit IRC | 21:21 | |
*** heyongli has quit IRC | 21:21 | |
*** heyongli has joined #openstack-meeting | 21:21 | |
*** edmondsw has quit IRC | 21:22 | |
*** edmondsw has joined #openstack-meeting | 21:22 | |
*** slaweq has quit IRC | 21:26 | |
*** edmondsw has quit IRC | 21:27 | |
*** heyongli has quit IRC | 21:31 | |
*** heyongli has joined #openstack-meeting | 21:31 | |
*** sgrasley1 has joined #openstack-meeting | 21:34 | |
*** raildo has quit IRC | 21:36 | |
*** slaweq_ has quit IRC | 21:37 | |
*** heyongli has quit IRC | 21:41 | |
*** slaweq_ has joined #openstack-meeting | 21:41 | |
*** heyongli has joined #openstack-meeting | 21:42 | |
*** gouthamr has quit IRC | 21:42 | |
*** e0ne has joined #openstack-meeting | 21:43 | |
*** hongbin has quit IRC | 21:46 | |
*** slaweq_ has quit IRC | 21:46 | |
*** heyongli has quit IRC | 21:52 | |
*** heyongli has joined #openstack-meeting | 21:52 | |
*** aeng has joined #openstack-meeting | 21:56 | |
*** yamahata has joined #openstack-meeting | 21:57 | |
*** e0ne has quit IRC | 21:59 | |
*** heyongli has quit IRC | 22:02 | |
*** heyongli has joined #openstack-meeting | 22:02 | |
*** e0ne has joined #openstack-meeting | 22:02 | |
*** eharney has joined #openstack-meeting | 22:04 | |
*** rcernin has joined #openstack-meeting | 22:05 | |
*** priteau has quit IRC | 22:05 | |
*** e0ne has quit IRC | 22:08 | |
*** e0ne has joined #openstack-meeting | 22:12 | |
*** heyongli has quit IRC | 22:12 | |
*** heyongli has joined #openstack-meeting | 22:12 | |
*** e0ne has quit IRC | 22:14 | |
*** slaweq_ has joined #openstack-meeting | 22:15 | |
*** sgrasley1 has quit IRC | 22:17 | |
*** dr_gois has joined #openstack-meeting | 22:17 | |
dr_gois | Hi! | 22:18 |
*** dr_gois has quit IRC | 22:19 | |
*** slaweq_ has quit IRC | 22:19 | |
*** VW_ has joined #openstack-meeting | 22:20 | |
*** VW_ has quit IRC | 22:20 | |
*** VW_ has joined #openstack-meeting | 22:21 | |
*** absu has quit IRC | 22:21 | |
*** heyongli has quit IRC | 22:22 | |
*** heyongli has joined #openstack-meeting | 22:23 | |
*** VW has quit IRC | 22:23 | |
*** VW_ has quit IRC | 22:26 | |
*** e0ne has joined #openstack-meeting | 22:28 | |
*** rbudden has quit IRC | 22:32 | |
*** bobh has quit IRC | 22:32 | |
*** heyongli has quit IRC | 22:33 | |
*** heyongli has joined #openstack-meeting | 22:33 | |
*** bobh has joined #openstack-meeting | 22:33 | |
*** bobh has quit IRC | 22:38 | |
*** heyongli has quit IRC | 22:43 | |
*** heyongli has joined #openstack-meeting | 22:43 | |
*** Leo_ has joined #openstack-meeting | 22:44 | |
*** slaweq_ has joined #openstack-meeting | 22:52 | |
*** heyongli has quit IRC | 22:53 | |
*** heyongli has joined #openstack-meeting | 22:53 | |
*** Leo_ is now known as Leo_m | 22:57 | |
*** rbudden has joined #openstack-meeting | 22:57 | |
*** Leo_m has quit IRC | 23:01 | |
*** Leo_ has joined #openstack-meeting | 23:02 | |
*** Leo_ has quit IRC | 23:02 | |
*** sgrasley1 has joined #openstack-meeting | 23:02 | |
*** Leo_m has joined #openstack-meeting | 23:03 | |
*** heyongli has quit IRC | 23:03 | |
*** heyongli has joined #openstack-meeting | 23:04 | |
*** ijw has joined #openstack-meeting | 23:04 | |
*** felipemonteiro_ has quit IRC | 23:05 | |
*** sgrasley2 has joined #openstack-meeting | 23:05 | |
*** sgrasley1 has quit IRC | 23:07 | |
*** sgrasley2 is now known as sgrasley1 | 23:07 | |
*** ijw has quit IRC | 23:08 | |
*** e0ne has quit IRC | 23:09 | |
*** Leo_m has quit IRC | 23:11 | |
*** slaweq has joined #openstack-meeting | 23:12 | |
*** heyongli has quit IRC | 23:14 | |
*** ijw has joined #openstack-meeting | 23:14 | |
*** heyongli has joined #openstack-meeting | 23:14 | |
*** jdurgin has quit IRC | 23:14 | |
*** masber has joined #openstack-meeting | 23:16 | |
*** VW has joined #openstack-meeting | 23:16 | |
*** jdurgin has joined #openstack-meeting | 23:18 | |
*** slaweq has quit IRC | 23:19 | |
*** torgomatic has left #openstack-meeting | 23:23 | |
*** heyongli has quit IRC | 23:24 | |
*** heyongli has joined #openstack-meeting | 23:24 | |
*** VW has quit IRC | 23:26 | |
*** slaweq_ has quit IRC | 23:26 | |
*** slaweq_ has joined #openstack-meeting | 23:30 | |
*** heyongli has quit IRC | 23:34 | |
*** heyongli has joined #openstack-meeting | 23:34 | |
*** slaweq_ has quit IRC | 23:34 | |
*** ad_rien_ has joined #openstack-meeting | 23:37 | |
*** esberglu has quit IRC | 23:38 | |
*** esberglu has joined #openstack-meeting | 23:39 | |
*** erlon has quit IRC | 23:40 | |
*** esberglu has quit IRC | 23:43 | |
*** heyongli has quit IRC | 23:44 | |
*** heyongli has joined #openstack-meeting | 23:45 | |
*** heyongli has quit IRC | 23:55 | |
*** heyongli has joined #openstack-meeting | 23:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!