-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathopenstackcluster.yaml
49 lines (49 loc) · 1.09 KB
/
openstackcluster.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
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: OpenStackCluster
metadata:
name: prow
spec:
apiServerLoadBalancer:
enabled: true
allowedCIDRs:
- 10.6.0.0/24
# Jumphost
- 129.192.83.86/32
externalNetwork:
id: df26cc5b-b122-4506-b948-a213d2b0a7d8
identityRef:
cloudName: prow
name: prow-cloud-config
managedSecurityGroups:
allNodesSecurityGroupRules:
- description: Calico - BGP
direction: ingress
etherType: IPv4
name: BGP (calico)
portRangeMax: 179
portRangeMin: 179
protocol: tcp
remoteManagedGroups:
- controlplane
- worker
- description: Calico IP-in-IP
direction: ingress
etherType: IPv4
name: IP-in-IP (calico)
protocol: "4"
remoteManagedGroups:
- controlplane
- worker
allowAllInClusterTraffic: true
managedSubnets:
- cidr: 10.6.0.0/24
dnsNameservers:
- 8.8.8.8
bastion:
enabled: true
spec:
flavor: c1m2-est
image:
# Ubuntu-24.04
id: 19e017ae-2759-479c-90ac-a400a3f64678
sshKeyName: metal3ci