Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Clean up service descriptions
Browse files Browse the repository at this point in the history
Change-Id: I85c46635721d01d879b59d902f77753a0b92c149
  • Loading branch information
kushmerick committed Jan 17, 2013
1 parent c04194d commit 12a69fe
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions jobs/filesystem_gateway/templates/filesystem_gateway.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cloud_controller_uri: <%= properties.cc.srv_api_uri %>
service:
name: filesystem
version: "1.0"
description: 'Persistent filesystem service'
description: 'Persistent filesystem'
plans:
<% if plan_enabled %>
<% for plan in plan_mgmt.fields.each %>
Expand All @@ -32,7 +32,7 @@ service:
free: true
<% end %>
default_plan: '<%= gateway.default_plan || 'free' %>'
tags: ['Persistent filesystem service']
tags: []
timeout: <%= properties.filesystem_gateway.service_timeout || 10 %>
<% if acls %>
<% if acls.is_a? String %>
Expand Down
2 changes: 1 addition & 1 deletion jobs/memcached_gateway/templates/memcached_gateway.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cloud_controller_uri: <%= properties.cc.srv_api_uri %>
service:
name: memcached
version: "1.4"
description: 'Memcached in-memory cache service'
description: 'Memcached in-memory cache'
plans:
<% if plan_enabled %>
<% for plan in plan_mgmt.fields.each %>
Expand Down
2 changes: 1 addition & 1 deletion jobs/mongodb_gateway/templates/mongodb_gateway.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cloud_controller_uri: <%= properties.cc.srv_api_uri %>
service:
name: mongodb
version: "1.8"
description: 'MongoDB NoSQL store'
description: 'MongoDB NoSQL database'
plans:
<% if plan_enabled %>
<% for plan in plan_mgmt.fields.each %>
Expand Down
2 changes: 1 addition & 1 deletion jobs/mysql_gateway/templates/mysql_gateway.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cloud_controller_uri: <%= properties.cc.srv_api_uri %>
service:
name: mysql
version: "5.1"
description: 'MySQL database service'
description: 'MySQL database'
plans:
<% if plan_enabled %>
<% for plan in plan_mgmt.fields.each %>
Expand Down
4 changes: 2 additions & 2 deletions jobs/oauth2_gateway/templates/oauth2_gateway.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cloud_controller_uri: <%= properties.cc.srv_api_uri %>
service:
name: oauth2
version: "1.0"
description: 'OAuth2 service'
description: 'UAA identity provider'
plans:
<% if plan_enabled %>
<% for plan in plan_mgmt.fields.each %>
Expand All @@ -33,7 +33,7 @@ service:
free: true
<% end %>
default_plan: 'free'
tags: ['oauth2', 'uaa']
tags: ['uaa']
timeout: 60
supported_versions: ["1.0"]
version_aliases:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cloud_controller_uri: <%= properties.cc.srv_api_uri %>
service:
name: postgresql
version: "9.0"
description: 'PostgreSQL database service (vFabric)'
description: 'PostgreSQL database (vFabric)'
plans:
<% if plan_enabled %>
<% for plan in plan_mgmt.fields.each %>
Expand Down
2 changes: 1 addition & 1 deletion jobs/redis_gateway/templates/redis_gateway.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cloud_controller_uri: <%= properties.cc.srv_api_uri %>
service:
name: redis
version: "2.2"
description: 'Redis key-value store service'
description: 'Redis key-value store'
plans:
<% if plan_enabled %>
<% for plan in plan_mgmt.fields.each %>
Expand Down
2 changes: 1 addition & 1 deletion jobs/vblob_gateway/templates/vblob_gateway.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cloud_controller_uri: <%= properties.cc.srv_api_uri %>
service:
name: blob
version: "0.51"
description: 'Blob service'
description: 'Blob store'
plans:
<% if plan_enabled %>
<% for plan in plan_mgmt.fields.each %>
Expand Down

0 comments on commit 12a69fe

Please sign in to comment.