Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #177 from jacobweinstock/sandbox-rename
Browse files Browse the repository at this point in the history
Update references to the Sandbox:
  • Loading branch information
mergify[bot] authored Nov 16, 2023
2 parents 56e998f + dd60cf7 commit 7babcab
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 50 deletions.
12 changes: 1 addition & 11 deletions docs/deploying-operating-systems/examples-debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
7 changes: 1 addition & 6 deletions docs/deploying-operating-systems/examples-freebsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
21 changes: 3 additions & 18 deletions docs/deploying-operating-systems/examples-rhel-centos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
14 changes: 2 additions & 12 deletions docs/deploying-operating-systems/examples-ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
[playground]: https://github.com/tinkerbell/playground
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 7babcab

Please sign in to comment.