Skip to content

Commit

Permalink
Merge pull request #1313 from eiffel777/move-pi-actions-to-own-pipeline
Browse files Browse the repository at this point in the history
Move UpdateCloudProjectToPI action to jobs-cloud-ingest-pi pipeline
  • Loading branch information
eiffel777 authored May 18, 2020
2 parents 4827ada + 1e2e41f commit 7d3fc18
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 22 deletions.
4 changes: 2 additions & 2 deletions classes/OpenXdmod/DataWarehouseInitializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,10 @@ public function ingestCloudDataOpenStack()
'staging-ingest-common',
'jobs-cloud-common',
'jobs-cloud-import-users-openstack',
'jobs-cloud-ingest-pi',
'hpcdb-ingest-common',
'hpcdb-xdw-ingest-common',
'jobs-cloud-extract-openstack'
'jobs-cloud-extract-openstack',
'jobs-cloud-ingest-pi',
),
$this->logger
);
Expand Down
10 changes: 10 additions & 0 deletions configuration/etl/etl.d/jobs_cloud_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,16 @@
"schema": "mod_shredder"
}
}
},
{
"name": "UpdateCloudProjectToPI",
"description": "Update project in account table to have a PI",
"namespace": "ETL\\Maintenance",
"options_class": "MaintenanceOptions",
"class": "ExecuteSql",
"sql_file_list": [
"cloud_common/pi_to_account.sql"
]
}
]
}
10 changes: 0 additions & 10 deletions configuration/etl/etl.d/jobs_cloud_generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,16 +255,6 @@
}
}
},
{
"name": "UpdateCloudProjectToPI",
"description": "Update project in account table to have a PI",
"namespace": "ETL\\Maintenance",
"options_class": "MaintenanceOptions",
"class": "ExecuteSql",
"sql_file_list": [
"cloud_common/pi_to_account.sql"
]
},
{
"name": "GenericCloudHostIngestor",
"description": "Generic cloud host data",
Expand Down
10 changes: 0 additions & 10 deletions configuration/etl/etl.d/jobs_cloud_openstack.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,16 +230,6 @@
}
}
},
{
"name": "UpdateCloudProjectToPI",
"description": "Update project in account table to have a PI",
"namespace": "ETL\\Maintenance",
"options_class": "MaintenanceOptions",
"class": "ExecuteSql",
"sql_file_list": [
"cloud_common/pi_to_account.sql"
]
},
{
"name": "OpenStackCloudHostIngestor",
"description": "OpenStack cloud host data",
Expand Down

0 comments on commit 7d3fc18

Please sign in to comment.