-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #908 from etungsten/many-waves
waves: fix example wave files 'wave'
- Loading branch information
Showing
4 changed files
with
13 additions
and
13 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
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 |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# The following represents an "accelerated" set of update waves for a much | ||
# quicker deployment. The deployment lasts for 1 day, and quickly increases the | ||
# nodes updated at once. | ||
[[wave]] | ||
[[waves]] | ||
start_after = '1 hour' | ||
fleet_percentage = 3 | ||
|
||
[[wave]] | ||
[[waves]] | ||
start_after = '4 hours' | ||
fleet_percentage = 12 | ||
|
||
[[wave]] | ||
[[waves]] | ||
start_after = '8 hours' | ||
fleet_percentage = 50 | ||
|
||
[[wave]] | ||
[[waves]] | ||
start_after = '1 day' | ||
fleet_percentage = 100 |
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 |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# The following represents a "normal" set of update waves for a typical | ||
# deployment. The deployment lasts for 6 days, and gradually increases the | ||
# nodes updated at once. | ||
[[wave]] | ||
[[waves]] | ||
start_after = '1 hour' | ||
fleet_percentage = 1 | ||
|
||
[[wave]] | ||
[[waves]] | ||
start_after = '4 hours' | ||
fleet_percentage = 5 | ||
|
||
[[wave]] | ||
[[waves]] | ||
start_after = '1 day' | ||
fleet_percentage = 10 | ||
|
||
[[wave]] | ||
[[waves]] | ||
start_after = '3 days' | ||
fleet_percentage = 25 | ||
|
||
[[wave]] | ||
[[waves]] | ||
start_after = '6 days' | ||
fleet_percentage = 100 |
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# The following represents an "emergency" set of update waves for a rapid | ||
# deployment. The deployment lasts for 3 hours, with a small initial wave, | ||
# and then all nodes will be updated after the first hour. | ||
[[wave]] | ||
[[waves]] | ||
start_after = '1 hour' | ||
fleet_percentage = 5 | ||
|
||
[[wave]] | ||
[[waves]] | ||
start_after = '2 hours' | ||
fleet_percentage = 25 | ||
|
||
[[wave]] | ||
[[waves]] | ||
start_after = '3 hours' | ||
fleet_percentage = 100 |