-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathopenstackcluster.yaml
47 lines (47 loc) · 1.03 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
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: OpenStackCluster
metadata:
name: prow
spec:
apiServerLoadBalancer:
enabled: true
allowedCIDRs:
- 10.6.0.0/24
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
image:
filter:
name: "Ubuntu-22.04-jammy"
sshKeyName: metal3ci