A gentle reminder! - Thanks, Vijay V.
> -----Original Message----- > From: Vijay Venkatachalam [mailto:nore...@reviews.apache.org] On Behalf > Of Vijay Venkatachalam > Sent: Thursday, September 27, 2012 10:56 PM > To: Chiradeep Vittal > Cc: cloudstack; Vijay Venkatachalam > Subject: Review Request: Supporting network element independent counter > parameters for AutoScale. > > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/7328/ > ----------------------------------------------------------- > > Review request for cloudstack and Chiradeep Vittal. > > > Description > ------- > > 1. The autoscale counters capabilities are passed from NetworkElement layer > to the service layers using json (i have piggy backed on lb stickiness > policies). > This enables validation checks, for ex. snmpcommunity is a mandatory > parameter, so if user does not pass it, the service layer throws an error. > 2. I have set the db length of the consolidated counter_params field to 1024. > > PS: > I am OFF on long vacation. Will check for comments once I come back on 5th > of October. > > > This addresses bug CS-16209. > > > Diffs > ----- > > api/src/com/cloud/agent/api/to/LoadBalancerTO.java 24ea702 > api/src/com/cloud/api/ApiConstants.java 4d84f3c > api/src/com/cloud/api/commands/CreateAutoScaleVmProfileCmd.java > f5b21a8 > api/src/com/cloud/api/commands/UpdateAutoScaleVmProfileCmd.java > c613a34 > api/src/com/cloud/api/response/AutoScaleVmProfileResponse.java > 842fa3a > api/src/com/cloud/network/as/AutoScaleCounter.java PRE-CREATION > api/src/com/cloud/network/as/AutoScaleVmProfile.java 7fc6191 > plugins/network- > elements/netscaler/src/com/cloud/network/element/NetscalerElement.jav > a 49c3b08 > plugins/network- > elements/netscaler/src/com/cloud/network/resource/NetscalerResource.ja > va 9900e01 > server/src/com/cloud/api/ApiResponseHelper.java 4e5ee43 > server/src/com/cloud/network/as/AutoScaleManagerImpl.java b536b0b > server/src/com/cloud/network/as/AutoScaleVmProfileVO.java d963eef > server/src/com/cloud/network/lb/LoadBalancingRulesManagerImpl.java > 03b2181 > setup/db/create-schema.sql 020c0ab > utils/src/com/cloud/utils/net/NetUtils.java 39853f4 > > Diff: https://reviews.apache.org/r/7328/diff/ > > > Testing > ------- > > 1. Create autoscale vm profile with new format for parameters > Ex. > command=createAutoScaleVmProfile&...&counterparam[0].name=snmpco > mmunity&counterparam[0].value=public1&counterparam[1].name=snmppo > rt&counterparam[1].value=123. > 2. Update autoscale vm profile with new format 3. Create AutoScale config > with the profile created in "Step 1". > > > Thanks, > > Vijay Venkatachalam