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'
|
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):
|
def all_preflight_checks(parent_dag_name, child_dag_name, args):
|
||||||
'''
|
'''
|
||||||
Pre-Flight Checks Subdag
|
Pre-Flight Checks Subdag
|
||||||
|
@ -41,10 +41,10 @@ class UcpHealthCheckOperator(BaseOperator):
|
|||||||
def execute(self, context):
|
def execute(self, context):
|
||||||
|
|
||||||
# Initialize variable
|
# Initialize variable
|
||||||
# TODO: Include Promenade when its API endpoint is ready
|
|
||||||
ucp_components = [
|
ucp_components = [
|
||||||
'armada',
|
'armada',
|
||||||
'deckhand',
|
'deckhand',
|
||||||
|
'kubernetesprovisioner',
|
||||||
'physicalprovisioner',
|
'physicalprovisioner',
|
||||||
'shipyard']
|
'shipyard']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user