commit | e913f53c74c12ab5749555b83ffd6f4b0ca38873 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Mon May 14 12:57:33 2018 -0700 |
committer | Andy Bavier <andy@onlab.us> | Mon May 14 12:57:33 2018 -0700 |
tree | cfb3f980211bdaea59ccf7454db1c0db505b7c2b | |
parent | e2965c9fa10aa347652af182bd11f0f49101949f [diff] |
CORD-3044 Remove TOSCA loader jobs in Error state Change-Id: I8caaa2a958d2ecab251b0b3cb3f7103f88057d66
diff --git a/xos-profiles/base-openstack/templates/tosca-job.yaml b/xos-profiles/base-openstack/templates/tosca-job.yaml index f57b297..ca3d280 100644 --- a/xos-profiles/base-openstack/templates/tosca-job.yaml +++ b/xos-profiles/base-openstack/templates/tosca-job.yaml
@@ -32,7 +32,7 @@ annotations: checksum/config: {{ include (print $.Template.BasePath "/tosca-configmap.yaml") . | sha256sum }} spec: - restartPolicy: Never + restartPolicy: OnFailure containers: - name: {{ .Chart.Name }}-tosca-loader image: {{ .Values.httpieImage | quote }}
diff --git a/xos-profiles/container-vnf/templates/tosca-job.yaml b/xos-profiles/container-vnf/templates/tosca-job.yaml index d06d950..e7a612c 100644 --- a/xos-profiles/container-vnf/templates/tosca-job.yaml +++ b/xos-profiles/container-vnf/templates/tosca-job.yaml
@@ -33,7 +33,7 @@ annotations: checksum/config: {{ include (print $.Template.BasePath "/tosca-configmap.yaml") . | sha256sum }} spec: - restartPolicy: Never + restartPolicy: OnFailure containers: - name: {{ .Chart.Name }}-tosca-loader image: {{ .Values.httpieImage | quote }}
diff --git a/xos-profiles/rcord-lite/templates/tosca-job.yaml b/xos-profiles/rcord-lite/templates/tosca-job.yaml index f8dfaee..739d39a 100644 --- a/xos-profiles/rcord-lite/templates/tosca-job.yaml +++ b/xos-profiles/rcord-lite/templates/tosca-job.yaml
@@ -33,7 +33,7 @@ annotations: checksum/config: {{ include (print $.Template.BasePath "/tosca-configmap.yaml") . | sha256sum }} spec: - restartPolicy: Never + restartPolicy: OnFailure containers: - name: {{ .Chart.Name }}-tosca-loader image: {{ .Values.httpieImage | quote }}