summaryrefslogtreecommitdiffstats
path: root/kubernetes/policy
diff options
context:
space:
mode:
authorMunir Ahmad <munir.ahmad@bell.ca>2017-08-17 12:04:14 -0400
committerMunir Ahmad <munir.ahmad@bell.ca>2017-08-17 12:35:58 -0400
commite94258e3be0da3a15680de53b1817490c4173759 (patch)
treea0add5147ff2e3a2da78c8117d237bcdb656758d /kubernetes/policy
parent76610be9053a1baf9248c6fd51180d247b5ea773 (diff)
Revert 0b1332938385cc534b1f034b73f19c145ead87c6
Issue-ID: OOM-66 This reverts commit 0b1332938385cc534b1f034b73f19c145ead87c6. Change-Id: I05ba7dd5050ee2ef03cf19d1c5c0db03e12a0d4f Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Diffstat (limited to 'kubernetes/policy')
-rw-r--r--kubernetes/policy/dep-brmsgw.yaml4
-rw-r--r--kubernetes/policy/dep-drools.yaml6
-rw-r--r--kubernetes/policy/dep-maria.yaml2
-rw-r--r--kubernetes/policy/dep-nexus.yaml2
-rw-r--r--kubernetes/policy/dep-pap.yaml4
-rw-r--r--kubernetes/policy/dep-pdp.yaml4
-rw-r--r--kubernetes/policy/dep-pypdp.yaml4
7 files changed, 13 insertions, 13 deletions
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