Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions install-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gcloud compute instances create --machine-type e2-standard-8 \
--boot-disk-size 200GB \
--image-family=ubuntu-2004-lts \
--image-project=ubuntu-os-cloud \
--metadata=startup-script-url=https://raw.githubusercontent.com/nephio-project/test-infra/v1.0.0/e2e/provision/init.sh,nephio-test-infra-branch=branch-1.0.0 \
--metadata=startup-script-url=https://raw.githubusercontent.com/nephio-project/test-infra/v1.0.1-beta.1/e2e/provision/init.sh,nephio-test-infra-branch=v1.0.1-beta.1 \
nephio-r1-e2e
```

Expand Down Expand Up @@ -103,9 +103,9 @@ sudo netplan apply
Log onto your VM and run the following command:

```bash
wget -O - https://raw.githubusercontent.com/nephio-project/test-infra/v1.0.0/e2e/provision/init.sh | \
wget -O - https://raw.githubusercontent.com/nephio-project/test-infra/v1.0.1-beta.1/e2e/provision/init.sh | \
sudo NEPHIO_DEBUG=false \
NEPHIO_BRANCH=branch-1.0.0 \
NEPHIO_BRANCH=v1.0.1-beta.1 \
NEPHIO_USER=ubuntu \
bash
```
Expand Down