-
Notifications
You must be signed in to change notification settings - Fork 232
/
Copy pathcpi.yml
60 lines (60 loc) · 1.84 KB
/
cpi.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
- name: cpi
path: /releases/-
type: replace
value:
name: bosh-openstack-cpi
sha1: 8fe5580212626407c772d244909126a78a2d78ab
url: https://bosh.io/d/github.com/cloudfoundry/bosh-openstack-cpi-release?v=55
version: 55
- name: stemcell
path: /resource_pools/name=vms/stemcell?
type: replace
value:
sha1: 5bb7a3191de4eae3a90db8457779b782891d7f28
url: https://storage.googleapis.com/bosh-core-stemcells/1.737/bosh-stemcell-1.737-openstack-kvm-ubuntu-jammy-go_agent.tgz
- path: /resource_pools/name=vms/cloud_properties?
type: replace
value:
availability_zone: ((az))
instance_type: m1.xlarge
- path: /networks/name=default/subnets/0/cloud_properties?
type: replace
value:
net_id: ((net_id))
- path: /instance_groups/name=bosh/jobs/-
type: replace
value:
name: openstack_cpi
release: bosh-openstack-cpi
- path: /instance_groups/name=bosh/properties/director/cpi_job?
type: replace
value: openstack_cpi
- path: /cloud_provider/template?
type: replace
value:
name: openstack_cpi
release: bosh-openstack-cpi
- path: /instance_groups/name=bosh/properties/openstack?
type: replace
value:
api_key: ((openstack_password))
auth_url: ((auth_url))
default_key_name: ((default_key_name))
default_security_groups: ((default_security_groups))
domain: ((openstack_domain))
human_readable_vm_names: true
project: ((openstack_project))
region: ((region))
username: ((openstack_username))
- path: /cloud_provider/properties/openstack?
type: replace
value:
api_key: ((openstack_password))
auth_url: ((auth_url))
default_key_name: ((default_key_name))
default_security_groups: ((default_security_groups))
domain: ((openstack_domain))
human_readable_vm_names: true
project: ((openstack_project))
region: ((region))
username: ((openstack_username))