Skip to content

Instantly share code, notes, and snippets.

@bha123
Created April 7, 2015 06:34
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 bha123/6a7cec32848dfaf59a50 to your computer and use it in GitHub Desktop.
Save bha123/6a7cec32848dfaf59a50 to your computer and use it in GitHub Desktop.
my cf-stub
---
director_uuid: d14fd8bf-659e-430b-a00f-183adb972e46
meta:
openstack:
net_id: fd31ed85-c5f1-40ad-933c-25e81dc6147c
auth_url: http://192.168.2.142:5000/v2.0
tenant: admin
username: admin
api_key: vedams123
security_groups: [bosh,ssh]
floating_static_ips:
- 172.168.10.5
networks:
- name: cf1
subnets:
- cloud_properties:
static:
- 10.0.0.0 - 10.0.0.24
properties:
cc:
droplets:
droplet_directory_key: the_key
buildpacks:
buildpack_directory_key: bd_key
staging_upload_user: username
staging_upload_password: password
bulk_api_password: password
db_encryption_key: the_key
ccdb:
roles:
- name: ccadmin
password: admin_password
tag: admin
databases:
roles:
- name: ccadmin
password: ccadmin_password
- name: uaaadmin
password: uaaadmin_password
dea_next:
disk_mb: 2048
memory_mb: 1024
domain: example.com
loggregator_endpoint:
shared_secret: loggregator_endpoint_secret
nats:
user: nats_user
password: nats_password
router:
status:
user: router_user
password: router_password
secure_cookies: true
uaa:
admin:
client_secret: admin_secret
batch:
username: batch_username
password: batch_password
cc:
client_secret: cc_client_secret
clients:
app-direct:
secret: app-direct_secret
developer_console:
secret: developer_console_secret
notifications:
secret: notification_secret
login:
secret: login_client_secret
doppler:
secret: doppler_secret
cloud_controller_username_lookup:
secret: cloud_controller_username_lookup_secret
jwt:
verification_key: vk
signing_key: sk
scim:
users:
- admin|fakepassword|scim.write,scim.read,openid,cloud_controller.admin,doppler.firehose
uaadb:
roles:
- name: uaaadmin
password: admin_password
tag: admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment