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

Commit

Permalink
Remove 'builtin_services' properties.
Browse files Browse the repository at this point in the history
'builtin_services' property is not needed to be listed as required installed job properties.
this properties is only used from the cloud_controller cookbooks when dev_setup install cloud_controller.

Change-Id: Ia9b544bb7074b95491f1f23e81a405a8bd85d6ad
  • Loading branch information
schinen committed Jun 21, 2012
1 parent d564e8c commit 7ca2da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_setup/lib/job_manager.rb
Expand Up @@ -41,7 +41,7 @@ class JobManager
SYSTEM_JOB = [CF]

# List of the required properties for jobs
INSTALLED_JOB_PROPERTIES = {NATS => ["host"], CC => ["service_api_uri", "builtin_services"],
INSTALLED_JOB_PROPERTIES = {NATS => ["host"], CC => ["service_api_uri"],
CCDB => ["host"]}

INSTALL_JOB_PROPERTIES = {CC => ["builtin_services"], MYSQL_NODE => ["index"], MONGODB_NODE => ["index"], REDIS_NODE => ["index"], NEO4J_NODE => ["index"], POSTGRESQL_NODE => ["index"], RABBITMQ_NODE => ["index"], VBLOB_NODE => ["index"], MEMCACHED_NODE => ["index"], ELASTICSEARCH_NODE => ["index"], COUCHDB_NODE => ["index"]}
Expand Down

0 comments on commit 7ca2da9

Please sign in to comment.