Airship JJB initial structure

This commit provides a basic structure
for airship related jobs.

Change-Id: I52f03b493481f29b6bd25a744405932812930480
diff --git a/jjb/airship/projects.yml b/jjb/airship/projects.yml
new file mode 100644
index 0000000..5f8a7c5
--- /dev/null
+++ b/jjb/airship/projects.yml
@@ -0,0 +1,103 @@
+---
+#
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2019 Nordix Foundation.
+# ================================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+# ============LICENSE_END=========================================================
+
+
+# Description:
+# ============
+# This file contains the list of JJB projects in airship category. Each project
+# corresponds to a github repository. Under each project's 'jobs' list defines the
+# jobs associated with that github repository. The job definitions can be found
+# in job_{job_id}.yml files in any of JJB include folders.
+
+- project:
+    name: 'nordix_dev_tools'
+    branch: '${{ghprbActualCommit}}'
+    jobs:
+    - capi_bm_integration_tests
+    - linter_tests
+    repo:
+      org: "Nordix"
+      name: "airship-dev-tools"
+
+- project:
+    name: "nordix_bmo"
+    jobs:
+    - capi_bm_integration_tests
+    - linter_tests
+    repo:
+      org: "Nordix"
+      name: "baremetal-operator"
+
+- project:
+    name: "nordix_capi"
+    jobs:
+    - capi_bm_integration_tests
+    - linter_tests
+    repo:
+      org: "Nordix"
+      name: "cluster-api"
+
+- project:
+    name: "nordix_metal3_dev_env"
+    jobs:
+    - capi_bm_integration_tests
+    - linter_tests
+    repo:
+      org: "Nordix"
+      name: "metal3-dev-env"
+
+- project:
+    name: "nordix_capi_bm"
+    jobs:
+    - capi_bm_integration_tests
+    - linter_tests
+    repo:
+      org: "Nordix"
+      name: "cluster-api-provider-baremetal"
+
+# TODO: Enable Upstream project CIs after approval.
+
+# - project:
+#     name: "metal3io_bmo"
+#     ci_github_whitelist_org: "metal3-io"
+#     jobs:
+#     - capi_bm_integration_tests
+#     repo:
+#       org: "metal3-io"
+#       name: "baremetal-operator"
+
+
+# - project:
+#     name: "metal3io_metal3_dev_env"
+#     ci_github_whitelist_org: "metal3-io"
+#     jobs:
+#     - capi_bm_integration_tests
+#     repo:
+#       org: "metal3-io"
+#       name: "metal3-dev-env"
+
+# - project:
+#     name: "metal3io_capi_bm"
+#     ci_github_whitelist_org: "metal3-io"
+#     jobs:
+#     - capi_bm_integration_tests
+#     repo:
+#       org: "metal3-io"
+#       name: "cluster-api-provider-baremetal"