Monday, 2017-03-06

*** bobmel has joined #tacker00:05
*** bobmel has quit IRC00:10
*** amotoki has joined #tacker00:27
*** yifei has joined #tacker00:53
*** Dongeun has quit IRC01:46
openstackgerritfutangw wang proposed openstack/tacker master: Add allowed_address_pairs support in tacker CP  https://review.openstack.org/43518702:03
*** gongysh has joined #tacker02:05
gongyshsridhar_ram, hi02:06
*** xianghui has joined #tacker02:22
openstackgerritJimmy.Ye proposed openstack/tacker master: fix function tacker_check_and_download_cirros() error  https://review.openstack.org/44108002:57
*** bobmel has joined #tacker03:05
*** bobmel has quit IRC03:10
*** xianghui has quit IRC03:52
*** KanagarajM has joined #tacker03:54
*** diga has joined #tacker04:01
*** dkushwaha has joined #tacker04:05
gongyshKanagarajM, hi04:17
*** xianghui has joined #tacker04:25
*** nmathew has joined #tacker04:50
*** Vijayendra has joined #tacker04:53
*** bobmel has joined #tacker05:32
*** bobmel has quit IRC05:37
*** amotoki_ has joined #tacker05:42
*** tbh has joined #tacker05:43
*** amotoki has quit IRC05:46
KanagarajMgongysh, hi05:58
KanagarajMtung_doan, hi05:58
gongyshKanagarajM, could you pleas review some infra patches from me?https://review.openstack.org/#/q/owner:gong.yongsheng%254099cloud.net+status:open05:59
gongyshtbh, https://review.openstack.org/#/q/owner:gong.yongsheng%254099cloud.net+status:open06:00
KanagarajMgongysh,  sure. looking into06:00
tung_doanKanagarajM: Hello06:01
tbhgongysh, reviewing those patches06:01
KanagarajMtung_doan, i couldn't get your requirements clearly . can you please explain06:04
tung_doanKanagarajM: oh.. regarding to Monasca support in Tacker... Currently, I have no way to display alarm information with monasca CLI. That's because monasca CLI cannot use for different tenant. How do you use monasca CLI in Heat as shown here: https://www.youtube.com/watch?v=5t7mhJu1dVM&t=1944s06:09
*** manikanta_tadi has quit IRC06:09
tung_doanKanagarajM: Do you need any configuration? thanks06:09
openstackgerritMerged openstack/tacker-horizon master: sync test-requirements with global requirements  https://review.openstack.org/44157706:11
*** manikanta_tadi has joined #tacker06:12
openstackgerritgongysh proposed openstack/tacker master: Make tacker to register public url only openstack  https://review.openstack.org/44175806:24
*** manikanta_tadi has quit IRC06:25
*** manikanta_tadi has joined #tacker06:42
*** dkushwaha has left #tacker06:48
*** janki has joined #tacker06:48
*** dkushwaha has joined #tacker06:49
*** manikanta_tadi has quit IRC06:52
openstackgerritfutangw wang proposed openstack/tacker master: Add allowed_address_pairs support in tacker CP  https://review.openstack.org/43518706:58
openstackgerritgongysh proposed openstack/tacker master: Sync test-requirements with global requirements  https://review.openstack.org/44157207:23
gongyshKanagarajM, dkushwaha  https://review.openstack.org/#/c/408128/ please07:24
digagongysh: I need to use some protocol for temperory purpose, any suggestion to use protocol excluding 808007:27
diganeed to run api engine on some protocol07:28
gongyshdiga, the one after tacker server port?07:28
digagongysh: I think for testing, we can use any port07:28
digagongysh: sorry porty not protocol07:28
digagongysh: yeah07:29
openstackgerritgongysh proposed openstack/tacker master: Sync test-requirements with global requirements  https://review.openstack.org/44157207:30
openstackgerritMerged openstack/python-tackerclient master: sync test-requirement with global requirements  https://review.openstack.org/44157507:30
*** manikanta_tadi has joined #tacker07:31
*** Dongeun has joined #tacker07:32
dkushwahagongysh, sure07:32
*** Dongeun has quit IRC07:33
tbhgongysh, regarding https://review.openstack.org/#/c/422066/, can you point me to the code where we are parsing "block_device_mapping_v2" code?07:40
gongyshno need to parse. the heat-translator just will do it. I think the tosca parse part is in vdu aleardy.07:44
openstackgerritgongysh proposed openstack/tacker-specs master: introduce a scalable task scheduling framework  https://review.openstack.org/43930007:51
tbhgongysh, I think there is no parsing for "block_device_mapping_v2" in tosca-parser/HT, but I think we have definitions in tacker_nfv_defs.yaml it just outputs to HOT07:56
*** Vijayendra has quit IRC07:57
gongyshtbh, the all properties of vdu will be ok in tosca vdu obj. and then the HT will just output this properties to HOT.07:57
gongyshthis is why I keep the defs to be the same as HOT.07:58
tbhgongysh, yes, HT will just output to HOT, and these values are working because tosca params are same as HOT params here, is that right?08:00
gongyshyes08:00
tbhgongysh, one last question, is that okay to use exact heat template params name for tosca too?08:01
gongyshunless we have official names in tosca NFV profile.08:02
tbhgongysh, okay :)08:02
gongyshso my block way is not good, since there are    lstorage:08:03
gongysh      type: tosca.nodes.BlockStorage08:03
gongysh      properties:08:03
gongysh        size: 10 GB08:03
gongyshI think it is the tosca way.08:03
gongyshso I want someone can modify my patch08:04
gongyshsince I am lost in scaling framework.08:04
tbhgongysh, this block is for creating for new volumes, let's see does futangw wang take that up or from the community we can take it up and close this one08:08
gongyshwe can extent BlockStorage to use exsiting volume.08:08
*** diga has quit IRC08:10
xianghuiHi guys, can anyone help to explain the difference between the alarm-based monitoring driver in Tacker and Aodh?08:19
*** Aqsa has joined #tacker08:25
tung_doanxianghui: alarm-based monitoring driver in leverage Aodh resources. That means monitoring resources (Aodh, Monasca) will be triggered to alarm monitoring driver in Tacker. Hope it makes sense to you08:28
xianghuitung_doan: ack, thanks much :-)08:29
tung_doanxianghui: you're welcome08:29
*** diga has joined #tacker08:29
xianghuitung_doan: btw, another question, I have seen there is a ping driver to monitor VNF, I am wondering how does it work? i.e, does it ping VNF from compute host where they have different tenant network range?08:30
xianghuior it is working in some limited condition?08:30
xianghuihttps://specs.openstack.org/openstack/tacker-specs/specs/newton/alarm-based-monitoring-driver.html08:31
xianghuihere is the document say "Tacker provides a very minimal support for checking the liveliness of VNF elements by means of ping or curl which helps to recover the element in case it is unreachable."08:32
*** nmathew- has joined #tacker08:35
tung_doanxianghui: I think it will work well if you have different tenant network range. With ping driver you firstly create a vnf from tosca template. IP address will be created for VNF instance and the ping driver used the IP address to check if VNF instance is reachable08:35
*** tbh has left #tacker08:37
*** nmathew has quit IRC08:38
xianghuitung_doan, that is very helpful, thanks much again !08:40
*** nmathew- has quit IRC09:15
*** tbh has joined #tacker09:23
openstackgerritgongysh proposed openstack/tacker master: Sync test-requirements with global requirements  https://review.openstack.org/44157209:29
*** KanagarajM has quit IRC09:48
*** xianghui has quit IRC09:53
*** openstackgerrit has quit IRC10:33
*** amotoki_ has quit IRC10:40
*** Aqsam has joined #tacker10:53
*** Aqsa has quit IRC10:53
*** Vijayendra has joined #tacker11:11
*** openstackgerrit has joined #tacker11:19
openstackgerritgongysh proposed openstack/tacker master: Sync test-requirements with global requirements  https://review.openstack.org/44157211:19
*** gongysh has quit IRC11:21
*** Vijayendra has quit IRC11:32
*** diga has quit IRC11:38
*** diga has joined #tacker11:46
*** arturt has joined #tacker11:52
*** diga has quit IRC11:53
*** amotoki has joined #tacker12:01
*** KanagarajM has joined #tacker12:02
*** arturt has quit IRC12:06
*** manikanta_tadi has quit IRC12:34
*** arturt_ has joined #tacker12:48
*** arturt_ has quit IRC12:56
*** arturt_ has joined #tacker12:58
*** mbirru has quit IRC13:04
*** arturt_ has quit IRC13:26
*** arturt_ has joined #tacker13:29
*** bobmel has joined #tacker13:37
*** arturt_ has quit IRC13:41
*** arturt_ has joined #tacker13:44
*** tbh has quit IRC13:45
*** arturt_ has quit IRC13:56
*** arturt_ has joined #tacker13:59
*** arturt_ has quit IRC14:05
*** amotoki has quit IRC14:06
*** amotoki has joined #tacker14:06
*** gongysh has joined #tacker14:11
*** janki has quit IRC14:11
*** amotoki has quit IRC14:15
openstackgerritgongysh proposed openstack/tacker master: Sync test-requirements with global requirements  https://review.openstack.org/44157214:16
*** KanagarajM has quit IRC14:26
openstackgerritgongysh proposed openstack/tacker master: Use OpenStack CLI instead of individual CLI  https://review.openstack.org/40812814:26
*** amotoki has joined #tacker14:41
openstackgerritgongysh proposed openstack/tacker-specs master: introduce a scalable task scheduling framework  https://review.openstack.org/43930015:23
*** gongysh has quit IRC15:24
*** amotoki has quit IRC15:33
*** nle5223__ has joined #tacker15:42
*** Aqsam has quit IRC15:43
*** Vijayendra has joined #tacker15:49
*** bobmel has quit IRC15:54
*** trinaths1 has joined #tacker16:00
*** nle5223__ has quit IRC16:04
*** arturt_ has joined #tacker16:30
*** amotoki has joined #tacker16:34
*** arturt_ has quit IRC16:35
*** amotoki has quit IRC16:39
*** uck has joined #tacker16:49
*** Vijayendra has quit IRC16:54
*** arturt_ has joined #tacker17:11
*** arturt__ has joined #tacker17:12
*** arturt_ has quit IRC17:12
*** arturt__ has quit IRC17:42
*** arturt__ has joined #tacker17:42
*** trinaths1 has quit IRC17:46
*** arturt__ has quit IRC18:12
*** arturt__ has joined #tacker18:12
*** arturt__ has quit IRC18:21
*** vishnoianil has quit IRC18:21
*** mbirru has joined #tacker18:24
*** uck_ has joined #tacker18:25
*** uck has quit IRC18:25
*** arturt__ has joined #tacker18:25
*** arturt__ has quit IRC18:27
*** arturt__ has joined #tacker18:27
*** amotoki has joined #tacker18:36
*** amotoki has quit IRC18:41
*** arturt__ has quit IRC18:42
*** arturt__ has joined #tacker18:42
*** arturt__ has quit IRC18:49
*** s3wong has joined #tacker19:02
*** bobmel has joined #tacker19:14
*** vishnoianil has joined #tacker19:19
*** bobmel has quit IRC19:20
*** uck_ has quit IRC19:31
*** arturt__ has joined #tacker19:47
*** arturt__ has quit IRC19:58
*** bobmel has joined #tacker20:01
*** arturt__ has joined #tacker20:02
*** bobmel has quit IRC20:06
*** bobmel has joined #tacker20:07
*** arturt__ has quit IRC20:15
*** uck has joined #tacker20:31
*** uck has quit IRC20:36
*** amotoki has joined #tacker20:37
*** amotoki has quit IRC20:42
*** arturt__ has joined #tacker20:43
*** arturt__ has quit IRC20:43
*** bobmel has quit IRC20:50
*** bobmel has joined #tacker20:50
*** arturt__ has joined #tacker21:05
*** arturt__ has quit IRC21:08
*** arturt___ has joined #tacker21:10
*** arturt___ has quit IRC21:13
*** arturt___ has joined #tacker21:13
-openstackstatus- NOTICE: restarting gerrit to address performance problems21:17
*** arturt___ has quit IRC21:31
*** uck has joined #tacker21:49
*** bobmel has quit IRC22:00
*** s3wong has quit IRC22:27
*** amotoki has joined #tacker22:38
*** amotoki has quit IRC22:42
*** gongysh has joined #tacker22:50
gongyshdkushwaha, sridhar_ram hi23:02
sridhar_ramgongysh: hi23:02
gongyshhttps://review.openstack.org/#/c/44157223:02
gongyshused to fix the gate pep823:02
sridhar_ramgongysh: done23:07
*** diga has joined #tacker23:55
*** gongysh has quit IRC23:57

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