Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Thank you for attending our workshop!

The workshop VMs have all been deleted. You can still try out the workshop flow, however, by setting up your own VM and following the README.md.

To create you own VM on GCE, you can follow these instructions. For other environments, you can modify the scripts in that directory.

The details of the workshop can be found in the GitHub README.md, and our discussion will follow that flow.

We have provisioned a VM for each participant, find your IP in this list. We have also provisioned four repositories for you, located in the nephio-test GitHub account. You can enter your VM name in the repository search list to see only yours.

To access your VM, you will need the private key. Everyone has the same private key, which is only used to access these VMs, which will all be destroyed after the workshop. Follow the instructions below to put the private key on your laptop. Then, you can use the instructions in the README.md to connect to your VM.

In Linux or Mac, you should put this key in a file "~/.ssh/nephio". In a terminal:

...

## Create the directory if it doesn't exist

mkdir ~/.ssh

## set restrictive permissions

chmod 700 ~/.ssh

## Create the file

cat > ~/.ssh/nephio

(copy and past the key below, then type Control-D to close the file)

## set restrictive permissions

chmod 400 ~/.ssh/nephio

Text of the key:

-----BEGIN OPENSSH PRIVATE KEY-----
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABFwAAAAdzc2gtcn
NhAAAAAwEAAQAAAQEAvtqZHqeyhq6ybBgP7rdxr7k59suBQNXxbxeQVrGrW7awk7IL4pOa
XrOdl18OQTXON5XgddkI8rPXPdrmpirFWSqykOLk7ZBE8OBpHWpniUdsoCgyQ+KLcAqsRl
pzfouiuhPBaiLSuw5GZ0y6cdnTuDvKV+iSP8eP/B7HZ36IJUErVSQ2MOElLJok6Dcm4m+H
5bD9DOLrzH6QnGrPN5/ajnB8YiuSz6rThk+UxYXHTPEmRhzS8KMzajKYt2MpPCRlFZGkAK
wELjjVtdBB+FYWB560y+iaBD3ZDr5wTgmZ+xOk0EthVFtV/x737oMLgUC0w6xdttHAZhcr
bkMndTBYJwAAA8DQ1aJ90NWifQAAAAdzc2gtcnNhAAABAQC+2pkep7KGrrJsGA/ut3GvuT
n2y4FA1fFvF5BWsatbtrCTsgvik5pes52XXw5BNc43leB12Qjys9c92uamKsVZKrKQ4uTt
kETw4GkdameJR2ygKDJD4otwCqxGWnN+i6K6E8FqItK7DkZnTLpx2dO4O8pX6JI/x4/8Hs
dnfoglQStVJDYw4SUsmiToNybib4flsP0M4uvMfpCcas83n9qOcHxiK5LPqtOGT5TFhcdM
8SZGHNLwozNqMpi3Yyk8JGUVkaQArAQuONW10EH4VhYHnrTL6JoEPdkOvnBOCZn7E6TQS2
FUW1X/HvfugwuBQLTDrF220cBmFytuQyd1MFgnAAAAAwEAAQAAAQAU0YnlWaae4Wc4ulE2
mXpvECs9/AnqisvYxz8T7d0tgRqhfx5OcLUPQn7cwwjY3SfUUWbYLry2o3PFsrSj3e4utq
Ue1S6NVBuTvkRJFKZxnOxroKbcV9XHpX+69uU6obxg7tm+HElUuo8RzUFYkknG2CLPfwuW
UHb+Kf9XZJUw9vUaCd1xFVe6FgEoywFLQo7vhsjyhkfumM2pp8s5STGNCJWPYgpCxEa6yC
BWANRtQVovHESAat18fHALY6rEp1qCzGko2T+qrLa7FnEeoA3csYtcnP9JyQYTnGQzjNIJ
mQNTgNXn5T458LVe0lbUebArUiEu/v5d9WgeYR6ib+g9AAAAgQCGcg/zKRfqdPWamV0pUP
1v1au1wmnjX/gFg4H7WFZ/FiY3bPOqkYY8cMRrK/ZIEzC/mLI8Rjqha80SsyZJ/yAAbZuU
yU/gKHzJqkswkSjk0UYFB5yoA1OMPq4vg2rsE6Tf9mT7TBqjpVk/sY4OIpA3Z0mSkwqynE
j1GSUgU7Mq/AAAAIEAwje57eTBYFy47+o5LPr/HxXlXHklF4A+y5bEJjHafrdZXf56NL25
CwXyd/9XAHGRUwq1L4Ouv+BF5P7XZlEeRWVdcxgHBLIfXDcXpAWRDb0QawjpUYReRtNtGV
dVkDpVGx8zIJeQQmF0GGtLULAm8znGoJminAvrf1qwCmT1FnUAAACBAPuQ8IXkeUPPFWc9
qxvQCVvpPIyXCjCVrlwQd5qtghPZESQbt5A8JTBLdB26/HRJse8KNaS/+rESW40IyeXqtx
XLFow9K+NMjdSsqkwn4bRqTgThpMnuRT2pVtlnYn7ZRDIR61aiDL3thrStPT66zubh2qS3
hmj1wunBRk/7tfirAAAABm5lcGhpbwECAwQ=
-----END OPENSSH PRIVATE KEY-----

Alternatively, you can download the file below, move it to that directory, and set the permissions as above.

View filenamenephio-workshop-keyheight250

Workshop Team

Putting together this workshop was an incredible effort by the Nephio community. Thank you to the team!

...