Skip to content

Commit cd8b0a1

Browse files
authored
Remove support for legacy cluster (#162)
Remove the support for the legacy Slurm cluster now that ParallelCluster is supported. The legacy cluster will still be available for reference on the v1 branch, but will no longer be developed or supported. Resolves #144
1 parent 22399a1 commit cd8b0a1

File tree

130 files changed

+451
-9746
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+451
-9746
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1907,9 +1907,9 @@ def get_az_info_from_instance_config(self, instance_config: dict) -> dict:
19071907
'''
19081908
Get AZ info selected by the config file.
19091909
'''
1910+
logger.debug(f"instance_config:\n{json.dumps(instance_config, indent=4)}")
19101911
az_info = {}
19111912
for region, region_dict in instance_config['Regions'].items():
1912-
logger.debug(f"region: {region}")
19131913
ec2_client = self.ec2[region]
19141914
for az_dict in region_dict['AZs']:
19151915
subnet = az_dict['Subnet']

source/cdk/cdk_slurm_stack.py

Lines changed: 215 additions & 2563 deletions
Large diffs are not rendered by default.

source/cdk/config_schema.py

Lines changed: 7 additions & 219 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)