forked from mandarjog/cfawsinit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstallation-aws-1.7.yml
120 lines (119 loc) · 3.59 KB
/
installation-aws-1.7.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
---
# based on /home/tempest-web/tempest/web/spec/fixtures/installations/current
# (1.7) installation-with-p-bosh-for-aws.yml
installation_schema_version: '1.7'
infrastructure:
type: aws
icmp_checks_enabled: true
director_configuration:
# metrics_ip:
resurrector_enabled: true
ntp_servers:
- 0.amazon.pool.ntp.org
- 1.amazon.pool.ntp.org
- 2.amazon.pool.ntp.org
blobstore_type: s3
s3_blobstore_options:
endpoint: (( v.s3_endpoint ))
bucket_name: (( PcfOpsManagerS3Bucket ))
access_key: (( PcfIamUserAccessKey ))
secret_key: (( PcfIamUserSecretAccessKey ))
database_type: external
external_database_options:
host: (( PcfRdsAddress ))
port: (( PcfRdsPort ))
user: (( PcfRdsUsername ))
password: (( PcfRdsPassword ))
database: (( PcfRdsDBName ))
networks:
- guid: network-(( PcfPrivateSubnetId ))
name: Default
subnets:
- guid: subnet-(( PcfPrivateSubnetId ))
iaas_identifier: (( PcfPrivateSubnetId ))
cidr: 10.0.16.0/20
dns: 10.0.0.2
gateway: 10.0.16.1
reserved_ip_ranges: 10.0.16.1-10.0.16.9
availability_zone_references:
- az-(( PcfPrivateSubnetAvailabilityZone ))
- guid: subnet-(( PcfPrivateSubnet2Id ))
iaas_identifier: (( PcfPrivateSubnet2Id ))
cidr: 10.0.32.0/20
dns: 10.0.0.2
gateway: 10.0.32.1
reserved_ip_ranges: 10.0.32.1-10.0.32.9
availability_zone_references:
- az-(( PcfPrivateSubnet2AvailabilityZone ))
iaas_configuration:
region: (( v.region ))
access_key_id: (( PcfIamUserAccessKey ))
secret_access_key: (( PcfIamUserSecretAccessKey ))
vpc_id: (( PcfVpc ))
security_group: (( PcfVmsSecurityGroupId ))
key_pair_name: (( PcfKeyPairName ))
ssh_private_key: |-
(( v.private_key ))
availability_zones:
- guid: az-(( PcfPrivateSubnetAvailabilityZone ))
iaas_identifier: (( PcfPrivateSubnetAvailabilityZone ))
- guid: az-(( PcfPrivateSubnet2AvailabilityZone ))
iaas_identifier: (( PcfPrivateSubnet2AvailabilityZone ))
products:
- guid: p-bosh-guid
installation_name: p-bosh-guid
product_version: 1.7.0.0
prepared: true
jobs:
- guid: director-guid
installation_name: director
vm_credentials:
identity: vcap1
password: vm-password1
salt: vm-salt-12345687
properties:
- value:
identity: vcap
identifier: agent_credentials
- value:
identity: registry
identifier: registry_credentials
- value:
identity: director
password: director-password
identifier: director_credentials
- value:
identity: nats
identifier: nats_credentials
- value:
identity: redis
identifier: redis_credentials
- value:
identity: postgres
identifier: postgres_credentials
- value:
identity: blobstore
identifier: blobstore_credentials
- value:
identity: health_monitor
identifier: health_monitor_credentials
- identifier: director_ssl
instances:
- value: 1
identifier: instances
resources:
- value: 3072
identifier: ram
- value: 16384
identifier: ephemeral_disk
- value: 20480
identifier: persistent_disk
- value: 2
identifier: cpu
identifier: director
identifier: p-bosh
network_reference: network-(( PcfPrivateSubnetId ))
singleton_availability_zone_reference: az-(( PcfPrivateSubnetAvailabilityZone ))
availability_zone_references:
- az-(( PcfPrivateSubnetAvailabilityZone ))
- az-(( PcfPrivateSubnet2AvailabilityZone ))