Sha256: 96aa3cdcf30ebbdf543fa9efe0b80857b803dcb0b010f0774fb4fca34ba8a73f
Contents?: true
Size: 1.64 KB
Versions: 6
Compression:
Stored size: 1.64 KB
Contents
--- - type: replace path: /releases/- value: name: bosh-google-cpi version: 25.10.0 url: https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-google-cpi-release?v=25.10.0 sha1: 3a551822bff0fd040d73fd385ab34fbc17b476f5 - type: replace path: /resource_pools/name=vms/stemcell? value: url: https://bosh.io/d/stemcells/bosh-google-kvm-ubuntu-trusty-go_agent?v=3445.7 sha1: 4bc264aab6717c81fb3a37783e796982fe9956ca # Configure sizes - type: replace path: /resource_pools/name=vms/cloud_properties? value: zone: ((zone)) machine_type: n1-standard-1 root_disk_size_gb: 40 root_disk_type: pd-standard - type: replace path: /disk_pools/name=disks/cloud_properties? value: {type: pd-standard} - type: replace path: /networks/name=default/subnets/0/cloud_properties? value: network_name: ((network)) subnetwork_name: ((subnetwork)) ephemeral_external_ip: false tags: ((tags)) # Add CPI job - type: replace path: /instance_groups/name=bosh/jobs/- value: &cpi_job name: google_cpi release: bosh-google-cpi - type: replace path: /instance_groups/name=bosh/properties/director/cpi_job? value: google_cpi - type: replace path: /cloud_provider/template? value: *cpi_job - type: replace path: /instance_groups/name=bosh/properties/google? value: &cpi_conf project: ((project_id)) json_key: ((gcp_credentials_json)) - type: replace path: /cloud_provider/properties/google? value: *cpi_conf # Use GCP NTP - type: replace path: /instance_groups/name=bosh/properties/ntp value: &ntp [169.254.169.254] - type: replace path: /cloud_provider/properties/ntp value: *ntp
Version data entries
6 entries across 6 versions & 1 rubygems