-
Notifications
You must be signed in to change notification settings - Fork 31
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
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that we can configure the repo to avoid this step
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.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eventually, we have to define/test these values
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.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
Needs 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