Skip to content

Commit

Permalink
Fix erroneously-committed merge conflict. Fixes bug SKA-ScienceDataPr…
Browse files Browse the repository at this point in the history
…ocessor#8

Add cloud image user to all configs.
  • Loading branch information
oneswig committed Jun 4, 2018
1 parent 7ac640e commit 897b135
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 8 deletions.
2 changes: 2 additions & 0 deletions config/daliuge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ dlg_data_isl_mgr:
name: "island-mgr"
flavor: "compute-A"
image: "CentOS7"
user: "centos"
num_nodes: 1

dlg_node_mgr:
name: "node-mgr"
flavor: "compute-A"
image: "CentOS7"
user: "centos"
num_nodes: 2

# Node group assignments for cluster roles.
Expand Down
2 changes: 2 additions & 0 deletions config/dask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ dask_scheduler:
name: "control"
flavor: "compute-A"
image: "CentOS7-Anaconda3"
user: "centos"
num_nodes: 1

dask_worker:
name: "worker"
flavor: "compute-A"
image: "CentOS7-Anaconda3"
user: "centos"
num_nodes: 2

# Node group assignments for cluster roles.
Expand Down
5 changes: 5 additions & 0 deletions config/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,35 @@ compute_A:
name: "compute-A"
flavor: "compute-A"
image: "CentOS7.4-MAINTENANCE"
user: "centos"
num_nodes: 28

compute_B:
name: "compute-B"
flavor: "compute-B"
image: "CentOS7.4-MAINTENANCE"
user: "centos"
num_nodes: 2

compute_GPU:
name: "compute-GPU"
flavor: "compute-GPU"
image: "CentOS7.4-MAINTENANCE"
user: "centos"
num_nodes: 2

storage_A:
name: "storage-A"
flavor: "storage-A"
image: "CentOS7.4-MAINTENANCE"
user: "centos"
num_nodes: 1

storage_B:
name: "storage-B"
flavor: "storage-B"
image: "CentOS7.4-MAINTENANCE"
user: "centos"
num_nodes: 2

# Node group assignments for cluster roles.
Expand Down
10 changes: 2 additions & 8 deletions config/openhpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,17 @@ cluster_groups:

slurm_login:
name: "login"
<<<<<<< Updated upstream
flavor: "compute-B"
=======
flavor: "compute-A"
>>>>>>> Stashed changes
image: "CentOS7.4-OpenHPC"
user: "centos"
num_nodes: 1

slurm_compute:
name: "compute"
flavor: "compute-A"
image: "CentOS7.4-OpenHPC"
<<<<<<< Updated upstream
num_nodes: 2
=======
user: "centos"
num_nodes: 4
>>>>>>> Stashed changes

# Node group assignments for cluster roles.
# These group assignments are appended to the cluster inventory file.
Expand Down
3 changes: 3 additions & 0 deletions config/orangefs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,20 @@ orangefs_meta:
name: "meta"
flavor: "storage-A"
image: "FedoraCore"
user: "fedora"
num_nodes: 1

orangefs_data:
name: "data"
flavor: "storage-B"
image: "FedoraCore"
user: "fedora"
num_nodes: 2

orangefs_client:
name: "client"
flavor: "compute-A"
image: "FedoraCore"
user: "fedora"
num_nodes: 4

3 changes: 3 additions & 0 deletions config/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,21 @@ redis_master:
name: "master"
flavor: "compute-A"
image: "Ubuntu16"
user: "ubuntu"
num_nodes: 1

redis_slave:
name: "slave"
flavor: "compute-A"
image: "Ubuntu16"
user: "ubuntu"
num_nodes: 3

redis_sentinel:
name: "sentinel"
flavor: "compute-A"
image: "Ubuntu16"
user: "ubuntu"
num_nodes: 3

# Node group assignments for cluster roles.
Expand Down

0 comments on commit 897b135

Please sign in to comment.