Skip to content

Commit

Permalink
Reduce core settings of SNOs * stormshift#92
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFroehlich committed Jan 22, 2025
1 parent fd40928 commit 16f67c6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion inventory/host_vars/ocp11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cluster_name: ocp11
# cluster_api_vip:
# cluster_ingress_vip:

control_plan_cores: 12
control_plan_cores: 8
control_plan_ram_gb: 48
control_plans:
- vm_network_ip_address: 10.32.105.128
Expand Down
2 changes: 1 addition & 1 deletion inventory/host_vars/ocp12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cluster_name: ocp12
# cluster_api_vip:
# cluster_ingress_vip:

control_plan_cores: 16
control_plan_cores: 6
control_plan_ram_gb: 32
control_plans:
- vm_network_ip_address: 10.32.105.129
Expand Down
2 changes: 1 addition & 1 deletion inventory/host_vars/ocp13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cluster_name: ocp13
# cluster_api_vip:
# cluster_ingress_vip:

control_plan_cores: 16
control_plan_cores: 6
control_plan_ram_gb: 32
control_plans:
- vm_network_ip_address: 10.32.105.130
Expand Down
2 changes: 1 addition & 1 deletion inventory/host_vars/ocp14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cluster_name: ocp14
# cluster_api_vip:
# cluster_ingress_vip:

control_plan_cores: 16
control_plan_cores: 6
control_plan_ram_gb: 32
control_plans:
- vm_network_ip_address: 10.32.105.131
Expand Down
14 changes: 6 additions & 8 deletions inventory/host_vars/ocp2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,17 @@ stormshift_owner_usage: "exclusive"
cluster_type: classic
cluster_api_vip: 10.32.105.42
cluster_ingress_vip: 10.32.105.49

stormshift_cluster_features:
- lvms

openshift_version: 4.17.12
stormshift_cluster_features: []
# See https://docs.openshift.com/container-platform/4.17/installing/overview/cluster-capabilities.html
cluster_capabilities:
baselineCapabilitySet: None
additionalEnabledCapabilities:
- Console
- Storage
- baremetal
- Ingress
control_plan_cores: 4
control_plan_ram_gb: 16

control_plan_cores: 6
control_plan_ram_gb: 24
control_plans:
- vm_network_ip_address: 10.32.105.80
vm_network_mac_address: 0E:C0:EF:20:69:50
Expand Down

0 comments on commit 16f67c6

Please sign in to comment.