Merge branch 'v2' of github.com:Azure/hpcpack-linux-agent into v2

This commit is contained in:
Zheyu Shen 2023-09-21 17:25:48 +08:00
Родитель 7182023265 bf65fbd846
Коммит 98c6d0df5b
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -198,11 +198,11 @@ def Usage():
' managehosts: Specify that you want the /etc/hosts file managed by HPC\n\n' \
'Note: This command must be run as root user\n\n' \
'Examples: \n' \
'setup.py -install -connectionstring:\'hn1,hn2,hn3\' -certfile:\'/root/mycert.pfx\' -certpasswd:\'Pa$$word1\' -managehosts\n\n' \
'setup.py -install -connectionstring:\'hn1,hn2,hn3\' -certfile:\'/root/mycert.pfx\' -certpasswd:\'certpass\' -managehosts\n\n' \
'setup.py -install -connectionstring:\'hn1.hpc.local,hn2.hpc.local,hn3.hpc.local\' -keepcert\n\n' \
'setup.py -uninstall -keepcert\n\n' \
'setup.py -update\n\n' \
'setup.py -updatecert -certfile:\'/root/newcert.pfx\' -certpasswd:\'Pa$$word2\'\n'
'setup.py -updatecert -certfile:\'/root/newcert.pfx\' -certpasswd:\'certpass\'\n'
print(usage)
def is_hpcagent_installed():