Merge "Modify OVF Tool to take input from user for OS type and controller."
diff --git a/Release2/all_network_adapter_types_VMware_conn.md b/Release2/all_network_adapter_types_VMware_conn.md
new file mode 100644
index 0000000..a743ac8
--- /dev/null
+++ b/Release2/all_network_adapter_types_VMware_conn.md
@@ -0,0 +1,16 @@
+# Support all network types in VNFD in VMware connector #
+
+## Proposer ##
+Vanessa Little (TSC,VMware)
+
+## Type ##
+**Feature**
+
+## Target MDG/TF ##
+RO
+
+## Description ##
+Modify VMware connector to support additional network types in VNFD.
+
+## Demo or definition of done ##
+A VM can be created with any of the network types as defined by the VNFD as of Release 2.
\ No newline at end of file
diff --git a/Release2/cloud_init_ssh_key_inject_VMware_conn.md b/Release2/cloud_init_ssh_key_inject_VMware_conn.md
new file mode 100644
index 0000000..4a66e89
--- /dev/null
+++ b/Release2/cloud_init_ssh_key_inject_VMware_conn.md
@@ -0,0 +1,19 @@
+# support cloud_init to inject ssh keys in VMware Connector #
+
+## Proposer ##
+Vanessa Little (TDC,VMware)
+
+## Type ##
+**Feature**
+
+## Target MDG/TF ##
+RO
+
+## Description ##
+Add support for cloud-init  definition in vmware connector to inject ssh keys,
+using VMware post config features.
+
+
+## Demo or definition of done ##
+Definition of Done: After a VM is deployed with cloud_init ssh key definitions,
+VM is reachable over ssh using those keys once deployment has completed.
\ No newline at end of file
diff --git a/Release2/err_handling_network_failed_VMware_conn.md b/Release2/err_handling_network_failed_VMware_conn.md
new file mode 100644
index 0000000..a540e13
--- /dev/null
+++ b/Release2/err_handling_network_failed_VMware_conn.md
@@ -0,0 +1,18 @@
+# Throw network failed if VNFD has incomplete IP profile. #
+
+## Proposer ##
+Vanessa Little (TDC,VMware)
+
+## Type ##
+**Feature**
+
+## Target MDG/TF ##
+RO
+
+## Description ##
+Error handling:  Throw network failed error message if VNFD has incomplete IP profile.
+
+
+## Demo or definition of done ##
+Definition of Done:  'network failed' error message is thrown if VNFD has incomplete 
+profile when VNF is instansiated via vimconn_vmware.py
\ No newline at end of file