Skip to content

Instantly share code, notes, and snippets.

@killfill
Created August 25, 2014 15:06
Show Gist options
  • Save killfill/8c6cb634a6812125af45 to your computer and use it in GitHub Desktop.
Save killfill/8c6cb634a6812125af45 to your computer and use it in GitHub Desktop.
CF stub without IPs
jobs:
- name: ha_proxy_z1
networks:
- name: cf1
static_ips: null
- name: logs_z1
networks:
- name: cf1
static_ips: null
- name: nats_z1
networks:
- name: cf1
static_ips: null
- name: nfs_z1
networks:
- name: cf1
static_ips: null
- name: postgres_z1
networks:
- name: cf1
static_ips: null
- name: router_z1
networks:
- name: cf1
static_ips: null
- name: loggregator_z1
networks:
- name: cf1
static_ips: null
- name: loggregator_trafficcontroller_z1
networks:
- name: cf1
static_ips: null
- name: etcd_z1
networks:
- name: cf1
static_ips: null
- name: postgres_z1
networks:
- name: cf1
static_ips: null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment