diff --git a/tools/gate/jarvis/5G-SA-core/amf/jarvis/development-pipeline/templates/config_map.yaml b/tools/gate/jarvis/5G-SA-core/amf/jarvis/development-pipeline/templates/config_map.yaml index 6d70693d..fafaccf3 100644 --- a/tools/gate/jarvis/5G-SA-core/amf/jarvis/development-pipeline/templates/config_map.yaml +++ b/tools/gate/jarvis/5G-SA-core/amf/jarvis/development-pipeline/templates/config_map.yaml @@ -1,83 +1,83 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: deployment-flow -data: - cluster.json: | - { - "namespace": "{{ $.Values.namespace }}", - "use_existing_cluster": "true" - } - image.json: | - [ - { - "image_from": "harbor-core.jarvis.local/library/ubuntu:focal", - "build_from_source": true, - "image_name": "amf", - "project": "amf", - "repo": "amf", - "image_fullname": "amf/amf:1.0", - "path": "images/amf", - "namespace": "{{ $.Values.namespace }}", - "build": { - "git_repo": "{{ $.Values.git_repo }}", - "target_loc": "/src/checkout/amf", - "refspec": "{{ $.Values.refspec }}", - "version": "refs/changes/*:refs/changes/*" - } - } - ] - chart.json: | - [ - { - "chart_name": "amf", - "project": "amf", - "repo": "amf", - "version": "0.1.0", - "build_from_source": true, - "path": "charts", - "build": { - "git_repo": "{{ $.Values.git_repo }}", - "target_loc": "/src/checkout/amf", - "refspec": "{{ $.Values.refspec }}", - "version": "refs/changes/*:refs/changes/*" - }, - "namespace": "{{ $.Values.namespace }}", - "release_name": "amf", - "images": { - "applications": { - "amf": { - "tag": "1.0", - "name": "amf", - "repo": "amf" - } - } - } - } - ] - default.json: | - { - "proxy": { - "http": "", - "https": "", - "noproxy": "", - "enabled": false - }, - "docker_content_trust": { - "DOCKER_CONTENT_TRUST": 1, - "DOCKER_CONTENT_TRUST_SERVER": "https://harbor-notary.jarvis.local", - "DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE": "passphrase", - "DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE": "passphrase" - }, - "chart_registry_url": "harbor-core.jarvis.local/chartrepo", - "chart_repository": "jarvis-harbor", - "docker_registry": "harbor-core.jarvis.local", - "harbor_secret_mounted_path": "/workspace/helm-creds", - "clone_async_batch_size": 20, - "chart_async_batch_size": 20, - "image_async_batch_size": 2 - } - cleanup.json: | - { - "remove_artifacts": "true" - } +apiVersion: v1 +kind: ConfigMap +metadata: + name: deployment-flow +data: + cluster.json: | + { + "namespace": "{{ $.Values.namespace }}", + "use_existing_cluster": "true" + } + image.json: | + [ + { + "image_from": "harbor-core.jarvis.local/library/ubuntu:focal", + "build_from_source": true, + "image_name": "amf", + "project": "amf", + "repo": "amf", + "image_fullname": "amf/amf:1.0", + "path": "images/amf", + "namespace": "{{ $.Values.namespace }}", + "build": { + "git_repo": "{{ $.Values.git_repo }}", + "target_loc": "/src/checkout/amf", + "refspec": "{{ $.Values.refspec }}", + "version": "refs/changes/*:refs/changes/*" + } + } + ] + chart.json: | + [ + { + "chart_name": "amf", + "project": "amf", + "repo": "amf", + "version": "0.1.0", + "build_from_source": true, + "path": "charts", + "build": { + "git_repo": "{{ $.Values.git_repo }}", + "target_loc": "/src/checkout/amf", + "refspec": "{{ $.Values.refspec }}", + "version": "refs/changes/*:refs/changes/*" + }, + "namespace": "{{ $.Values.namespace }}", + "release_name": "amf", + "images": { + "applications": { + "amf": { + "tag": "1.0", + "name": "amf", + "repo": "amf" + } + } + } + } + ] + default.json: | + { + "proxy": { + "http": "", + "https": "", + "noproxy": "", + "enabled": false + }, + "docker_content_trust": { + "DOCKER_CONTENT_TRUST": 1, + "DOCKER_CONTENT_TRUST_SERVER": "https://harbor-notary.jarvis.local", + "DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE": "passphrase", + "DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE": "passphrase" + }, + "chart_registry_url": "harbor-core.jarvis.local/chartrepo", + "chart_repository": "jarvis-harbor", + "docker_registry": "harbor-core.jarvis.local", + "harbor_secret_mounted_path": "/workspace/helm-creds", + "clone_async_batch_size": 20, + "chart_async_batch_size": 20, + "image_async_batch_size": 2 + } + cleanup.json: | + { + "remove_artifacts": "true" + } diff --git a/tools/gate/jarvis/5G-SA-core/ausf/jarvis/development-pipeline/templates/config_map.yaml b/tools/gate/jarvis/5G-SA-core/ausf/jarvis/development-pipeline/templates/config_map.yaml index 33945736..da984bec 100644 --- a/tools/gate/jarvis/5G-SA-core/ausf/jarvis/development-pipeline/templates/config_map.yaml +++ b/tools/gate/jarvis/5G-SA-core/ausf/jarvis/development-pipeline/templates/config_map.yaml @@ -1,83 +1,83 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: deployment-flow -data: - cluster.json: | - { - "namespace": "{{ $.Values.namespace }}", - "use_existing_cluster": "true" - } - image.json: | - [ - { - "image_from": "harbor-core.jarvis.local/library/ubuntu:focal", - "build_from_source": true, - "image_name": "ausf", - "project": "ausf", - "repo": "ausf", - "image_fullname": "ausf/ausf:1.0", - "path": "images/ausf", - "namespace": "{{ $.Values.namespace }}", - "build": { - "git_repo": "{{ $.Values.git_repo }}", - "target_loc": "/src/checkout/ausf", - "refspec": "{{ $.Values.refspec }}", - "version": "refs/changes/*:refs/changes/*" - } - } - ] - chart.json: | - [ - { - "chart_name": "ausf", - "project": "ausf", - "repo": "ausf", - "version": "0.1.0", - "build_from_source": true, - "path": "charts", - "build": { - "git_repo": "{{ $.Values.git_repo }}", - "target_loc": "/src/checkout/ausf", - "refspec": "{{ $.Values.refspec }}", - "version": "refs/changes/*:refs/changes/*" - }, - "namespace": "{{ $.Values.namespace }}", - "release_name": "ausf", - "images": { - "applications": { - "ausf": { - "tag": "1.0", - "name": "ausf", - "repo": "ausf" - } - } - } - } - ] - default.json: | - { - "proxy": { - "http": "", - "https": "", - "noproxy": "", - "enabled": false - }, - "docker_content_trust": { - "DOCKER_CONTENT_TRUST": 1, - "DOCKER_CONTENT_TRUST_SERVER": "https://harbor-notary.jarvis.local", - "DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE": "passphrase", - "DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE": "passphrase" - }, - "chart_registry_url": "harbor-core.jarvis.local/chartrepo", - "chart_repository": "jarvis-harbor", - "docker_registry": "harbor-core.jarvis.local", - "harbor_secret_mounted_path": "/workspace/helm-creds", - "clone_async_batch_size": 20, - "chart_async_batch_size": 20, - "image_async_batch_size": 2 - } - cleanup.json: | - { - "remove_artifacts": "true" - } +apiVersion: v1 +kind: ConfigMap +metadata: + name: deployment-flow +data: + cluster.json: | + { + "namespace": "{{ $.Values.namespace }}", + "use_existing_cluster": "true" + } + image.json: | + [ + { + "image_from": "harbor-core.jarvis.local/library/ubuntu:focal", + "build_from_source": true, + "image_name": "ausf", + "project": "ausf", + "repo": "ausf", + "image_fullname": "ausf/ausf:1.0", + "path": "images/ausf", + "namespace": "{{ $.Values.namespace }}", + "build": { + "git_repo": "{{ $.Values.git_repo }}", + "target_loc": "/src/checkout/ausf", + "refspec": "{{ $.Values.refspec }}", + "version": "refs/changes/*:refs/changes/*" + } + } + ] + chart.json: | + [ + { + "chart_name": "ausf", + "project": "ausf", + "repo": "ausf", + "version": "0.1.0", + "build_from_source": true, + "path": "charts", + "build": { + "git_repo": "{{ $.Values.git_repo }}", + "target_loc": "/src/checkout/ausf", + "refspec": "{{ $.Values.refspec }}", + "version": "refs/changes/*:refs/changes/*" + }, + "namespace": "{{ $.Values.namespace }}", + "release_name": "ausf", + "images": { + "applications": { + "ausf": { + "tag": "1.0", + "name": "ausf", + "repo": "ausf" + } + } + } + } + ] + default.json: | + { + "proxy": { + "http": "", + "https": "", + "noproxy": "", + "enabled": false + }, + "docker_content_trust": { + "DOCKER_CONTENT_TRUST": 1, + "DOCKER_CONTENT_TRUST_SERVER": "https://harbor-notary.jarvis.local", + "DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE": "passphrase", + "DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE": "passphrase" + }, + "chart_registry_url": "harbor-core.jarvis.local/chartrepo", + "chart_repository": "jarvis-harbor", + "docker_registry": "harbor-core.jarvis.local", + "harbor_secret_mounted_path": "/workspace/helm-creds", + "clone_async_batch_size": 20, + "chart_async_batch_size": 20, + "image_async_batch_size": 2 + } + cleanup.json: | + { + "remove_artifacts": "true" + } diff --git a/tools/gate/jarvis/5G-SA-core/mongodb/jarvis/development-pipeline/templates/config_map.yaml b/tools/gate/jarvis/5G-SA-core/mongodb/jarvis/development-pipeline/templates/config_map.yaml index b3da5f35..860523e0 100644 --- a/tools/gate/jarvis/5G-SA-core/mongodb/jarvis/development-pipeline/templates/config_map.yaml +++ b/tools/gate/jarvis/5G-SA-core/mongodb/jarvis/development-pipeline/templates/config_map.yaml @@ -1,79 +1,79 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: deployment-flow -data: - cluster.json: | - { - "use_existing_cluster": "true" - } - image.json: | - [ - { - "image_from": "harbor-core.jarvis.local/library/ubuntu:focal", - "build_from_source": false, - "image_name": "mongodb-sharded", - "project": "mongodb", - "repo": "mongodb-sharded", - "tag": "4.4.3", - "image_fullname": "mongodb/mongodb-sharded:4.4.3", - "path": "", - "build": { - "git_repo": "docker.io/bitnami/mongodb-sharded", - "tag": "4.4.3-debian-10-r44" - } - } - ] - chart.json: | - [ - { - "chart_name": "mongodb-sharded", - "project": "mongodb", - "repo": "mongodb-sharded", - "version": "3.3.3", - "build_from_source": false, - "path": "", - "build": { - "name": "https://charts.bitnami.com/bitnami", - "local_repo": "bitnami_mongodb", - "target_loc": "/src/fetch/charts" - }, - "namespace": "development-pipeline", - "release_name": "mongodb-bitnami", - "images": { - "applications": { - "mongodb-sharded": { - "tag": "1.0", - "name": "mongodb", - "repo": "mongodb" - } - } - } - } - ] - default.json: | - { - "proxy": { - "http": "", - "https": "", - "noproxy": "", - "enabled": false - }, - "docker_content_trust": { - "DOCKER_CONTENT_TRUST": 1, - "DOCKER_CONTENT_TRUST_SERVER": "https://harbor-notary.jarvis.local", - "DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE": "passphrase", - "DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE": "passphrase" - }, - "chart_registry_url": "harbor-core.jarvis.local/chartrepo", - "chart_repository": "jarvis-harbor", - "docker_registry": "harbor-core.jarvis.local", - "harbor_secret_mounted_path": "/workspace/helm-creds", - "clone_async_batch_size": 20, - "chart_async_batch_size": 20, - "image_async_batch_size": 2 - } - cleanup.json: | - { - "remove_artifacts": "true" - } +apiVersion: v1 +kind: ConfigMap +metadata: + name: deployment-flow +data: + cluster.json: | + { + "use_existing_cluster": "true" + } + image.json: | + [ + { + "image_from": "harbor-core.jarvis.local/library/ubuntu:focal", + "build_from_source": false, + "image_name": "mongodb-sharded", + "project": "mongodb", + "repo": "mongodb-sharded", + "tag": "4.4.3", + "image_fullname": "mongodb/mongodb-sharded:4.4.3", + "path": "", + "build": { + "git_repo": "docker.io/bitnami/mongodb-sharded", + "tag": "4.4.3-debian-10-r44" + } + } + ] + chart.json: | + [ + { + "chart_name": "mongodb-sharded", + "project": "mongodb", + "repo": "mongodb-sharded", + "version": "3.3.3", + "build_from_source": false, + "path": "", + "build": { + "name": "https://charts.bitnami.com/bitnami", + "local_repo": "bitnami_mongodb", + "target_loc": "/src/fetch/charts" + }, + "namespace": "development-pipeline", + "release_name": "mongodb-bitnami", + "images": { + "applications": { + "mongodb-sharded": { + "tag": "1.0", + "name": "mongodb", + "repo": "mongodb" + } + } + } + } + ] + default.json: | + { + "proxy": { + "http": "", + "https": "", + "noproxy": "", + "enabled": false + }, + "docker_content_trust": { + "DOCKER_CONTENT_TRUST": 1, + "DOCKER_CONTENT_TRUST_SERVER": "https://harbor-notary.jarvis.local", + "DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE": "passphrase", + "DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE": "passphrase" + }, + "chart_registry_url": "harbor-core.jarvis.local/chartrepo", + "chart_repository": "jarvis-harbor", + "docker_registry": "harbor-core.jarvis.local", + "harbor_secret_mounted_path": "/workspace/helm-creds", + "clone_async_batch_size": 20, + "chart_async_batch_size": 20, + "image_async_batch_size": 2 + } + cleanup.json: | + { + "remove_artifacts": "true" + } diff --git a/tools/gate/jarvis/5G-SA-core/nrf/jarvis/development-pipeline/templates/config_map.yaml b/tools/gate/jarvis/5G-SA-core/nrf/jarvis/development-pipeline/templates/config_map.yaml index 4a316f91..17f3a99d 100644 --- a/tools/gate/jarvis/5G-SA-core/nrf/jarvis/development-pipeline/templates/config_map.yaml +++ b/tools/gate/jarvis/5G-SA-core/nrf/jarvis/development-pipeline/templates/config_map.yaml @@ -1,83 +1,83 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: deployment-flow -data: - cluster.json: | - { - "namespace": "{{ $.Values.namespace }}", - "use_existing_cluster": "true" - } - image.json: | - [ - { - "image_from": "harbor-core.jarvis.local/library/ubuntu:focal", - "build_from_source": true, - "image_name": "nrf", - "project": "nrf", - "repo": "nrf", - "image_fullname": "nrf/nrf:1.0", - "path": "images/nrf", - "namespace": "{{ $.Values.namespace }}", - "build": { - "git_repo": "{{ $.Values.git_repo }}", - "target_loc": "/src/checkout/nrf", - "refspec": "{{ $.Values.refspec }}", - "version": "refs/changes/*:refs/changes/*" - } - } - ] - chart.json: | - [ - { - "chart_name": "nrf", - "project": "nrf", - "repo": "nrf", - "version": "0.1.0", - "build_from_source": true, - "path": "charts", - "build": { - "git_repo": "{{ $.Values.git_repo }}", - "target_loc": "/src/checkout/nrf", - "refspec": "{{ $.Values.refspec }}", - "version": "refs/changes/*:refs/changes/*" - }, - "namespace": "{{ $.Values.namespace }}", - "release_name": "nrf", - "images": { - "applications": { - "nrf": { - "tag": "1.0", - "name": "nrf", - "repo": "nrf" - } - } - } - } - ] - default.json: | - { - "proxy": { - "http": "", - "https": "", - "noproxy": "", - "enabled": false - }, - "docker_content_trust": { - "DOCKER_CONTENT_TRUST": 1, - "DOCKER_CONTENT_TRUST_SERVER": "https://harbor-notary.jarvis.local", - "DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE": "passphrase", - "DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE": "passphrase" - }, - "chart_registry_url": "harbor-core.jarvis.local/chartrepo", - "chart_repository": "jarvis-harbor", - "docker_registry": "harbor-core.jarvis.local", - "harbor_secret_mounted_path": "/workspace/helm-creds", - "clone_async_batch_size": 20, - "chart_async_batch_size": 20, - "image_async_batch_size": 2 - } - cleanup.json: | - { - "remove_artifacts": "true" - } +apiVersion: v1 +kind: ConfigMap +metadata: + name: deployment-flow +data: + cluster.json: | + { + "namespace": "{{ $.Values.namespace }}", + "use_existing_cluster": "true" + } + image.json: | + [ + { + "image_from": "harbor-core.jarvis.local/library/ubuntu:focal", + "build_from_source": true, + "image_name": "nrf", + "project": "nrf", + "repo": "nrf", + "image_fullname": "nrf/nrf:1.0", + "path": "images/nrf", + "namespace": "{{ $.Values.namespace }}", + "build": { + "git_repo": "{{ $.Values.git_repo }}", + "target_loc": "/src/checkout/nrf", + "refspec": "{{ $.Values.refspec }}", + "version": "refs/changes/*:refs/changes/*" + } + } + ] + chart.json: | + [ + { + "chart_name": "nrf", + "project": "nrf", + "repo": "nrf", + "version": "0.1.0", + "build_from_source": true, + "path": "charts", + "build": { + "git_repo": "{{ $.Values.git_repo }}", + "target_loc": "/src/checkout/nrf", + "refspec": "{{ $.Values.refspec }}", + "version": "refs/changes/*:refs/changes/*" + }, + "namespace": "{{ $.Values.namespace }}", + "release_name": "nrf", + "images": { + "applications": { + "nrf": { + "tag": "1.0", + "name": "nrf", + "repo": "nrf" + } + } + } + } + ] + default.json: | + { + "proxy": { + "http": "", + "https": "", + "noproxy": "", + "enabled": false + }, + "docker_content_trust": { + "DOCKER_CONTENT_TRUST": 1, + "DOCKER_CONTENT_TRUST_SERVER": "https://harbor-notary.jarvis.local", + "DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE": "passphrase", + "DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE": "passphrase" + }, + "chart_registry_url": "harbor-core.jarvis.local/chartrepo", + "chart_repository": "jarvis-harbor", + "docker_registry": "harbor-core.jarvis.local", + "harbor_secret_mounted_path": "/workspace/helm-creds", + "clone_async_batch_size": 20, + "chart_async_batch_size": 20, + "image_async_batch_size": 2 + } + cleanup.json: | + { + "remove_artifacts": "true" + } diff --git a/tools/gate/jarvis/5G-SA-core/pcf/jarvis/development-pipeline/templates/config_map.yaml b/tools/gate/jarvis/5G-SA-core/pcf/jarvis/development-pipeline/templates/config_map.yaml index 34308aff..fb11f953 100644 --- a/tools/gate/jarvis/5G-SA-core/pcf/jarvis/development-pipeline/templates/config_map.yaml +++ b/tools/gate/jarvis/5G-SA-core/pcf/jarvis/development-pipeline/templates/config_map.yaml @@ -1,83 +1,83 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: deployment-flow -data: - cluster.json: | - { - "namespace": "{{ $.Values.namespace }}", - "use_existing_cluster": "true" - } - image.json: | - [ - { - "image_from": "harbor-core.jarvis.local/library/ubuntu:focal", - "build_from_source": true, - "image_name": "pcf", - "project": "pcf", - "repo": "pcf", - "image_fullname": "pcf/pcf:1.0", - "path": "images/pcf", - "namespace": "{{ $.Values.namespace }}", - "build": { - "git_repo": "{{ $.Values.git_repo }}", - "target_loc": "/src/checkout/pcf", - "refspec": "{{ $.Values.refspec }}", - "version": "refs/changes/*:refs/changes/*" - } - } - ] - chart.json: | - [ - { - "chart_name": "pcf", - "project": "pcf", - "repo": "pcf", - "version": "0.1.0", - "build_from_source": true, - "path": "charts", - "build": { - "git_repo": "{{ $.Values.git_repo }}", - "target_loc": "/src/checkout/pcf", - "refspec": "{{ $.Values.refspec }}", - "version": "refs/changes/*:refs/changes/*" - }, - "namespace": "{{ $.Values.namespace }}", - "release_name": "pcf", - "images": { - "applications": { - "pcf": { - "tag": "1.0", - "name": "pcf", - "repo": "pcf" - } - } - } - } - ] - default.json: | - { - "proxy": { - "http": "", - "https": "", - "noproxy": "", - "enabled": false - }, - "docker_content_trust": { - "DOCKER_CONTENT_TRUST": 1, - "DOCKER_CONTENT_TRUST_SERVER": "https://harbor-notary.jarvis.local", - "DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE": "passphrase", - "DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE": "passphrase" - }, - "chart_registry_url": "harbor-core.jarvis.local/chartrepo", - "chart_repository": "jarvis-harbor", - "docker_registry": "harbor-core.jarvis.local", - "harbor_secret_mounted_path": "/workspace/helm-creds", - "clone_async_batch_size": 20, - "chart_async_batch_size": 20, - "image_async_batch_size": 2 - } - cleanup.json: | - { - "remove_artifacts": "true" - } +apiVersion: v1 +kind: ConfigMap +metadata: + name: deployment-flow +data: + cluster.json: | + { + "namespace": "{{ $.Values.namespace }}", + "use_existing_cluster": "true" + } + image.json: | + [ + { + "image_from": "harbor-core.jarvis.local/library/ubuntu:focal", + "build_from_source": true, + "image_name": "pcf", + "project": "pcf", + "repo": "pcf", + "image_fullname": "pcf/pcf:1.0", + "path": "images/pcf", + "namespace": "{{ $.Values.namespace }}", + "build": { + "git_repo": "{{ $.Values.git_repo }}", + "target_loc": "/src/checkout/pcf", + "refspec": "{{ $.Values.refspec }}", + "version": "refs/changes/*:refs/changes/*" + } + } + ] + chart.json: | + [ + { + "chart_name": "pcf", + "project": "pcf", + "repo": "pcf", + "version": "0.1.0", + "build_from_source": true, + "path": "charts", + "build": { + "git_repo": "{{ $.Values.git_repo }}", + "target_loc": "/src/checkout/pcf", + "refspec": "{{ $.Values.refspec }}", + "version": "refs/changes/*:refs/changes/*" + }, + "namespace": "{{ $.Values.namespace }}", + "release_name": "pcf", + "images": { + "applications": { + "pcf": { + "tag": "1.0", + "name": "pcf", + "repo": "pcf" + } + } + } + } + ] + default.json: | + { + "proxy": { + "http": "", + "https": "", + "noproxy": "", + "enabled": false + }, + "docker_content_trust": { + "DOCKER_CONTENT_TRUST": 1, + "DOCKER_CONTENT_TRUST_SERVER": "https://harbor-notary.jarvis.local", + "DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE": "passphrase", + "DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE": "passphrase" + }, + "chart_registry_url": "harbor-core.jarvis.local/chartrepo", + "chart_repository": "jarvis-harbor", + "docker_registry": "harbor-core.jarvis.local", + "harbor_secret_mounted_path": "/workspace/helm-creds", + "clone_async_batch_size": 20, + "chart_async_batch_size": 20, + "image_async_batch_size": 2 + } + cleanup.json: | + { + "remove_artifacts": "true" + } diff --git a/tools/gate/jarvis/5G-SA-core/smf/jarvis/development-pipeline/templates/config_map.yaml b/tools/gate/jarvis/5G-SA-core/smf/jarvis/development-pipeline/templates/config_map.yaml index 7a3f69d7..95d93752 100644 --- a/tools/gate/jarvis/5G-SA-core/smf/jarvis/development-pipeline/templates/config_map.yaml +++ b/tools/gate/jarvis/5G-SA-core/smf/jarvis/development-pipeline/templates/config_map.yaml @@ -1,83 +1,83 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: deployment-flow -data: - cluster.json: | - { - "namespace": "{{ $.Values.namespace }}", - "use_existing_cluster": "true" - } - image.json: | - [ - { - "image_from": "harbor-core.jarvis.local/library/ubuntu:focal", - "build_from_source": true, - "image_name": "smf", - "project": "smf", - "repo": "smf", - "image_fullname": "smf/smf:1.0", - "path": "images/smf", - "namespace": "{{ $.Values.namespace }}", - "build": { - "git_repo": "{{ $.Values.git_repo }}", - "target_loc": "/src/checkout/smf", - "refspec": "{{ $.Values.refspec }}", - "version": "refs/changes/*:refs/changes/*" - } - } - ] - chart.json: | - [ - { - "chart_name": "smf", - "project": "smf", - "repo": "smf", - "version": "0.1.0", - "build_from_source": true, - "path": "charts", - "build": { - "git_repo": "{{ $.Values.git_repo }}", - "target_loc": "/src/checkout/smf", - "refspec": "{{ $.Values.refspec }}", - "version": "refs/changes/*:refs/changes/*" - }, - "namespace": "{{ $.Values.namespace }}", - "release_name": "smf", - "images": { - "applications": { - "smf": { - "tag": "1.0", - "name": "smf", - "repo": "smf" - } - } - } - } - ] - default.json: | - { - "proxy": { - "http": "", - "https": "", - "noproxy": "", - "enabled": false - }, - "docker_content_trust": { - "DOCKER_CONTENT_TRUST": 1, - "DOCKER_CONTENT_TRUST_SERVER": "https://harbor-notary.jarvis.local", - "DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE": "passphrase", - "DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE": "passphrase" - }, - "chart_registry_url": "harbor-core.jarvis.local/chartrepo", - "chart_repository": "jarvis-harbor", - "docker_registry": "harbor-core.jarvis.local", - "harbor_secret_mounted_path": "/workspace/helm-creds", - "clone_async_batch_size": 20, - "chart_async_batch_size": 20, - "image_async_batch_size": 2 - } - cleanup.json: | - { - "remove_artifacts": "true" - } +apiVersion: v1 +kind: ConfigMap +metadata: + name: deployment-flow +data: + cluster.json: | + { + "namespace": "{{ $.Values.namespace }}", + "use_existing_cluster": "true" + } + image.json: | + [ + { + "image_from": "harbor-core.jarvis.local/library/ubuntu:focal", + "build_from_source": true, + "image_name": "smf", + "project": "smf", + "repo": "smf", + "image_fullname": "smf/smf:1.0", + "path": "images/smf", + "namespace": "{{ $.Values.namespace }}", + "build": { + "git_repo": "{{ $.Values.git_repo }}", + "target_loc": "/src/checkout/smf", + "refspec": "{{ $.Values.refspec }}", + "version": "refs/changes/*:refs/changes/*" + } + } + ] + chart.json: | + [ + { + "chart_name": "smf", + "project": "smf", + "repo": "smf", + "version": "0.1.0", + "build_from_source": true, + "path": "charts", + "build": { + "git_repo": "{{ $.Values.git_repo }}", + "target_loc": "/src/checkout/smf", + "refspec": "{{ $.Values.refspec }}", + "version": "refs/changes/*:refs/changes/*" + }, + "namespace": "{{ $.Values.namespace }}", + "release_name": "smf", + "images": { + "applications": { + "smf": { + "tag": "1.0", + "name": "smf", + "repo": "smf" + } + } + } + } + ] + default.json: | + { + "proxy": { + "http": "", + "https": "", + "noproxy": "", + "enabled": false + }, + "docker_content_trust": { + "DOCKER_CONTENT_TRUST": 1, + "DOCKER_CONTENT_TRUST_SERVER": "https://harbor-notary.jarvis.local", + "DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE": "passphrase", + "DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE": "passphrase" + }, + "chart_registry_url": "harbor-core.jarvis.local/chartrepo", + "chart_repository": "jarvis-harbor", + "docker_registry": "harbor-core.jarvis.local", + "harbor_secret_mounted_path": "/workspace/helm-creds", + "clone_async_batch_size": 20, + "chart_async_batch_size": 20, + "image_async_batch_size": 2 + } + cleanup.json: | + { + "remove_artifacts": "true" + } diff --git a/tools/gate/jarvis/5G-SA-core/udm/jarvis/development-pipeline/templates/config_map.yaml b/tools/gate/jarvis/5G-SA-core/udm/jarvis/development-pipeline/templates/config_map.yaml index 74ddfd5d..aef05f07 100644 --- a/tools/gate/jarvis/5G-SA-core/udm/jarvis/development-pipeline/templates/config_map.yaml +++ b/tools/gate/jarvis/5G-SA-core/udm/jarvis/development-pipeline/templates/config_map.yaml @@ -1,83 +1,83 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: deployment-flow -data: - cluster.json: | - { - "namespace": "{{ $.Values.namespace }}", - "use_existing_cluster": "true" - } - image.json: | - [ - { - "image_from": "harbor-core.jarvis.local/library/ubuntu:focal", - "build_from_source": true, - "image_name": "udm", - "project": "udm", - "repo": "udm", - "image_fullname": "udm/udm:1.0", - "path": "images/udm", - "namespace": "{{ $.Values.namespace }}", - "build": { - "git_repo": "{{ $.Values.git_repo }}", - "target_loc": "/src/checkout/udm", - "refspec": "{{ $.Values.refspec }}", - "version": "refs/changes/*:refs/changes/*" - } - } - ] - chart.json: | - [ - { - "chart_name": "udm", - "project": "udm", - "repo": "udm", - "version": "0.1.0", - "build_from_source": true, - "path": "charts", - "build": { - "git_repo": "{{ $.Values.git_repo }}", - "target_loc": "/src/checkout/udm", - "refspec": "{{ $.Values.refspec }}", - "version": "refs/changes/*:refs/changes/*" - }, - "namespace": "{{ $.Values.namespace }}", - "release_name": "udm", - "images": { - "applications": { - "udm": { - "tag": "1.0", - "name": "udm", - "repo": "udm" - } - } - } - } - ] - default.json: | - { - "proxy": { - "http": "", - "https": "", - "noproxy": "", - "enabled": false - }, - "docker_content_trust": { - "DOCKER_CONTENT_TRUST": 1, - "DOCKER_CONTENT_TRUST_SERVER": "https://harbor-notary.jarvis.local", - "DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE": "passphrase", - "DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE": "passphrase" - }, - "chart_registry_url": "harbor-core.jarvis.local/chartrepo", - "chart_repository": "jarvis-harbor", - "docker_registry": "harbor-core.jarvis.local", - "harbor_secret_mounted_path": "/workspace/helm-creds", - "clone_async_batch_size": 20, - "chart_async_batch_size": 20, - "image_async_batch_size": 2 - } - cleanup.json: | - { - "remove_artifacts": "true" - } +apiVersion: v1 +kind: ConfigMap +metadata: + name: deployment-flow +data: + cluster.json: | + { + "namespace": "{{ $.Values.namespace }}", + "use_existing_cluster": "true" + } + image.json: | + [ + { + "image_from": "harbor-core.jarvis.local/library/ubuntu:focal", + "build_from_source": true, + "image_name": "udm", + "project": "udm", + "repo": "udm", + "image_fullname": "udm/udm:1.0", + "path": "images/udm", + "namespace": "{{ $.Values.namespace }}", + "build": { + "git_repo": "{{ $.Values.git_repo }}", + "target_loc": "/src/checkout/udm", + "refspec": "{{ $.Values.refspec }}", + "version": "refs/changes/*:refs/changes/*" + } + } + ] + chart.json: | + [ + { + "chart_name": "udm", + "project": "udm", + "repo": "udm", + "version": "0.1.0", + "build_from_source": true, + "path": "charts", + "build": { + "git_repo": "{{ $.Values.git_repo }}", + "target_loc": "/src/checkout/udm", + "refspec": "{{ $.Values.refspec }}", + "version": "refs/changes/*:refs/changes/*" + }, + "namespace": "{{ $.Values.namespace }}", + "release_name": "udm", + "images": { + "applications": { + "udm": { + "tag": "1.0", + "name": "udm", + "repo": "udm" + } + } + } + } + ] + default.json: | + { + "proxy": { + "http": "", + "https": "", + "noproxy": "", + "enabled": false + }, + "docker_content_trust": { + "DOCKER_CONTENT_TRUST": 1, + "DOCKER_CONTENT_TRUST_SERVER": "https://harbor-notary.jarvis.local", + "DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE": "passphrase", + "DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE": "passphrase" + }, + "chart_registry_url": "harbor-core.jarvis.local/chartrepo", + "chart_repository": "jarvis-harbor", + "docker_registry": "harbor-core.jarvis.local", + "harbor_secret_mounted_path": "/workspace/helm-creds", + "clone_async_batch_size": 20, + "chart_async_batch_size": 20, + "image_async_batch_size": 2 + } + cleanup.json: | + { + "remove_artifacts": "true" + } diff --git a/tools/gate/jarvis/5G-SA-core/udr/jarvis/development-pipeline/templates/config_map.yaml b/tools/gate/jarvis/5G-SA-core/udr/jarvis/development-pipeline/templates/config_map.yaml index 94c0bbf7..6efb437e 100644 --- a/tools/gate/jarvis/5G-SA-core/udr/jarvis/development-pipeline/templates/config_map.yaml +++ b/tools/gate/jarvis/5G-SA-core/udr/jarvis/development-pipeline/templates/config_map.yaml @@ -1,80 +1,80 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: deployment-flow -data: - cluster.json: | - { - "namespace": "{{ $.Values.namespace }}", - "use_existing_cluster": "true" - } - image.json: | - { - "build_from_source": true, - "image_from": "harbor-core.jarvis.local/library/ubuntu:focal", - "image_name": "udr", - "project": "udr", - "repo": "udr", - "tag": "1.built", - "image_fullname": "cnf/udr:1.0", - "path": "images/udr", - "namespace": "{{ $.Values.namespace }}", - "build": { - "git_repo": "{{ $.Values.git_repo }}", - "target_loc": "/src/checkout/udr", - "refspec": "{{ $.Values.refspec }}", - "version": "refs/changes/*:refs/changes/*" - } - } - chart.json: | - { - "chart_name": "udr", - "project": "udr", - "repo": "udr", - "version": "0.1.0", - "build_from_source": true, - "path": "charts", - "namespace": "{{ $.Values.namespace }}", - "build": { - "git_repo": "{{ $.Values.git_repo }}", - "target_loc": "/src/checkout/udr", - "refspec": "{{ $.Values.refspec }}", - "version": "refs/changes/*:refs/changes/*" - }, - "release_name": "udr", - "images": { - "applications": { - "udr": { - "tag": "1.0", - "name": "udr", - "repo": "udr" - } - } - } - } - default.json: | - { - "proxy": { - "http": "", - "https": "", - "noproxy": "", - "enabled": false - }, - "docker_content_trust": { - "DOCKER_CONTENT_TRUST": 1, - "DOCKER_CONTENT_TRUST_SERVER": "https://harbor-notary.jarvis.local", - "DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE": "passphrase", - "DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE": "passphrase" - }, - "chart_registry_url": "harbor-core.jarvis.local/chartrepo", - "chart_repository": "jarvis-harbor", - "docker_registry": "harbor-core.jarvis.local", - "harbor_secret_mounted_path": "/workspace/helm-creds", - "clone_async_batch_size": 20, - "chart_async_batch_size": 20, - "image_async_batch_size": 2 - } - cleanup.json: | - { - "remove_artifacts": "true" - } +apiVersion: v1 +kind: ConfigMap +metadata: + name: deployment-flow +data: + cluster.json: | + { + "namespace": "{{ $.Values.namespace }}", + "use_existing_cluster": "true" + } + image.json: | + { + "build_from_source": true, + "image_from": "harbor-core.jarvis.local/library/ubuntu:focal", + "image_name": "udr", + "project": "udr", + "repo": "udr", + "tag": "1.built", + "image_fullname": "cnf/udr:1.0", + "path": "images/udr", + "namespace": "{{ $.Values.namespace }}", + "build": { + "git_repo": "{{ $.Values.git_repo }}", + "target_loc": "/src/checkout/udr", + "refspec": "{{ $.Values.refspec }}", + "version": "refs/changes/*:refs/changes/*" + } + } + chart.json: | + { + "chart_name": "udr", + "project": "udr", + "repo": "udr", + "version": "0.1.0", + "build_from_source": true, + "path": "charts", + "namespace": "{{ $.Values.namespace }}", + "build": { + "git_repo": "{{ $.Values.git_repo }}", + "target_loc": "/src/checkout/udr", + "refspec": "{{ $.Values.refspec }}", + "version": "refs/changes/*:refs/changes/*" + }, + "release_name": "udr", + "images": { + "applications": { + "udr": { + "tag": "1.0", + "name": "udr", + "repo": "udr" + } + } + } + } + default.json: | + { + "proxy": { + "http": "", + "https": "", + "noproxy": "", + "enabled": false + }, + "docker_content_trust": { + "DOCKER_CONTENT_TRUST": 1, + "DOCKER_CONTENT_TRUST_SERVER": "https://harbor-notary.jarvis.local", + "DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE": "passphrase", + "DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE": "passphrase" + }, + "chart_registry_url": "harbor-core.jarvis.local/chartrepo", + "chart_repository": "jarvis-harbor", + "docker_registry": "harbor-core.jarvis.local", + "harbor_secret_mounted_path": "/workspace/helm-creds", + "clone_async_batch_size": 20, + "chart_async_batch_size": 20, + "image_async_batch_size": 2 + } + cleanup.json: | + { + "remove_artifacts": "true" + }