syncing up ports and things in mcord with base cord
Change-Id: Ic965954d60b1d0ca2ab912f4f27df15bd463e071
diff --git a/mcord/make-vtn-external-yaml.sh b/mcord/make-vtn-external-yaml.sh
index a9dc852..8063f63 100644
--- a/mcord/make-vtn-external-yaml.sh
+++ b/mcord/make-vtn-external-yaml.sh
@@ -17,16 +17,16 @@
type: tosca.nodes.ONOSService
requirements:
properties:
- kind: CORD-Platform
+ kind: onos
view_url: /admin/onos/onosservice/\$id$/
no_container: true
rest_hostname: onos-cord
+ rest_port: 8182
replaces: service_ONOS_CORD
service#vtn:
type: tosca.nodes.VTNService
properties:
- kind: CORD-Platform
view_url: /admin/vtn/vtnservice/\$id$/
privateGatewayMac: 00:00:00:00:00:01
localManagementIp: 172.27.0.1/24
@@ -34,10 +34,12 @@
sshUser: root
sshKeyFile: /root/node_key
sshPort: 22
- xosEndpoint: http://xos/
+ xosEndpoint: http://xos:8888/
xosUser: padmin@vicci.org
xosPassword: letmein
replaces: service_vtn
+ vtnAPIVersion: 2
+ controllerPort: onos-cord:6654
EOF