diff options
Diffstat (limited to 'k8s-bootstrap-container')
-rwxr-xr-x | k8s-bootstrap-container/bootstrap.sh | 3 | ||||
-rwxr-xr-x | k8s-bootstrap-container/load-blueprints.sh | 1 | ||||
-rw-r--r-- | k8s-bootstrap-container/pom.xml | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/k8s-bootstrap-container/bootstrap.sh b/k8s-bootstrap-container/bootstrap.sh index c037182..76504a7 100755 --- a/k8s-bootstrap-container/bootstrap.sh +++ b/k8s-bootstrap-container/bootstrap.sh @@ -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=$! diff --git a/k8s-bootstrap-container/load-blueprints.sh b/k8s-bootstrap-container/load-blueprints.sh index 716e601..098c022 100755 --- a/k8s-bootstrap-container/load-blueprints.sh +++ b/k8s-bootstrap-container/load-blueprints.sh @@ -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 \ diff --git a/k8s-bootstrap-container/pom.xml b/k8s-bootstrap-container/pom.xml index e695f6d..f02e2d8 100644 --- a/k8s-bootstrap-container/pom.xml +++ b/k8s-bootstrap-container/pom.xml @@ -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> |