Skip to content

Commit

Permalink
default ingress and update hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraef committed Sep 21, 2024
1 parent 0f4f8c2 commit a505a5b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 134 deletions.
2 changes: 1 addition & 1 deletion ocne2/default_vars.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
compute_instances:
1:
instance_name: "ol-node-01"
instance_name: "ocne"
type: "server"
os: "Oracle Linux"
os_version: "8"
Expand Down
76 changes: 1 addition & 75 deletions ocne2/templates/ingress_security_rules.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,78 +11,4 @@ instance_ingress_security_rules:
tcp_options:
destination_port_range:
max: 22
min: 22
{% if use_haproxy %}
- source: "10.0.0.0/24"
protocol: 6
tcp_options:
destination_port_range:
max: 8080
min: 8080
{% endif %}
{% if use_nginx %}
- source: "0.0.0.0/0"
protocol: 6
tcp_options:
destination_port_range:
max: 80
min: 80
- source: "0.0.0.0/0"
protocol: 6
tcp_options:
destination_port_range:
max: 443
min: 443
- source: "0.0.0.0/0"
protocol: 6
tcp_options:
destination_port_range:
max: 8080
min: 8080
{% endif %}
{% if use_nfs %}
- source: "10.0.0.0/24"
protocol: 6
tcp_options:
destination_port_range:
max: 2049
min: 2049
- source: "10.0.0.0/24"
protocol: 17
udp_options:
destination_port_range:
max: 2049
min: 2049
{% endif %}
{% if use_quay_ha %}
- source: "10.0.0.0/24"
protocol: 6
tcp_options:
destination_port_range:
max: 2049
min: 2049
- source: "10.0.0.0/24"
protocol: 17
udp_options:
destination_port_range:
max: 2049
min: 2049
- source: "10.0.0.0/24"
protocol: 6
tcp_options:
destination_port_range:
max: 8080
min: 8080
- source: "10.0.0.0/24"
protocol: 6
tcp_options:
destination_port_range:
max: 5432
min: 5432
- source: "10.0.0.0/24"
protocol: 6
tcp_options:
destination_port_range:
max: 6379
min: 6379
{% endif %}
min: 22
58 changes: 0 additions & 58 deletions ocne2/templates/vm_template.j2

This file was deleted.

0 comments on commit a505a5b

Please sign in to comment.