From fa39bef3f4532802314cb89721e13c37555634b1 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Fri, 21 Oct 2022 10:36:42 +0200 Subject: [APACHECNF] Various updates of the demo Issue-ID: INT-2164 Signed-off-by: Lukasz Rajewski Change-Id: I1ce506db959d5fd865898422cb018b1428ec41ac --- tutorials/ApacheCNF/service_config.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tutorials/ApacheCNF/service_config.yaml') diff --git a/tutorials/ApacheCNF/service_config.yaml b/tutorials/ApacheCNF/service_config.yaml index ef88fd27..623832a5 100644 --- a/tutorials/ApacheCNF/service_config.yaml +++ b/tutorials/ApacheCNF/service_config.yaml @@ -1,5 +1,6 @@ # ============LICENSE_START======================================================= # Copyright (C) 2022 Orange +# Modification Copyright (C) 2022 Deutsche Telekom AG # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,6 +16,7 @@ # # ============LICENSE_END========================================================= user_params: + company_name: &company company cnf_name: &cnf_name apache k8s_namespace: test-cnf k8s_version: 1.18.9 @@ -28,7 +30,7 @@ cloud_regions: - name: *region cloud_owner: K8sCloudOwner cloud_type: k8s - complex_id: k8s-complex1 + complex_id: k8scomplex1 tenants: - name: &tenant "{{ user_params.k8s_region }}-tenant" k8s_version: "{{ user_params.k8s_version }}" @@ -66,7 +68,7 @@ service_model: service_instance: model_name: *service_model_name instance_name: I_{{ service_model.model_name }}_{{ user_params.release_name }} - customer_id: orange + customer_id: *company cloud_region: *region # "{{ cloud_regions[0].name }}" tenant_name: *tenant # "{{ cloud_regions[0].tenants[0].name }}" service_type: *cnf_name @@ -87,7 +89,6 @@ service_instance: k8s-rb-instance-release-name: "{{ user_params.release_name }}" k8s-rb-profile-namespace: "{{ user_params.k8s_namespace }}" k8s-rb-config-template-name: replica-count-template - k8s-rb-config-template-source: deployment-config k8s-rb-config-name: replica-count-change k8s-rb-config-value-source: custom-values # pnfs: -- cgit 1.2.3-korg