diff options
author | Jack Lucas <jflucas@research.att.com> | 2018-08-17 12:58:51 +0000 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2018-08-17 12:59:18 +0000 |
commit | b3350fa9629b558c5bdba5ff8d5e5d670d150204 (patch) | |
tree | 685408c5be271694b14186faf5e28197615b271a /k8s-bootstrap-container/pom.xml | |
parent | 960fb86f0baf3d24a2b56d487fdfa7d25e847961 (diff) |
Add code to enhance k8s bootstrap
- Make bootstrap container continue to run after initial bootstrap done
- Do deployments in parallel where feasible
- Accommodate deployments with no input files
- Test to see if actions (uploads, installs, etc.) are needed before doing them
Issue-ID: DCAEGEN2-594
Change-Id: Ie188c1fd69695479593aa82b516e5504a849099c
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s-bootstrap-container/pom.xml')
-rw-r--r-- | k8s-bootstrap-container/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s-bootstrap-container/pom.xml b/k8s-bootstrap-container/pom.xml index 69a7170..33b58ae 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.3.0</version> + <version>1.4.0</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |