Windows demo documentation#20
Conversation
Formatting
add Networking tag
|
/assign @johnbelamaric |
| - install virtualbox | ||
| - install vagrant | ||
| - open git bash | ||
| - `git config --global core.autocrlf false` This is to start the vagrant machine directly from its file. [See what it does here.](https://stackoverflow.com/questions/68264886/what-is-the-correct-core-autocrlf-setting-i-should-use/68265163#68265163) |
There was a problem hiding this comment.
I think that we can configure the repo to avoid this step
There was a problem hiding this comment.
This would be a good solution
|
|
||
| - In the Vagrant file "./Vagrantfile" there are *CPUS & RAM* parameters in `config.vm.provider`. | ||
|
|
||
| - In the ansible "./playbooks/roles/bootstrap/tasks/prechecks.yml" there are the checks for *CPUS & RAM* |
There was a problem hiding this comment.
Eventually, we have to define/test these values
There was a problem hiding this comment.
Ok, as from my tests using the 4CPUs and 16GB RAM the provisioning it's possible. But, I wouldn't recommend it because:
- It takes around 30 minutes for all the kpt packages to be applied
- I have not experienced any memory leaks, but the flow to 'Deploy Free5GC control plane functions' feels sluggish
There was a problem hiding this comment.
I was thinking to increase the current CPU/Memory requirements, but doing that we'll restrict the number of users.
Co-authored-by: Victor Morales <chipahuac@hotmail.com>
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johnbelamaric The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Based on this comment:
Adding a page for windows installation using the vagrant file