2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Update confluent_selfcheck

This commit is contained in:
erderial 2023-04-03 10:27:07 +03:00 committed by GitHub
parent 13d4c57ee2
commit 9bb402a1b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -265,10 +265,9 @@ if __name__ == '__main__':
if key.startswith('net.')and key.endswith('switch'):
switch_value = rsp[key].get('value',None)
if switch_value in valid_nodes:
if args.node in valid_nodes:
print(f'{args.node} is a valid node.')
else:
emprint(f'{args.node} is not a valid node')
print(f'{switch_value} is valid.')
else:
emprint(f'{switch_value} is not valid.')
if not uuidok and not macok:
allok = False
emprint(f'{args.node} does not have a uuid or mac address defined in id.uuid or net.*hwaddr, deployment will not work')