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

Windows demo documentation #20

Merged
merged 5 commits into from
Jun 27, 2023
Merged

Conversation

lapentad
Copy link
Contributor

Based on this comment:

Adding a page for windows installation using the vagrant file

@nephio-prow nephio-prow bot requested review from henderiw and s3wong June 13, 2023 14:22
@lapentad
Copy link
Contributor Author

/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)
Copy link
Member

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

Copy link
Contributor Author

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*
Copy link
Member

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

Copy link
Contributor Author

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

Copy link
Member

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>
@electrocucaracha
Copy link
Member

/lgtm

@johnbelamaric
Copy link
Member

/approve

@nephio-prow
Copy link
Contributor

nephio-prow bot commented Jun 27, 2023

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@nephio-prow nephio-prow bot added the approved label Jun 27, 2023
@nephio-prow nephio-prow bot merged commit 9678dee into nephio-project:main Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants