-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
snapshotEngine: DigitalOcean complete migration (#586)
* add value to skip snap web generation * add configurable value for s3 bucket * web build condition on domain name instead * add secret and configurable s3 bucket override * switch name and mountpath to match format * update secret name and use in zip and upload job * use export instead of temp var * secret name change * expect correct names on secret volume mount * correct path to secret mount * rework credential override to provide logs and error messages * use double quotes for early expansion * remove variable checking since we are feeding in files * bug: container is gone so we cant delete a volume * show commands for debug * wrong default s3 bucket var * turn of tar output for debug * undo command verbosity * Verbose variables * Enable interactive for alias to work * More useful alias message and rm debug messages * Need space after ! * expand aliases instead of interactive * add public-read and move index.html * Website redirects stay in AWS * Set alias only for filesystem artifact upload * rolling redirects working * fix volume indexing * helpful messages * Useful comments for new indexing format * Omit alias functionality in lieu of variable parameters * Fix rolling tarball filename * configmap needs fqdn * cdn isnt working so we're using bucket url * unsilence lz4 logs * wrong aws bucket name * get all snapshot metadata from do spaces * upload metadatas to alt s3 bucket * fix metadata related to website build * initial commit demo functionality * put redirects back * remove merged files * update zip and upload commands for dual creds * sleep for debug * allow override of storage class for scratch volumes * use storage class as set * Container-running OS will not resolve localhost * Remove infinite sleep from debugging * Empty-Commit to trigger CI test * bucket name change to do space * rm fqdn from cm * increase warmer timeout * increase timeout after artifact job create * DO rate limits snapshots per 10m * sleep between creation for rate limiting * need different command for site upload * block snapshot until node ready * pause scheduler if node not ready * add sleep for cpu usage reduction * fix busy waits and document why * fix busy wait on job and more better comments
- Loading branch information
Showing
9 changed files
with
140 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,6 @@ build | |
|
||
# Ignore mkchain generated files | ||
*_values.yaml | ||
*-values.yaml | ||
|
||
charts/tezos/charts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.