From 3b1b874fd2ef2f8e8b0953b48ba5494f3f32cf29 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Tue, 9 Apr 2024 16:11:59 +0200 Subject: [PATCH] add host_notes_url on host --- director-cli.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/director-cli.sh b/director-cli.sh index 2dce120..cf8f0ee 100755 --- a/director-cli.sh +++ b/director-cli.sh @@ -24,10 +24,11 @@ # 2023-11-02 v0.9 ah fix json genration for multiple ports # 2023-11-03 v0.10 ah fix json key for service link # 2024-03-26 v0.11 ah on service creation: use http status code instead of exitcode +# 2024-04-09 v0.12 ah add host_notes_url on host # ====================================================================== -_version="0.11" +_version="0.12" which curl >/dev/null || exit 1 which jo >/dev/null || exit 1 @@ -113,6 +114,8 @@ hostDefaultgroups="groups[]=iml groups[]=iml-server" icon_image=/images/os/${MY_OSName}.png icon_image_alt="\"${MY_Platform}:\ ${MY_OSName}\ ${MY_OSMajorVersion}\"" + notes_url=${host_notes_url} + vars.platform=${MY_Platform} \ vars.os=${MY_OSName}${MY_OSMajorVersion} -- GitLab