[GATING] Add configuration for Azure3 gating in the fork of chained-ci 18/133518/3
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Wed, 1 Mar 2023 11:27:28 +0000 (12:27 +0100)
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Fri, 3 Mar 2023 12:46:02 +0000 (13:46 +0100)
commit70fa03898ee412e30b6b87cf961004bf16ccaef4
tree10cca3196bd5db69ee643316365a00f1276dba04
parent0399d9842c2a5670e4ee21d45343d2ac168eee2d
[GATING] Add configuration for Azure3 gating in the fork of chained-ci

This change includes:
* moving submodules of chained-ci-roles and chained-ci-vue as static folders
  to the repo (they were quite old and not updated for some time)
* create azure access artifacts
* add config for azure3 gating pipeline

Issue-ID: INT-2207
Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Change-Id: Idb475c166d78f10ed4204153ab634110aa9093f6
50 files changed:
.gitlab-ci.yml
.gitmodules [deleted file]
chained-ci-vue/LICENSE [new file with mode: 0644]
chained-ci-vue/README.md [new file with mode: 0644]
chained-ci-vue/favicon.png [new file with mode: 0644]
chained-ci-vue/index.html [new file with mode: 0644]
chained-ci-vue/init.sh [new file with mode: 0755]
chained-ci-vue/js/config.js [new file with mode: 0644]
chained-ci-vue/js/index.js [new file with mode: 0644]
chained-ci-vue/js/lib.js [new file with mode: 0644]
chained-ci-vue/js/visibility.LICENSE [new file with mode: 0644]
chained-ci-vue/js/visibility.core.js [new file with mode: 0644]
chained-ci-vue/js/visibility.timers.js [new file with mode: 0644]
chained-ci-vue/logo.svg [new file with mode: 0644]
chained-ci-vue/style.css [new file with mode: 0644]
pod_config/config/artifacts/azure.zip [new file with mode: 0644]
pod_config/config/az14-gating3.yaml [new file with mode: 0644]
pod_config/config/idf-az14-gating3.yaml [new file with mode: 0644]
pod_inventory/group_vars/all.yml
pod_inventory/host_vars/onap_oom_gating_azure_3.yml [new file with mode: 0644]
pod_inventory/inventory
roles/LICENSE [new file with mode: 0644]
roles/README.md [new file with mode: 0644]
roles/artifact_init/defaults/main.yaml [new file with mode: 0644]
roles/artifact_init/filter_plugins/filters.py [new file with mode: 0644]
roles/artifact_init/tasks/main.yml [new file with mode: 0644]
roles/get_artifacts/defaults/main.yml [new file with mode: 0644]
roles/get_artifacts/filter_plugins/filters.py [new file with mode: 0644]
roles/get_artifacts/tasks/binary.yml [new file with mode: 0644]
roles/get_artifacts/tasks/get_one_artifact.yml [new file with mode: 0644]
roles/get_artifacts/tasks/job_id_fetch.yml [new file with mode: 0644]
roles/get_artifacts/tasks/limit_to.yml [new file with mode: 0644]
roles/get_artifacts/tasks/main.yml [new file with mode: 0644]
roles/get_artifacts/tasks/url.yml [new file with mode: 0644]
roles/gitlab-ci-generator/defaults/main.yml [new file with mode: 0644]
roles/gitlab-ci-generator/tasks/main.yml [new file with mode: 0644]
roles/gitlab-ci-generator/templates/gitlab-ci.yml [new file with mode: 0644]
roles/library/filepath.py [new file with mode: 0644]
roles/logo.png [new file with mode: 0644]
roles/logo.svg [new file with mode: 0644]
roles/prepare/README.md [new file with mode: 0644]
roles/prepare/tasks/continue.yml [new file with mode: 0644]
roles/prepare/tasks/except.yml [new file with mode: 0644]
roles/prepare/tasks/exit.yml [new file with mode: 0644]
roles/prepare/tasks/main.yml [new file with mode: 0644]
roles/prepare/tasks/only.yml [new file with mode: 0644]
roles/run-ci/tasks/grafana_start.yml [new file with mode: 0644]
roles/run-ci/tasks/grafana_stop.yml [new file with mode: 0644]
roles/run-ci/tasks/main.yml [new file with mode: 0644]
roles/trigger_myself/tasks/main.yml [new file with mode: 0644]