Created
August 25, 2014 15:06
-
-
Save killfill/8c6cb634a6812125af45 to your computer and use it in GitHub Desktop.
CF stub without IPs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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