summaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-09-25Fix default namespace for Consul deployments.gfraboni1-1/+1
The Default namespace prefix for all pods deployed by one-click is 'onap', but the values file for Consul was using 'inf' instead. This has been corrected to be in line with the other components. Issue-ID: OOM-86 Change-Id: I05a184090f678af8d019ba46eb6c750e5ee03e39 Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-21Add Consul support to 'OneClick' deployment.gfraboni1-0/+7
The OOM is moving to using Consul to provide health checks for all ONAP components. This push adds deployment of a 3 node Consul Server cluster and a single Consul agent to the 'OneClick' deployment. As a first step, health check scripts for the A&AI microservices have also been included. Support for additional ONAP components will follow. Issue-ID: OOM-86 Change-Id: Ib63f3d8b1b745551c9ec55b6529d022b32006e9c Signed-off-by: gfraboni <gino.fraboni@amdocs.com>