Andrew Bogott has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/370522 )
Change subject: tools-clush-*: move to python-2 ...................................................................... tools-clush-*: move to python-2 These had python3 in their #! line but don't seem to use any specific python3 features. These tools load openstack libraries which are not available for python3 in Liberty or in the normal Jessie repos. Change-Id: I6171a7bab5a708574c87de3dd7859769c152f8cd --- M modules/role/files/toollabs/clush/tools-clush-generator M modules/role/files/toollabs/clush/tools-clush-interpreter 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Andrew Bogott: Looks good to me, approved Rush: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/modules/role/files/toollabs/clush/tools-clush-generator b/modules/role/files/toollabs/clush/tools-clush-generator index 1607855..0cabe16 100644 --- a/modules/role/files/toollabs/clush/tools-clush-generator +++ b/modules/role/files/toollabs/clush/tools-clush-generator @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/python """ Simple script that generates a YAML file classifying all instances on the tools project into groups based on the role they perform. diff --git a/modules/role/files/toollabs/clush/tools-clush-interpreter b/modules/role/files/toollabs/clush/tools-clush-interpreter index c2fb0a3..10018f3 100644 --- a/modules/role/files/toollabs/clush/tools-clush-interpreter +++ b/modules/role/files/toollabs/clush/tools-clush-interpreter @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/python import yaml import argparse -- To view, visit https://gerrit.wikimedia.org/r/370522 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6171a7bab5a708574c87de3dd7859769c152f8cd Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Andrew Bogott <[email protected]> Gerrit-Reviewer: Andrew Bogott <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Rush <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
