aboutsummaryrefslogtreecommitdiffstats
path: root/osdf/templates/conductor_interface.json
diff options
context:
space:
mode:
authorChayal, Avteet (ac229e) <ac229e@att.com>2018-11-01 03:47:26 +0000
committerChayal, Avteet (ac229e) <ac229e@att.com>2018-11-01 03:47:53 +0000
commit49570621115a7f5c89e607e52decb7aa583af4f6 (patch)
treec812523cdc152d0ad2be66df069eb8b89bc4eb76 /osdf/templates/conductor_interface.json
parent99be035a26a198d676547c9f88c56f1f0c37b697 (diff)
Fixed tosca models, updated code and policies
Fixed tosca models, updated policies and code for conductor payload changes for vFW and vCPE Change-Id: Ia98c632fc2fd564efa3b96e8a7888bc97d1c5448 Issue-ID: OPTFRA-384 Signed-off-by: Chayal, Avteet (ac229e) <ac229e@att.com>
Diffstat (limited to 'osdf/templates/conductor_interface.json')
-rwxr-xr-xosdf/templates/conductor_interface.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/osdf/templates/conductor_interface.json b/osdf/templates/conductor_interface.json
index d2258a0..7377c48 100755
--- a/osdf/templates/conductor_interface.json
+++ b/osdf/templates/conductor_interface.json
@@ -6,10 +6,12 @@
"template": {
"homing_template_version": "2017-10-10",
"parameters": {
- "service_name": "{{ service_name }}",
+ "service_name": "{{ service_type }}",
"service_id": "{{ service_id }}",
"customer_lat": {{ latitude }},
- "customer_long": {{ longitude }}
+ "customer_long": {{ longitude }},
+ "REQUIRED_DISK": "{{ required_disk }}",
+ "REQUIRED_MEM": "{{ required_mem }}"
},
"locations": {
"customer_loc": {
@@ -36,4 +38,4 @@
{% endfor %}
}
}
-} \ No newline at end of file
+}