SuccessConsole Output

Host key checking is off. It may be vulnerable to man-in-the-middle attacks.
[jsch] Permanently added '172.21.249.193' (RSA) to the list of known hosts.
Connected to osm-master-12536[172.21.249.193:22] (SSH-2.0-OpenSSH_8.9p1 Ubuntu-3)
Started command osm-master-12536#808: 
                        /usr/share/osm-devops/installers/osm_health.sh -k -s osm
                    
helm -n osm list
NAME       	NAMESPACE	REVISION	UPDATED                                	STATUS  	CHART         	APP VERSION
airflow    	osm      	1       	2024-05-23 11:42:23.40908626 +0000 UTC 	deployed	airflow-1.9.0 	2.5.3      
mongodb-k8s	osm      	1       	2024-05-23 11:42:11.524711064 +0000 UTC	deployed	mongodb-13.9.4	6.0.5      
osm        	osm      	1       	2024-05-23 11:42:12.850553774 +0000 UTC	deployed	osm-0.0.1     	15         
helm -n osm status osm
NAME: osm
LAST DEPLOYED: Thu May 23 11:42:12 2024
NAMESPACE: osm
STATUS: deployed
REVISION: 1
NOTES:
1. Get the application URL by running these commands:
  export OSM_GUI_URL=$(kubectl get --namespace osm -o jsonpath="{.spec.rules[0].host}" ingress ngui-ingress)
  echo "OSM UI: $OSM_GUI_URL"
  export OSM_HOSTNAME=$(kubectl get --namespace osm -o jsonpath="{.spec.rules[0].host}" ingress nbi-ingress)
  echo "OSM_HOSTNAME (for osm client): $OSM_HOSTNAME"
2. Get Grafana credentials for admin user using below command.
  kubectl -n osm  get secret grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo
===> Successful checks: 1/24
===> Successful checks: 2/24
===> Successful checks: 3/24
===> Successful checks: 4/24
===> Successful checks: 5/24
===> Successful checks: 6/24
===> Successful checks: 7/24
===> Successful checks: 8/24
===> Successful checks: 9/24
===> Successful checks: 10/24
===> Successful checks: 11/24
===> Successful checks: 12/24
===> Successful checks: 13/24
===> Successful checks: 14/24
===> Successful checks: 15/24
===> Successful checks: 16/24
===> Successful checks: 17/24
===> Successful checks: 18/24
===> Successful checks: 19/24
===> Successful checks: 20/24
===> Successful checks: 21/24
===> Successful checks: 22/24
===> Successful checks: 23/24
===> Successful checks: 24/24

SYSTEM IS READY
Success command osm-master-12536#808: 
                        /usr/share/osm-devops/installers/osm_health.sh -k -s osm
                    
Disconnected from osm-master-12536[172.21.249.193:22]