[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-vendor-software-product-lib / openecomp-sdc-vendor-software-product-api / src / main / java / org / openecomp / sdc / vendorsoftwareproduct / VendorSoftwareProductConstants.java
index 860ef5f..8b2470a 100644 (file)
@@ -26,6 +26,10 @@ public final class VendorSoftwareProductConstants {
   public static final String VSP_PACKAGE_ZIP = "VSPPackage.zip";
   public static final String CSAR = "CSAR";
   public static final String UPLOAD_RAW_DATA = "UPLOAD_RAW_DATA";
+  public static final String INFORMATION_ARTIFACT_NAME = "VSP_%s_Information.txt";
+    public static final String UNSUPPORTED_OPERATION_ERROR =
+            "An error has occurred: Unsupported operation for 1707 release.";
+
 
   public final class UniqueValues {
     public static final String VENDOR_SOFTWARE_PRODUCT_NAME = "Vendor Software Product name";
@@ -33,6 +37,8 @@ public final class VendorSoftwareProductConstants {
     public static final String NETWORK_NAME = "Network name";
     public static final String COMPONENT_NAME = "ComponentData name";
     public static final String NIC_NAME = "NIC name";
+    public static final String ORCHESTRATION_CANDIDATE_NAME = "Orchestration Candidate name";
     //public static final String COMPONENT_ARTIFACT_NAME = "ComponentArtifact name";
+
   }
 }