Last active
April 13, 2017 17:29
-
-
Save shalako/f45af7f4a4d540fcd7c1ee273a549796 to your computer and use it in GitHub Desktop.
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
networks: | |
- name: private-shared | |
type: manual | |
subnets: | |
- range: 10.0.0.0/16 | |
gateway: 10.0.0.1 | |
reserved: | |
- 10.0.16.2-10.0.16.3 | |
- 10.0.31.255 | |
static: | |
- 10.0.31.190-10.0.31.254 | |
cloud_properties: | |
ephemeral_external_ip: true | |
network_name: sample-network | |
subnetwork_name: sample-subnet-shared | |
tags: | |
- sample-shared-is | |
- name: private-is1 | |
type: manual | |
subnets: | |
- range: 10.1.16.0/20 | |
gateway: 10.1.16.1 | |
reserved: | |
- 10.1.16.2-10.1.16.3 | |
- 10.1.31.255 | |
static: | |
- 10.1.31.190-10.1.31.254 | |
cloud_properties: | |
ephemeral_external_ip: true | |
network_name: sample-network | |
subnetwork_name: sample-subnet-is1 | |
tags: | |
- sample-is1 | |
- name: private-is2 | |
type: manual | |
subnets: | |
- range: 10.1.32.0/20 | |
gateway: 10.1.32.1 | |
reserved: | |
- 10.1.32.2-10.1.32.3 | |
- 10.1.47.255 | |
static: | |
- 10.1.47.190-10.1.47.254 | |
cloud_properties: | |
ephemeral_external_ip: true | |
network_name: sample-network | |
subnetwork_name: sample-subnet-is2 | |
tags: | |
- sample-is2 | |
jobs: | |
- name: router,api,uaa,bbs,diego-cell etc | |
instances: 1 | |
networks: | |
- name: private-shared | |
- name: router-is1 | |
instances: 1 | |
networks: | |
- name: private-is1 | |
- name: router-is2 | |
instances: 1 | |
networks: | |
- name: private-is2 | |
- name: cell-is1 | |
instances: 1 | |
networks: | |
- name: private-is1 | |
- name: cell-is2 | |
instances: 1 | |
networks: | |
- name: private-is2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment