[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / porttonetconnection / shared / inputfiles / main.yml
index 3c01574..9601c0f 100644 (file)
@@ -8,9 +8,6 @@ parameters:
     type: string
     description: network name of jsa log network
 
-  jsa_name:
-    type: string
-
 resources:
   test_net1:
     type: OS::Neutron::Net
@@ -24,16 +21,9 @@ resources:
       name: {get_param: jsa_net_name}
       shared: True
 
-  test_nova:
-    type: OS::Nova::Server
-    properties:
-      name: {get_param: jsa_name}
-      image: image
-
 outputs:
     shared_network_id1:
       value: {get_resource: test_net1}
+
     shared_network_id2:
-      value: {get_resource: test_net2}
-    shared_test_nova:
-      value: {get_resource: test_nova}
\ No newline at end of file
+      value: {get_resource: test_net2}
\ No newline at end of file