Change port to match Kubernetes port 01/49201/1 2.0.0-ONAP 2.0.0-ONAP v1.3.0
authorPatrick Brady <pb071s@att.com>
Fri, 25 May 2018 19:25:59 +0000 (12:25 -0700)
committerPatrick Brady <pb071s@att.com>
Fri, 25 May 2018 20:57:50 +0000 (20:57 +0000)
Kubernetes uses a 302 prefix on port numbers. Going
to change the port used for cdt proxy backend to use
this port.

Change-Id: I630b101e28b8cc072166dcbcb0e8de42dfb6d513
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-924
(cherry picked from commit 8e37837087ff419b3653b226b2c21678d86ab4c8)

src/environments/environment.ts

index e30faf3..6c6dcf8 100644 (file)
@@ -35,9 +35,9 @@ export const environment = {
      checkTestStatus: 'http://' + window.location.hostname + ':8282/restconf/operations/appc-provider-lcm:action-status'
   */
     // APIs for CORS proxy Service.
-    getDesigns: 'http://' + window.location.hostname + ':9090/cdtService/getDesigns',
-    validateTemplate: 'http://' + window.location.hostname + ':9090/cdtService/validateTemplate',
-    testVnf: 'http://' + window.location.hostname + ':9090/cdtService/testVnf',
-    checkTestStatus: 'http://' + window.location.hostname + ':9090/cdtService/checkTestStatus'
+    getDesigns: 'http://' + window.location.hostname + ':30290/cdtService/getDesigns',
+    validateTemplate: 'http://' + window.location.hostname + ':30290/cdtService/validateTemplate',
+    testVnf: 'http://' + window.location.hostname + ':30290/cdtService/testVnf',
+    checkTestStatus: 'http://' + window.location.hostname + ':30290/cdtService/checkTestStatus'
 
 };
\ No newline at end of file