Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- <%
- director_uuid = "7f1b65ff-cdd2-47b8-a4ac-00c31693cd37"
- protocol = "http"
- cf_release = "145.1-dev"
- ip_address = "192.168.124.226"
- common_password = "c1oudc0w"
- root_domain = "192.168.124.226.xip.io"
- deployment_name = "FirstCF"
- %>
- name: FirstCF
- director_uuid: 7f1b65ff-cdd2-47b8-a4ac-00c31693cd37
- releases:
- - name: FirstCF
- version: 146.1-dev
- compilation:
- workers: 3
- network: default
- cloud_properties:
- instance_type: m1.small
- update:
- canaries: 1
- canary_watch_time: 30000-300000
- update_watch_time: 30000-300000
- max_in_flight: 4
- max_errors: 1
- networks:
- - name: floating
- type: vip
- cloud_properties: {}
- - name: default
- type: manual
- subnets:
- range: 10.11.12.0/24
- gateway: 10.11.12.1
- reserved:
- - 10.11.12.3 - 10.11.12.9
- static:
- - 10.11.12.10 - 10.11.12.20
- cloud_properties:
- security_groups:
- - default
- - cf-public
- - cf-private
- resource_pools:
- - name: small
- network: default
- size: 8
- stemcell:
- name: bosh-openstack-kvm-ubuntu
- version: latest
- cloud_properties:
- instance_type: m1.small
- - name: large
- network: default
- size: 1
- stemcell:
- name: bosh-openstack-kvm-ubuntu
- version: latest
- cloud_properties:
- instance_type: m1.large
- jobs:
- - name: nats
- template:
- - nats
- instances: 1
- resource_pool: small
- networks:
- - name: default
- default: [dns, gateway]
- static_ips:
- - 10.11.12.10
- - name: syslog_aggregator
- template:
- - syslog_aggregator
- instances: 1
- resource_pool: small
- persistent_disk: 16384
- networks:
- - name: default
- default: [dns, gateway]
- static_ips:
- - 10.11.12.11
- - name: postgres
- template:
- - postgres
- instances: 1
- resource_pool: small
- persistent_disk: 16384
- networks:
- - name: default
- default: [dns, gateway]
- static_ips:
- - 10.11.12.12
- properties:
- db: databases
- - name: nfs_server
- template:
- - debian_nfs_server
- instances: 1
- resource_pool: small
- persistent_disk: 16384
- networks:
- - name: default
- default: [dns, gateway]
- static_ips:
- - 10.11.12.13
- - name: uaa
- template:
- - uaa
- instances: 1
- resource_pool: small
- networks:
- - name: default
- default: [dns, gateway]
- static_ips:
- - 10.11.12.14
- - name: cloud_controller
- template:
- - cloud_controller_ng
- instances: 1
- resource_pool: small
- networks:
- - name: default
- default: [dns, gateway]
- static_ips:
- - 10.11.12.15
- properties:
- ccdb: ccdb
- - name: router
- template:
- - gorouter
- instances: 1
- resource_pool: small
- networks:
- - name: default
- default: [dns, gateway]
- static_ips:
- - 10.11.12.16
- - name: floating
- static_ips:
- - 192.168.124.226
- - name: health_manager
- template:
- - health_manager_next
- instances: 1
- resource_pool: small
- networks:
- - name: default
- default: [dns, gateway]
- static_ips:
- - 10.11.12.17
- - name: dea
- template: dea_next
- instances: 1
- resource_pool: large
- networks:
- - name: default
- default: [dns, gateway]
- static_ips:
- - 10.11.12.18
- properties:
- domain: 192.168.124.226.xip.io
- system_domain: 192.168.124.226.xip.io
- system_domain_organization: system_domain
- app_domains:
- - 192.168.124.226.xip.io
- networks:
- apps: default
- management: default
- nats:
- address: 10.11.12.10
- port: 4222
- user: nats
- password: <%= common_password %>
- authorization_timeout: 10
- router:
- port: 8081
- status:
- port: 8080
- user: gorouter
- password: <%= common_password %>
- dea: &dea
- max_memory: 8192
- memory_mb: 8192
- memory_overcommit_factor: 4
- disk_mb: 16384
- disk_overcommit_factor: 4
- directory_server_protocol: http
- dea_next: *dea
- syslog_aggregator:
- address: 10.11.12.11
- port: 54321
- nfs_server:
- address: 10.11.12.13
- network: 10.11.12.0/24
- debian_nfs_server:
- no_root_squash: true
- databases: &databases
- db_scheme: postgres
- address: 10.11.12.12
- port: 5524
- roles:
- - tag: admin
- name: ccadmin
- password: <%= common_password %>
- - tag: admin
- name: uaaadmin
- password: <%= common_password %>
- databases:
- - tag: cc
- name: ccdb
- citext: true
- - tag: uaa
- name: uaadb
- citext: true
- ccdb: &ccdb
- db_scheme: postgres
- address: 10.11.12.12
- port: 5524
- roles:
- - tag: admin
- name: ccadmin
- password: <%= common_password %>
- databases:
- - tag: cc
- name: ccdb
- citext: true
- ccdb_ng: *ccdb
- uaadb:
- db_scheme: postgresql
- address: 10.11.12.12
- port: 5524
- roles:
- - tag: admin
- name: uaaadmin
- password: <%= common_password %>
- databases:
- - tag: uaa
- name: uaadb
- citext: true
- cc_api_version: v2
- cc: &cc
- logging_level: debug
- external_host: ccng
- srv_api_uri: http://api.192.168.124.226.xip.io
- cc_partition: default
- db_encryption_key: <%= common_password %>
- bulk_api_password: <%= common_password %>
- uaa_resource_id: cloud_controller
- staging_upload_user: uploaduser
- staging_upload_password: <%= common_password %>
- resource_pool:
- resource_directory_key: cc-resources
- packages:
- app_package_directory_key: cc-packages
- droplets:
- droplet_directory_key: cc-droplets
- default_quota_definition: runaway
- ccng: *cc
- login:
- enabled: false
- uaa:
- url: http://uaa.192.168.124.226.xip.io
- no_ssl: true
- catalina_opts: -Xmx768m -XX:MaxPermSize=256m
- resource_id: account_manager
- jwt:
- signing_key: |
- -----BEGIN RSA PRIVATE KEY-----
- MIICXAIBAAKBgQDHFr+KICms+tuT1OXJwhCUmR2dKVy7psa8xzElSyzqx7oJyfJ1
- JZyOzToj9T5SfTIq396agbHJWVfYphNahvZ/7uMXqHxf+ZH9BL1gk9Y6kCnbM5R6
- 0gfwjyW1/dQPjOzn9N394zd2FJoFHwdq9Qs0wBugspULZVNRxq7veq/fzwIDAQAB
- AoGBAJ8dRTQFhIllbHx4GLbpTQsWXJ6w4hZvskJKCLM/o8R4n+0W45pQ1xEiYKdA
- Z/DRcnjltylRImBD8XuLL8iYOQSZXNMb1h3g5/UGbUXLmCgQLOUUlnYt34QOQm+0
- KvUqfMSFBbKMsYBAoQmNdTHBaz3dZa8ON9hh/f5TT8u0OWNRAkEA5opzsIXv+52J
- duc1VGyX3SwlxiE2dStW8wZqGiuLH142n6MKnkLU4ctNLiclw6BZePXFZYIK+AkE
- xQ+k16je5QJBAN0TIKMPWIbbHVr5rkdUqOyezlFFWYOwnMmw/BKa1d3zp54VP/P8
- +5aQ2d4sMoKEOfdWH7UqMe3FszfYFvSu5KMCQFMYeFaaEEP7Jn8rGzfQ5HQd44ek
- lQJqmq6CE2BXbY/i34FuvPcKU70HEEygY6Y9d8J3o6zQ0K9SYNu+pcXt4lkCQA3h
- jJQQe5uEGJTExqed7jllQ0khFJzLMx0K6tj0NeeIzAaGCQz13oo2sCdeGRHO4aDh
- HH6Qlq/6UOV5wP8+GAcCQFgRCcB+hrje8hfEEefHcFpyKH+5g1Eu1k0mLrxK2zd+
- 4SlotYRHgPCEubokb2S1zfZDWIXW3HmggnGgM949TlY=
- -----END RSA PRIVATE KEY-----
- verification_key: |
- -----BEGIN PUBLIC KEY-----
- MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDHFr+KICms+tuT1OXJwhCUmR2d
- KVy7psa8xzElSyzqx7oJyfJ1JZyOzToj9T5SfTIq396agbHJWVfYphNahvZ/7uMX
- qHxf+ZH9BL1gk9Y6kCnbM5R60gfwjyW1/dQPjOzn9N394zd2FJoFHwdq9Qs0wBug
- spULZVNRxq7veq/fzwIDAQAB
- -----END PUBLIC KEY-----
- cc:
- client_secret: <%= common_password %>
- admin:
- client_secret: <%= common_password %>
- batch:
- username: batch
- password: <%= common_password %>
- client:
- autoapprove:
- - cf
- clients:
- cf:
- override: true
- authorized-grant-types: password,implicit,refresh_token
- authorities: uaa.none
- scope: cloud_controller.read,cloud_controller.write,openid,password.write,cloud_controller.admin,scim.read,scim.write
- access-token-validity: 7200
- refresh-token-validity: 1209600
- admin:
- secret: <%= common_password %>
- authorized-grant-types: client_credentials
- authorities: clients.read,clients.write,clients.secret,password.write,scim.read,uaa.admin
- scim:
- userids_enabled: true
- users:
- - admin|<%= common_password %>|scim.write,scim.read,openid,cloud_controller.admin,uaa.admin,password.write
- - services|<%= common_password %>|scim.write,scim.read,openid,cloud_controller.admin
Advertisement
Add Comment
Please, Sign In to add comment