Skip to content

Instantly share code, notes, and snippets.

@mminges
Created August 11, 2015 21:12
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 mminges/c69cdbcaac33aa94b4bf to your computer and use it in GitHub Desktop.
Save mminges/c69cdbcaac33aa94b4bf to your computer and use it in GitHub Desktop.
cf-aws-tiny.yml pulls cf-secrets.yml from templates
---
name: cf-aws-tiny
director_uuid: c85e6d2c-bc56-4a6c-a932-07b828748263
releases:
- name: cf
version: 214
git: https://github.com/cloudfoundry/cf-release.git
# - name: consul
# version: 11
# git: https://github.com/cloudfoundry-community/consul-boshrelease.git
# - name: cf-consul
# version: 2
# git: https://github.com/cloudfoundry-community/cf-consul-boshrelease.git
stemcells:
- name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent
version: 3033
templates:
- cf-deployment.yml
- tiny/cf-tiny-dev.yml
# - tiny/cf-tiny-dev-consul.yml
# - cf-uaa-port.yml
# - cf-consul.yml
# - cf-properties.yml
- cf-infrastructure-aws.yml
# - cf-test-errands.yml
- cf-properties.yml
- parallel.yml
- tiny/cf-aws.yml
- cf-no-ssl.yml
- cf-secrets.yml
- tiny/cf-use-nfs.yml
- tiny/cf-use-haproxy.yml
- cf-networking.yml
- cf-syslog.yml
meta:
domain: run.<ha_proxy_ip>.xip.io
app_domains: apps.<ha_proxy_ip>.xip.io
floating_static_ips:
- <ha_proxy_ip>
secret: c1oudc0w # Used for all passwords except cf admin
admin_secret: c1oudc0wc1oudc0w
ipmask: "10.11"
haproxy_network: "lb1"
lb1_quad: ".2"
cf1_quad: ".3"
cf2_quad: ".4"
dns_servers:
- 10.11.0.2
subnet_ids:
cf1: subnet-9f03bae8
cf2: subnet-71138814
lb1: subnet-9e03bae9
security_groups: cf-0-vpc-7f75f61a
availability_zones:
cf1: us-west-2a
cf2: us-west-2b
lb1: us-west-2a
environment: cf-aws-tiny
consul:
cluster:
join_hosts:
CONSUL-HOSTS # Must be replaced with the IPs of your consul hosts
user: root
server: false
syslog_daemon_config:
address: 10.11.177.7
port: 5515 #We are using relp so use this port over 5514
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment