Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 69 additions & 1 deletion etc/openstack-config/openstack-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,75 @@ hpc_v2_32cpu_128ram:

# List of nova host aggregates. Format is as required by the
# stackhpc.os_host_aggregates role.
# openstack_host_aggregates:
openstack_host_aggregates:
- "{{ openstack_aggregate_rack_5 }}"
- "{{ openstack_aggregate_rack_6 }}"
- "{{ openstack_aggregate_rack_11 }}"
- "{{ openstack_aggregate_rack_12 }}"

# PTR Rack 5
openstack_aggregate_rack_5:
name: "DL-Rack-5"
hosts:
- "compute1"
- "compute2"
- "compute3"
- "compute4"
- "compute5"
- "compute6"
- "compute7"
- "compute8"
- "gpu1"
- "gpu2"
availability_zone: "DL-Rack-5"

# PTR Rack 6
openstack_aggregate_rack_6:
name: "DL-Rack-6"
hosts:
- "compute9"
# - "compute10"
- "compute11"
- "compute12"
- "compute13"
# - "compute14"
- "compute15"
- "compute16"
# - "compute17"
# - "compute18"
availability_zone: "DL-Rack-6"

# PTR Rack 11
openstack_aggregate_rack_11:
name: "DL-Rack-11"
hosts:
- "compute19"
- "compute20"
- "compute21"
- "compute22"
- "compute23"
- "compute24"
- "compute25"
- "compute26"
- "compute27"
# - "compute28"
availability_zone: "DL-Rack-11"

# PTR Rack 12
openstack_aggregate_rack_12:
name: "DL-Rack-12"
hosts:
- "compute29"
- "compute30"
- "compute31"
- "compute32"
- "compute33"
- "compute34"
- "compute35"
- "compute36"
- "compute37"
- "compute38"
availability_zone: "DL-Rack-12"

###############################################################################
# Configuration of Glance software images.
Expand Down