Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
Merge pull request #50 from cloudfoundry/change-provider-name
Browse files Browse the repository at this point in the history
Change provider to contrib [Fixes #30]
  • Loading branch information
rkoster committed Aug 12, 2013
2 parents f1ca180 + 12da0af commit 713e901
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ service:
unique_id: <%= unique_id %>
version: "0.20"
description: 'Elasticsearch search service'
provider: contrib
provider_name: 'Community Contrib'
plans:
<% if plan_enabled %>
<% for plan in plan_mgmt.fields.each %>
Expand Down
2 changes: 2 additions & 0 deletions jobs/filesystem_gateway/templates/filesystem_gateway.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ service:
unique_id: <%= unique_id %>
version: "1.0"
description: 'Persistent filesystem'
provider: contrib
provider_name: 'Community Contrib'
plans:
<% if plan_enabled %>
<% for plan in plan_mgmt.fields.each %>
Expand Down
2 changes: 2 additions & 0 deletions jobs/memcached_gateway/templates/memcached_gateway.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ service:
unique_id: <%= unique_id %>
version: "1.4"
description: 'Memcached in-memory cache'
provider: contrib
provider_name: 'Community Contrib'
plans:
<% if plan_enabled %>
<% for plan in plan_mgmt.fields.each %>
Expand Down
2 changes: 2 additions & 0 deletions jobs/mongodb_gateway/templates/mongodb_gateway.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ service:
unique_id: <%= unique_id %>
version: "1.8"
description: 'MongoDB NoSQL database'
provider: contrib
provider_name: 'Community Contrib'
plans:
<% if plan_enabled %>
<% for plan in plan_mgmt.fields.each %>
Expand Down
2 changes: 2 additions & 0 deletions jobs/oauth2_gateway/templates/oauth2_gateway.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ service:
unique_id: <%= unique_id %>
version: "1.0"
description: 'UAA identity provider'
provider: contrib
provider_name: 'Community Contrib'
plans:
<% if plan_enabled %>
<% for plan in plan_mgmt.fields.each %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ service:
unique_id: <%= unique_id %>
version: "9.0"
description: 'PostgreSQL database (vFabric)'
provider: contrib
provider_name: 'Community Contrib'
plans:
<% for plan in plan_mgmt.fields.each %>
<% plan_description = plan_mgmt.send(plan.to_sym).description || "#{plan} plan" %>
Expand Down
2 changes: 2 additions & 0 deletions jobs/rabbit_gateway/templates/rabbit_gateway.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ service:
unique_id: <%= unique_id %>
version: "2.4"
description: 'RabbitMQ message queue'
provider: contrib
provider_name: 'Community Contrib'
plans:
<% if plan_enabled %>
<% for plan in plan_mgmt.fields.each %>
Expand Down
2 changes: 2 additions & 0 deletions jobs/redis_gateway/templates/redis_gateway.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ service:
unique_id: <%= unique_id %>
version: "2.2"
description: 'Redis key-value store'
provider: contrib
provider_name: 'Community Contrib'
plans:
<% if plan_enabled %>
<% for plan in plan_mgmt.fields.each %>
Expand Down
2 changes: 2 additions & 0 deletions jobs/vblob_gateway/templates/vblob_gateway.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ service:
unique_id: <%= unique_id %>
version: "0.51"
description: 'Blob store'
provider: contrib
provider_name: 'Community Contrib'
plans:
<% if plan_enabled %>
<% for plan in plan_mgmt.fields.each %>
Expand Down

0 comments on commit 713e901

Please sign in to comment.