This repository has been archived by the owner on Apr 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: initial implementation of shutdown behavior (#389)
* initial implementation of shutdown behavior * use on-success to fail on docker wait issues * using case on shutdown config and fixed some typos * spaces not tabs * small fix. SC2045 - Iterating over ls output is fragile. Use globs
- Loading branch information
Showing
3 changed files
with
124 additions
and
4 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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#taupage-ami-config | ||
|
||
application_id: my-http-test-batch-ami | ||
application_version: "1.0" | ||
|
||
runtime: Docker | ||
source: fatz/docker-simple-job:latest | ||
|
||
environment: | ||
EXIT: 0 | ||
|
||
keep_instance_users: true | ||
|
||
cloudwatch_logs: | ||
/var/log/syslog: my-syslog-loggroup | ||
/var/log/application.log: my-application-loggroup | ||
|
||
mount_certs: true | ||
mount_var_log: true | ||
|
||
# Start etcd in single node mode | ||
etcd_discovery_domain: disable | ||
|
||
# start local planb-tokeninfo | ||
local_planb_tokeninfo: true | ||
|
||
shutdown: on-success |
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