From c3f081d1107c8c82399fb193779b0ac3e121dd91 Mon Sep 17 00:00:00 2001 From: Aaron Hay Date: Sun, 5 Aug 2018 13:01:17 -0400 Subject: Add APPC CDT preload capability Add template files and update the demo and appc interface files to support APPC CDT preload capability. Change-Id: I975a9bd0490b388e921ad5f6d21d021eff64f6ce Issue-ID: APPC-914 Signed-off-by: Aaron Hay --- ...oadBalancer_vLoadBalancer-test0_0.0.1V_vLB.yaml | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 robot/assets/templates/appc/pd_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.yaml (limited to 'robot/assets/templates/appc/pd_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.yaml') diff --git a/robot/assets/templates/appc/pd_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.yaml b/robot/assets/templates/appc/pd_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.yaml new file mode 100644 index 00000000..8b308dcb --- /dev/null +++ b/robot/assets/templates/appc/pd_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.yaml @@ -0,0 +1,31 @@ +--- +kind: "Property Definition" +version: V1 +vnf-parameter-list: +- name: ip-addr + type: null + description: null + required: "true" + default: null + source: Manual + rule-type: null + request-keys: null + response-keys: null +- name: oam-ip-addr + type: null + description: null + required: "true" + default: null + source: Manual + rule-type: null + request-keys: null + response-keys: null +- name: enabled + type: null + description: null + required: "true" + default: null + source: Manual + rule-type: null + request-keys: null + response-keys: null -- cgit 1.2.3-korg