Skip to content

Commit

Permalink
[ironic] Do not deploy falvor bm_s16_c16_m8192_v0.
Browse files Browse the repository at this point in the history
It is only needed in qa-de-1 for the test server.
  • Loading branch information
BerndKue committed Oct 25, 2024
1 parent f08a06c commit 52080e7
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions openstack/ironic/templates/seed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ spec:
# "resources:CUSTOM_ZG1BCM1_1MEDIUM": "1"
# {{- tuple . "baremetal" | include "ironic.helpers.extra_specs" | indent 6 }}

# Not in use anymore
# - name: "zh1bcm1.large"
# id: "920"
# vcpus: 32
Expand All @@ -106,6 +107,7 @@ spec:
# "catalog:description": HANA Baremetal 2 Socket 384GB Skylake
# "resources:CUSTOM_ZH1BCM1_LARGE": "1"

# Not in use anymore
# - name: "zg1int1.medium"
# id: "921"
# vcpus: 32
Expand Down Expand Up @@ -531,17 +533,17 @@ spec:
"resources:CUSTOM_HV_S1_C24_M192_V0": "1"
{{- tuple . "baremetal" | include "ironic.helpers.extra_specs" | indent 6 }}

# HPE Superdome Sapphire Rapid in qa-de-1
- name: "bm_s16_c16_m8192_v0"
id: "2040"
vcpus: 256
ram: 8388608
disk: 3200
is_public: true
extra_specs:
"catalog:description": BareMetal 16 socket, 16 cores, 8TB RAM, Sapphire Rapids
"resources:CUSTOM_BM_S16_C16_M8192_V0": "1"
{{- tuple . "baremetal" | include "ironic.helpers.extra_specs" | indent 6 }}
# HPE Superdome Sapphire Rapid with 8TB in qa-de-1 only
# - name: "bm_s16_c16_m8192_v0"
# id: "2040"
# vcpus: 256
# ram: 8388608
# disk: 3200
# is_public: true
# extra_specs:
# "catalog:description": BareMetal 16 socket, 16 cores, 8TB RAM, Sapphire Rapids
# "resources:CUSTOM_BM_S16_C16_M8192_V0": "1"
# {{- tuple . "baremetal" | include "ironic.helpers.extra_specs" | indent 6 }}

domains:
- name: Default
Expand Down

0 comments on commit 52080e7

Please sign in to comment.