Skip to content

Instantly share code, notes, and snippets.

@whitmo
Created July 14, 2014 16:02
Show Gist options
  • Save whitmo/dd0ce384e5eae04056bf to your computer and use it in GitHub Desktop.
Save whitmo/dd0ce384e5eae04056bf to your computer and use it in GitHub Desktop.
spec
---
name: uaa
templates:
uaa_ctl.erb: bin/uaa_ctl
cf-registrar_ctl: bin/uaa_cf-registrar_ctl
cf-registrar.config.yml.erb: config/cf-registrar/config.yml
uaa.yml.erb: config/uaa.yml
varz.yml.erb: config/varz.yml
log4j.properties.erb: config/log4j.properties
varz.log4j.properties.erb: config/varz.log4j.properties
tomcat.logging.properties: config/tomcat/logging.properties
tomcat.server.xml.erb: config/tomcat/server.xml
syslog_forwarder.conf.erb: config/syslog_forwarder.conf
packages:
- common
- ruby
- syslog_aggregator
- uaa
properties:
syslog_aggregator.address:
description: "IP address for syslog aggregator"
syslog_aggregator.port:
description: "TCP port of syslog aggregator"
syslog_aggregator.all:
description: "Define whether forwarders should send all their syslog data to our aggregator."
default: false
syslog_aggregator.transport:
description: "Transport to be used when forwarding logs (tcp|udp|relp)."
default: "tcp"
uaa.admin.client_secret:
description:
uaa.batch.password:
description: "Deprecated"
uaa.batch.username:
description: "Deprecated"
uaa.catalina_opts:
description:
default: -Xmx768m -XX:MaxPermSize=256m
uaa.cc.client_secret:
description:
uaa.cc.token_secret:
description:
uaa.client.autoapprove:
description:
uaa.clients:
description:
uaa.jwt.signing_key:
description:
uaa.jwt.verification_key:
description:
uaa.port:
description:
uaa.scim.user:
description:
uaa.scim.user.override:
description:
uaa.scim.userids_enabled:
description:
default: false
uaa.scim.users:
description:
uaa.spring_profiles:
description:
ccdb.address:
description: "The CloudController database IP address"
ccdb.databases:
description: "The list of databases used in CloudController database including tag/name"
ccdb.db_scheme:
description: "Database scheme for CloudController DB"
ccdb.port:
description: "The CloudController database Port"
ccdb.roles:
description: "The list of database Roles used in CloudController database including tag/name/password"
domain:
description: "The domain name for this CloudFoundry deploy"
env.http_proxy:
description: "The http_proxy accross the VMs"
env.https_proxy:
description: "The https_proxy accross the VMs"
env.no_proxy:
description: "Set No_Proxy accross the VMs"
nats.password:
description: "Password for NATS login"
nats.port:
description: "TCP port of NATS server"
nats.user:
description: "User name for NATS login"
nats.machines:
description: "IP of each NATS cluster member."
networks.apps:
description: "The App network name"
uaadb.address:
description: "The UAA database IP address"
uaadb.databases:
description: "The list of databases used in UAA database including tag/name"
uaadb.db_scheme:
description: "Database scheme for UAA DB"
uaadb.port:
description: "The UAA database Port"
uaadb.roles:
description: "The list of database Roles used in UAA database including tag/name/password"
uaa.no_ssl:
description: "when true, uaa uses http, otherwise it uses https"
default: false
uaa.url:
description:
uaa.dump_requests:
description:
uaa.login.client_secret:
description:
uaa.require_https:
description:
uaa_client_auth_credentials.password:
description:
uaa_client_auth_credentials.username:
description:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment