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

Use sysctl Ansible module #60

Merged
merged 6 commits into from
Jun 5, 2023

Conversation

electrocucaracha
Copy link
Member

This change implements this change and fixes the Vagrantfile and gitea default user defined in the Bootstrap Ansible role

Copy link
Member

@johnbelamaric johnbelamaric left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on question but otherwise lgtm

/approve

@electrocucaracha
Copy link
Member Author

on question but otherwise lgtm

/approve

I just noticed that I need to fix the terraform scripts. I'll include the fix here as well

@johnbelamaric
Copy link
Member

/lgtm

Copy link

@vishwanathj vishwanathj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@nephio-prow
Copy link
Contributor

nephio-prow bot commented Jun 2, 2023

@vishwanathj: changing LGTM is restricted to collaborators

In response to this:

/lgtm

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@electrocucaracha
Copy link
Member Author

/retest

I'm not sure why this took more than 2hrs to complete

@@ -20,6 +20,9 @@ Vagrant.configure('2') do |config|
config.vm.box_check_update = false
config.vm.synced_folder './', '/vagrant'

config.vm.network 'forwarded_port', guest: 7007, guest_ip: '127.0.0.1', host: 7007
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, so in the vagrant case you do not need the -L in your ssh? We should document that. You will still need to do the kubectl port forwarding, unless we expose the UI on a 172.18.0.0/20 address. Which I think in general would be fine for the sandbox, even though there is no authentication on the UI in sandbox mode. I'll create a separate issue to discuss that.

@@ -20,6 +20,9 @@ Vagrant.configure('2') do |config|
config.vm.box_check_update = false
config.vm.synced_folder './', '/vagrant'

config.vm.network 'forwarded_port', guest: 7007, guest_ip: '127.0.0.1', host: 7007
config.vm.network 'forwarded_port', guest: 3000, guest_ip: '172.18.0.200', host: 3000
Copy link
Collaborator

@vjayaramrh vjayaramrh Jun 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general, might be a good practice to open a separate PR when adding other functionalities.

@vjayaramrh
Copy link
Collaborator

/lgtm

@radoslawc
Copy link
Collaborator

/approve

@nephio-prow
Copy link
Contributor

nephio-prow bot commented Jun 5, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: electrocucaracha, johnbelamaric, radoslawc, vishwanathj

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 5, 2023
@nephio-prow nephio-prow bot merged commit 2bdb693 into nephio-project:main Jun 5, 2023
3 checks passed
@electrocucaracha electrocucaracha deleted the use_sysctl branch June 7, 2023 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants