Skip to content

Commit

Permalink
Stop trying to communicate with Jetstream@TACC due to extended downtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Oct 4, 2017
1 parent 72a1d02 commit fd7b891
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions env/common/files/galaxy/dynamic_rules/multi_dynamic_walltime.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
)
TEAM_DESTINATION = 'reserved_dynamic'

'''
JETSTREAM_DESTINATION_MAPS = {
LOCAL_DESTINATION: {
'clusters': ['jetstream-iu', 'jetstream-tacc', 'roundup'],
Expand All @@ -76,23 +77,24 @@
'partition': 'multi',
},
}

'''

JETSTREAM_DESTINATION_MAPS = {
LOCAL_DESTINATION: {
'clusters': ['jetstream-tacc', 'roundup'],
'cluster_prefixes': ['jetstream-tacc-large', 'roundup'],
'destination_prefixes': ['jetstream_tacc', 'slurm'],
'clusters': ['jetstream-iu', 'roundup'],
'cluster_prefixes': ['jetstream-iu-large', 'roundup'],
'destination_prefixes': ['jetstream_iu', 'slurm'],
'partition': 'multi',
},
'jetstream_multi': {
'clusters': ['jetstream-tacc',],
'cluster_prefixes': ['jetstream-tacc-large',],
'destination_prefixes': ['jetstream_tacc',],
'clusters': ['jetstream-iu',],
'cluster_prefixes': ['jetstream-iu-large',],
'destination_prefixes': ['jetstream_iu',],
'partition': 'multi',
},
}

'''
JETSTREAM_DESTINATION_MAPS = {
LOCAL_DESTINATION: {
'clusters': ['roundup'],
Expand Down
2 changes: 1 addition & 1 deletion env/main/group_vars/galaxywebservers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ containers_yaml:
containers:
_default_:
type: docker_swarm
host: tcp://jetstream-tacc0.galaxyproject.org:2376
host: tcp://jetstream-iu0.galaxyproject.org:2376
force_tlsverify: yes
cpus: 0.5
memory: 980000000
Expand Down

0 comments on commit fd7b891

Please sign in to comment.