2016-08-12 11:23:50 +01:00
|
|
|
---
|
|
|
|
|
files:
|
|
|
|
|
-
|
2016-07-05 14:26:02 +01:00
|
|
|
destination: /home/notify-app/notifications-admin
|
2015-12-07 12:04:21 +00:00
|
|
|
source: /
|
2016-08-12 11:23:50 +01:00
|
|
|
hooks:
|
2017-02-13 17:32:51 +00:00
|
|
|
BeforeInstall:
|
|
|
|
|
- location: scripts/aws_clear_instance.sh
|
|
|
|
|
runas: root
|
|
|
|
|
timeout: 1000
|
2016-08-12 11:23:50 +01:00
|
|
|
AfterInstall:
|
|
|
|
|
-
|
2015-12-07 13:41:33 +00:00
|
|
|
location: scripts/aws_install_dependencies.sh
|
2015-11-30 15:44:16 +00:00
|
|
|
runas: root
|
|
|
|
|
timeout: 300
|
2015-12-17 11:01:57 +00:00
|
|
|
-
|
|
|
|
|
location: scripts/aws_change_ownership.sh
|
|
|
|
|
runas: root
|
|
|
|
|
timeout: 300
|
2016-01-11 17:32:24 +00:00
|
|
|
ApplicationStart:
|
2016-05-18 13:08:51 +01:00
|
|
|
-
|
2015-12-07 12:04:21 +00:00
|
|
|
location: scripts/aws_start_app.sh
|
2016-01-19 21:26:45 +00:00
|
|
|
runas: root
|
2015-12-07 11:30:29 +00:00
|
|
|
timeout: 300
|
2016-05-18 13:08:51 +01:00
|
|
|
-
|
|
|
|
|
location: scripts/register_with_elb.sh
|
2016-05-18 13:30:01 +01:00
|
|
|
runas: ubuntu
|
2016-05-18 13:08:51 +01:00
|
|
|
timeout: 300
|
|
|
|
|
ApplicationStop:
|
|
|
|
|
-
|
|
|
|
|
location: scripts/deregister_from_elb.sh
|
2016-05-18 13:30:01 +01:00
|
|
|
runas: ubuntu
|
2016-05-18 13:08:51 +01:00
|
|
|
timeout: 300
|
2016-08-12 11:23:50 +01:00
|
|
|
-
|
2015-12-07 12:04:21 +00:00
|
|
|
location: scripts/aws_stop_app.sh
|
2016-01-19 21:26:45 +00:00
|
|
|
runas: root
|
2015-12-07 12:04:21 +00:00
|
|
|
timeout: 300
|
|
|
|
|
os: linux
|
|
|
|
|
version: 0.0
|