-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31165/
-----------------------------------------------------------
Review request for Aurora and Brian Wickman.
Bugs: AURORA-1132
https://issues.apache.org/jira/browse/AURORA-1132
Repository: aurora
Description
-------
Add lifecycle endpoints to Thermos Observer
Diffs
-----
src/main/python/apache/thermos/observer/bin/thermos_observer.py
effa8c19f963bf2792497f4a06049214ae30dfa5
Diff: https://reviews.apache.org/r/31165/diff/
Testing
-------
```sh
[tw-mbp-jsmith incubator-aurora (jsmith/observer_vars)]$ curl -X POST
http://127.0.0.1:1338/quitquitquit
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>Error: 404 Not Found</title>
<style type="text/css">
html {background-color: #eee; font-family: sans;}
body {background-color: #fff; border: 1px solid #ddd;
padding: 15px; margin: 15px;}
pre {background-color: #eee; border: 1px solid #ddd; padding:
5px;}
</style>
</head>
<body>
<h1>Error: 404 Not Found</h1>
<p>Sorry, the requested URL
<tt>'http://127.0.0.1:1338/quitquitquit'</tt>
caused an error:</p>
<pre>Not found: '/quitquitquit'</pre>
</body>
</html>
[tw-mbp-jsmith incubator-aurora (jsmith/observer_vars)]$ curl -X POST
http://127.0.0.1:1338/quitquitquit
[tw-mbp-jsmith incubator-aurora (jsmith/observer_vars)]$ curl -X POST
http://127.0.0.1:1338/abortabortabort
curl: (52) Empty reply from server
```
Thanks,
Joe Smith