-
Notifications
You must be signed in to change notification settings - Fork 4
/
jupiter.constellation.yaml
77 lines (77 loc) · 1.51 KB
/
jupiter.constellation.yaml
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
name: jupiter
capi: v1.4.2 # https://github.com/kubernetes-sigs/cluster-api
cabpt: v0.6.0 # https://github.com/siderolabs/cluster-api-bootstrap-provider-talos
cacppt: v0.5.0 # https://github.com/siderolabs/cluster-api-control-plane-provider-talos
capp: v0.7.1 # https://github.com/kubernetes-sigs/cluster-api-provider-packet
version: 0.1.0
bary:
name: jupiter
metro: pa
cpem: v3.6.1
pod_cidr_blocks:
- 172.16.0.0/17
service_cidr_blocks:
- 172.16.128.0/17
vips:
- role: cp
count: 1
vipType: public_ipv4
- role: ingress
count: 1
vipType: public_ipv4
- role: mesh
count: 1
vipType: public_ipv4
control_nodes:
- count: 1
plan: m3.small.x86
worker_nodes:
- count: 2
plan: m3.small.x86
satellites:
- name: ganymede
metro: md
cpem: v3.6.1
pod_cidr_blocks:
- 172.17.0.0/17
service_cidr_blocks:
- 172.17.128.0/17
vips:
- role: cp
count: 1
vipType: public_ipv4
- role: ingress
count: 1
vipType: global_ipv4
- role: mesh
count: 1
vipType: public_ipv4
control_nodes:
- count: 1
plan: m3.small.x86
worker_nodes:
- count: 2
plan: m3.small.x86
- name: callisto
metro: fr
cpem: v3.6.1
pod_cidr_blocks:
- 172.18.0.0/17
service_cidr_blocks:
- 172.18.128.0/17
vips:
- role: cp
count: 1
vipType: public_ipv4
- role: ingress
count: 1
vipType: global_ipv4
- role: mesh
count: 1
vipType: public_ipv4
control_nodes:
- count: 1
plan: m3.small.x86
worker_nodes:
- count: 2
plan: m3.small.x86