Merge "Include Promenade in Preflight Check"

This commit is contained in:
Anthony Lin 2017-12-22 09:45:50 -05:00 committed by Gerrit Code Review
commit 706bb69d2d
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']