Andrew Bogott has uploaded a new change for review. ( 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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/22/370522/1 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: newchange Gerrit-Change-Id: I6171a7bab5a708574c87de3dd7859769c152f8cd Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Andrew Bogott <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
