Skip to content

Commit a505a5b

Browse files
author
William Graef
committed
default ingress and update hostname
1 parent 0f4f8c2 commit a505a5b

File tree

3 files changed

+2
-134
lines changed

3 files changed

+2
-134
lines changed

ocne2/default_vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
compute_instances:
22
1:
3-
instance_name: "ol-node-01"
3+
instance_name: "ocne"
44
type: "server"
55
os: "Oracle Linux"
66
os_version: "8"

ocne2/templates/ingress_security_rules.j2

Lines changed: 1 addition & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -11,78 +11,4 @@ instance_ingress_security_rules:
1111
tcp_options:
1212
destination_port_range:
1313
max: 22
14-
min: 22
15-
{% if use_haproxy %}
16-
- source: "10.0.0.0/24"
17-
protocol: 6
18-
tcp_options:
19-
destination_port_range:
20-
max: 8080
21-
min: 8080
22-
{% endif %}
23-
{% if use_nginx %}
24-
- source: "0.0.0.0/0"
25-
protocol: 6
26-
tcp_options:
27-
destination_port_range:
28-
max: 80
29-
min: 80
30-
- source: "0.0.0.0/0"
31-
protocol: 6
32-
tcp_options:
33-
destination_port_range:
34-
max: 443
35-
min: 443
36-
- source: "0.0.0.0/0"
37-
protocol: 6
38-
tcp_options:
39-
destination_port_range:
40-
max: 8080
41-
min: 8080
42-
{% endif %}
43-
{% if use_nfs %}
44-
- source: "10.0.0.0/24"
45-
protocol: 6
46-
tcp_options:
47-
destination_port_range:
48-
max: 2049
49-
min: 2049
50-
- source: "10.0.0.0/24"
51-
protocol: 17
52-
udp_options:
53-
destination_port_range:
54-
max: 2049
55-
min: 2049
56-
{% endif %}
57-
{% if use_quay_ha %}
58-
- source: "10.0.0.0/24"
59-
protocol: 6
60-
tcp_options:
61-
destination_port_range:
62-
max: 2049
63-
min: 2049
64-
- source: "10.0.0.0/24"
65-
protocol: 17
66-
udp_options:
67-
destination_port_range:
68-
max: 2049
69-
min: 2049
70-
- source: "10.0.0.0/24"
71-
protocol: 6
72-
tcp_options:
73-
destination_port_range:
74-
max: 8080
75-
min: 8080
76-
- source: "10.0.0.0/24"
77-
protocol: 6
78-
tcp_options:
79-
destination_port_range:
80-
max: 5432
81-
min: 5432
82-
- source: "10.0.0.0/24"
83-
protocol: 6
84-
tcp_options:
85-
destination_port_range:
86-
max: 6379
87-
min: 6379
88-
{% endif %}
14+
min: 22

ocne2/templates/vm_template.j2

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)