-
Notifications
You must be signed in to change notification settings - Fork 14
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 the possibility to assign resoruces to the cEdges to add. #70
Comments
@peterm2109 the changes are included in this branch: https://github.com/cisco-open/sdwan-lab-deployment-tool/tree/add_task_cpu_ram Could you please create new venv, install and test? |
@peterm2109 could you please try again now? |
It's working @tzarski0 ... the edges are successfully added with the right CPUs and RAM. |
There are more changes that I need to do for disk size to work. I assume this should be a boot disk size, not a data disk size? |
I've discussed it with the team and there is no easy way to increase flash space on IOS-XE. Modifying CML boot or data disk size is not modifying the flash inside the C8000V router. There are two options:
|
I see... yeah... that's a problem... to test DRE optimization is mandatory to have a disk size of 150 GB at least, otherwise it won't work 😓. |
Problem Statement
it's impossible to assign more resources to the cEdges on the SD-WAN network.
When we want to test features such as DRE optimization we need 16 GB of RAM, 16 CPUs, and 150 GB of disk size. This cannot be done with the resources assigned by default
Proposed Solution
an option to assign those resources when adding the cEdges could be a very good improvement to the code
Alternatives Considered
NA
Additional Context
NA
The text was updated successfully, but these errors were encountered: