Changed the yamls to pull the v1.1 image and updated config files for dockerdata
Issue-ID: OOM-67
Change-Id: I2c51486a610f3187e200e5e08c59b132a5d7ffb5
Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
+jetty_base="/var/lib/jetty"
 template "catalog-fe-config" do
-   path "/var/lib/jetty/config/catalog-fe/configuration.yaml"
+   path "#{jetty_base}/config/catalog-fe/configuration.yaml"
    source "FE-configuration.yaml.erb"
    owner "jetty"
    group "jetty"
       :ssl_port     => node['BE'][:https_port]
    })
 end
+
+template "onboarding-fe-config" do
+ path "#{jetty_base}/config/onboarding-fe/onboarding_configuration.yaml"
+ source "FE-onboarding-configuration.yaml.erb"
+ owner "jetty"
+ group "jetty"
+ mode "0755"
+ variables({
+    :catalog_ip   => node['HOST_IP'],
+    :catalog_port => node['BE'][:http_port],
+    :ssl_port     => node['BE'][:https_port]
+})
+end
 
           valueFrom:
             fieldRef:
               fieldPath: status.podIP
-        image: nexus3.onap.org:10001/openecomp/sdc-backend:1.0-STAGING-latest
+        image: nexus3.onap.org:10001/openecomp/sdc-backend:1.1-STAGING-latest
         name: sdc-be
         volumeMounts:
         - mountPath: /usr/share/elasticsearch/data/
 
               fieldPath: status.podIP
         - name: ES_HEAP_SIZE
           value: "1024M"
-        image: nexus3.onap.org:10001/openecomp/sdc-cassandra:1.0-STAGING-latest
+        image: nexus3.onap.org:10001/openecomp/sdc-cassandra:1.1-STAGING-latest
         name: sdc-cs
         volumeMounts:
         - mountPath: /var/lib/cassandra/
 
       name: sdc-es
     spec:
       containers:
-      - image: nexus3.onap.org:10001/openecomp/sdc-elasticsearch:1.0-STAGING-latest
+      - image: nexus3.onap.org:10001/openecomp/sdc-elasticsearch:1.1-STAGING-latest
         name: sdc-es
         env:
         - name: ENVNAME
 
           valueFrom:
             fieldRef:
               fieldPath: status.podIP
-        image: nexus3.onap.org:10001/openecomp/sdc-frontend:1.0-STAGING-latest
+        image: nexus3.onap.org:10001/openecomp/sdc-frontend:1.1-STAGING-latest
         volumeMounts:
         - mountPath: /usr/share/elasticsearch/data/
           name: sdc-sdc-es-es
 
           value: AUTO
         - name: ELASTICSEARCH_URL
           value: http://sdc-es:9200
-        image: nexus3.onap.org:10001/openecomp/sdc-kibana:1.0-STAGING-latest
+        image: nexus3.onap.org:10001/openecomp/sdc-kibana:1.1-STAGING-latest
         name: sdc-kb
         volumeMounts:
         - mountPath: /root/chef-solo/environments/