Skip to content

Commit a03d043

Browse files
committed
update nbviewer ip
I don't know how to get the load-balancer DNS
1 parent b7c9fcf commit a03d043

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tasks.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,9 @@ def deploy(self):
130130
def all_instances():
131131
"""Return {(ip, port) : name} for all running nbviewer containers on all machines"""
132132
all_nbviewers = {}
133-
docker_machine = Machine()
134133
# add ovh by hand
135134
# TODO: get service from kubernetes
136-
all_nbviewers[('in51bdkev0.lb.c1.gra.k8s.ovh.net', 80)] = 'ovh'
135+
all_nbviewers[('135.125.85.26', 80)] = 'ovh'
137136
return all_nbviewers
138137

139138

0 commit comments

Comments
 (0)