Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] support multiple volumes #59

Merged
merged 4 commits into from
Nov 4, 2024

Conversation

Cameronsplaze
Copy link
Owner

This pull request makes several significant changes to the ContainerManager project, primarily focusing on refactoring the EFS (Elastic File System) handling and updating configurations. The changes include restructuring the EFS setup, renaming classes, and updating configuration files to support multiple volumes. Here are the most important changes:

Refactoring EFS Handling

  • Changed Efs nested stack to Volumes, allowing support for multiple EFS file systems. (ContainerManager/leaf_stack/NestedStacks/Efs.py, ContainerManager/leaf_stack/NestedStacks/Volumes.py, ContainerManager/leaf_stack/NestedStacks/__init__.py) [1] [2] [3]
  • Updated EcsAsg to handle multiple EFS file systems and associated access points. (ContainerManager/leaf_stack/NestedStacks/EcsAsg.py) [1] [2] [3]

Configuration Updates

  • Modified configuration loader to support multiple volumes instead of a single volume. (ContainerManager/utils/config_loader.py)
  • Updated example configuration files to reflect the new Volumes structure. (Examples/Minecraft-example.yaml, Examples/Palworld-example.yaml, Examples/Valheim-example.yaml, Examples/README.md) [1] [2] [3] [4] [5]

Code Cleanup

  • Removed the old Efs nested stack class and related code. (ContainerManager/leaf_stack/NestedStacks/Efs.py)

Minor Changes

  • Updated import statements to reflect the renaming of Efs to Volumes. (ContainerManager/leaf_stack/NestedStacks/__init__.py)
  • Adjusted logical ID handling to match the new naming conventions. (ContainerManager/leaf_stack/main.py) [1] [2] [3]
  • Added RemovalPolicy import in config_loader.py. (ContainerManager/utils/config_loader.py)

@Cameronsplaze Cameronsplaze temporarily deployed to Minecraft-example.yaml November 4, 2024 00:19 — with GitHub Actions Inactive
@Cameronsplaze Cameronsplaze temporarily deployed to Palworld-example.yaml November 4, 2024 00:19 — with GitHub Actions Inactive
@Cameronsplaze Cameronsplaze temporarily deployed to Valheim-example.yaml November 4, 2024 00:19 — with GitHub Actions Inactive
@Cameronsplaze Cameronsplaze merged commit 8d4e758 into main Nov 4, 2024
11 checks passed
@Cameronsplaze Cameronsplaze deleted the feature-support-multiple-volumes branch November 4, 2024 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant