Skip to content

Commit

Permalink
Secrets free director.yml [#166448476]
Browse files Browse the repository at this point in the history
Signed-off-by: John Cornish <jcornish@pivotal.io>
  • Loading branch information
jpmcb authored and John Cornish committed Jun 25, 2019
1 parent d4d06ed commit 4bb53fa
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
123 changes: 123 additions & 0 deletions director.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
az-configuration:
- clusters:
- cluster: canada
resource_pool: oshawa
name: AZ01
- clusters:
- cluster: canada
resource_pool: oshawa
name: AZ02
- clusters:
- cluster: canada
resource_pool: oshawa
name: AZ03

properties-configuration:
director_configuration:
blobstore_type: local
bosh_recreate_on_next_deploy: false
custom_ssh_banner: null
database_type: internal
director_hostname: null
director_worker_count: 5
disable_dns_release: false
encryption:
keys: []
providers: []
hm_emailer_options:
enabled: false
hm_pager_duty_options:
enabled: false
keep_unreachable_vms: false
max_threads: null
metrics_ip: null
ntp_servers_string: ntp.ubuntu.com
opentsdb_ip: null
post_deploy_enabled: false
resurrector_enabled: false
retry_bosh_deploys: false

iaas_configuration:
bosh_disk_path: oshawa
bosh_template_folder: oshawa_templates
bosh_vm_folder: oshawa_vms
datacenter: canada-dc
ephemeral_datastores_string: vnx5600-toronto-2
nsx_networking_enabled: false
persistent_datastores_string: vnx5600-toronto-2
ssl_verification_enabled: false
vcenter_host: vcenter.toronto.cf-app.com
vcenter_password: ((vcenter_user.username)) # credhub
vcenter_username: ((vcenter_user.password))

security-configuration:
generate_vm_passwords: true

syslog-configuration:
enabled: false

network-assignment:
network:
name: INFRASTRUCTURE
other_availability_zones: []
singleton_availability_zone:
name: AZ01

networks-configuration:
icmp_checks_enabled: false
networks:
- name: INFRASTRUCTURE
subnets:
- availability_zone_names:
- AZ01
- AZ02
- AZ03
cidr: 192.168.10.0/26
dns: 10.74.1.10
gateway: 192.168.10.1
iaas_identifier: vxw-dvs-16-virtualwire-228-sid-7044-lsw-cf-norm-pcf04-infra
reserved_ip_ranges: 192.168.10.2-192.168.10.10
- name: DEPLOYMENT
subnets:
- availability_zone_names:
- AZ01
- AZ02
- AZ03
cidr: 192.168.20.0/22
dns: 10.74.1.10
gateway: 192.168.20.1
iaas_identifier: vxw-dvs-16-virtualwire-229-sid-7045-lsw-cf-norm-pcf04-ert
reserved_ip_ranges: 192.168.20.2-192.168.20.99
- name: SERVICES
subnets:
- availability_zone_names:
- AZ01
- AZ02
- AZ03
cidr: 192.168.24.0/22
dns: 10.74.1.10
gateway: 192.168.24.1
iaas_identifier: vxw-dvs-16-virtualwire-230-sid-7046-lsw-cf-norm-pcf04-pcf-tiles
reserved_ip_ranges: 192.168.24.2-192.168.24.99
- name: DYNAMIC-SERVICES
subnets:
- availability_zone_names:
- AZ01
- AZ02
- AZ03
cidr: 192.168.28.0/22
dns: 10.74.1.10
gateway: 192.168.28.1
iaas_identifier: vxw-dvs-16-virtualwire-231-sid-7047-lsw-cf-norm-pcf04-dynamic-services
reserved_ip_ranges: 192.168.28.2-192.168.28.99
resource-configuration:
compilation:
instance_type:
id: automatic
instances: automatic
director:
instance_type:
id: automatic
instances: automatic
persistent_disk:
size_mb: "512000"

0 comments on commit 4bb53fa

Please sign in to comment.