Skip to content

Commit

Permalink
update app image.
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar committed Jul 21, 2017
1 parent 2f389ad commit b459ef6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/cluster.json.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"role": "master",
"container": {
"type": "kvm",
"image": "img-khsejnd7",
"image": "img-95peafzi",
"zone": "pek3a"
},
"instance_class": {{cluster.master.instance_class}},
Expand Down Expand Up @@ -84,7 +84,7 @@
"role": "node",
"container": {
"type": "kvm",
"image": "img-khsejnd7",
"image": "img-95peafzi",
"zone": "pek3a"
},
"instance_class": {{cluster.node.instance_class}},
Expand Down Expand Up @@ -166,7 +166,7 @@
"role": "log",
"container": {
"type": "kvm",
"image": "img-khsejnd7",
"image": "img-95peafzi",
"zone": "pek3a"
},
"instance_class": {{cluster.log.instance_class}},
Expand Down Expand Up @@ -247,7 +247,7 @@
"role": "client",
"container": {
"type": "kvm",
"image": "img-x5a9vkjb",
"image": "img-fdk976fi",
"zone": "pek3a"
},
"instance_class": {{cluster.client.instance_class}},
Expand Down

0 comments on commit b459ef6

Please sign in to comment.