aether-roc-umbrella: releasing 1.4.19 update GUI and API

Change-Id: I4b95e2dc68c51a5f6780239048c0ca67ac318ff0
diff --git a/aether-roc-umbrella/tests/aether-roc-umbrella.go b/aether-roc-umbrella/tests/aether-roc-umbrella.go
index 638a0d6..b64786a 100644
--- a/aether-roc-umbrella/tests/aether-roc-umbrella.go
+++ b/aether-roc-umbrella/tests/aether-roc-umbrella.go
@@ -58,13 +58,19 @@
 		SetPassword(password).
 		WithTimeout(15*time.Minute).
 		Set("import.onos-gui.enabled", false).
-		Set("import.aether-roc-gui.v2_1.enabled", false).
 		Set("import.aether-roc-gui.v3.enabled", false).
-		Set("import.aether-roc-gui.v4.enabled", false).
+		Set("import.aether-roc-gui.v4.enabled", true).
 		Set("import.onos-cli.enabled", false).
 		Set("onos-topo.image.tag", "latest").
 		Set("onos-config.image.tag", "latest").
 		Set("aether-roc-api.image.tag", "latest").
+		Set("aether-roc-websocket.image.tag", "latest").
+		Set("subscriber-proxy.image.tag", "latest").
+		Set("prom-label-proxy.image.tag", "latest").
+		//Set("sdcore-adapter-v4.image.tag", "latest").
+		Set("aether-roc-gui-v4.image.tag", "latest").
+		Set("aether-roc-gui-v4.ingress.enabled", false).
+		Set("aether-roc-gui-v4.service.type", "NodePort").
 		Set("onos-config.plugin.compiler.target", "github.com/onosproject/onos-config@master").
 		Set("global.image.registry", registry)
 	assert.NoError(t, onos.Install(true))