*** bobmel has joined #tacker | 00:05 | |
*** bobmel has quit IRC | 00:10 | |
*** amotoki has joined #tacker | 00:27 | |
*** yifei has joined #tacker | 00:53 | |
*** Dongeun has quit IRC | 01:46 | |
openstackgerrit | futangw wang proposed openstack/tacker master: Add allowed_address_pairs support in tacker CP https://review.openstack.org/435187 | 02:03 |
---|---|---|
*** gongysh has joined #tacker | 02:05 | |
gongysh | sridhar_ram, hi | 02:06 |
*** xianghui has joined #tacker | 02:22 | |
openstackgerrit | Jimmy.Ye proposed openstack/tacker master: fix function tacker_check_and_download_cirros() error https://review.openstack.org/441080 | 02:57 |
*** bobmel has joined #tacker | 03:05 | |
*** bobmel has quit IRC | 03:10 | |
*** xianghui has quit IRC | 03:52 | |
*** KanagarajM has joined #tacker | 03:54 | |
*** diga has joined #tacker | 04:01 | |
*** dkushwaha has joined #tacker | 04:05 | |
gongysh | KanagarajM, hi | 04:17 |
*** xianghui has joined #tacker | 04:25 | |
*** nmathew has joined #tacker | 04:50 | |
*** Vijayendra has joined #tacker | 04:53 | |
*** bobmel has joined #tacker | 05:32 | |
*** bobmel has quit IRC | 05:37 | |
*** amotoki_ has joined #tacker | 05:42 | |
*** tbh has joined #tacker | 05:43 | |
*** amotoki has quit IRC | 05:46 | |
KanagarajM | gongysh, hi | 05:58 |
KanagarajM | tung_doan, hi | 05:58 |
gongysh | KanagarajM, could you pleas review some infra patches from me?https://review.openstack.org/#/q/owner:gong.yongsheng%254099cloud.net+status:open | 05:59 |
gongysh | tbh, https://review.openstack.org/#/q/owner:gong.yongsheng%254099cloud.net+status:open | 06:00 |
KanagarajM | gongysh, sure. looking into | 06:00 |
tung_doan | KanagarajM: Hello | 06:01 |
tbh | gongysh, reviewing those patches | 06:01 |
KanagarajM | tung_doan, i couldn't get your requirements clearly . can you please explain | 06:04 |
tung_doan | KanagarajM: 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=1944s | 06:09 |
*** manikanta_tadi has quit IRC | 06:09 | |
tung_doan | KanagarajM: Do you need any configuration? thanks | 06:09 |
openstackgerrit | Merged openstack/tacker-horizon master: sync test-requirements with global requirements https://review.openstack.org/441577 | 06:11 |
*** manikanta_tadi has joined #tacker | 06:12 | |
openstackgerrit | gongysh proposed openstack/tacker master: Make tacker to register public url only openstack https://review.openstack.org/441758 | 06:24 |
*** manikanta_tadi has quit IRC | 06:25 | |
*** manikanta_tadi has joined #tacker | 06:42 | |
*** dkushwaha has left #tacker | 06:48 | |
*** janki has joined #tacker | 06:48 | |
*** dkushwaha has joined #tacker | 06:49 | |
*** manikanta_tadi has quit IRC | 06:52 | |
openstackgerrit | futangw wang proposed openstack/tacker master: Add allowed_address_pairs support in tacker CP https://review.openstack.org/435187 | 06:58 |
openstackgerrit | gongysh proposed openstack/tacker master: Sync test-requirements with global requirements https://review.openstack.org/441572 | 07:23 |
gongysh | KanagarajM, dkushwaha https://review.openstack.org/#/c/408128/ please | 07:24 |
diga | gongysh: I need to use some protocol for temperory purpose, any suggestion to use protocol excluding 8080 | 07:27 |
diga | need to run api engine on some protocol | 07:28 |
gongysh | diga, the one after tacker server port? | 07:28 |
diga | gongysh: I think for testing, we can use any port | 07:28 |
diga | gongysh: sorry porty not protocol | 07:28 |
diga | gongysh: yeah | 07:29 |
openstackgerrit | gongysh proposed openstack/tacker master: Sync test-requirements with global requirements https://review.openstack.org/441572 | 07:30 |
openstackgerrit | Merged openstack/python-tackerclient master: sync test-requirement with global requirements https://review.openstack.org/441575 | 07:30 |
*** manikanta_tadi has joined #tacker | 07:31 | |
*** Dongeun has joined #tacker | 07:32 | |
dkushwaha | gongysh, sure | 07:32 |
*** Dongeun has quit IRC | 07:33 | |
tbh | gongysh, 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 |
gongysh | no need to parse. the heat-translator just will do it. I think the tosca parse part is in vdu aleardy. | 07:44 |
openstackgerrit | gongysh proposed openstack/tacker-specs master: introduce a scalable task scheduling framework https://review.openstack.org/439300 | 07:51 |
tbh | gongysh, 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 HOT | 07:56 |
*** Vijayendra has quit IRC | 07:57 | |
gongysh | tbh, 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 |
gongysh | this is why I keep the defs to be the same as HOT. | 07:58 |
tbh | gongysh, 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 |
gongysh | yes | 08:00 |
tbh | gongysh, one last question, is that okay to use exact heat template params name for tosca too? | 08:01 |
gongysh | unless we have official names in tosca NFV profile. | 08:02 |
tbh | gongysh, okay :) | 08:02 |
gongysh | so my block way is not good, since there are lstorage: | 08:03 |
gongysh | type: tosca.nodes.BlockStorage | 08:03 |
gongysh | properties: | 08:03 |
gongysh | size: 10 GB | 08:03 |
gongysh | I think it is the tosca way. | 08:03 |
gongysh | so I want someone can modify my patch | 08:04 |
gongysh | since I am lost in scaling framework. | 08:04 |
tbh | gongysh, 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 one | 08:08 |
gongysh | we can extent BlockStorage to use exsiting volume. | 08:08 |
*** diga has quit IRC | 08:10 | |
xianghui | Hi guys, can anyone help to explain the difference between the alarm-based monitoring driver in Tacker and Aodh? | 08:19 |
*** Aqsa has joined #tacker | 08:25 | |
tung_doan | xianghui: 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 you | 08:28 |
xianghui | tung_doan: ack, thanks much :-) | 08:29 |
tung_doan | xianghui: you're welcome | 08:29 |
*** diga has joined #tacker | 08:29 | |
xianghui | tung_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 |
xianghui | or it is working in some limited condition? | 08:30 |
xianghui | https://specs.openstack.org/openstack/tacker-specs/specs/newton/alarm-based-monitoring-driver.html | 08:31 |
xianghui | here 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 #tacker | 08:35 | |
tung_doan | xianghui: 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 reachable | 08:35 |
*** tbh has left #tacker | 08:37 | |
*** nmathew has quit IRC | 08:38 | |
xianghui | tung_doan, that is very helpful, thanks much again ! | 08:40 |
*** nmathew- has quit IRC | 09:15 | |
*** tbh has joined #tacker | 09:23 | |
openstackgerrit | gongysh proposed openstack/tacker master: Sync test-requirements with global requirements https://review.openstack.org/441572 | 09:29 |
*** KanagarajM has quit IRC | 09:48 | |
*** xianghui has quit IRC | 09:53 | |
*** openstackgerrit has quit IRC | 10:33 | |
*** amotoki_ has quit IRC | 10:40 | |
*** Aqsam has joined #tacker | 10:53 | |
*** Aqsa has quit IRC | 10:53 | |
*** Vijayendra has joined #tacker | 11:11 | |
*** openstackgerrit has joined #tacker | 11:19 | |
openstackgerrit | gongysh proposed openstack/tacker master: Sync test-requirements with global requirements https://review.openstack.org/441572 | 11:19 |
*** gongysh has quit IRC | 11:21 | |
*** Vijayendra has quit IRC | 11:32 | |
*** diga has quit IRC | 11:38 | |
*** diga has joined #tacker | 11:46 | |
*** arturt has joined #tacker | 11:52 | |
*** diga has quit IRC | 11:53 | |
*** amotoki has joined #tacker | 12:01 | |
*** KanagarajM has joined #tacker | 12:02 | |
*** arturt has quit IRC | 12:06 | |
*** manikanta_tadi has quit IRC | 12:34 | |
*** arturt_ has joined #tacker | 12:48 | |
*** arturt_ has quit IRC | 12:56 | |
*** arturt_ has joined #tacker | 12:58 | |
*** mbirru has quit IRC | 13:04 | |
*** arturt_ has quit IRC | 13:26 | |
*** arturt_ has joined #tacker | 13:29 | |
*** bobmel has joined #tacker | 13:37 | |
*** arturt_ has quit IRC | 13:41 | |
*** arturt_ has joined #tacker | 13:44 | |
*** tbh has quit IRC | 13:45 | |
*** arturt_ has quit IRC | 13:56 | |
*** arturt_ has joined #tacker | 13:59 | |
*** arturt_ has quit IRC | 14:05 | |
*** amotoki has quit IRC | 14:06 | |
*** amotoki has joined #tacker | 14:06 | |
*** gongysh has joined #tacker | 14:11 | |
*** janki has quit IRC | 14:11 | |
*** amotoki has quit IRC | 14:15 | |
openstackgerrit | gongysh proposed openstack/tacker master: Sync test-requirements with global requirements https://review.openstack.org/441572 | 14:16 |
*** KanagarajM has quit IRC | 14:26 | |
openstackgerrit | gongysh proposed openstack/tacker master: Use OpenStack CLI instead of individual CLI https://review.openstack.org/408128 | 14:26 |
*** amotoki has joined #tacker | 14:41 | |
openstackgerrit | gongysh proposed openstack/tacker-specs master: introduce a scalable task scheduling framework https://review.openstack.org/439300 | 15:23 |
*** gongysh has quit IRC | 15:24 | |
*** amotoki has quit IRC | 15:33 | |
*** nle5223__ has joined #tacker | 15:42 | |
*** Aqsam has quit IRC | 15:43 | |
*** Vijayendra has joined #tacker | 15:49 | |
*** bobmel has quit IRC | 15:54 | |
*** trinaths1 has joined #tacker | 16:00 | |
*** nle5223__ has quit IRC | 16:04 | |
*** arturt_ has joined #tacker | 16:30 | |
*** amotoki has joined #tacker | 16:34 | |
*** arturt_ has quit IRC | 16:35 | |
*** amotoki has quit IRC | 16:39 | |
*** uck has joined #tacker | 16:49 | |
*** Vijayendra has quit IRC | 16:54 | |
*** arturt_ has joined #tacker | 17:11 | |
*** arturt__ has joined #tacker | 17:12 | |
*** arturt_ has quit IRC | 17:12 | |
*** arturt__ has quit IRC | 17:42 | |
*** arturt__ has joined #tacker | 17:42 | |
*** trinaths1 has quit IRC | 17:46 | |
*** arturt__ has quit IRC | 18:12 | |
*** arturt__ has joined #tacker | 18:12 | |
*** arturt__ has quit IRC | 18:21 | |
*** vishnoianil has quit IRC | 18:21 | |
*** mbirru has joined #tacker | 18:24 | |
*** uck_ has joined #tacker | 18:25 | |
*** uck has quit IRC | 18:25 | |
*** arturt__ has joined #tacker | 18:25 | |
*** arturt__ has quit IRC | 18:27 | |
*** arturt__ has joined #tacker | 18:27 | |
*** amotoki has joined #tacker | 18:36 | |
*** amotoki has quit IRC | 18:41 | |
*** arturt__ has quit IRC | 18:42 | |
*** arturt__ has joined #tacker | 18:42 | |
*** arturt__ has quit IRC | 18:49 | |
*** s3wong has joined #tacker | 19:02 | |
*** bobmel has joined #tacker | 19:14 | |
*** vishnoianil has joined #tacker | 19:19 | |
*** bobmel has quit IRC | 19:20 | |
*** uck_ has quit IRC | 19:31 | |
*** arturt__ has joined #tacker | 19:47 | |
*** arturt__ has quit IRC | 19:58 | |
*** bobmel has joined #tacker | 20:01 | |
*** arturt__ has joined #tacker | 20:02 | |
*** bobmel has quit IRC | 20:06 | |
*** bobmel has joined #tacker | 20:07 | |
*** arturt__ has quit IRC | 20:15 | |
*** uck has joined #tacker | 20:31 | |
*** uck has quit IRC | 20:36 | |
*** amotoki has joined #tacker | 20:37 | |
*** amotoki has quit IRC | 20:42 | |
*** arturt__ has joined #tacker | 20:43 | |
*** arturt__ has quit IRC | 20:43 | |
*** bobmel has quit IRC | 20:50 | |
*** bobmel has joined #tacker | 20:50 | |
*** arturt__ has joined #tacker | 21:05 | |
*** arturt__ has quit IRC | 21:08 | |
*** arturt___ has joined #tacker | 21:10 | |
*** arturt___ has quit IRC | 21:13 | |
*** arturt___ has joined #tacker | 21:13 | |
-openstackstatus- NOTICE: restarting gerrit to address performance problems | 21:17 | |
*** arturt___ has quit IRC | 21:31 | |
*** uck has joined #tacker | 21:49 | |
*** bobmel has quit IRC | 22:00 | |
*** s3wong has quit IRC | 22:27 | |
*** amotoki has joined #tacker | 22:38 | |
*** amotoki has quit IRC | 22:42 | |
*** gongysh has joined #tacker | 22:50 | |
gongysh | dkushwaha, sridhar_ram hi | 23:02 |
sridhar_ram | gongysh: hi | 23:02 |
gongysh | https://review.openstack.org/#/c/441572 | 23:02 |
gongysh | used to fix the gate pep8 | 23:02 |
sridhar_ram | gongysh: done | 23:07 |
*** diga has joined #tacker | 23:55 | |
*** gongysh has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!