Skip to content

Commit

Permalink
Update template to match new project name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Harris authored and Dan Harris committed Jun 18, 2018
1 parent 98429c0 commit e86c1a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/redis-cluster.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ IconUrl = static/cloud/cluster/ui/ClusterIcon/redis-icon.png
SubnetId = $AzureSubnetId
Region = $Region

[[[cluster-init cyclecloud/redis-cluster:default:$ProjectVersion]]]
[[[cluster-init cyclecloud/redis:default:$ProjectVersion]]]

[[node proxy]]
IsReturnProxy = true
Expand All @@ -157,7 +157,7 @@ IconUrl = static/cloud/cluster/ui/ClusterIcon/redis-icon.png
run_list = recipe[cganglia::server]
cyclecloud.discoverable = true

[[[cluster-init cyclecloud/redis-cluster:proxy:$ProjectVersion]]]
[[[cluster-init cyclecloud/redis:proxy:$ProjectVersion]]]

# Configure Azure external input endpoints (for example SSH)
[[[input-endpoint SSH]]]
Expand All @@ -182,7 +182,7 @@ IconUrl = static/cloud/cluster/ui/ClusterIcon/redis-icon.png
cyclecloud.discoverable = true
redis.cluster_size = $RedisClusterSize

[[[cluster-init cyclecloud/redis-cluster:server:$ProjectVersion]]]
[[[cluster-init cyclecloud/redis:server:$ProjectVersion]]]

# Configure Azure external input endpoints (for example SSH)
[[[input-endpoint SSH]]]
Expand Down

0 comments on commit e86c1a0

Please sign in to comment.