/
v2.3.9.0 Default Profile for LSF Integration

v2.3.9.0 Default Profile for LSF Integration

Pull Down the Default Profile Assets as a JSON Payload:

  1. The default is named az1.

    1. curl -X GET http://${MGMT_SERVER_IP}:5000/v1/profile/az1 |jq > default-profile.json
  2. Copy it to faciliatate customization, leaving the default for future reference.

    1. cp default-profile.json profile0.json
  3. The asset will look like this:

  1. { "AvailabilityZone": "us-east-2c", "Controller": { "IdentityRole": "arn:aws:iam::270000099005:instance-profile/io-apc05-ExostellarInstanceProfile-CmxXXD1CZAId", "InstanceTags": [ { "Key": "exostellar.xspot-role", "Value": "xspot-controller" } ], "InstanceType": "c5d.xlarge", "SecurityGroupIds": [ "sg-016bd6ead636fa5bb" ], "SubnetId": "subnet-02d2d57c0673d6a5a", "VolumeSize": 100, "ImageId": "ami-0d4c57b22746fe832" }, "LogPath": "/xcompute/logs", "MaxControllers": 10, "ProfileName": "az1", "Region": "us-east-2", "Worker": { "IdentityRole": "arn:aws:iam::270000099005:instance-profile/io-apc05-ExostellarInstanceProfile-CmxXXD1CZAId", "InstanceTags": [ { "Key": "exostellar.xspot-role", "Value": "xspot-worker" } ], "InstanceTypes": [ "m5:0", "m6i:1" ], "SecurityGroupIds": [ "sg-016bd6ead636fa5bb" ], "SpotFleetTypes": [ "m5:1", "m5d:0", "m5n:0", "m6i:2" ], "SubnetId": "subnet-02d2d57c0673d6a5a", "ImageId": "ami-09559faf3fc003160" }, "Xspot": { "EnableHyperthreading": true, "EnableBalloon": true }, "XspotVersion": "xspot-2.2.0.1", "Id": "eb78d0e0-24a9-4dfd-a5ae-d7abcb9edcbd", "NodeGroupName": "wlby3xy1", "Status": "idle" }

Related content

(v2.3.0.0) Default Profile for LSF Integration
(v2.3.0.0) Default Profile for LSF Integration
More like this
(v2.3.0.0) Customizing Profiles for LSF Integration
(v2.3.0.0) Customizing Profiles for LSF Integration
More like this
v2.3.9.0 Customizing Profiles for LSF Integration
v2.3.9.0 Customizing Profiles for LSF Integration
More like this
v2.3.9.0 Default Profile for Slurm Integration
v2.3.9.0 Default Profile for Slurm Integration
More like this
(v2.3.0.0) Default Profile for Slurm Integration
(v2.3.0.0) Default Profile for Slurm Integration
More like this
(v2.3.0.0) Uploading LSF Profiles
(v2.3.0.0) Uploading LSF Profiles
More like this