From e94258e3be0da3a15680de53b1817490c4173759 Mon Sep 17 00:00:00 2001 From: Munir Ahmad Date: Thu, 17 Aug 2017 12:04:14 -0400 Subject: Revert 0b1332938385cc534b1f034b73f19c145ead87c6 Issue-ID: OOM-66 This reverts commit 0b1332938385cc534b1f034b73f19c145ead87c6. Change-Id: I05ba7dd5050ee2ef03cf19d1c5c0db03e12a0d4f Signed-off-by: Munir Ahmad --- kubernetes/policy/dep-brmsgw.yaml | 4 ++-- kubernetes/policy/dep-drools.yaml | 6 +++--- kubernetes/policy/dep-maria.yaml | 2 +- kubernetes/policy/dep-nexus.yaml | 2 +- kubernetes/policy/dep-pap.yaml | 4 ++-- kubernetes/policy/dep-pdp.yaml | 4 ++-- kubernetes/policy/dep-pypdp.yaml | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) (limited to 'kubernetes/policy') diff --git a/kubernetes/policy/dep-brmsgw.yaml b/kubernetes/policy/dep-brmsgw.yaml index ce37796f2b..6758abf16a 100644 --- a/kubernetes/policy/dep-brmsgw.yaml +++ b/kubernetes/policy/dep-brmsgw.yaml @@ -52,7 +52,7 @@ spec: - /bin/bash - ./do-start.sh - brmsgw - image: nexus3.onap.org:10001/openecomp/policy/policy-pe:1.1-STAGING-latest + image: nexus3.onap.org:10001/openecomp/policy/policy-pe:1.0-STAGING-latest name: brmsgw volumeMounts: - mountPath: /tmp/policy-install/config @@ -60,6 +60,6 @@ spec: volumes: - name: pe hostPath: - path: /dockerdata/onapdemo/policy/opt/policy/config/pe/ + path: /dockerdata-nfs/onapdemo/policy/opt/policy/config/pe/ imagePullSecrets: - name: onap-docker-registry-key diff --git a/kubernetes/policy/dep-drools.yaml b/kubernetes/policy/dep-drools.yaml index a7beb13151..fbc8e17601 100644 --- a/kubernetes/policy/dep-drools.yaml +++ b/kubernetes/policy/dep-drools.yaml @@ -54,7 +54,7 @@ spec: - /bin/bash - -c - ./do-start.sh - image: nexus3.onap.org:10001/openecomp/policy/policy-drools:1.1-STAGING-latest + image: nexus3.onap.org:10001/openecomp/policy/policy-drools:1.0-STAGING-latest name: drools ports: - containerPort: 6969 @@ -71,9 +71,9 @@ spec: volumes: - name: drools-settingsxml hostPath: - path: /dockerdata/onapdemo/policy/drools/settings.xml + path: /dockerdata-nfs/onapdemo/policy/drools/settings.xml - name: drools hostPath: - path: /dockerdata/onapdemo/policy/opt/policy/config/drools/ + path: /dockerdata-nfs/onapdemo/policy/opt/policy/config/drools/ imagePullSecrets: - name: onap-docker-registry-key diff --git a/kubernetes/policy/dep-maria.yaml b/kubernetes/policy/dep-maria.yaml index 14232281ad..21914c8657 100644 --- a/kubernetes/policy/dep-maria.yaml +++ b/kubernetes/policy/dep-maria.yaml @@ -18,7 +18,7 @@ spec: - /bin/bash - -c - exec bash /tmp/do-start.sh - image: nexus3.onap.org:10001/openecomp/policy/policy-db:1.1-STAGING-latest + image: nexus3.onap.org:10001/openecomp/policy/policy-db:1.0-STAGING-latest name: mariadb ports: - containerPort: 3306 diff --git a/kubernetes/policy/dep-nexus.yaml b/kubernetes/policy/dep-nexus.yaml index 02f767bb23..48c289e3e1 100644 --- a/kubernetes/policy/dep-nexus.yaml +++ b/kubernetes/policy/dep-nexus.yaml @@ -43,7 +43,7 @@ spec: - /bin/bash - -c - bash -c "/opt/nexus/nexus-2.14.2-01/bin/nexus start && sleep 1000d" - image: nexus3.onap.org:10001/openecomp/policy/policy-nexus:1.1-STAGING-latest + image: nexus3.onap.org:10001/openecomp/policy/policy-nexus:1.0-STAGING-latest name: nexus imagePullSecrets: - name: onap-docker-registry-key diff --git a/kubernetes/policy/dep-pap.yaml b/kubernetes/policy/dep-pap.yaml index 7501b0ffdc..11420da525 100644 --- a/kubernetes/policy/dep-pap.yaml +++ b/kubernetes/policy/dep-pap.yaml @@ -68,7 +68,7 @@ spec: - /bin/bash - ./do-start.sh - pap - image: nexus3.onap.org:10001/openecomp/policy/policy-pe:1.1-STAGING-latest + image: nexus3.onap.org:10001/openecomp/policy/policy-pe:1.0-STAGING-latest name: pap ports: - containerPort: 8443 @@ -84,6 +84,6 @@ spec: volumes: - name: pe hostPath: - path: /dockerdata/onapdemo/policy/opt/policy/config/pe/ + path: /dockerdata-nfs/onapdemo/policy/opt/policy/config/pe/ imagePullSecrets: - name: onap-docker-registry-key diff --git a/kubernetes/policy/dep-pdp.yaml b/kubernetes/policy/dep-pdp.yaml index ba535dd8d9..0efe5c3773 100644 --- a/kubernetes/policy/dep-pdp.yaml +++ b/kubernetes/policy/dep-pdp.yaml @@ -48,7 +48,7 @@ spec: - /bin/bash - ./do-start.sh - pdp - image: nexus3.onap.org:10001/openecomp/policy/policy-pe:1.1-STAGING-latest + image: nexus3.onap.org:10001/openecomp/policy/policy-pe:1.0-STAGING-latest name: pdp ports: - containerPort: 8081 @@ -63,6 +63,6 @@ spec: volumes: - name: pe hostPath: - path: /dockerdata/onapdemo/policy/opt/policy/config/pe/ + path: /dockerdata-nfs/onapdemo/policy/opt/policy/config/pe/ imagePullSecrets: - name: onap-docker-registry-key diff --git a/kubernetes/policy/dep-pypdp.yaml b/kubernetes/policy/dep-pypdp.yaml index 68603f603f..91d71d56e8 100644 --- a/kubernetes/policy/dep-pypdp.yaml +++ b/kubernetes/policy/dep-pypdp.yaml @@ -50,7 +50,7 @@ spec: - /bin/bash - ./do-start.sh - pypdp - image: nexus3.onap.org:10001/openecomp/policy/policy-pe:1.1-STAGING-latest + image: nexus3.onap.org:10001/openecomp/policy/policy-pe:1.0-STAGING-latest name: pypdp ports: - containerPort: 8480 @@ -65,6 +65,6 @@ spec: volumes: - name: pe hostPath: - path: /dockerdata/onapdemo/policy/opt/policy/config/pe/ + path: /dockerdata-nfs/onapdemo/policy/opt/policy/config/pe/ imagePullSecrets: - name: onap-docker-registry-key -- cgit 1.2.3-korg