From 18c3d470c6c2896c4334234ecb8e9ddda03f44a0 Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Mon, 26 Feb 2024 14:21:26 +0100 Subject: [PATCH 1/5] CKS: fix /opt/bin/deploy-cloudstack-secret in CKS control nodes (#8697) --- .../src/main/resources/script/deploy-cloudstack-secret | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/integrations/kubernetes-service/src/main/resources/script/deploy-cloudstack-secret b/plugins/integrations/kubernetes-service/src/main/resources/script/deploy-cloudstack-secret index 9ffd3ecc84a..f4536feca36 100755 --- a/plugins/integrations/kubernetes-service/src/main/resources/script/deploy-cloudstack-secret +++ b/plugins/integrations/kubernetes-service/src/main/resources/script/deploy-cloudstack-secret @@ -21,14 +21,14 @@ function usage() { Usage: ./deploy-cloudstack-secret [OPTIONS]... To deploy the keys needed for the cloudstack kubernetes provider. Arguments: - -u, --url string ID of the cluster + -u, --url string URL of the CloudStack API -k, --key string API Key -s, --secret string Secret Key -p, --project string Project ID Other arguments: -h, --help Display this help message and exit Examples: - ./deploy-cloudstack-secret -u http://localhost:8080 -k abcd -s efgh + ./deploy-cloudstack-secret -u http://10.10.10.10:8080/client/api -k abcd -s efgh USAGE exit 0 } From e545259bd36da42385f9cf3e046178ca53a1f296 Mon Sep 17 00:00:00 2001 From: Harshit Soni <42745435+Harshitsoni2000@users.noreply.github.com> Date: Mon, 26 Feb 2024 18:57:54 +0530 Subject: [PATCH 2/5] Added JS Script to pick Favicon, Title from config file (#7418) --- ui/public/config.json | 2 ++ ui/public/index.html | 12 ++++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ui/public/config.json b/ui/public/config.json index ed64b15423b..57d120aed5e 100644 --- a/ui/public/config.json +++ b/ui/public/config.json @@ -14,6 +14,8 @@ "logo": "assets/logo.svg", "minilogo": "assets/mini-logo.svg", "banner": "assets/banner.svg", + "loginPageTitle": "CloudStack", + "loginPageFavicon": "assets/logo.svg", "error": { "403": "assets/403.png", "404": "assets/404.png", diff --git a/ui/public/index.html b/ui/public/index.html index 54ec6da25d1..1a09e46a4e0 100644 --- a/ui/public/index.html +++ b/ui/public/index.html @@ -22,8 +22,8 @@ - - Apache CloudStack + + Apache CloudStack