Skip to content

Commit

Permalink
Merge "changing the web-server-ip to lab SM"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Sep 16, 2015
2 parents a17f090 + 485f036 commit 4c97570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabfile/tasks/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def add_images(image=None):
if '10.84' in env.host_string:
mount = '10.84.5.120/cs-shared'
elif '10.204' in env.host_string:
mount = '10.204.216.51'
mount = '10.204.217.158'
if not mount:
return
sudo("wget http://%s/%s" % (mount, local))
Expand Down Expand Up @@ -566,7 +566,7 @@ def add_basic_images(image=None):
if '10.84' in env.host:
mount= '10.84.5.120/cs-shared'
elif '10.204' in env.host:
mount= '10.204.216.51'
mount= '10.204.217.158'
if not mount :
return

Expand Down

0 comments on commit 4c97570

Please sign in to comment.