[SEBA-497] Use delayered containers (except for rcord)

Change-Id: If19c9941f0872e1f15c107e490651937ddc0a3f0
diff --git a/workflows/att-workflow/Chart.yaml b/workflows/att-workflow/Chart.yaml
index 21c719a..34e5460 100644
--- a/workflows/att-workflow/Chart.yaml
+++ b/workflows/att-workflow/Chart.yaml
@@ -17,7 +17,7 @@
 name: att-workflow
 description: A Helm chart for XOS's "att-workflow"
 icon: https://guide.opencord.org/logos/cord.svg
-version: 1.1.0
+version: 1.2.0
 
 # xosproject/tosca-loader version
-appVersion: 1.1.7
+appVersion: 1.3.0
diff --git a/workflows/att-workflow/requirements.yaml b/workflows/att-workflow/requirements.yaml
index 9aca671..3f9d627 100644
--- a/workflows/att-workflow/requirements.yaml
+++ b/workflows/att-workflow/requirements.yaml
@@ -15,5 +15,5 @@
 
 dependencies:
 - name: att-workflow-driver
-  version: 1.0.20
+  version: 1.1.0
   repository: file://../../xos-services/att-workflow-driver
diff --git a/workflows/tt-workflow/Chart.yaml b/workflows/tt-workflow/Chart.yaml
index f41e810..781f4fd 100644
--- a/workflows/tt-workflow/Chart.yaml
+++ b/workflows/tt-workflow/Chart.yaml
@@ -17,7 +17,7 @@
 name: tt-workflow
 description: A Helm chart for XOS's "tt-workflow"
 icon: https://guide.opencord.org/logos/cord.svg
-version: 0.1.0-dev
+version: 0.1.1-dev
 
 # xosproject/tosca-loader version
-appVersion: 1.1.7
+appVersion: 1.3.0
diff --git a/workflows/tt-workflow/requirements.yaml b/workflows/tt-workflow/requirements.yaml
index a2eb7d5..f02ee70 100644
--- a/workflows/tt-workflow/requirements.yaml
+++ b/workflows/tt-workflow/requirements.yaml
@@ -15,5 +15,5 @@
 
 dependencies:
 - name: tt-workflow-driver
-  version: 0.1.0-dev
+  version: 0.1.0
   repository: file://../../xos-services/tt-workflow-driver
diff --git a/xos-core/Chart.yaml b/xos-core/Chart.yaml
index e3ba72c..11bdbe7 100644
--- a/xos-core/Chart.yaml
+++ b/xos-core/Chart.yaml
@@ -17,8 +17,8 @@
 description: XOS - An Extensible Cloud Operating System
 icon: https://guide.opencord.org/logos/xos.svg
 
-version: 3.0.1
+version: 3.0.2
 
-# appVersion is of the xos-core and xos-chameleon containers.
-# xos-tosca and xos-api-tester are versioned in values.yaml
-appVersion: 3.0.0
+# appVersion is of the xos-core containers.
+# xos-tosca, xos-chameleon, and xos-api-tester are versioned in values.yaml
+appVersion: 3.2.3
diff --git a/xos-core/requirements.yaml b/xos-core/requirements.yaml
index 300d929..bfa156f 100644
--- a/xos-core/requirements.yaml
+++ b/xos-core/requirements.yaml
@@ -18,6 +18,6 @@
   version: 1.0.1
   repository: file://../xos-db
 - name: xos-gui
-  version: 1.2.3
+  version: 1.2.4
   repository: file://../xos-gui
   condition: xos-gui.enabled
diff --git a/xos-core/values.yaml b/xos-core/values.yaml
index 20b3c02..3bd9df5 100644
--- a/xos-core/values.yaml
+++ b/xos-core/values.yaml
@@ -23,12 +23,12 @@
 
   xos_chameleon:
     repository: 'xosproject/chameleon'
-    tag: '{{ .Chart.AppVersion }}'
+    tag: '3.3.0'
     pullPolicy: 'Always'
 
   xos_tosca:
     repository: 'xosproject/xos-tosca'
-    tag: '1.2.0'
+    tag: '1.3.0'
     pullPolicy: 'Always'
 
   xos_api_tester:
diff --git a/xos-gui/Chart.yaml b/xos-gui/Chart.yaml
index 8c11705..22afb38 100644
--- a/xos-gui/Chart.yaml
+++ b/xos-gui/Chart.yaml
@@ -16,7 +16,7 @@
 name: xos-gui
 description: Web GUI for XOS
 icon: https://guide.opencord.org/logos/xos.svg
-version: 1.2.3
+version: 1.2.4
 
 # appVersion is of the xos-gui container, xos-ws tag is specified in values.yaml
 appVersion: 1.0.5
diff --git a/xos-gui/values.yaml b/xos-gui/values.yaml
index 5ea8f1c..7dbaea4 100644
--- a/xos-gui/values.yaml
+++ b/xos-gui/values.yaml
@@ -21,8 +21,8 @@
     pullPolicy: 'Always'
 
   xos_ws:
-    repository: 'xosproject/xos-ws'
-    tag: '2.0.1'
+    repository: 'xosproject/xos-rest-gw'
+    tag: '2.0.2'
     pullPolicy: 'Always'
 
 global:
diff --git a/xos-profiles/base-kubernetes/Chart.yaml b/xos-profiles/base-kubernetes/Chart.yaml
index 4b41840..c973968 100644
--- a/xos-profiles/base-kubernetes/Chart.yaml
+++ b/xos-profiles/base-kubernetes/Chart.yaml
@@ -16,7 +16,7 @@
 name: base-kubernetes
 description: A Helm chart for XOS's "base-kubernetes" profile
 icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.5
+version: 1.1.0
 
 # xosproject/tosca-loader version
-appVersion: 1.1.7
+appVersion: 1.3.0
diff --git a/xos-profiles/base-kubernetes/requirements.yaml b/xos-profiles/base-kubernetes/requirements.yaml
index 6917e49..70d31d9 100644
--- a/xos-profiles/base-kubernetes/requirements.yaml
+++ b/xos-profiles/base-kubernetes/requirements.yaml
@@ -15,5 +15,5 @@
 
 dependencies:
 - name: kubernetes
-  version: 1.1.7
+  version: 1.2.0
   repository: file://../../xos-services/kubernetes
diff --git a/xos-profiles/base-openstack/Chart.yaml b/xos-profiles/base-openstack/Chart.yaml
index 4fc1bf6..75a5e51 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.5
+version: 0.2.0
 
 # xosproject/tosca-loader version
-appVersion: 1.1.7
+appVersion: 1.3.0
diff --git a/xos-profiles/base-openstack/requirements.yaml b/xos-profiles/base-openstack/requirements.yaml
index a89e55c..af5211f 100644
--- a/xos-profiles/base-openstack/requirements.yaml
+++ b/xos-profiles/base-openstack/requirements.yaml
@@ -15,7 +15,7 @@
 
 dependencies:
 - name: onos-service
-  version: 2.0.13
+  version: 2.1.0
   repository: file://../../xos-services/onos-service
 - name: openstack
   version: 1.1.6
diff --git a/xos-profiles/demo-exampleservice/Chart.yaml b/xos-profiles/demo-exampleservice/Chart.yaml
index 78b3c7d..c5c2d6f 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.4
+version: 1.1.0
 
 # xosproject/tosca-loader version
-appVersion: 1.1.7
+appVersion: 1.3.0
 
diff --git a/xos-profiles/demo-simpleexampleservice/Chart.yaml b/xos-profiles/demo-simpleexampleservice/Chart.yaml
index 7a8428c..25c0ba0 100644
--- a/xos-profiles/demo-simpleexampleservice/Chart.yaml
+++ b/xos-profiles/demo-simpleexampleservice/Chart.yaml
@@ -17,7 +17,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.8
+version: 1.1.0
 
 # xosproject/tosca-loader version
-appVersion: 1.1.7
+appVersion: 1.3.0
diff --git a/xos-profiles/demo-simpleexampleservice/requirements.yaml b/xos-profiles/demo-simpleexampleservice/requirements.yaml
index 9be15e4..b9cf45e 100644
--- a/xos-profiles/demo-simpleexampleservice/requirements.yaml
+++ b/xos-profiles/demo-simpleexampleservice/requirements.yaml
@@ -15,5 +15,5 @@
 
 dependencies:
 - name: simpleexampleservice
-  version: 1.1.9
+  version: 1.2.0
   repository: file://../../xos-services/simpleexampleservice
diff --git a/xos-profiles/mcord/Chart.yaml b/xos-profiles/mcord/Chart.yaml
index 9ee9db4..7aee752 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.12
+version: 1.1.0
 
 # xosproject/tosca-loader version
-appVersion: 1.1.7
+appVersion: 1.3.0
diff --git a/xos-profiles/mcord/requirements.yaml b/xos-profiles/mcord/requirements.yaml
index ff0a4b0..04dc926 100644
--- a/xos-profiles/mcord/requirements.yaml
+++ b/xos-profiles/mcord/requirements.yaml
@@ -15,11 +15,11 @@
 
 dependencies:
 - name: onos-service
-  version: 2.0.13
+  version: 2.1.0
   repository: file://../../xos-services/onos-service
   condition: onos-service.enabled
 - name: fabric
-  version: 2.1.11
+  version: 2.2.0
   repository: file://../../xos-services/fabric
   condition: fabric.enabled
 - name: mcord-subscriber
@@ -29,5 +29,5 @@
   version: 2.0.7
   repository: file://../../xos-services/progran
 - name: vrouter
-  version: 2.0.5
+  version: 2.1.0
   repository: file://../../xos-services/vrouter
diff --git a/xos-profiles/rcord-lite/Chart.yaml b/xos-profiles/rcord-lite/Chart.yaml
index 5d4e373..5bb81ee 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.7
+version: 1.1.0
 
 # xosproject/tosca-loader version
-appVersion: 1.1.7
+appVersion: 1.3.0
diff --git a/xos-profiles/rcord-lite/requirements.yaml b/xos-profiles/rcord-lite/requirements.yaml
index e0512e6..a63d5c3 100644
--- a/xos-profiles/rcord-lite/requirements.yaml
+++ b/xos-profiles/rcord-lite/requirements.yaml
@@ -18,19 +18,19 @@
   version: 1.0.14
   repository: file://../../xos-services/rcord
 - name: onos-service
-  version: 2.0.13
+  version: 2.1.0
   repository: file://../../xos-services/onos-service
 - name: fabric
-  version: 2.1.11
+  version: 2.2.0
   repository: file://../../xos-services/fabric
 - name: volt
-  version: 2.1.12
+  version: 2.2.0
   repository: file://../../xos-services/volt
 - name: vsg-hw
   version: 1.1.0
   repository: file://../../xos-services/vsg-hw
 - name: vrouter
-  version: 2.0.5
+  version: 2.1.0
   repository: file://../../xos-services/vrouter
 - name: sadis-server
   version: 1.0.2
diff --git a/xos-profiles/seba-services/Chart.yaml b/xos-profiles/seba-services/Chart.yaml
index 917a223..1d0140f 100644
--- a/xos-profiles/seba-services/Chart.yaml
+++ b/xos-profiles/seba-services/Chart.yaml
@@ -17,7 +17,7 @@
 name: seba-services
 description: A Helm chart for XOS's "SEBA" profile
 icon: https://guide.opencord.org/logos/cord.svg
-version: 1.1.0
+version: 1.2.0
 
 # xosproject/tosca-loader version
-appVersion: 1.1.7
+appVersion: 1.3.0
diff --git a/xos-profiles/seba-services/requirements.yaml b/xos-profiles/seba-services/requirements.yaml
index 7c6e1c2..fbe7ee6 100644
--- a/xos-profiles/seba-services/requirements.yaml
+++ b/xos-profiles/seba-services/requirements.yaml
@@ -18,18 +18,18 @@
   version: 1.0.14
   repository: file://../../xos-services/rcord
 - name: onos-service
-  version: 2.0.13
+  version: 2.1.0
   repository: file://../../xos-services/onos-service
   condition: onos-service.enabled
 - name: fabric
-  version: 2.1.11
+  version: 2.2.0
   repository: file://../../xos-services/fabric
   condition: fabric.enabled
 - name: volt
-  version: 2.1.12
+  version: 2.2.0
   repository: file://../../xos-services/volt
 - name: fabric-crossconnect
-  version: 1.1.9
+  version: 1.2.0
   repository: file://../../xos-services/fabric-crossconnect
 - name: sadis-server
   version: 1.0.2
diff --git a/xos-profiles/seba-services/templates/_tosca.tpl b/xos-profiles/seba-services/templates/_tosca.tpl
index cb329b4..e394891 100644
--- a/xos-profiles/seba-services/templates/_tosca.tpl
+++ b/xos-profiles/seba-services/templates/_tosca.tpl
@@ -148,6 +148,16 @@
                 },
                 "url" : "http://sadis-service:8000/subscriber/%s"
               }
+            },
+            "bandwidthprofile":{
+               "integration":{
+                  "url": "http://sadis-service:8000/bandwidthprofiles/%s",
+                  "cache":{
+                     "enabled":true,
+                     "maxsize":40,
+                     "ttl":"PT1m"
+                  }
+               }
             }
           }
       requirements:
diff --git a/xos-services/att-workflow-driver/Chart.yaml b/xos-services/att-workflow-driver/Chart.yaml
index 3d46d45..8028d96 100644
--- a/xos-services/att-workflow-driver/Chart.yaml
+++ b/xos-services/att-workflow-driver/Chart.yaml
@@ -17,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.20
-appVersion: 1.1.0
+version: 1.1.0
+appVersion: 1.2.0
diff --git a/xos-services/fabric-crossconnect/Chart.yaml b/xos-services/fabric-crossconnect/Chart.yaml
index 71ae7cc..0b26d73 100644
--- a/xos-services/fabric-crossconnect/Chart.yaml
+++ b/xos-services/fabric-crossconnect/Chart.yaml
@@ -17,5 +17,5 @@
 description: A Helm chart for XOS's "fabric-crossconnect" service
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 1.1.9
-appVersion: 1.1.10
+version: 1.2.0
+appVersion: 1.2.1
diff --git a/xos-services/fabric/Chart.yaml b/xos-services/fabric/Chart.yaml
index 1b74202..ec40e8b 100644
--- a/xos-services/fabric/Chart.yaml
+++ b/xos-services/fabric/Chart.yaml
@@ -17,5 +17,5 @@
 description: A Helm chart for XOS's "fabric" service
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 2.1.11
-appVersion: 2.1.12
+version: 2.2.0
+appVersion: 2.2.1
diff --git a/xos-services/kubernetes/Chart.yaml b/xos-services/kubernetes/Chart.yaml
index b1fc9bc..6708cf2 100644
--- a/xos-services/kubernetes/Chart.yaml
+++ b/xos-services/kubernetes/Chart.yaml
@@ -17,5 +17,5 @@
 description: A Helm chart for XOS's "kubernetes" service
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 1.1.7
-appVersion: 1.1.8
+version: 1.2.0
+appVersion: 1.2.1
diff --git a/xos-services/onos-service/Chart.yaml b/xos-services/onos-service/Chart.yaml
index 517b557..8bb78c2 100644
--- a/xos-services/onos-service/Chart.yaml
+++ b/xos-services/onos-service/Chart.yaml
@@ -17,5 +17,5 @@
 name: onos-service
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 2.0.13
-appVersion: 2.0.13
+version: 2.1.0
+appVersion: 2.1.1
diff --git a/xos-services/simpleexampleservice/Chart.yaml b/xos-services/simpleexampleservice/Chart.yaml
index a854a5e..49e0c58 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.1.9
-appVersion: 1.1.9
+version: 1.2.0
+appVersion: 1.2.1
diff --git a/xos-services/tt-workflow-driver/Chart.yaml b/xos-services/tt-workflow-driver/Chart.yaml
index 5fb038a..2b98026 100644
--- a/xos-services/tt-workflow-driver/Chart.yaml
+++ b/xos-services/tt-workflow-driver/Chart.yaml
@@ -17,5 +17,5 @@
 description: A Helm chart for XOS's "tt-workflow-driver" service
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 0.1.0-dev
-appVersion: 0.1.0-dev
+version: 0.1.0
+appVersion: 0.1.0
diff --git a/xos-services/volt/Chart.yaml b/xos-services/volt/Chart.yaml
index 6b15957..d78909c 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.12
-appVersion: 2.1.23
+version: 2.2.0
+appVersion: 2.2.1
diff --git a/xos-services/vrouter/Chart.yaml b/xos-services/vrouter/Chart.yaml
index ae4c576..cf4eb0e 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.5
-appVersion: 2.0.5
+version: 2.1.0
+appVersion: 2.1.0
diff --git a/xos-tools/xossh/Chart.yaml b/xos-tools/xossh/Chart.yaml
index f63af52..e9b9631 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.23
+version: 3.0.0
 
 # Runs the xosproject/xos-client container
-appVersion: 2.1.23
+appVersion: 3.2.3
diff --git a/xos-tools/xossh/templates/deployment.yaml b/xos-tools/xossh/templates/deployment.yaml
index 44af9ff..e39375d 100644
--- a/xos-tools/xossh/templates/deployment.yaml
+++ b/xos-tools/xossh/templates/deployment.yaml
@@ -38,7 +38,7 @@
       containers:
         - name: {{ .Chart.Name }}
           args:
-               - "/usr/local/bin/xossh"
+               - "/usr/bin/xossh"
                - "-u"
                - "{{ .Values.xosshConfig.accessor.username }}"
                - "-p"