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

Add StormForge add-on #323

Merged
merged 3 commits into from
Dec 12, 2024
Merged

Add StormForge add-on #323

merged 3 commits into from
Dec 12, 2024

Conversation

reidmv
Copy link
Contributor

@reidmv reidmv commented Dec 11, 2024

Description of changes:

Adds the StormForge automated rightsizing solution for validation through Conformitron.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Contributor

@elamaran11 elamaran11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@reidmv One feedback before we test.

@@ -0,0 +1,64 @@
---
apiVersion: batch/v1
kind: Job
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please replace this with a CronJob which runs on schedule each day.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adjustment made.

It didn't look like there was a particular convention for what the schedule should be, so I just picked something (every 6 hours, at half-past). Let me know if there's a preferred schedule and I can use that instead.

name: stormforge-test-cronjob
namespace: stormforge
spec:
schedule: "30 */6 * * *" # Every six hours, at half-past.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry i forgot to mention. Lets make it faily pls.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it, changed to 0 8 * * * (daily @ 8:00am). That work?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, and I added some (small) resource requests to the test job while I was looking at it. The rebase was just to keep the commit history tidy.

Copy link
Contributor

@mikemcd3912 mikemcd3912 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vmware - Success
Hybrid - Success
Baremetal - Success
Cloud Bottlerocket x86 - Success
Cloud Bottlerocket ARM - Success
Auto Mode - Success

Pods Deploy and testers complete successfully in all environments - LGTM

Copy link
Contributor

@elamaran11 elamaran11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks Great.

@elamaran11 elamaran11 merged commit ad3ec57 into aws-samples:main Dec 12, 2024
1 check passed
@reidmv reidmv deleted the stormforge branch December 13, 2024 16:40
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.

3 participants