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 /LICENSE.txt | |
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 'LICENSE.txt')
-rw-r--r-- | LICENSE.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index 9536f0b..fdd757b 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ /* * ============LICENSE_START========================================== * =================================================================== -* Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. +* Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. * =================================================================== * * Unless otherwise specified, all software contained herein is licensed @@ -33,8 +33,5 @@ * limitations under the License. * * ============LICENSE_END============================================ -* -* ECOMP is a trademark and service mark of AT&T Intellectual Property. -* */ |