VictoriaMetrics/deployment/marketplace/digitialocean/one-click-droplet/RELEASE_GUIDE.md
Denys Holius d44cc14c6b
added packer build for DigitalOcean Droplets (#1917)
* added packer build for DigitalOcean Droplets

* fixed typo

* added packer RELEASE_GUIDE.md, Makefile

* Apply suggestions from code review

Co-authored-by: Roman Khavronenko <hagen1778@gmail.com>

* added corrections amd improvements

* added packer link & templating for sed version

* fixed typo

Co-authored-by: Aliaksandr Valialkin <valyala@gmail.com>
Co-authored-by: Roman Khavronenko <hagen1778@gmail.com>
2021-12-21 12:09:14 +02:00

1.0 KiB

Release guide for DigitalOcean 1-ClickApp Droplet

Build image

To build the snapshot in DigitalOcean account you will need API Token and packer.

API Token can be generated on https://cloud.digitalocean.com/account/api/tokens or use already generated from OnePassword.

Set variable DIGITALOCEAN_API_TOKEN for environment:

export DIGITALOCEAN_API_TOKEN="your_token_here"

or set it by with make:

make release-victoria-metrics-digitalocean-oneclick-droplet DIGITALOCEAN_API_TOKEN="your_token_here"

Update information on Vendor Portal

After packer build finished you need to update a product page.

  1. Go to https://cloud.digitalocean.com/vendorportal.
  2. Choose a product that you need to update.
  3. Enter newer information for this release and choose a droplet's snapshot which was builded recently.
  4. Submit updates for approve on DigitalOcean Marketplace.