diff options
author | Lusheng Ji <lji@research.att.com> | 2018-03-22 14:27:41 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-03-22 14:27:58 -0400 |
commit | 6d381a5345092d28675986cf50408eaaa9c40690 (patch) | |
tree | 84f1a7b69541cd4e7b66e89789d95e1b57b66ff8 /pom.xml | |
parent | 4b7cb94ea78810df17be8a685ce878fe99abe755 (diff) |
Add Redis cluster container
A Redis cluster is needed for TCA to store states. This submission is a fork
of the Dcokerfile from the redis-cluster work here
https://github.com/sanderploegsma/redis-cluster (MIT licensed), and making a
docker image available on ONAP registry.
Issue-ID: DCAEGEN2-245
Change-Id: I35ccf756daec07cb8657d07248c17c616b1f4ccf
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,7 @@ ============LICENSE_START======================================================= org.onap.dcae ================================================================================ -Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. +Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -39,6 +39,7 @@ limitations under the License. <module>bootstrap</module> <module>scripts</module> <module>cloud_init</module> + <module>redis-cluster-container</module> </modules> <properties> |