Volans has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/383341 )
Change subject: wmf-auto-reimage: fix console list initialization
......................................................................
wmf-auto-reimage: fix console list initialization
Change-Id: Icad15f4f54cede291c22eb67a5649ac474b47a85
---
M modules/profile/files/cumin/wmf_auto_reimage_host.py
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
jenkins-bot: Verified
Volans: Looks good to me, approved
diff --git a/modules/profile/files/cumin/wmf_auto_reimage_host.py
b/modules/profile/files/cumin/wmf_auto_reimage_host.py
index c73c5fb..7fd4a35 100644
--- a/modules/profile/files/cumin/wmf_auto_reimage_host.py
+++ b/modules/profile/files/cumin/wmf_auto_reimage_host.py
@@ -45,6 +45,8 @@
if args.mgmt is None:
mgmts = lib.get_mgmts([args.host])
args.mgmt = mgmts[args.host]
+ else:
+ mgmts = [args.mgmt]
fqdns.append(args.mgmt)
if args.rename is not None and args.rename_mgmt is None:
--
To view, visit https://gerrit.wikimedia.org/r/383341
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Icad15f4f54cede291c22eb67a5649ac474b47a85
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Volans <[email protected]>
Gerrit-Reviewer: Elukey <[email protected]>
Gerrit-Reviewer: Volans <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits