Update XOS and services to use newer logging components
Change-Id: I6ed3e964538417c655dbb888d1c08d1392293e5c
diff --git a/xos-core/Chart.yaml b/xos-core/Chart.yaml
index e645188..3caeea7 100644
--- a/xos-core/Chart.yaml
+++ b/xos-core/Chart.yaml
@@ -17,9 +17,9 @@
description: XOS - An Extensible Cloud Operating System
icon: https://guide.opencord.org/logos/xos.svg
-version: 2.2.0
+version: 2.2.1
# appVersion is of the xos-core and xos-chameleon containers.
# xos-tosca and xos-api-tester are versioned in values.yaml
-appVersion: 2.1.21
+appVersion: 2.1.23
diff --git a/xos-core/templates/_core.tpl b/xos-core/templates/_core.tpl
index d83dfe7..e0d545b 100644
--- a/xos-core/templates/_core.tpl
+++ b/xos-core/templates/_core.tpl
@@ -32,12 +32,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.core
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-core/templates/_tosca.tpl b/xos-core/templates/_tosca.tpl
index fe2ebf1..d8b75c8 100644
--- a/xos-core/templates/_tosca.tpl
+++ b/xos-core/templates/_tosca.tpl
@@ -29,12 +29,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.tosca
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-core/values.yaml b/xos-core/values.yaml
index 6cdb1b2..0bcc350 100644
--- a/xos-core/values.yaml
+++ b/xos-core/values.yaml
@@ -31,7 +31,7 @@
xos_tosca:
repository: 'xosproject/xos-tosca'
- tag: '1.1.3'
+ tag: '1.1.5'
pullPolicy: 'Always'
xos_api_tester:
diff --git a/xos-profiles/att-workflow/Chart.yaml b/xos-profiles/att-workflow/Chart.yaml
index b52fc30..5d4c137 100644
--- a/xos-profiles/att-workflow/Chart.yaml
+++ b/xos-profiles/att-workflow/Chart.yaml
@@ -1,5 +1,4 @@
---
-
# Copyright 2018-present Open Networking Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,8 +17,7 @@
name: att-workflow
description: A Helm chart for XOS's "att-workflow" profile
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.0
+version: 1.0.1
# xosproject/tosca-loader version
-appVersion: 1.1.3
-
+appVersion: 1.1.5
diff --git a/xos-profiles/att-workflow/requirements.yaml b/xos-profiles/att-workflow/requirements.yaml
index 9d81702..ffb238b 100644
--- a/xos-profiles/att-workflow/requirements.yaml
+++ b/xos-profiles/att-workflow/requirements.yaml
@@ -15,22 +15,22 @@
dependencies:
- name: rcord
- version: 1.0.4
+ version: 1.0.5
repository: file://../../xos-services/rcord
- name: onos-service
- version: 2.0.5
+ version: 2.0.6
repository: file://../../xos-services/onos-service
- name: fabric
- version: 2.1.3
+ version: 2.1.5
repository: file://../../xos-services/fabric
- name: volt
- version: 2.1.3
+ version: 2.1.4
repository: file://../../xos-services/volt
- name: fabric-crossconnect
- version: 1.1.1
+ version: 1.1.2
repository: file://../../xos-services/fabric-crossconnect
- name: att-workflow-driver
- version: 1.0.5
+ version: 1.0.7
repository: file://../../xos-services/att-workflow-driver
- name: sadis-server
version: 1.0.1
diff --git a/xos-profiles/base-kubernetes/Chart.yaml b/xos-profiles/base-kubernetes/Chart.yaml
index fc26fad..3bdda20 100644
--- a/xos-profiles/base-kubernetes/Chart.yaml
+++ b/xos-profiles/base-kubernetes/Chart.yaml
@@ -17,8 +17,8 @@
name: base-kubernetes
description: A Helm chart for XOS's "base-kubernetes" profile
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.0
+version: 1.0.1
# xosproject/tosca-loader version
-appVersion: 1.1.3
+appVersion: 1.1.5
diff --git a/xos-profiles/base-kubernetes/requirements.yaml b/xos-profiles/base-kubernetes/requirements.yaml
index ff2de09..4bfd802 100644
--- a/xos-profiles/base-kubernetes/requirements.yaml
+++ b/xos-profiles/base-kubernetes/requirements.yaml
@@ -15,7 +15,7 @@
dependencies:
- name: kubernetes
- version: 1.0.4
+ version: 1.1.1
repository: file://../../xos-services/kubernetes
diff --git a/xos-profiles/base-openstack/Chart.yaml b/xos-profiles/base-openstack/Chart.yaml
index 3f0f3f0..f80a0cf 100644
--- a/xos-profiles/base-openstack/Chart.yaml
+++ b/xos-profiles/base-openstack/Chart.yaml
@@ -16,7 +16,7 @@
name: base-openstack
description: A Helm chart for the "base-openstack" profile
icon: https://guide.opencord.org/logos/cord.svg
-version: 0.1.0
+version: 0.1.1
# xosproject/tosca-loader version
-appVersion: 1.1.3
+appVersion: 1.1.5
diff --git a/xos-profiles/base-openstack/requirements.yaml b/xos-profiles/base-openstack/requirements.yaml
index 04cf7dc..96c3022 100644
--- a/xos-profiles/base-openstack/requirements.yaml
+++ b/xos-profiles/base-openstack/requirements.yaml
@@ -15,11 +15,11 @@
dependencies:
- name: onos-service
- version: 2.0.5
+ version: 2.0.6
repository: file://../../xos-services/onos-service
- name: openstack
- version: 1.0.2
+ version: 1.1.1
repository: file://../../xos-services/openstack
- name: vtn-service
- version: 1.0.1
+ version: 1.0.2
repository: file://../../xos-services/vtn-service
diff --git a/xos-profiles/demo-exampleservice/Chart.yaml b/xos-profiles/demo-exampleservice/Chart.yaml
index 2e6dec1..9ac3aac 100644
--- a/xos-profiles/demo-exampleservice/Chart.yaml
+++ b/xos-profiles/demo-exampleservice/Chart.yaml
@@ -17,8 +17,8 @@
description: A Helm chart that launches and configures ExampleService. It's assumed that base-kubernetes profile is installed.
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.0
+version: 1.0.1
# xosproject/tosca-loader version
-appVersion: 1.1.3
+appVersion: 1.1.5
diff --git a/xos-profiles/demo-exampleservice/requirements.yaml b/xos-profiles/demo-exampleservice/requirements.yaml
index d27a2ef..573b4e0 100644
--- a/xos-profiles/demo-exampleservice/requirements.yaml
+++ b/xos-profiles/demo-exampleservice/requirements.yaml
@@ -15,8 +15,8 @@
dependencies:
- name: exampleservice
- version: 2.1.2
+ version: 2.2.1
repository: file://../../xos-services/exampleservice
- name: addressmanager
- version: 2.0.1
+ version: 2.0.2
repository: file://../../xos-services/addressmanager
diff --git a/xos-profiles/demo-simpleexampleservice/Chart.yaml b/xos-profiles/demo-simpleexampleservice/Chart.yaml
index ff04d86..5d34070 100644
--- a/xos-profiles/demo-simpleexampleservice/Chart.yaml
+++ b/xos-profiles/demo-simpleexampleservice/Chart.yaml
@@ -18,7 +18,7 @@
description: A Helm chart that launches and configures SimpleExampleService. It's assumed that base-kubernetes profile is installed.
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.0
+version: 1.0.1
# xosproject/tosca-loader version
-appVersion: 1.1.3
+appVersion: 1.1.5
diff --git a/xos-profiles/demo-simpleexampleservice/requirements.yaml b/xos-profiles/demo-simpleexampleservice/requirements.yaml
index 91ca512..b89d176 100644
--- a/xos-profiles/demo-simpleexampleservice/requirements.yaml
+++ b/xos-profiles/demo-simpleexampleservice/requirements.yaml
@@ -16,5 +16,5 @@
dependencies:
- name: simpleexampleservice
- version: 1.0.1
+ version: 1.1.1
repository: file://../../xos-services/simpleexampleservice
diff --git a/xos-profiles/mcord/Chart.yaml b/xos-profiles/mcord/Chart.yaml
index e11340b..e05a96a 100644
--- a/xos-profiles/mcord/Chart.yaml
+++ b/xos-profiles/mcord/Chart.yaml
@@ -17,7 +17,7 @@
description: A Helm chart for the "mcord" profile
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.0
+version: 1.0.1
# xosproject/tosca-loader version
-appVersion: 1.1.3
+appVersion: 1.1.5
diff --git a/xos-profiles/mcord/requirements.yaml b/xos-profiles/mcord/requirements.yaml
index 12b4c93..2eb2aea 100644
--- a/xos-profiles/mcord/requirements.yaml
+++ b/xos-profiles/mcord/requirements.yaml
@@ -15,32 +15,32 @@
dependencies:
- name: vmme
- version: 1.0.2
+ version: 1.0.3
repository: file://../../xos-services/vmme
- name: vspgwc
- version: 1.0.1
+ version: 1.0.2
repository: file://../../xos-services/vspgwc
- name: vspgwu
- version: 1.0.1
+ version: 1.0.2
repository: file://../../xos-services/vspgwu
- name: vhss
- version: 1.0.2
+ version: 1.0.3
repository: file://../../xos-services/vhss
- name: hssdb
- version: 1.0.1
+ version: 1.0.2
repository: file://../../xos-services/hssdb
- name: internetemulator
- version: 1.0.1
+ version: 1.0.2
repository: file://../../xos-services/internetemulator
- name: sdncontroller
- version: 1.0.1
+ version: 1.0.2
repository: file://../../xos-services/sdncontroller
- name: epc-service
- version: 1.1.1
+ version: 1.1.2
repository: file://../../xos-services/epc-service
- name: mcord-subscriber
- version: 2.0.1
+ version: 2.0.2
repository: file://../../xos-services/mcord-subscriber
- name: progran
- version: 2.0.2
+ version: 2.0.3
repository: file://../../xos-services/progran
diff --git a/xos-profiles/ponsim-pod/Chart.yaml b/xos-profiles/ponsim-pod/Chart.yaml
index 656e2b4..4a1256c 100644
--- a/xos-profiles/ponsim-pod/Chart.yaml
+++ b/xos-profiles/ponsim-pod/Chart.yaml
@@ -17,7 +17,7 @@
description: A Helm chart for loading the Ponsim pod's TOSCA files into XOS
icon: https://guide.opencord.org/logos/xos.svg
-version: 1.0.0
+version: 1.0.1
# xosproject/tosca-loader version
-appVersion: 1.1.3
+appVersion: 1.1.5
diff --git a/xos-profiles/rcord-lite/Chart.yaml b/xos-profiles/rcord-lite/Chart.yaml
index b28c9cd..6bb3421 100644
--- a/xos-profiles/rcord-lite/Chart.yaml
+++ b/xos-profiles/rcord-lite/Chart.yaml
@@ -16,7 +16,7 @@
name: rcord-lite
description: A Helm chart for XOS's "rcord-lite" profile
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.0
+version: 1.0.1
# xosproject/tosca-loader version
-appVersion: 1.1.3
+appVersion: 1.1.5
diff --git a/xos-profiles/rcord-lite/requirements.yaml b/xos-profiles/rcord-lite/requirements.yaml
index 8462ac2..20acdac 100644
--- a/xos-profiles/rcord-lite/requirements.yaml
+++ b/xos-profiles/rcord-lite/requirements.yaml
@@ -15,22 +15,22 @@
dependencies:
- name: rcord
- version: 1.0.4
+ version: 1.0.5
repository: file://../../xos-services/rcord
- name: onos-service
- version: 2.0.5
+ version: 2.0.6
repository: file://../../xos-services/onos-service
- name: fabric
- version: 2.1.3
+ version: 2.1.5
repository: file://../../xos-services/fabric
- name: volt
- version: 2.1.3
+ version: 2.1.4
repository: file://../../xos-services/volt
- name: vsg-hw
- version: 1.0.1
+ version: 1.0.2
repository: file://../../xos-services/vsg-hw
- name: vrouter
- version: 2.0.1
+ version: 2.0.3
repository: file://../../xos-services/vrouter
- name: sadis-server
version: 1.0.1
diff --git a/xos-services/addressmanager/Chart.yaml b/xos-services/addressmanager/Chart.yaml
index 2d43e4e..84641ab 100644
--- a/xos-services/addressmanager/Chart.yaml
+++ b/xos-services/addressmanager/Chart.yaml
@@ -17,6 +17,6 @@
description: A Helm chart for XOS's "addressmanager" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 2.0.1
-appVersion: 2.0.1
+version: 2.0.2
+appVersion: 2.0.2
diff --git a/xos-services/addressmanager/templates/_helpers.tpl b/xos-services/addressmanager/templates/_helpers.tpl
index b85862a..58767af 100644
--- a/xos-services/addressmanager/templates/_helpers.tpl
+++ b/xos-services/addressmanager/templates/_helpers.tpl
@@ -68,12 +68,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.addressmanager
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/att-workflow-driver/Chart.yaml b/xos-services/att-workflow-driver/Chart.yaml
index 55ebf06..ffad079 100644
--- a/xos-services/att-workflow-driver/Chart.yaml
+++ b/xos-services/att-workflow-driver/Chart.yaml
@@ -1,5 +1,4 @@
---
-
# Copyright 2018-present Open Networking Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,5 +17,5 @@
description: A Helm chart for XOS's "att-workflow-driver" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.5
-appVersion: 1.0.5
+version: 1.0.7
+appVersion: 1.0.7
diff --git a/xos-services/att-workflow-driver/templates/_helpers.tpl b/xos-services/att-workflow-driver/templates/_helpers.tpl
index e490c81..acbbdcc 100644
--- a/xos-services/att-workflow-driver/templates/_helpers.tpl
+++ b/xos-services/att-workflow-driver/templates/_helpers.tpl
@@ -66,12 +66,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.att-workflow-driver
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/epc-service/Chart.yaml b/xos-services/epc-service/Chart.yaml
index fc914fe..7e1c244 100644
--- a/xos-services/epc-service/Chart.yaml
+++ b/xos-services/epc-service/Chart.yaml
@@ -1,5 +1,4 @@
---
-
# Copyright 2018-present Open Networking Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,5 +17,5 @@
description: A Helm chart for XOS's "epc-service" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.1.1
-appVersion: 1.1.1
+version: 1.1.2
+appVersion: 1.1.2
diff --git a/xos-services/epc-service/templates/_helpers.tpl b/xos-services/epc-service/templates/_helpers.tpl
index 531bb40..4d6d7d3 100644
--- a/xos-services/epc-service/templates/_helpers.tpl
+++ b/xos-services/epc-service/templates/_helpers.tpl
@@ -63,12 +63,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.epc-service
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/exampleservice/Chart.yaml b/xos-services/exampleservice/Chart.yaml
index 2583804..0b5fee3 100644
--- a/xos-services/exampleservice/Chart.yaml
+++ b/xos-services/exampleservice/Chart.yaml
@@ -17,6 +17,6 @@
description: A Helm chart for XOS's "exampleservice" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 2.1.2
-appVersion: 2.1.2
+version: 2.2.1
+appVersion: 2.2.1
diff --git a/xos-services/exampleservice/templates/_helpers.tpl b/xos-services/exampleservice/templates/_helpers.tpl
index c33f782..6b1a62f 100644
--- a/xos-services/exampleservice/templates/_helpers.tpl
+++ b/xos-services/exampleservice/templates/_helpers.tpl
@@ -59,12 +59,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.exampleservice
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/fabric-crossconnect/Chart.yaml b/xos-services/fabric-crossconnect/Chart.yaml
index caeb202..e1eb2bb 100644
--- a/xos-services/fabric-crossconnect/Chart.yaml
+++ b/xos-services/fabric-crossconnect/Chart.yaml
@@ -17,7 +17,7 @@
description: A Helm chart for XOS's "fabric-crossconnect" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.1.1
-appVersion: 1.1.1
+version: 1.1.2
+appVersion: 1.1.2
diff --git a/xos-services/fabric-crossconnect/templates/_helpers.tpl b/xos-services/fabric-crossconnect/templates/_helpers.tpl
index 1e1b73e..58c4829 100644
--- a/xos-services/fabric-crossconnect/templates/_helpers.tpl
+++ b/xos-services/fabric-crossconnect/templates/_helpers.tpl
@@ -66,12 +66,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.fabric-crossconnect
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/fabric/Chart.yaml b/xos-services/fabric/Chart.yaml
index 85981f0..fcf87a4 100644
--- a/xos-services/fabric/Chart.yaml
+++ b/xos-services/fabric/Chart.yaml
@@ -18,6 +18,6 @@
description: A Helm chart for XOS's "fabric" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 2.1.3
-appVersion: 2.1.3
+version: 2.1.5
+appVersion: 2.1.5
diff --git a/xos-services/fabric/templates/_helpers.tpl b/xos-services/fabric/templates/_helpers.tpl
index 808e8dd..0da937c 100644
--- a/xos-services/fabric/templates/_helpers.tpl
+++ b/xos-services/fabric/templates/_helpers.tpl
@@ -66,12 +66,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.fabric
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/hippie-oss/Chart.yaml b/xos-services/hippie-oss/Chart.yaml
index 2a96022..0f1b429 100644
--- a/xos-services/hippie-oss/Chart.yaml
+++ b/xos-services/hippie-oss/Chart.yaml
@@ -17,5 +17,5 @@
description: A Helm chart for XOS's "hippie-oss" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.1.0
-appVersion: 1.1.0
+version: 1.1.1
+appVersion: 1.1.1
diff --git a/xos-services/hippie-oss/templates/_helpers.tpl b/xos-services/hippie-oss/templates/_helpers.tpl
index 5f5aa5d..cfb8eda 100644
--- a/xos-services/hippie-oss/templates/_helpers.tpl
+++ b/xos-services/hippie-oss/templates/_helpers.tpl
@@ -66,12 +66,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.hippie-oss
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/hssdb/Chart.yaml b/xos-services/hssdb/Chart.yaml
index be71c23..e1b959d 100644
--- a/xos-services/hssdb/Chart.yaml
+++ b/xos-services/hssdb/Chart.yaml
@@ -1,5 +1,4 @@
---
-
# Copyright 2018-present Open Networking Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,6 +17,6 @@
description: A Helm chart for XOS's "hssdb" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.1
-appVersion: 1.0.1
+version: 1.0.2
+appVersion: 1.0.2
diff --git a/xos-services/hssdb/templates/_helpers.tpl b/xos-services/hssdb/templates/_helpers.tpl
index 9cadd45..8733e55 100644
--- a/xos-services/hssdb/templates/_helpers.tpl
+++ b/xos-services/hssdb/templates/_helpers.tpl
@@ -63,12 +63,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.hssdb
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/internetemulator/Chart.yaml b/xos-services/internetemulator/Chart.yaml
index 95edca9..adc8e8d 100644
--- a/xos-services/internetemulator/Chart.yaml
+++ b/xos-services/internetemulator/Chart.yaml
@@ -17,6 +17,6 @@
description: A Helm chart for XOS's "internetemulator" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.1
-appVersion: 1.0.1
+version: 1.0.2
+appVersion: 1.0.2
diff --git a/xos-services/internetemulator/templates/_helpers.tpl b/xos-services/internetemulator/templates/_helpers.tpl
index 13a5e2c..e9b0768 100644
--- a/xos-services/internetemulator/templates/_helpers.tpl
+++ b/xos-services/internetemulator/templates/_helpers.tpl
@@ -63,12 +63,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.internetemulator
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/kubernetes/Chart.yaml b/xos-services/kubernetes/Chart.yaml
index 1377a99..2000e42 100644
--- a/xos-services/kubernetes/Chart.yaml
+++ b/xos-services/kubernetes/Chart.yaml
@@ -17,8 +17,8 @@
description: A Helm chart for XOS's "kubernetes" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.4
-appVersion: 1.0.4
+version: 1.1.1
+appVersion: 1.1.1
diff --git a/xos-services/kubernetes/templates/_helpers.tpl b/xos-services/kubernetes/templates/_helpers.tpl
index 35d4b4d..a58f7f6 100644
--- a/xos-services/kubernetes/templates/_helpers.tpl
+++ b/xos-services/kubernetes/templates/_helpers.tpl
@@ -62,12 +62,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.kubernetes
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/mcord-subscriber/Chart.yaml b/xos-services/mcord-subscriber/Chart.yaml
index 01109e5..794cd2a 100644
--- a/xos-services/mcord-subscriber/Chart.yaml
+++ b/xos-services/mcord-subscriber/Chart.yaml
@@ -17,5 +17,5 @@
description: A Helm chart that creates a subscriber for the "mcord" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 2.0.1
-appVersion: 2.0.1
+version: 2.0.2
+appVersion: 2.0.2
diff --git a/xos-services/mcord-subscriber/templates/_helpers.tpl b/xos-services/mcord-subscriber/templates/_helpers.tpl
index cf10579..a8ef696 100644
--- a/xos-services/mcord-subscriber/templates/_helpers.tpl
+++ b/xos-services/mcord-subscriber/templates/_helpers.tpl
@@ -63,12 +63,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.mcord-subscriber
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/onos-service/Chart.yaml b/xos-services/onos-service/Chart.yaml
index 8c92ab6..6f6666a 100644
--- a/xos-services/onos-service/Chart.yaml
+++ b/xos-services/onos-service/Chart.yaml
@@ -15,5 +15,7 @@
description: A Helm chart for XOS's "onos-service" service, which configures ONOS
name: onos-service
-version: 2.0.5
-appVersion: 2.0.5
+icon: https://guide.opencord.org/logos/cord.svg
+
+version: 2.0.6
+appVersion: 2.0.6
diff --git a/xos-services/onos-service/templates/_helpers.tpl b/xos-services/onos-service/templates/_helpers.tpl
index 9eea7d2..f408f3f 100644
--- a/xos-services/onos-service/templates/_helpers.tpl
+++ b/xos-services/onos-service/templates/_helpers.tpl
@@ -67,12 +67,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.onos-service
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/openstack/Chart.yaml b/xos-services/openstack/Chart.yaml
index c9084d5..bc70f6d 100644
--- a/xos-services/openstack/Chart.yaml
+++ b/xos-services/openstack/Chart.yaml
@@ -17,5 +17,5 @@
description: A Helm chart for XOS's "openstack" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.2
-appVersion: 1.0.2
+version: 1.1.1
+appVersion: 1.1.1
diff --git a/xos-services/openstack/templates/_helpers.tpl b/xos-services/openstack/templates/_helpers.tpl
index fdca6e8..35f2dff 100644
--- a/xos-services/openstack/templates/_helpers.tpl
+++ b/xos-services/openstack/templates/_helpers.tpl
@@ -58,12 +58,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.openstack
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/progran/Chart.yaml b/xos-services/progran/Chart.yaml
index ddf1ad2..58d309a 100644
--- a/xos-services/progran/Chart.yaml
+++ b/xos-services/progran/Chart.yaml
@@ -17,5 +17,5 @@
description: A Helm chart for XOS's "progran" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 2.0.2
-appVersion: 2.0.2
+version: 2.0.3
+appVersion: 2.0.3
diff --git a/xos-services/progran/templates/_helpers.tpl b/xos-services/progran/templates/_helpers.tpl
index 8c2404d..6cd742a 100644
--- a/xos-services/progran/templates/_helpers.tpl
+++ b/xos-services/progran/templates/_helpers.tpl
@@ -63,12 +63,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.progran
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/rcord/Chart.yaml b/xos-services/rcord/Chart.yaml
index 4e33f42..3772fea 100644
--- a/xos-services/rcord/Chart.yaml
+++ b/xos-services/rcord/Chart.yaml
@@ -16,6 +16,6 @@
name: rcord
description: A Helm chart for XOS's "rcord" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.4
-appVersion: 1.0.4
+version: 1.0.5
+appVersion: 1.0.5
diff --git a/xos-services/rcord/templates/_helpers.tpl b/xos-services/rcord/templates/_helpers.tpl
index aa5ba31..3665028 100644
--- a/xos-services/rcord/templates/_helpers.tpl
+++ b/xos-services/rcord/templates/_helpers.tpl
@@ -59,12 +59,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.rcord
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/sdncontroller/Chart.yaml b/xos-services/sdncontroller/Chart.yaml
index abbcdb7..aa3c1a4 100644
--- a/xos-services/sdncontroller/Chart.yaml
+++ b/xos-services/sdncontroller/Chart.yaml
@@ -17,5 +17,5 @@
description: A Helm chart for XOS's "sdncontroller" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.1
-appVersion: 1.0.1
+version: 1.0.2
+appVersion: 1.0.2
diff --git a/xos-services/sdncontroller/templates/_helpers.tpl b/xos-services/sdncontroller/templates/_helpers.tpl
index cb055ba..ed66475 100644
--- a/xos-services/sdncontroller/templates/_helpers.tpl
+++ b/xos-services/sdncontroller/templates/_helpers.tpl
@@ -63,12 +63,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.sdncontroller
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/simpleexampleservice/Chart.yaml b/xos-services/simpleexampleservice/Chart.yaml
index f4bc0ce..168007d 100644
--- a/xos-services/simpleexampleservice/Chart.yaml
+++ b/xos-services/simpleexampleservice/Chart.yaml
@@ -17,5 +17,5 @@
description: A Helm chart for XOS's "simpleexampleservice" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.1
-appVersion: 1.0.1
+version: 1.1.1
+appVersion: 1.1.1
diff --git a/xos-services/simpleexampleservice/templates/_helpers.tpl b/xos-services/simpleexampleservice/templates/_helpers.tpl
index 58a8fe2..fe72cdc 100644
--- a/xos-services/simpleexampleservice/templates/_helpers.tpl
+++ b/xos-services/simpleexampleservice/templates/_helpers.tpl
@@ -82,12 +82,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.simpleexampleservice
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/vhss/Chart.yaml b/xos-services/vhss/Chart.yaml
index efe2c4f..470473c 100644
--- a/xos-services/vhss/Chart.yaml
+++ b/xos-services/vhss/Chart.yaml
@@ -17,6 +17,6 @@
description: A Helm chart for XOS's "vhss" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.2
-appVersion: 1.0.2
+version: 1.0.3
+appVersion: 1.0.3
diff --git a/xos-services/vhss/templates/_helpers.tpl b/xos-services/vhss/templates/_helpers.tpl
index 04bc6db..6d8d47a 100644
--- a/xos-services/vhss/templates/_helpers.tpl
+++ b/xos-services/vhss/templates/_helpers.tpl
@@ -63,12 +63,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.vhss
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/vmme/Chart.yaml b/xos-services/vmme/Chart.yaml
index d3907f3..b5746e0 100644
--- a/xos-services/vmme/Chart.yaml
+++ b/xos-services/vmme/Chart.yaml
@@ -17,6 +17,6 @@
description: A Helm chart for XOS's "vmme" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.2
-appVersion: 1.0.2
+version: 1.0.3
+appVersion: 1.0.3
diff --git a/xos-services/vmme/templates/_helpers.tpl b/xos-services/vmme/templates/_helpers.tpl
index 0e2c541..75e9931 100644
--- a/xos-services/vmme/templates/_helpers.tpl
+++ b/xos-services/vmme/templates/_helpers.tpl
@@ -63,12 +63,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.vmme
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/volt/Chart.yaml b/xos-services/volt/Chart.yaml
index 1f9724f..8485d58 100644
--- a/xos-services/volt/Chart.yaml
+++ b/xos-services/volt/Chart.yaml
@@ -17,5 +17,5 @@
description: A Helm chart for XOS's "olt-service" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 2.1.3
-appVersion: 2.1.5
+version: 2.1.4
+appVersion: 2.1.8
diff --git a/xos-services/volt/templates/_helpers.tpl b/xos-services/volt/templates/_helpers.tpl
index 114b22b..93b3f29 100644
--- a/xos-services/volt/templates/_helpers.tpl
+++ b/xos-services/volt/templates/_helpers.tpl
@@ -66,12 +66,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.volt
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/vrouter/Chart.yaml b/xos-services/vrouter/Chart.yaml
index 582aa63..a20efd4 100644
--- a/xos-services/vrouter/Chart.yaml
+++ b/xos-services/vrouter/Chart.yaml
@@ -17,5 +17,5 @@
description: A Helm chart for XOS's "vRouter" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 2.0.1
-appVersion: 2.0.1
+version: 2.0.3
+appVersion: 2.0.3
diff --git a/xos-services/vrouter/templates/_helpers.tpl b/xos-services/vrouter/templates/_helpers.tpl
index ef4b394..ae5e80b 100644
--- a/xos-services/vrouter/templates/_helpers.tpl
+++ b/xos-services/vrouter/templates/_helpers.tpl
@@ -63,12 +63,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.vrouter
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/vsg-hw/Chart.yaml b/xos-services/vsg-hw/Chart.yaml
index 40bf934..ca83546 100644
--- a/xos-services/vsg-hw/Chart.yaml
+++ b/xos-services/vsg-hw/Chart.yaml
@@ -17,5 +17,5 @@
description: A Helm chart for XOS's "vsg-hw" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.1
-appVersion: 1.0.1
+version: 1.0.2
+appVersion: 1.0.2
diff --git a/xos-services/vsg-hw/templates/_helpers.tpl b/xos-services/vsg-hw/templates/_helpers.tpl
index facf592..3f0a5ea 100644
--- a/xos-services/vsg-hw/templates/_helpers.tpl
+++ b/xos-services/vsg-hw/templates/_helpers.tpl
@@ -63,12 +63,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.vsg-hw
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/vspgwc/Chart.yaml b/xos-services/vspgwc/Chart.yaml
index 251ea2a..c2cd4d4 100644
--- a/xos-services/vspgwc/Chart.yaml
+++ b/xos-services/vspgwc/Chart.yaml
@@ -17,5 +17,5 @@
description: A Helm chart for XOS's "vspgwc" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.1
-appVersion: 1.0.1
+version: 1.0.2
+appVersion: 1.0.2
diff --git a/xos-services/vspgwc/templates/_helpers.tpl b/xos-services/vspgwc/templates/_helpers.tpl
index 8cc7bd0..2649c11 100644
--- a/xos-services/vspgwc/templates/_helpers.tpl
+++ b/xos-services/vspgwc/templates/_helpers.tpl
@@ -63,12 +63,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.vspgwc
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
@@ -78,4 +78,3 @@
enabled: {{ .Values.global.proxySshEnabled }}
user: {{ .Values.global.proxySshUser }}
{{- end -}}
-
diff --git a/xos-services/vspgwu/Chart.yaml b/xos-services/vspgwu/Chart.yaml
index 9cee6e7..288fbfa 100644
--- a/xos-services/vspgwu/Chart.yaml
+++ b/xos-services/vspgwu/Chart.yaml
@@ -17,5 +17,5 @@
description: A Helm chart for XOS's "vspgwu" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.1
-appVersion: 1.0.1
+version: 1.0.2
+appVersion: 1.0.2
diff --git a/xos-services/vspgwu/templates/_helpers.tpl b/xos-services/vspgwu/templates/_helpers.tpl
index 242c329..feecce1 100644
--- a/xos-services/vspgwu/templates/_helpers.tpl
+++ b/xos-services/vspgwu/templates/_helpers.tpl
@@ -63,12 +63,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.vspgwu
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-services/vtn-service/Chart.yaml b/xos-services/vtn-service/Chart.yaml
index d6097fd..93f4819 100644
--- a/xos-services/vtn-service/Chart.yaml
+++ b/xos-services/vtn-service/Chart.yaml
@@ -17,6 +17,6 @@
description: A Helm chart for XOS's "vtn-service" service
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.1
-appVersion: 1.0.1
+version: 1.0.2
+appVersion: 1.0.2
diff --git a/xos-services/vtn-service/templates/_helpers.tpl b/xos-services/vtn-service/templates/_helpers.tpl
index 22e1457..40250c2 100644
--- a/xos-services/vtn-service/templates/_helpers.tpl
+++ b/xos-services/vtn-service/templates/_helpers.tpl
@@ -63,12 +63,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.vtn-service
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
diff --git a/xos-tools/xossh/Chart.yaml b/xos-tools/xossh/Chart.yaml
index 814a6bb..f63af52 100644
--- a/xos-tools/xossh/Chart.yaml
+++ b/xos-tools/xossh/Chart.yaml
@@ -16,7 +16,7 @@
name: xossh
description: A Helm chart for xossh, the XOS command line shell
icon: https://guide.opencord.org/logos/xos.svg
-version: 2.1.15
+version: 2.1.23
# Runs the xosproject/xos-client container
-appVersion: 2.1.15
+appVersion: 2.1.23
diff --git a/xos-tools/xossh/values.yaml b/xos-tools/xossh/values.yaml
index e8d03b8..aeccd83 100644
--- a/xos-tools/xossh/values.yaml
+++ b/xos-tools/xossh/values.yaml
@@ -55,7 +55,7 @@
maxBytes: 10485760
backupCount: 5
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file