Merge "License Task for VID,AAF,CLI,SNIRO"
authorMike Elliott <mike.elliott@amdocs.com>
Fri, 24 Aug 2018 13:25:42 +0000 (13:25 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 24 Aug 2018 13:25:42 +0000 (13:25 +0000)
1  2 
kubernetes/vid/charts/vid-galera/templates/statefulset.yaml
kubernetes/vid/templates/vid-galera-config-job.yaml

@@@ -1,3 -1,17 +1,17 @@@
+ # Copyright © 2018 Amdocs, Bell Canada
+ #
+ # Licensed under the Apache License, Version 2.0 (the "License");
+ # you may not use this file except in compliance with the License.
+ # You may obtain a copy of the License at
+ #
+ #       http://www.apache.org/licenses/LICENSE-2.0
+ #
+ # Unless required by applicable law or agreed to in writing, software
+ # distributed under the License is distributed on an "AS IS" BASIS,
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ # See the License for the specific language governing permissions and
+ # limitations under the License.
  apiVersion: apps/v1beta1
  kind: StatefulSet
  metadata:
@@@ -16,7 -30,6 +30,7 @@@ spec
      metadata:
        labels:
          app: {{ include "common.fullname" . }}
 +        release: {{ .Release.Name }}
        annotations:
          pod.alpha.kubernetes.io/initialized: "true"
      spec:
@@@ -1,3 -1,17 +1,17 @@@
+ # Copyright © 2018 Amdocs, Bell Canada
+ #
+ # Licensed under the Apache License, Version 2.0 (the "License");
+ # you may not use this file except in compliance with the License.
+ # You may obtain a copy of the License at
+ #
+ #       http://www.apache.org/licenses/LICENSE-2.0
+ #
+ # Unless required by applicable law or agreed to in writing, software
+ # distributed under the License is distributed on an "AS IS" BASIS,
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ # See the License for the specific language governing permissions and
+ # limitations under the License.
  apiVersion: batch/v1
  kind: Job
  metadata:
@@@ -9,8 -23,6 +23,8 @@@
  spec:
    template:
      metadata:
 +      labels:
 +        release: {{ .Release.Name }}
        name: vid-galera-init
      spec:
        initContainers: