Skip to content

Commit

Permalink
Add Ceph network to start node script
Browse files Browse the repository at this point in the history
  • Loading branch information
milliams committed Oct 31, 2023
1 parent 741e9f7 commit 7122c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/slurm/files/citc_openstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def create_node_config(conn, hostname: str, ip: Optional[str], nodespace: Dict[s
"name": hostname,
"image_id": image.id,
"flavor_id": flavor.id,
"networks": [{"uuid": nodespace["network_id"]}],
"networks": [{"uuid": nodespace["network_id"]}, {"uuid": nodespace["ceph_network"]}],
"user_data": user_data,
"security_groups": [{"name": nodespace["security_group"]}],
"block_device_mapping_v2": block_device_mapping_v2,
Expand Down

0 comments on commit 7122c60

Please sign in to comment.