-
Notifications
You must be signed in to change notification settings - Fork 8
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
Support zos4 deployments #3462
Comments
start with the workloads till we have filters ready on gridproxy |
|
Should we move it to in progress? |
Work in Progress (WIP): Added a helper method to match filters with features and I'll be adding more networks filters so the method works well Added a Vmlight primitive class |
Added a network light class in primitives, still need some adjustments |
Network light class is ready, trying to deploy a zos4 machines and I get multiple different errors |
Deployed a machine with new workloads and worked on the extracting features from filters method on grid client |
Work Completed:
Work in Progress (WIP):
|
Work Completed:
Work in Progress (WIP):
|
Work Completed: Trying to deploy a zos4 machine but I get an error the node id isn't set on the network it's set to undefined |
Work Completed:
Work in Progress (WIP):
|
Work in Progress (WIP):
|
no, user can pick the vm ip, therefore the subnet could have a value
wasn't node 259 having an issue while testing the new workloads? |
Work in Progress (WIP):
|
Work in Progress (WIP):
|
blocked on |
Work Completed:
Work in Progress (WIP):
Note:
|
Work Completed:
|
Which package/s are you suggesting this feature for?
Dashboard, grid_client
Is your feature request related to a problem? Please describe
There are now 2 different zos on the nodes (zos3, zos4), so the dashboard and grid client should identify the node zos version and use the corresponding workloads to deploy on them.
zos4 currently doesn't support
wireguad
,yggdrasil
, orpublic ips
. so it will require these filters from the grid proxy to be supported threefoldtech/tfgrid-sdk-go#1209Describe the solution you'd like
2 new workloads should be added
Before starting the deployment, the grid client should check the node version and decide which workloads to be used to deploy the vm and network.
Adjust the automatic and manual filters to respect the newly added queries on the gridproxy to suggest valid nodes for deployment.
The text was updated successfully, but these errors were encountered: