summaryrefslogtreecommitdiffstats
path: root/kubernetes/policy
diff options
context:
space:
mode:
authorMunir Ahmad <munir.ahmad@bell.ca>2017-08-15 15:36:46 -0400
committerMunir Ahmad <munir.ahmad@bell.ca>2017-08-16 10:34:49 -0400
commit0b1332938385cc534b1f034b73f19c145ead87c6 (patch)
tree8c87c6dee4de1efc439e3d48b95e54f8f833d301 /kubernetes/policy
parentd17accd32f4f7851dbe7b023f1997aa4e17938e8 (diff)
onap 1.1 deployment files work in progress...
issue-id: OOM-66 Change-Id: If6553647343bb07464e8cc8556223f0c7a01f134 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 6758abf16a..ce37796f2b 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.0-STAGING-latest
+ image: nexus3.onap.org:10001/openecomp/policy/policy-pe:1.1-STAGING-latest
name: brmsgw
volumeMounts:
- mountPath: /tmp/policy-install/config
@@ -60,6 +60,6 @@ spec:
volumes:
- name: pe
hostPath:
- path: /dockerdata-nfs/onapdemo/policy/opt/policy/config/pe/
+ path: /dockerdata/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 fbc8e17601..a7beb13151 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.0-STAGING-latest
+ image: nexus3.onap.org:10001/openecomp/policy/policy-drools:1.1-STAGING-latest
name: drools
ports:
- containerPort: 6969
@@ -71,9 +71,9 @@ spec:
volumes:
- name: drools-settingsxml
hostPath:
- path: /dockerdata-nfs/onapdemo/policy/drools/settings.xml
+ path: /dockerdata/onapdemo/policy/drools/settings.xml
- name: drools
hostPath:
- path: /dockerdata-nfs/onapdemo/policy/opt/policy/config/drools/
+ path: /dockerdata/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 21914c8657..14232281ad 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.0-STAGING-latest
+ image: nexus3.onap.org:10001/openecomp/policy/policy-db:1.1-STAGING-latest
name: mariadb
ports:
- containerPort: 3306
diff --git a/kubernetes/policy/dep-nexus.yaml b/kubernetes/policy/dep-nexus.yaml
index 48c289e3e1..02f767bb23 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.0-STAGING-latest
+ image: nexus3.onap.org:10001/openecomp/policy/policy-nexus:1.1-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 11420da525..7501b0ffdc 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.0-STAGING-latest
+ image: nexus3.onap.org:10001/openecomp/policy/policy-pe:1.1-STAGING-latest
name: pap
ports:
- containerPort: 8443
@@ -84,6 +84,6 @@ spec:
volumes:
- name: pe
hostPath:
- path: /dockerdata-nfs/onapdemo/policy/opt/policy/config/pe/
+ path: /dockerdata/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 0efe5c3773..ba535dd8d9 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.0-STAGING-latest
+ image: nexus3.onap.org:10001/openecomp/policy/policy-pe:1.1-STAGING-latest
name: pdp
ports:
- containerPort: 8081
@@ -63,6 +63,6 @@ spec:
volumes:
- name: pe
hostPath:
- path: /dockerdata-nfs/onapdemo/policy/opt/policy/config/pe/
+ path: /dockerdata/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 91d71d56e8..68603f603f 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.0-STAGING-latest
+ image: nexus3.onap.org:10001/openecomp/policy/policy-pe:1.1-STAGING-latest
name: pypdp
ports:
- containerPort: 8480
@@ -65,6 +65,6 @@ spec:
volumes:
- name: pe
hostPath:
- path: /dockerdata-nfs/onapdemo/policy/opt/policy/config/pe/
+ path: /dockerdata/onapdemo/policy/opt/policy/config/pe/
imagePullSecrets:
- name: onap-docker-registry-key