diff options
author | Jakub Latusek <j.latusek@samsung.com> | 2020-10-21 13:36:29 +0200 |
---|---|---|
committer | Jakub Latusek <j.latusek@samsung.com> | 2020-10-21 14:02:08 +0200 |
commit | d4e96f437effb535e82629fc67d1a31cfeb010c3 (patch) | |
tree | ede1fa93671c8ab82581eddf4f76922326b7b90e /kubernetes/consul/resources/config/consul-agent-config/scripts/so-api-script.sh | |
parent | de60649a59fe924175a25e05eb8ca31efe63daeb (diff) |
[CONSUL] change comment style
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: Ifc524b9818517d5c7741f11e09734300ef66ce77
Issue-ID: OOM-2562
Diffstat (limited to 'kubernetes/consul/resources/config/consul-agent-config/scripts/so-api-script.sh')
-rwxr-xr-x | kubernetes/consul/resources/config/consul-agent-config/scripts/so-api-script.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/consul/resources/config/consul-agent-config/scripts/so-api-script.sh b/kubernetes/consul/resources/config/consul-agent-config/scripts/so-api-script.sh index 09d2c81b32..04c240bd6a 100755 --- a/kubernetes/consul/resources/config/consul-agent-config/scripts/so-api-script.sh +++ b/kubernetes/consul/resources/config/consul-agent-config/scripts/so-api-script.sh @@ -1,3 +1,4 @@ +{{/* # Copyright © 2018 AT&T, Amdocs, Bell Canada Intellectual Property. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -11,6 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +*/}} ## Query the health check API. HEALTH_CHECK_ENDPOINT="http://so:8080/ecomp/mso/infra/healthcheck" |