Update BM MOSK pipeline and templates

MOSSUST-114

Change-Id: Iff949ee6ee52448f8ac2bd729ee90baaec7da410
diff --git a/bm_mcc_mosk/mcc_seed_2401.yaml b/bm_mcc_mosk/mcc_seed_2401.yaml
index 68f8d54..fa01aaa 100644
--- a/bm_mcc_mosk/mcc_seed_2401.yaml
+++ b/bm_mcc_mosk/mcc_seed_2401.yaml
@@ -15,7 +15,7 @@
   seed_subnet_cidr:
     type: string
     default: 172.16.180.0/23
-  seed_net_dhcp:
+  seed_subnet_dhcp:
     type: boolean
     default: false
   seed_subnet_pool_start:
@@ -30,11 +30,12 @@
   flavor:
     type: string
     default: kaas.medium
-  seed_seed_instance_name:
+  seed_instance_name:
     type: string
-    default: kaas_test
+    default: mcc-mosk
   key_pair:
     type: string
+#    default: vkhlyunev
     default: system-key-8133
   seed_instance_domain:
     type: string
@@ -48,6 +49,8 @@
   instance_boot_timeout:
     type: number
     default: 600
+  env_name:
+    type: string
 
 resources:
   instance_wait_handle:
@@ -55,7 +58,7 @@
 
   instance_wait_condition:
     type: OS::Heat::WaitCondition
-    depends_on: kaas_instance
+    depends_on: seed_instance
     properties:
       handle: { get_resource: instance_wait_handle }
       timeout: { get_param: instance_boot_timeout }
@@ -101,3 +104,8 @@
             $wait_condition_notify: { get_attr: [ instance_wait_handle, curl_cli ] }
             $os_az: { get_param: availability_zone }
             $nameservers: { get_param: nameservers }
+
+outputs:
+  seed_ext_ip:
+    description: IP for ssh access
+    value: { get_param: seed_subnet_cfg01_ip }