Skip to content

Instantly share code, notes, and snippets.

@michaljemala
Created September 25, 2013 09:07
Show Gist options
  • Save michaljemala/6697008 to your computer and use it in GitHub Desktop.
Save michaljemala/6697008 to your computer and use it in GitHub Desktop.
---
local_route: 127.0.0.1
port: 8181
pid_filename: /tmp/cloud_controller.pid
nats_uri: nats://127.0.0.1:4222
message_bus_uri: nats://127.0.0.1:4222
external_domain:
- api.cloud.jemala.info
bootstrap_admin_email: no-one@no-where.com
system_domain_organization: jemala-org
system_domain: cloud.jemala.info
app_domains:
- cloud.jemala.info
info:
name: "Cloudfoundry by https://github.com/Altoros/cf-vagrant-installer"
build: "...."
version: 2
support_address: "https://github.com/Altoros/cf-vagrant-installer/issues"
description: "Cloud Foundry installer sponsored by Altoros"
api_version: "2.0.0"
nginx:
use_nginx: false
instance_socket: "/var/vcap/sys/run/cloud_controller_ng/cloud_controller.sock"
logging:
file: /vagrant/logs/cloud_controller.log
level: debug2
db:
database: "sqlite:///vagrant/db/cloud_controller.db"
max_connections: 32
pool_timeout: 10
uaa:
url: "http://uaa.cloud.jemala.info:8080/uaa"
resource_id: "cloud_controller"
symmetric_secret: "tokensecret"
cc_partition: ng
bulk_api:
auth_user: bulk_user
auth_password: bulk_password
# App staging parameters
staging:
# Max duration for staging process
max_staging_runtime: 480 # secs
auth:
user: zxsfhgjg
password: ZNVfdase9
quota_definitions:
free:
non_basic_services_allowed: false
total_services: 2
memory_limit: 2048 # 2 GB
paid:
non_basic_services_allowed: true
total_services: 500
memory_limit: 204800 # 200 GB
trial:
non_basic_services_allowed: false
total_services: 2
memory_limit: 512 # 0.5 GB
trial_db_allowed: true
default_quota_definition: free
resource_pool:
resource_directory_key: cc-resources
fog_connection:
provider: Local
local_root: /tmp
packages:
resource_directory_key: cc-packages
fog_connection:
provider: Local
local_root: /tmp
droplets:
droplet_directory_key: cc-droplets
fog_connection:
provider: Local
local_root: /tmp
db_encryption_key: "asdfasdfasdf"
trial_db:
guid: "78ad16cf-3c22-4427-a982-b9d35d746914"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment