aboutsummaryrefslogtreecommitdiffstats
path: root/pod_inventory/host_vars/onap_oom_gating_azure_3.yml
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-03-01 12:27:28 +0100
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-03-03 13:46:02 +0100
commit70fa03898ee412e30b6b87cf961004bf16ccaef4 (patch)
tree10cca3196bd5db69ee643316365a00f1276dba04 /pod_inventory/host_vars/onap_oom_gating_azure_3.yml
parent0399d9842c2a5670e4ee21d45343d2ac168eee2d (diff)
[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
Diffstat (limited to 'pod_inventory/host_vars/onap_oom_gating_azure_3.yml')
-rw-r--r--pod_inventory/host_vars/onap_oom_gating_azure_3.yml85
1 files changed, 85 insertions, 0 deletions
diff --git a/pod_inventory/host_vars/onap_oom_gating_azure_3.yml b/pod_inventory/host_vars/onap_oom_gating_azure_3.yml
new file mode 100644
index 0000000..545f0bb
--- /dev/null
+++ b/pod_inventory/host_vars/onap_oom_gating_azure_3.yml
@@ -0,0 +1,85 @@
+---
+jumphost:
+ server: rebond.francecentral.cloudapp.azure.com
+ user: !vault |
+ $ANSIBLE_VAULT;1.1;AES256
+ 3530396436393930316538613463623538376563633364623938623136353961393336326538
+ 39363265373139623432353864306265666437663433363338630a3638386530613233326439
+ 3932303435363761346338373534613363336633616537636361396466376435626335333462
+ 3234633631396331323639393435370a35646638343365616234383835303932323734613739
+ 61313533373262363530
+environment: azure/onap_gating_3/oom_gating
+scenario_steps:
+ config:
+ project: config
+ get_artifacts:
+ - name: azure
+ static_src: true
+ infra: az14-gating3
+ ssh_access: azure.eyml
+ build_integration:
+ project: build_integration
+ get_artifacts: config
+ only:
+ - "PROJECT == testsuite/pythonsdk-tests"
+ onap_deploy:
+ branch: add_strimzi_chartmuseum
+ extra_parameters:
+ CLEAN: True
+ WORKAROUND: False
+ ONAP_REPOSITORY: docker.nexus.azure.onap.eu
+ ONAP_FLAVOR: unlimited
+ SERVICEMESH: true
+ INGRESS: true
+ DOCKER_HUB_PROXY: docker.nexus.azure.onap.eu
+ ELASTIC_PROXY: docker.nexus.azure.onap.eu
+ K8S_GCR_PROXY: docker.nexus.azure.onap.eu
+ GATHER_NODE_FACTS: False
+ METRICS_CRD: True
+ get_artifacts:
+ - name: vim_deploy:onap_oom_gating_k8s_azure_3
+ in_pipeline: false
+ limit_to:
+ - vars/clouds.yaml: vars/user_cloud.yml
+ - name: k8s_deploy:onap_oom_gating_k8s_azure_3
+ in_pipeline: false
+ limit_to:
+ - inventory/infra: inventory/infra
+ - vars/pdf.yml: vars/pdf.yml
+ - vars/idf.yml: vars/idf.yml
+ - name: config
+ limit_to:
+ - vars/ssh_gateways.yml: vars/ssh_gateways.yml
+ - vars/vaulted_ssh_credentials.yml: vars/vaulted_ssh_credentials.yml
+ project: oom
+ onap_test:
+ project: xtesting-onap
+ branch: master
+ get_artifacts:
+ - name: k8s_deploy:onap_oom_gating_k8s_azure_3
+ in_pipeline: false
+ limit_to:
+ - vars/kube-config: vars/kube-config
+ - inventory/infra: inventory/infra
+ - vars/pdf.yml: vars/pdf.yml
+ - name: config
+ limit_to:
+ - vars/ssh_gateways.yml: vars/ssh_gateways.yml
+ - vars/vaulted_ssh_credentials.yml: vars/vaulted_ssh_credentials.yml
+ - name: onap_deploy
+ limit_to:
+ - vars/cluster.yml: vars/cluster.yml
+ extra_parameters:
+ DEPLOYMENT: oom
+ INFRA_DEPLOYMENT: aks
+ DEPLOYMENT_TYPE: full
+ DEPLOY_SCENARIO: onap-ftw
+ INGRESS: true
+ POD: azure-gating-3
+ OS_TEST_CLOUD: admin
+ TEST_RESULT_DB_URL: http://testresults.opnfv.org/onap/api/v1/results
+ S3_ENDPOINT_URL: http://minio.azure3.onap.eu:9000
+ S3_INTERNAL_ENDPOINT_URL: http://minio.minio:9000
+ S3_HTTP_DST_URL: http://minio.minio:8181
+ RANDOM_WAIT: True
+