-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: PUC-598: create or set baremetal flavor #454
base: main
Are you sure you want to change the base?
Conversation
ecdab59
to
249a30f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See https://argo-workflows.readthedocs.io/en/latest/walk-through/scripts-and-results/ and consider if the script:
syntax would work better?
249a30f
to
d024494
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this is a good first step. Ultimately need to walk over all the flavors in a defined repo and execute this.
d024494
to
2c1121f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again. It's a step but no where addresses the needs asked. There's going to be flavors and we need to parse them and ensure they are applied. This workflow assumes someone will manually execute this.
argo template create baremetal-flavor.yaml
argo submit -n argo-events --from workflowtemplate/baremetal-flavor -p flavor_name="gp4.small" -p flavor_properties="--property resources:CUSTOM_BAREMETAL_GP4SMALL=1 --property resources:VCPU=2 --property resources:MEMORY_MB=4096 --property resources:DISK_GB=20"
workflows-executed