droplet: Drop unnecesary duplicate steps.

Pasting into "user data" negates the need to copy the script and run it.
This commit is contained in:
Alex Vandiver 2024-05-30 13:53:26 -04:00 committed by Tim Abbott
parent 817bffe6b1
commit b15c3006a0
1 changed files with 2 additions and 5 deletions

View File

@ -131,12 +131,9 @@ so they are notified.
- Paste the contents of `tools/droplets/new-droplet-image` into the - Paste the contents of `tools/droplets/new-droplet-image` into the
text box which says `Enter user data here...` text box which says `Enter user data here...`
- Name it e.g. `base-ubuntu-22-04.zulipdev.org` - Name it e.g. `base-ubuntu-22-04.zulipdev.org`
1. Add an A record for `base.zulipdev.org` to point to the new host.
1. Wait for the host to boot. 1. Wait for the host to boot.
1. `scp tools/droplets/new-droplet-image base.zulipdev.org:/tmp/new-droplet-image` 1. Wait for the host to complete provisioning and shut down; this will take
1. `ssh root@base.zulipdev.org bash /tmp/new-droplet-image`; this about 15 minutes.
should take about 15 minutes to complete, and will finish by
closing the connection and shutting the host down.
1. Go to the Snapshots tab on the image, and "Take a Snapshot". 1. Go to the Snapshots tab on the image, and "Take a Snapshot".
1. Wait for several minutes for it to complete. 1. Wait for several minutes for it to complete.
1. "Add to region" the snapshot into `NYC3`, `SFO3`, `BLR1`, and `FRA1`. 1. "Add to region" the snapshot into `NYC3`, `SFO3`, `BLR1`, and `FRA1`.