Skip to content

Instantly share code, notes, and snippets.

@mstine
Created July 7, 2015 01: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 mstine/b688bce30a43305f8ede to your computer and use it in GitHub Desktop.
Save mstine/b688bce30a43305f8ede to your computer and use it in GitHub Desktop.
p-runtime configs for deepsouthcloud
---
name: deepsouthcloud
iaas_type: vsphere
vm_shepherd_configs:
- vcenter_creds:
ip: 192.168.0.11
username: root
password: *********
vsphere:
host: vcenter
#resource_pool: deepsouthcloud
datacenter: PCF_DC
cluster: PCF_Z1
datastore: datastore1
network: VM Network
folder: deepsouthcloud
cleanup:
datacenter: PCF_DC
datastores:
- datastore1
- datastore2
datacenter_folders_to_clean:
- deepsouthcloud
- pcf_vms
- pcf_templates
datastore_folders_to_clean:
- deepsouthcloud
- pcf_disk
vm:
ip: 192.168.0.12
gateway: 192.168.0.1
netmask: 255.255.255.0
dns: 192.168.0.14
ntp_servers: us.pool.ntp.org
vm_password: *********
ops_manager:
url: https://192.168.0.12
username: pivotalcf
password: *********
ntp_servers: us.pool.ntp.org
vcenter:
creds:
ip: 192.168.0.11
username: root
password: *********
datacenter: PCF_DC
datastore: "datastore1,datastore2"
microbosh_vm_folder: pcf_vms
microbosh_template_folder: pcf_templates
microbosh_disk_path: pcf_disk
availability_zones:
- name: PCF_Z1
cluster: PCF_Z1
#resource_pool: deepsouthcloud
networks:
- name: Default
identifier: VM Network
subnet: 192.168.0.0/24
gateway: 192.168.0.1
reserved_ips: "192.168.0.0-192.168.0.19,192.168.0.100-192.168.0.149"
dns: 192.168.0.14
elastic_runtime:
name: cf
ha_proxy_static_ips: 192.168.0.21
system_domain: cf.deepsouthcloud.com
apps_domain: cf.deepsouthcloud.com
#smtp:
# from: identitystaging@mailinator.com
# address: smtp.sendgrid.net
# port: 587
# credentials:
# identity: PCFRelEng
# password: ***********
# enable_starttls_auto: true
# smtp_auth_mechanism: plain
trust_self_signed_certificates: true
deepsouthcloud:
krafa:
has_internet: true
web_auth:
web_user: 'pivotalcf'
web_password: '********'
vcenter:
host: "192.168.0.11"
user: "root"
password: "*********"
location:
datacenter: "PCF_DC"
cluster: "PCF_Z1"
datastore: "datastore1"
network: "VM Network"
folder: "deepsouthcloud"
ops_manager_settings:
ip: "192.168.0.12"
netmask: "255.255.255.0"
gateway: "192.168.0.1"
reserved_ip_ranges: "192.168.0.0-192.168.0.19,192.168.0.100-192.168.0.149"
dns: "192.168.0.14"
ntp_servers: ["us.pool.ntp.org"]
vm_password: "*********"
ers_configuration:
trust_self_signed_certificates: true
ha_proxy_ips: [ '192.168.0.21' ]
ssl_cert_domains: '*.cf.deepsouthcloud.com'
system_domain: 'cf.deepsouthcloud.com'
apps_domain: 'cf.deepsouthcloud.com'
#smtp: *releng_notifications_smtp_config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment