This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathsample_aws_stub.yml
62 lines (58 loc) · 1.55 KB
/
sample_aws_stub.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
director_uuid: YOUR_DIRECTOR_GUID
meta:
# Used as a prefix for the deployment name
#
# e.g. `environment: cf-tabasco` makes a deployment named cf-tabasco-riak-cs
environment: REPLACE_WITH_YOUR_ENVIRONMENT_NAME
# This example uses a 10.10.126.0/20 subnet. Adjust to match what you actually have.
networks:
- name: riak-cs1
type: manual
subnets:
- name: default_unused
range: 10.10.128.0/20
reserved:
- 10.10.128.2 - 10.10.131.255
- 10.10.133.1 - 10.10.143.254
static:
- 10.10.132.1 - 10.10.132.100
gateway: 10.10.128.1
dns:
- 10.10.0.2
cloud_properties:
security_groups:
- cf
subnet: YOUR_AWS_SERVICES_SUBNET_ID
resource_pools:
- name: riak-pool
cloud_properties:
availability_zone: YOUR_PRIMARY_AZ_NAME
- name: broker-pool
cloud_properties:
availability_zone: YOUR_PRIMARY_AZ_NAME
properties:
domain: YOUR_CF_SYSTEM_DOMAIN
app_domains:
- YOUR_CF_APP_DOMAIN
nats:
machines:
- IP_OF_NATS_SERVER
user: nats
password: YOUR_CF_NATS_PASSWORD
port: 4222
cf:
api_url: https://api.YOUR_CF_SYSTEM_DOMAIN
admin_username: YOUR_CF_ADMIN_USERNAME
admin_password: YOUR_CF_ADMIN_PASSWORD
broker:
name: p-riakcs
# credentials used by cloud controller to authenticate with the broker
username: BROKER_USERNAME
password: BROKER_PASSWORD
riak_cs:
# credentials for Riak CS admin user
admin_key: ADMIN-KEY
admin_secret: ADMIN-SECRET
template_only:
aws:
availability_zone: SOME_AZ