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 the possibility to assign resoruces to the cEdges to add. #70

Open
peterm2109 opened this issue Feb 17, 2025 · 6 comments
Open

add the possibility to assign resoruces to the cEdges to add. #70

peterm2109 opened this issue Feb 17, 2025 · 6 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@peterm2109
Copy link

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

@tzarski0 tzarski0 added this to the v2.0.16 milestone Feb 18, 2025
@tzarski0 tzarski0 self-assigned this Feb 18, 2025
@tzarski0 tzarski0 added the enhancement New feature or request label Feb 18, 2025
@tzarski0
Copy link
Contributor

@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?
pip install --upgrade git+https://github.com/cisco-open/sdwan-lab-deployment-tool.git@add_task_cpu_ram

@tzarski0
Copy link
Contributor

@peterm2109 could you please try again now?

@peterm2109
Copy link
Author

It's working @tzarski0 ... the edges are successfully added with the right CPUs and RAM.
Isn't there a possibility of adding disk size too?

@tzarski0
Copy link
Contributor

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?

@tzarski0
Copy link
Contributor

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:

  1. Download the qcow image with 16G of flash from Cisco software.
  2. If more than 16GB is required, you will need to build a custom qcow image and upload it using csdwan setup

@peterm2109
Copy link
Author

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 😓.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants