VoLTE support
[vid.git] / vid-app-common / src / main / webapp / app / vid / scripts / constants / componentConstants.js
index fa9ff1c..b08b2b1 100755 (executable)
@@ -25,7 +25,8 @@ appDS2
        .constant("COMPONENT", (function() {
     return {
     A_LA_CARTE : "a la carte",
-    CLOUD_REGION_ID : "cloudRegionID",
+       CLOUD_OWNER : "cloudOwner",
+       CLOUD_REGION_ID : "cloudRegionID",
     COMPONENT_STATUS : "ComponentStatus",
     CREATE_COMPONENT : "createComponent",
     DELETE_RESUME_COMPONENT : "deleteResumeComponent",
@@ -108,6 +109,7 @@ appDS2
        VPN_ID_1 : "1a2b3c4d5e6f",
 
        // PATHS
+       CHANGE_MANAGEMENT_OPERATION_NO_SCHEDULER: "change-management/workflow/@vnfName",
        GET_WORKFLOW: "change-management/get_vnf_workflow_relation",
        GET_MSO_WORKFLOWS: "change-management/mso",
        GET_SCHEDULER_CHANGE_MANAGEMENTS: "change-management/scheduler",
@@ -219,7 +221,8 @@ appDS2
        vnfConfigUpdate: "VNF Config Update",
                vnfInPlace: "VNF In Place Software Update",
                update: "update",
-               replace: "replace"
+               replace: "replace",
+               vnfScaleOut: "VNF Scale Out"
        }
 
     };