Friday, 2016-12-16

openstackgerritMerged openstack/tacker: Fixed Heat installation dependency for Tacker  https://review.openstack.org/40953601:11
*** uck has quit IRC01:16
*** uck has joined #tacker01:20
*** uck has quit IRC01:24
openstackgerritKanagaraj Manickam proposed openstack/tacker: Use heat devstack plugin  https://review.openstack.org/36169201:29
*** tbh has joined #tacker01:48
openstackgerritTung 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/41157702:31
*** gongysh has joined #tacker02:37
*** s3wong has quit IRC02:37
gongyshsridhar_ram, hi02:37
*** vishnoianil has quit IRC02:55
*** vishnoianil has joined #tacker03:10
*** prashantD has quit IRC03:10
*** tbh has quit IRC03:15
*** prashantD has joined #tacker03:24
*** tbh has joined #tacker03:32
*** amotoki has quit IRC03:33
*** amotoki has joined #tacker03:34
*** amotoki has quit IRC03:35
*** amotoki has joined #tacker03:36
*** prashantD has quit IRC03:39
*** amotoki has quit IRC03:42
*** tbh has quit IRC04:18
*** bobh has joined #tacker04:25
*** prashantD has joined #tacker04:40
*** prashantD has quit IRC04:49
*** bobh has quit IRC05:00
*** bobh has joined #tacker05:07
*** bobh has quit IRC05:09
*** links has joined #tacker05:21
*** Vijayendra has joined #tacker05:24
*** subh has joined #tacker05:25
*** diga has joined #tacker05:27
openstackgerritManikantha Srinivas Tadi proposed openstack/python-tackerclient: Adds vnfd_id coloumn in vnf-list  https://review.openstack.org/41067005:42
*** manikanta_tadi has joined #tacker05:44
sridhar_ramgongysh: hi06:21
gongyshsridhar_ram, hi06:29
gongyshtung_doan, hi06:32
tung_doangongysh: hi06:33
gongyshhow do you make sure the metadata is in tosca template if we are using alarming feature?06:34
gongyshtung_doan, @log.log06:34
gongyshdef 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 None06: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 metadata06:34
gongyshit seems alarming will fail if the tosca lacks metadata.06:36
tung_doangongysh: 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@10606:36
tung_doangongysh: ...match with the metadat of VDU.. it will work well06:37
tung_doangongysh: that is mandatory. i think06:40
gongyshtung_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 IRC06:45
sridhar_ramtung_doan: I had similar doubt on metadata usage for alarm, is this something that can be avoided...06:45
tung_doangongysh: I dont think so. please look at this: https://github.com/openstack/heat-templates/blob/master/hot/autoscaling.yaml#L12706:47
tung_doangongysh: I set implicitly metadat in alarm policy before.. but it should not be.06:49
tung_doangongysh: it should expose to users06:50
gongyshtung_doan, we just need to make sure the user is include the metadata and alarm at the same time.06:51
gongyshtung_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_doangongysh: raise\ing an exception I think it's necessary..06:52
tung_doangongysh: Is is fine for you?06:53
gongyshtung_doan, I am fine.06:53
*** janki has joined #tacker06:54
tung_doangongysh: thanks.. will add06:54
*** tbh has joined #tacker07:04
*** vishnoianil has joined #tacker07:04
*** gongysh has quit IRC07:22
*** vishnoianil has quit IRC07:27
*** subh has quit IRC08:25
*** diga has quit IRC08:39
*** diga has joined #tacker08:40
openstackgerritTung 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/38247908:41
*** subh has joined #tacker08:42
*** gongysh has joined #tacker08:49
openstackgerritOpenStack Proposal Bot proposed openstack/tacker: Updated from global requirements  https://review.openstack.org/41171709:10
openstackgerritTung 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/38247909:12
*** tbh has quit IRC09:12
openstackgerritTung 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/38247909:29
*** diga has quit IRC09:41
*** Vijayendra_ has joined #tacker09:52
*** priya has joined #tacker09:53
*** Vijayendra has quit IRC09:54
*** priya__ has quit IRC09:54
openstackgerritDigambar proposed openstack/tacker-specs: Implement API frameowrk for taker  https://review.openstack.org/36851110:06
*** openstackgerrit has quit IRC10:18
*** openstackgerrit has joined #tacker10:28
openstackgerritShu Yingya proposed openstack/tacker: Remove six.iteritems and dict.itervalues  https://review.openstack.org/35774910:28
tung_doangongysh: please help review if you have time. thanks. https://review.openstack.org/#/c/382479/10:44
gongyshwhat is the change?10:46
openstackgerritShu Yingya proposed openstack/python-tackerclient: Fix oslo.i18n problems in python-tackerclient  https://review.openstack.org/35530710:47
tung_doangongysh: i raises an exception in 2 cases: (metadata is not defined in alarm policy) and (metadata is not matched)10:50
tung_doangongysh: please see in these files: vnfm.py, openstack.py, tosca_alarm.yaml and hot_tosca_alarm.yaml10:51
*** tbh has joined #tacker10:52
openstackgerritDigambar proposed openstack/tacker-specs: Implement API frameowrk for taker  https://review.openstack.org/36851111:01
tung_doangongysh: please let me know if you have any concern in my space. I am willing to finish this patch in this week. thanks11:12
tung_doan*space: patch11:12
gongyshsee my comments11:12
*** gongysh has quit IRC11:19
*** subh has quit IRC11:26
openstackgerritTung 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/38247911:55
*** subh has joined #tacker12:10
*** vishnoianil has joined #tacker12:21
*** vishnoianil has quit IRC12:27
*** links has quit IRC12:42
*** bobh has joined #tacker13:18
*** bobh has quit IRC13:27
*** amotoki has joined #tacker13:32
*** gongysh has joined #tacker13:46
*** subh has quit IRC14:04
*** Vijayendra_ has quit IRC14:07
*** amotoki has quit IRC14:08
*** gongysh has quit IRC14:09
*** Vijayendra_ has joined #tacker14:15
*** amotoki has joined #tacker14:25
*** Vijayendra_ has quit IRC14:27
*** amotoki has quit IRC14:32
*** Vijayendra has joined #tacker14:42
*** Vijayendra has quit IRC14:54
*** bobh has joined #tacker15:07
*** bobh has quit IRC15:13
*** bobh has joined #tacker15:18
*** bobh has quit IRC15:19
*** bobh has joined #tacker15:20
*** bobh has quit IRC15:24
*** janki has quit IRC15:58
*** uck has joined #tacker16:44
*** bobh has joined #tacker17:00
*** bobh has quit IRC17:04
*** prashantD has joined #tacker17:26
*** bobh has joined #tacker17:29
*** lamt has joined #tacker17:34
*** bobh has quit IRC17:37
*** bobh has joined #tacker17:51
*** lamt has quit IRC18:00
*** manjong has joined #tacker18:01
*** vishnoianil has joined #tacker18:41
*** s3wong has joined #tacker18:46
*** uck has quit IRC18:53
*** tbh has quit IRC19:00
*** bobh has quit IRC19:04
*** bobh has joined #tacker19:17
*** lamt has joined #tacker19:36
*** vishnoianil has quit IRC19:40
*** janki has joined #tacker19:44
*** janki has quit IRC19:45
*** lamt has quit IRC19:48
*** lamt has joined #tacker19:50
*** bobh has quit IRC19:52
*** bobh has joined #tacker19:57
*** bobh has quit IRC20:53
*** bobh has joined #tacker21:10
*** lamt has quit IRC21:16
*** lamt has joined #tacker21:20
*** uck has joined #tacker21:25
*** trozet has quit IRC21:31
*** bobh has quit IRC21:45
*** trozet has joined #tacker21:46
*** trozet has quit IRC21:49
*** prashantD has quit IRC22:42
*** prashantD has joined #tacker22:46
*** bobh has joined #tacker22:49
*** bobh has quit IRC22:53
*** bobh has joined #tacker22:53
*** bobh has quit IRC22:58
*** trozet has joined #tacker23:15
*** lamt has quit IRC23:37

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