Move inventory deployment to Helm 57/77457/1
authorJack Lucas <jflucas@research.att.com>
Mon, 28 Jan 2019 15:37:02 +0000 (10:37 -0500)
committerJack Lucas <jflucas@research.att.com>
Mon, 28 Jan 2019 15:38:28 +0000 (10:38 -0500)
Issue-ID: DCAEGEN2-1089
Change-Id: Ideb129885e8774e7578eea8291889b232097862e
Signed-off-by: Jack Lucas <jflucas@research.att.com>
healthcheck-container/healthcheck.js
healthcheck-container/pom.xml
k8s-bootstrap-container/bootstrap.sh
k8s-bootstrap-container/load-blueprints.sh
k8s-bootstrap-container/pom.xml

index 9bc2086..1d6fccb 100644 (file)
@@ -27,15 +27,15 @@ const UNKNOWN = 503;
 const helmDeps =
     [
         'dcae-cloudify-manager',
-        'dcae-config-binding-service'
+        'dcae-config-binding-service',
+        'dcae-inventory-api',
+        'dcae-servicechange-handler'
     ];
 
 // List of deployments expected to be created by CM at boot time
 const bootDeps =
     [
         'dep-deployment-handler',
-        'dep-inventory',
-        'dep-service-change-handler',
         'dep-policy-handler',
         'dep-dcae-ves-collector',
         'dep-dcae-tca-analytics',
index b768337..e728a66 100644 (file)
@@ -27,7 +27,7 @@ limitations under the License.
   <groupId>org.onap.dcaegen2.deployments</groupId>
   <artifactId>healthcheck-container</artifactId>
   <name>dcaegen2-deployments-healthcheck-container</name>
-  <version>1.2.2</version>
+  <version>1.2.3</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
index c037182..76504a7 100755 (executable)
@@ -204,8 +204,7 @@ set +e
 deploy pgaas_initdb k8s-pgaas-initdb.yaml k8s-pgaas-initdb-inputs.yaml &
 PG_PID=$!
 wait ${PG_PID}
-# inventory, deployment_handler, and policy_handler can be deployed simultaneously
-deploy inventory k8s-inventory.yaml k8s-inventory-inputs.yaml &
+# deployment_handler and policy_handler can be deployed simultaneously
 INV_PID=$!
 deploy deployment_handler k8s-deployment_handler.yaml k8s-deployment_handler-inputs.yaml &
 DH_PID=$!
index 716e601..098c022 100755 (executable)
@@ -10,7 +10,6 @@ BLUEPRINTS=\
 k8s-deployment_handler.yaml  \
 k8s-holmes-engine.yaml \
 k8s-holmes-rules.yaml \
-k8s-inventory.yaml  \
 k8s-policy_handler.yaml \
 k8s-pgaas-initdb.yaml \
 k8s-tca.yaml \
index e695f6d..f02e2d8 100644 (file)
@@ -27,7 +27,7 @@ limitations under the License.
   <groupId>org.onap.dcaegen2.deployments</groupId>
   <artifactId>k8s-bootstrap-container</artifactId>
   <name>dcaegen2-deployments-k8s-bootstrap-container</name>
-  <version>1.4.6</version>
+  <version>1.4.7</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>