projectatomic / commissaire-http

Commissaire HTTP server
GNU General Public License v3.0
3 stars 7 forks source link

Container manager endpoints #44

Closed ashcrow closed 8 years ago

ashcrow commented 8 years ago

Requires: https://github.com/projectatomic/commissaire/pull/50

Build failures expected until the above is merged.

Part of https://github.com/projectatomic/commissaire/issues/51

ashcrow commented 8 years ago

(2) [multi-host-mgr-2] Store ContainerManager Configuration

mbarnes commented 8 years ago

@ashcrow Removing the CLUSTER_TYPE constants in https://github.com/projectatomic/commissaire/pull/50 broke a test case:

======================================================================
ERROR: Verify get_host_status responds with status information.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/projectatomic/commissaire-http/test/test_handlers_hosts.py", line 317, in test_get_host_status
    host={'last_check': '', 'status': ''}, type=C.CLUSTER_TYPE_HOST)
AttributeError: module 'commissaire.constants' has no attribute 'CLUSTER_TYPE_HOST'
ashcrow commented 8 years ago

Fixing

ashcrow commented 8 years ago

:arrow_up: