summaryrefslogtreecommitdiffstats
path: root/kubernetes/consul
AgeCommit message (Collapse)AuthorFilesLines
2017-10-29Add option to disable specific deploymentsyuryn3-0/+6
Add option to disable any deployment by using conditions in helm templates. Each deployment will get helm parameter - boolean flag allowing to disable it. The flags can be listed in the custom values.yaml file that can be passed to the createAll script with '-v' command line option. Change-Id: I32b795de46c72915c2201c94c23f4e061971bb56 Issue-ID: OOM-380 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
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-25Fix mount point for Consul server configuration.gfraboni1-1/+1
Issue-ID: OOM-86 Change-Id: I3aac0a420cc22b9ef4183a17dc10f1b52299f01f Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-21Add Consul support to 'OneClick' deployment.gfraboni5-0/+92
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>