openstackgerrit | Merged openstack/tacker: Fixed Heat installation dependency for Tacker https://review.openstack.org/409536 | 01:11 |
---|---|---|
*** uck has quit IRC | 01:16 | |
*** uck has joined #tacker | 01:20 | |
*** uck has quit IRC | 01:24 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/tacker: Use heat devstack plugin https://review.openstack.org/361692 | 01:29 |
*** tbh has joined #tacker | 01:48 | |
openstackgerrit | Tung Doan proposed openstack/tacker: Fix dsvm failure caused by devstack plugin and event/auditing func. Because dsvm ran on xenial node which applied to both stable/newton and master branches. This patch will fix dsvm in stable/newton https://review.openstack.org/411577 | 02:31 |
*** gongysh has joined #tacker | 02:37 | |
*** s3wong has quit IRC | 02:37 | |
gongysh | sridhar_ram, hi | 02:37 |
*** vishnoianil has quit IRC | 02:55 | |
*** vishnoianil has joined #tacker | 03:10 | |
*** prashantD has quit IRC | 03:10 | |
*** tbh has quit IRC | 03:15 | |
*** prashantD has joined #tacker | 03:24 | |
*** tbh has joined #tacker | 03:32 | |
*** amotoki has quit IRC | 03:33 | |
*** amotoki has joined #tacker | 03:34 | |
*** amotoki has quit IRC | 03:35 | |
*** amotoki has joined #tacker | 03:36 | |
*** prashantD has quit IRC | 03:39 | |
*** amotoki has quit IRC | 03:42 | |
*** tbh has quit IRC | 04:18 | |
*** bobh has joined #tacker | 04:25 | |
*** prashantD has joined #tacker | 04:40 | |
*** prashantD has quit IRC | 04:49 | |
*** bobh has quit IRC | 05:00 | |
*** bobh has joined #tacker | 05:07 | |
*** bobh has quit IRC | 05:09 | |
*** links has joined #tacker | 05:21 | |
*** Vijayendra has joined #tacker | 05:24 | |
*** subh has joined #tacker | 05:25 | |
*** diga has joined #tacker | 05:27 | |
openstackgerrit | Manikantha Srinivas Tadi proposed openstack/python-tackerclient: Adds vnfd_id coloumn in vnf-list https://review.openstack.org/410670 | 05:42 |
*** manikanta_tadi has joined #tacker | 05:44 | |
sridhar_ram | gongysh: hi | 06:21 |
gongysh | sridhar_ram, hi | 06:29 |
gongysh | tung_doan, hi | 06:32 |
tung_doan | gongysh: hi | 06:33 |
gongysh | how do you make sure the metadata is in tosca template if we are using alarming feature? | 06:34 |
gongysh | tung_doan, @log.log | 06:34 |
gongysh | def get_vdu_metadata(template, vnf): | 06:34 |
gongysh | metadata = {} | 06:34 |
gongysh | for nt in template.nodetemplates: | 06:34 |
gongysh | if nt.type_definition.is_derived_from(TACKERVDU): | 06:34 |
gongysh | metadata_dict = nt.get_property_value('metadata') or None | 06:34 |
gongysh | if metadata_dict: | 06:34 |
gongysh | metadata['vdus'] = {} | 06:34 |
gongysh | metadata['vdus'][nt.name] = {} | 06:34 |
gongysh | metadata['vdus'][nt.name]['metering.vnf'] =\ | 06:34 |
gongysh | metadata_dict['metering'] | 06:34 |
gongysh | return metadata | 06:34 |
gongysh | it seems alarming will fail if the tosca lacks metadata. | 06:36 |
tung_doan | gongysh: well, it is similar to alarm feature in Heat. if metadata in alarm monitoring: https://review.openstack.org/#/c/382479/20/samples/tosca-templates/vnfd/tosca-vnfd-alarm-scale.yaml@106 | 06:36 |
tung_doan | gongysh: ...match with the metadat of VDU.. it will work well | 06:37 |
tung_doan | gongysh: that is mandatory. i think | 06:40 |
gongysh | tung_doan, I think we need to fix the problem. User does not get metadata in tosca template but it is using arlarm there. | 06:43 |
*** vishnoianil has quit IRC | 06:45 | |
sridhar_ram | tung_doan: I had similar doubt on metadata usage for alarm, is this something that can be avoided... | 06:45 |
tung_doan | gongysh: I dont think so. please look at this: https://github.com/openstack/heat-templates/blob/master/hot/autoscaling.yaml#L127 | 06:47 |
tung_doan | gongysh: I set implicitly metadat in alarm policy before.. but it should not be. | 06:49 |
tung_doan | gongysh: it should expose to users | 06:50 |
gongysh | tung_doan, we just need to make sure the user is include the metadata and alarm at the same time. | 06:51 |
gongysh | tung_doan, if you don't think it is reasonable to implicitly insert the metadata, we need a mechanism to tell the user the tosca template is not working if it lacks the metadata. | 06:52 |
tung_doan | gongysh: raise\ing an exception I think it's necessary.. | 06:52 |
tung_doan | gongysh: Is is fine for you? | 06:53 |
gongysh | tung_doan, I am fine. | 06:53 |
*** janki has joined #tacker | 06:54 | |
tung_doan | gongysh: thanks.. will add | 06:54 |
*** tbh has joined #tacker | 07:04 | |
*** vishnoianil has joined #tacker | 07:04 | |
*** gongysh has quit IRC | 07:22 | |
*** vishnoianil has quit IRC | 07:27 | |
*** subh has quit IRC | 08:25 | |
*** diga has quit IRC | 08:39 | |
*** diga has joined #tacker | 08:40 | |
openstackgerrit | Tung Doan proposed openstack/tacker: RFE alarm monitor: Fix hardcoded metadata,add func. test, and support scaling in/out at the same time. https://review.openstack.org/382479 | 08:41 |
*** subh has joined #tacker | 08:42 | |
*** gongysh has joined #tacker | 08:49 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tacker: Updated from global requirements https://review.openstack.org/411717 | 09:10 |
openstackgerrit | Tung Doan proposed openstack/tacker: RFE alarm monitor: Fix hardcoded metadata,add func. test, and support scaling in/out at the same time. https://review.openstack.org/382479 | 09:12 |
*** tbh has quit IRC | 09:12 | |
openstackgerrit | Tung Doan proposed openstack/tacker: RFE alarm monitor: Fix hardcoded metadata,add func. test, and support scaling in/out at the same time. https://review.openstack.org/382479 | 09:29 |
*** diga has quit IRC | 09:41 | |
*** Vijayendra_ has joined #tacker | 09:52 | |
*** priya has joined #tacker | 09:53 | |
*** Vijayendra has quit IRC | 09:54 | |
*** priya__ has quit IRC | 09:54 | |
openstackgerrit | Digambar proposed openstack/tacker-specs: Implement API frameowrk for taker https://review.openstack.org/368511 | 10:06 |
*** openstackgerrit has quit IRC | 10:18 | |
*** openstackgerrit has joined #tacker | 10:28 | |
openstackgerrit | Shu Yingya proposed openstack/tacker: Remove six.iteritems and dict.itervalues https://review.openstack.org/357749 | 10:28 |
tung_doan | gongysh: please help review if you have time. thanks. https://review.openstack.org/#/c/382479/ | 10:44 |
gongysh | what is the change? | 10:46 |
openstackgerrit | Shu Yingya proposed openstack/python-tackerclient: Fix oslo.i18n problems in python-tackerclient https://review.openstack.org/355307 | 10:47 |
tung_doan | gongysh: i raises an exception in 2 cases: (metadata is not defined in alarm policy) and (metadata is not matched) | 10:50 |
tung_doan | gongysh: please see in these files: vnfm.py, openstack.py, tosca_alarm.yaml and hot_tosca_alarm.yaml | 10:51 |
*** tbh has joined #tacker | 10:52 | |
openstackgerrit | Digambar proposed openstack/tacker-specs: Implement API frameowrk for taker https://review.openstack.org/368511 | 11:01 |
tung_doan | gongysh: please let me know if you have any concern in my space. I am willing to finish this patch in this week. thanks | 11:12 |
tung_doan | *space: patch | 11:12 |
gongysh | see my comments | 11:12 |
*** gongysh has quit IRC | 11:19 | |
*** subh has quit IRC | 11:26 | |
openstackgerrit | Tung Doan proposed openstack/tacker: RFE alarm monitor: Fix hardcoded metadata,add func. test, and support scaling in/out at the same time. https://review.openstack.org/382479 | 11:55 |
*** subh has joined #tacker | 12:10 | |
*** vishnoianil has joined #tacker | 12:21 | |
*** vishnoianil has quit IRC | 12:27 | |
*** links has quit IRC | 12:42 | |
*** bobh has joined #tacker | 13:18 | |
*** bobh has quit IRC | 13:27 | |
*** amotoki has joined #tacker | 13:32 | |
*** gongysh has joined #tacker | 13:46 | |
*** subh has quit IRC | 14:04 | |
*** Vijayendra_ has quit IRC | 14:07 | |
*** amotoki has quit IRC | 14:08 | |
*** gongysh has quit IRC | 14:09 | |
*** Vijayendra_ has joined #tacker | 14:15 | |
*** amotoki has joined #tacker | 14:25 | |
*** Vijayendra_ has quit IRC | 14:27 | |
*** amotoki has quit IRC | 14:32 | |
*** Vijayendra has joined #tacker | 14:42 | |
*** Vijayendra has quit IRC | 14:54 | |
*** bobh has joined #tacker | 15:07 | |
*** bobh has quit IRC | 15:13 | |
*** bobh has joined #tacker | 15:18 | |
*** bobh has quit IRC | 15:19 | |
*** bobh has joined #tacker | 15:20 | |
*** bobh has quit IRC | 15:24 | |
*** janki has quit IRC | 15:58 | |
*** uck has joined #tacker | 16:44 | |
*** bobh has joined #tacker | 17:00 | |
*** bobh has quit IRC | 17:04 | |
*** prashantD has joined #tacker | 17:26 | |
*** bobh has joined #tacker | 17:29 | |
*** lamt has joined #tacker | 17:34 | |
*** bobh has quit IRC | 17:37 | |
*** bobh has joined #tacker | 17:51 | |
*** lamt has quit IRC | 18:00 | |
*** manjong has joined #tacker | 18:01 | |
*** vishnoianil has joined #tacker | 18:41 | |
*** s3wong has joined #tacker | 18:46 | |
*** uck has quit IRC | 18:53 | |
*** tbh has quit IRC | 19:00 | |
*** bobh has quit IRC | 19:04 | |
*** bobh has joined #tacker | 19:17 | |
*** lamt has joined #tacker | 19:36 | |
*** vishnoianil has quit IRC | 19:40 | |
*** janki has joined #tacker | 19:44 | |
*** janki has quit IRC | 19:45 | |
*** lamt has quit IRC | 19:48 | |
*** lamt has joined #tacker | 19:50 | |
*** bobh has quit IRC | 19:52 | |
*** bobh has joined #tacker | 19:57 | |
*** bobh has quit IRC | 20:53 | |
*** bobh has joined #tacker | 21:10 | |
*** lamt has quit IRC | 21:16 | |
*** lamt has joined #tacker | 21:20 | |
*** uck has joined #tacker | 21:25 | |
*** trozet has quit IRC | 21:31 | |
*** bobh has quit IRC | 21:45 | |
*** trozet has joined #tacker | 21:46 | |
*** trozet has quit IRC | 21:49 | |
*** prashantD has quit IRC | 22:42 | |
*** prashantD has joined #tacker | 22:46 | |
*** bobh has joined #tacker | 22:49 | |
*** bobh has quit IRC | 22:53 | |
*** bobh has joined #tacker | 22:53 | |
*** bobh has quit IRC | 22:58 | |
*** trozet has joined #tacker | 23:15 | |
*** lamt has quit IRC | 23:37 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!