diff --git a/docs/deploying-operating-systems/examples-debian.md b/docs/deploying-operating-systems/examples-debian.md index 3e80c5d..eabf599 100644 --- a/docs/deploying-operating-systems/examples-debian.md +++ b/docs/deploying-operating-systems/examples-debian.md @@ -43,12 +43,7 @@ The second image is already a `raw` disk image which can be used as-is because i gzip ./debian-10-openstack-amd64.raw ``` -The raw image will need to live at a locally accessible web server. -To simplify, you can place the image in the Tinkerbell sandbox webroot, which allows access to the image at the IP address of the `tink-server`. - -```sh -mv ./debian-10-openstack-amd64.raw.gz ./sandbox/deploy/state/webroot -``` +The raw image will need to live at an accessible web server. ### Creating the Template @@ -108,11 +103,6 @@ gzip ./debian_rootfs.tar ``` The raw image will need to live at a locally accessible web server. -To simplify, you can place the image in the Tinkerbell sandbox webroot, which allows access to the image at the IP address of the `tink-server`. - -```sh -mv ./debian_rootfs.tar.gz ./sandbox/deploy/state/webroot -``` ### Creating the Template diff --git a/docs/deploying-operating-systems/examples-freebsd.md b/docs/deploying-operating-systems/examples-freebsd.md index 5ff4cc6..da1cc7b 100644 --- a/docs/deploying-operating-systems/examples-freebsd.md +++ b/docs/deploying-operating-systems/examples-freebsd.md @@ -67,12 +67,7 @@ Once you have a `raw` filesystem image, you can optionally compress the raw imag gzip ./FreeBSD-12.2-RELEASE-amd64.raw ``` -The raw image will need to live at a locally accessible web server. -To simplify, you can place the image in the Tinkerbell sandbox webroot, which allows access to the image at the IP address of the tink-server. - -```sh -mv ./FreeBSD-12.2-RELEASE-amd64.raw.gz ./sandbox/deploy/state/webroot -``` +The raw image will need to live at an accessible web server. ## Creating the Template diff --git a/docs/deploying-operating-systems/examples-rhel-centos.md b/docs/deploying-operating-systems/examples-rhel-centos.md index 00b806f..ad127b9 100644 --- a/docs/deploying-operating-systems/examples-rhel-centos.md +++ b/docs/deploying-operating-systems/examples-rhel-centos.md @@ -43,12 +43,7 @@ qemu-img convert ./CentOS-8-GenericCloud-8.3.2011-20201204.2.x86_64.qcow2 -O ra gzip ./CentOS-8-GenericCloud-8.3.2011-20201204.2.x86_64.raw ``` -Move the raw image to a locally accessible web server. -To simplify, you can place the image in the Tinkerbell sandbox webroot, which allows access to the image at the IP address of the `tink-server`. - -```sh -mv ./CentOS-8-GenericCloud-8.3.2011-20201204.2.x86_64.raw.gz ./sandbox/deploy/state/webroot -``` +Move the raw image to an accessible web server. ### Fedora CoreOS @@ -130,12 +125,7 @@ docker rm $TMPRFS gzip ./centos_rootfs.tar ``` -Move the raw image to a locally accessible web server. -To simplify, you can place the image in the Tinkerbell sandbox webroot, which allows access to the image at the IP address of the `tink-server`. - -```sh -mv ./centos_rootfs.tar.gz ./sandbox/deploy/state/webroot -``` +Move the raw image to an accessible web server. ### Creating the CentOS Template @@ -216,12 +206,7 @@ docker rm $TMPRFS gzip ./rhel_rootfs.tar ``` -Move the raw image to a locally accessible web server. -To simplify, you can place the image in the Tinkerbell sandbox webroot, which allows access to the image at the IP address of the `tink-server`. - -```sh -mv ./rhel_rootfs.tar.gz ./sandbox/deploy/state/webroot -``` +Move the raw image to an accessible web server. ### Creating the RHEL Template diff --git a/docs/deploying-operating-systems/examples-ubuntu.md b/docs/deploying-operating-systems/examples-ubuntu.md index f64e33c..6dc5e70 100644 --- a/docs/deploying-operating-systems/examples-ubuntu.md +++ b/docs/deploying-operating-systems/examples-ubuntu.md @@ -40,12 +40,7 @@ qemu-img convert ./focal-server-cloudimg-amd64.img -O raw ./focal-server-cloudi gzip ./focal-server-cloudimg-amd64.raw ``` -Move the raw image to a locally accessible web server. -To simplify, you can place the image in the Tinkerbell sandbox webroot, which allows access to the image at the IP address of the `tink-server`. - -```sh -mv ./focal-server-cloudimg-amd64.raw ./sandbox/deploy/state/webroot` -``` +Move the raw image to an accessible web server. ### Creating the Template @@ -119,12 +114,7 @@ docker rm $TMPRFS gzip ./ubuntu_rootfs.tar ``` -Move the raw image to a locally accessible web server. -To simplify, you can place the image in the Tinkerbell sandbox webroot, which allows access to the image at the IP address of the `tink-server`. - -```sh -mv ./ubuntu_rootfs.tar.gz ./sandbox/deploy/state/webroot -``` +Move the raw image to an accessible web server. ### Creating the Template diff --git a/docs/index.md b/docs/index.md index 63cca0f..3698bd4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ Interested in contributing? Check out our [Contributors' Page]. ## First Steps -New to Tinkerbell or bare metal provisioning? Visit the [sandbox] for functional examples that illustrate Tinkerbell stack deployment. +New to Tinkerbell or bare metal provisioning? Visit the [playground] for functional examples that illustrate Tinkerbell stack deployment. ## Get Help @@ -67,4 +67,4 @@ Need a little help getting started? We're here! [ipxe]: https://ipxe.org/ [quay]: https://quay.io/ [#tinkerbell]: https://app.slack.com/client/T08PSQ7BQ/C01SRB41GMT -[sandbox]: https://github.com/tinkerbell/sandbox \ No newline at end of file +[playground]: https://github.com/tinkerbell/playground \ No newline at end of file diff --git a/docs/setup.md b/docs/setup.md index e035ede..d308700 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -5,4 +5,4 @@ date: 2022-07-26 # Setting Up Tinkerbell -Please see the sandbox repository for community supported [quick start guides](https://github.com/tinkerbell/sandbox#quick-starts) that get Tinkerbell up and running. +Please see the Playground repository for community supported [quick start guides](https://github.com/tinkerbell/playground#quick-starts) that get Tinkerbell up and running.