Skip to content

Commit

Permalink
adding bm flavor for 8s8t (#7615)
Browse files Browse the repository at this point in the history
* adding bm flavor for 8s8t lenovo sr950 v3
  • Loading branch information
degricar authored Jan 8, 2025
1 parent 23fef34 commit e3b16bd
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion openstack/ironic/templates/seed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ spec:
"resources:CUSTOM_HV_S1_C32_M512_V0": "1"
{{- tuple . "baremetal" | include "ironic.helpers.extra_specs" | indent 6 }}

# New Sapphire Rapids 8S8T servers
# New Sapphire Rapids 8S8T servers HV
- name: "hv_s8_c32_m8192_v0"
id: "2037"
vcpus: 256
Expand All @@ -521,6 +521,18 @@ spec:
"resources:CUSTOM_HV_S8_C32_M8192_V0": "1"
{{- tuple . "baremetal" | include "ironic.helpers.extra_specs" | indent 6 }}

# Sapphire Rapids 8S8T BM servers
- name: "bm_s8_c32_m8192_v0"
id: "22037"
vcpus: 256
ram: 8388608
disk: 480
is_public: true
extra_specs:
"catalog:description": Baremetal 8 socket, 32 cores, 8TB RAM, Sapphire Rapids
"resources:CUSTOM_BM_S8_C32_M8192_V0": "1"
{{- tuple . "baremetal" | include "ironic.helpers.extra_specs" | indent 6 }}

# new Sapphire Rapid 8S8T in qa-de-1 with less RAM
- name: "hv_s8_c32_m2048_v0"
id: "2038"
Expand Down

0 comments on commit e3b16bd

Please sign in to comment.