summaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-05-10Improve docker registry secret managementBorislavG1-1/+0
Change-Id: I2d1ff878c215becc9856af184eb0b11defd75e1d Issue-ID: OOM-1064 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-22Add DCAE Cloudify-Manager supportBorislavG1-6/+8
22/Apr: This review is ready to merge. ** Resolves issue by using the k8s-provided secret. No longer need to map .kube/config. Change-Id: I0f51f7d8bb9ed9a5653089e77be495dc7456ef22 Issue-ID: OOM-855 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-02Add chart for redis clusterBorislavG1-0/+2
Change-Id: I5087c5180d5489d56fa1eea8ad8ac50f905bb4ba Issue-ID: DCAEGEN2-417 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-03-22License addition in all yamlsvaibhav_16dec1-0/+14
Issue-ID: OOM-821 Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-18Removing tag from dcaegen2mayankg27031-3/+2
Issue-ID: OOM-623 Change-Id: I911f441bebf7734bbcf733bbf6f1ce6d3ae48eb5 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2017-12-08Migrate to R1 released docker imagesAlexis de Talhouët1-1/+1
Change-Id: Iac46cbae69404d17e1f4e59f85ed18fc7ecd01dd Issue-ID: OOM-432 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> (cherry picked from commit f033f949c49cc195be1f3a6bdf79759f7e0983ca)
2017-09-21dcaegen2 bootstrap container in K8sMandeep Khinda1-0/+6
launching the dcaegen2 bootstrap container in OOM K8s. -based on dcaegen2/deployments/bootstrap/README-docker.md -requires an openstack private key pair file locally -requires mining and updating a yaml configuration file as per the comments in the sample file given. -unfortunately, my attempts to bundle the secret and configmap in the helm package didn't work out as they are external files so I create them using the createAll.bash script. Issue-ID: OOM-107 Change-Id: I221f60af66ea0f7e97ddd8b92819dce9aa6b5a81 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>