Skip to content

Instantly share code, notes, and snippets.

@yudai
Created August 22, 2013 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yudai/6308528 to your computer and use it in GitHub Desktop.
Save yudai/6308528 to your computer and use it in GitHub Desktop.
dns-yml.all の変更点。director_uuidは`bosh stats`コマンドで表示されるUUIDに、各URLのIPアドレスはCFのエンドポイントのIPアドレスに、passwordは`bosh cf show attributes`コマンドで表示されるパスワードの値で修正してください。
diff --git a/examples/dns-all.yml b/examples/dns-all.yml
index d7c27e6..1e614ec 100644
--- a/examples/dns-all.yml
+++ b/examples/dns-all.yml
@@ -1,10 +1,10 @@
---
name: cf-services-contrib
-director_uuid: DIRECTOR_UUID # CHANGE
+director_uuid: 4dcab38b-3939-4d13-f3ad-dbb38c7b5c939 # CHANGE
releases:
- name: cf-services-contrib
- version: 1
+ version: 1.1-dev
compilation:
workers: 3
@@ -29,7 +29,7 @@ networks:
cloud_properties:
security_groups:
- default
- - microbosh
+ - cf
resource_pools:
- name: common
@@ -60,10 +60,10 @@ jobs:
properties:
# Service credentials
uaa_client_id: "cf"
- uaa_endpoint: http://uaa.mycloud.com # CHANGE
+ uaa_endpoint: http://uaa.203.0.113.2.xip.io # CHANGE
uaa_client_auth_credentials:
username: services
- password: SERVICES_PASSWORD # CHANGE
+ password: e80011989a71 # CHANGE
- name: mongodb_service_node
release: cf-services-contrib
@@ -155,8 +155,15 @@ properties:
apps: default
management: default
+ nats:
+ address: 0.core.default.cf-1377155859.microbosh
+ port: 4222
+ user: nats
+ password: e80011989a71
+ authorization_timeout: 5
+
cc:
- srv_api_uri: http://api.mycloud.com #CHANGE
+ srv_api_uri: http://api.203.0.113.2.xip.io #CHANGE
service_plans:
mongodb:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment