Include Promenade in Preflight Check

The promenade healthcheck API is ready for consumption

This P.S. adds checks for Promenade /health API endpoint

Change-Id: I19949bff4809794a967bb8fa010a2de5265b15fb
This commit is contained in:
Anthony Lin 2017-12-21 16:38:43 +00:00
parent 5362eb7719
commit e0d7cce26a
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ from airflow.operators import UcpHealthCheckOperator
config_path = '/usr/local/airflow/plugins/shipyard.conf'
# TODO: Add Checks for Promenade when the API is ready
def all_preflight_checks(parent_dag_name, child_dag_name, args):
'''
Pre-Flight Checks Subdag

View File

@ -41,10 +41,10 @@ class UcpHealthCheckOperator(BaseOperator):
def execute(self, context):
# Initialize variable
# TODO: Include Promenade when its API endpoint is ready
ucp_components = [
'armada',
'deckhand',
'kubernetesprovisioner',
'physicalprovisioner',
'shipyard']