Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
rm more unused statmover code
Browse files Browse the repository at this point in the history
  • Loading branch information
zancas committed Apr 28, 2014
1 parent 44ffe1d commit 5af1b57
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 92 deletions.
21 changes: 0 additions & 21 deletions docs/statmoverclientsetup.rst

This file was deleted.

4 changes: 0 additions & 4 deletions lae_automation/server.py
Expand Up @@ -112,10 +112,6 @@ class NotListeningError(Exception):
INSTALL_TXAWS_VERSION = "0.2.1.post5"
INSTALL_TXAWS_URL = "https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-dep-sdists/txAWS-%s.tar.gz" % (INSTALL_TXAWS_VERSION,)

INSTALL_STATMOVER_VERSION = "2013-04-20T02_25_53+0000"
INSTALL_STATMOVER_PACKAGE = "statmover-%s.tar.gz" % (INSTALL_STATMOVER_VERSION,)
INSTALL_SMCLIENT_VERSION = "3.2012.07.03.18.15.19-5e73c911653e"

# The default 'pty=True' behaviour is unsafe because, when we are invoked via flapp,
# we don't want the flapp client to be able to influence the ssh remote command's stdin.
# pty=False will cause fabric to echo stdin, but that's fine.
Expand Down
4 changes: 0 additions & 4 deletions lae_automation/signup.py
Expand Up @@ -168,10 +168,6 @@ def _got_sshfp(ignored):
s3_secretkey, usertoken, producttoken, bucketname, oldsecrets,
stdout, stderr, secretsfile)

# Disabled for now.
#initialize_statmover_source(publichost, monitor_privkey_path, admin_privkey_path,
# sinkname_suffix, [instance.instance_id, 'SSEC2s'])

# XXX We probably need to rethink this:
append_record(FilePath(serverinfopath), instance.launch_time, instance.instance_id,
publichost)
Expand Down
63 changes: 0 additions & 63 deletions upgrade_all_statmover.py

This file was deleted.

0 comments on commit 5af1b57

Please sign in to comment.