Merge "Include Promenade in Preflight Check"
This commit is contained in:
commit
706bb69d2d
@ -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
|
||||
|
@ -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']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user