[CORD-2909] Flatten and parameterize charts
Change-Id: I695c1df063b0f6f6ccf280254d54cc701292348f
diff --git a/xos-services/vsg-hw/values.yaml b/xos-services/vsg-hw/values.yaml
index 7f23fe3..3a01a3b 100644
--- a/xos-services/vsg-hw/values.yaml
+++ b/xos-services/vsg-hw/values.yaml
@@ -1,5 +1,4 @@
---
-
# Copyright 2018-present Open Networking Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,21 +13,21 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# Default values for exampleservice.
+# Default values for vsg-hw
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
-pull_docker_registry:
-
nameOverride: ""
fullnameOverride: ""
-image:
- repository: xosproject/vsg-hw-synchronizer
- tag: master
- pullPolicy: IfNotPresent
+imagePullPolicy: 'IfNotPresent'
+
+vsg_hw_synchronizerImage: "xosproject/vsg-hw-synchronizer:master"
+
+xosAdminUser: "admin@opencord.org"
+xosAdminPassword: "letmein"
resources: {}
@@ -37,35 +36,3 @@
tolerations: []
affinity: {}
-
-serviceConfig:
- name: vsg-hw
- accessor:
- username: admin@opencord.org
- password: letmein
- endpoint: xos-core:50051
- required_models:
- - VSGHWService
- - VSGHWServiceInstance
- - ServiceInstanceLink
- dependency_graph: "/opt/xos/synchronizers/vsg-hw/model-deps"
- steps_dir: "/opt/xos/synchronizers/vsg-hw/steps"
- model_policies_dir: "/opt/xos/synchronizers/vsg-hw/model_policies"
- sys_dir: "/opt/xos/synchronizers/vsg-hw/sys"
- models_dir: "/opt/xos/synchronizers/vsg-hw/models"
- logging:
- version: 1
- handlers:
- console:
- class: logging.StreamHandler
- file:
- class: logging.handlers.RotatingFileHandler
- filename: /var/log/xos.log
- maxBytes: 10485760
- backupCount: 5
- loggers:
- 'multistructlog':
- handlers:
- - console
- - file
- level: DEBUG