-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
50 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
system: | ||
# Nodes list | ||
nodes: | ||
# Alias used to reference the node | ||
- name: manager | ||
# Use 1.1.1.1 as an ip placeholder | ||
ip: 1.1.1.1 | ||
# Use this node as the master node or not | ||
main: true | ||
# User to use in remote milabench operations | ||
user: user | ||
|
||
- name: node1 | ||
ip: 1.1.1.1 | ||
main: false | ||
user: username | ||
|
||
# Cloud instances profiles | ||
cloud_profiles: | ||
# The cloud platform to use in the form of {PLATFORM}__{PROFILE_NAME} | ||
azure: | ||
# covalent-azure-plugin args | ||
username: ubuntu | ||
size: Standard_B1s | ||
location: eastus2 | ||
azure__free: | ||
username: ubuntu | ||
size: Standard_B2ats_v2 | ||
location: eastus2 | ||
ec2: | ||
# covalent-ec2-plugin args | ||
username: ubuntu | ||
instance_type: t2.micro | ||
volume_size: 8 | ||
region: us-east-2 | ||
state_id: 71669879043a3864225aabb94f91a2d4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters