-
Notifications
You must be signed in to change notification settings - Fork 4
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 volume workload #1026
Add volume workload #1026
Conversation
ec1bda1
to
19df5e8
Compare
19df5e8
to
6566a10
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.
Great !! 🔥
|
||
// computed | ||
NodeDeploymentID map[uint32]uint64 | ||
ContractID uint64 | ||
IPrange string | ||
} | ||
|
||
// TODO: NewDeployment should take a list of Workload interface instead of defining |
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.
I think we should open an issue for it
nodes, err := deployer.FilterNodes( | ||
context.Background(), | ||
tfPluginClient, | ||
generateNodeFilter(WithFreeSRU(3)), |
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.
Why sru is 3 and you request 2 only in the next line?
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.
I don't really remember but it seems 1 for Volume and 2 for minimum rootfs, the 2 next line should be 1
Description
Add volume workload
Changes
Add volume workload
Related Issues
Checklist