diff options
author | Keren Joseph <keren.joseph@amdocs.com> | 2017-09-12 10:13:15 +0300 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-09-13 19:29:38 +0000 |
commit | 4b7026e95b93f2077f18d0681d55bbac022b5396 (patch) | |
tree | 670c66bf0c603bd0cfa4d4cb6436bbfa7604258a /kubernetes/config | |
parent | db4c9ae652b8222acf931f093e2e0ede44bc270f (diff) |
Revert "moving certs and keys to k8s secrets"
This reverts commit 59ffd500ea34c201fbb3edc39e64655fa8381be0.
Tested locally and does not work. DmaaP fails to come up causing
many other pods to crash loop.
failed to start container "dmaap": Error response from daemon:
{"message":"invalid header field value "oci runtime error:
container_linux.go:247:starting container process caused
"process_linux.go:359: container init caused "rootfs_linux.go:53:
mounting "/var/lib/kubelet/pods/9ae222e0-98a9-11e7-badd-02cfc855c3b9
/volumes/kubernetes.io~secret/mykey" to rootfs "/var/lib/docker/aufs/mnt
/b92c56185f3371cb1f091679780d40797dd2c6124cd00cb8fe68da2b247363a8"
at "/var/lib/docker/aufs/mnt/.../appl/dmaapMR1/etc/keyfile" caused
"not a directory"""n""}
Issue-ID: OOM-293
Change-Id: I348ffa14718bd6e89e99f2859cf6612c10370559
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/config')
-rw-r--r-- | kubernetes/config/.helmignore | 3 | ||||
-rw-r--r-- | kubernetes/config/docker/init/src/config/aai/data-router/appconfig/auth/client-cert-onap.p12 (renamed from kubernetes/config/certs/aai/client-cert-onap.p12) | bin | 2556 -> 2556 bytes | |||
-rw-r--r-- | kubernetes/config/docker/init/src/config/aai/data-router/appconfig/auth/tomcat_keystore (renamed from kubernetes/config/certs/aai/tomcat_keystore) | bin | 2214 -> 2214 bytes | |||
-rw-r--r-- | kubernetes/config/docker/init/src/config/aai/model-loader/appconfig/auth/aai-os-cert.p12 (renamed from kubernetes/config/certs/aai/aai-os-cert.p12) | bin | 4357 -> 4357 bytes | |||
-rw-r--r-- | kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/auth/inventory-ui-keystore (renamed from kubernetes/config/certs/aai/inventory-ui-keystore) | bin | 7201 -> 7201 bytes | |||
-rwxr-xr-x | kubernetes/config/docker/init/src/config/message-router/dmaap/mykey (renamed from kubernetes/config/certs/message-router/mykey) | 0 | ||||
-rwxr-xr-x | kubernetes/config/docker/init/src/config/mso/mso/aai.crt (renamed from kubernetes/config/certs/mso/aai.crt) | 0 | ||||
-rw-r--r-- | kubernetes/config/docker/init/src/config/mso/mso/encryption.key (renamed from kubernetes/config/certs/mso/encryption.key) | 0 | ||||
-rwxr-xr-x | kubernetes/config/docker/init/src/config/policy/opt/policy/config/drools/policy-keystore (renamed from kubernetes/config/certs/policy/policy-keystore) | bin | 5640 -> 5640 bytes |
9 files changed, 1 insertions, 2 deletions
diff --git a/kubernetes/config/.helmignore b/kubernetes/config/.helmignore index bc7bb96055..4c38baed31 100644 --- a/kubernetes/config/.helmignore +++ b/kubernetes/config/.helmignore @@ -22,5 +22,4 @@ #ignore config docker image files docker -createConfig.sh -certs +createConfig.sh
\ No newline at end of file diff --git a/kubernetes/config/certs/aai/client-cert-onap.p12 b/kubernetes/config/docker/init/src/config/aai/data-router/appconfig/auth/client-cert-onap.p12 Binary files differindex dbf4fcacec..dbf4fcacec 100644 --- a/kubernetes/config/certs/aai/client-cert-onap.p12 +++ b/kubernetes/config/docker/init/src/config/aai/data-router/appconfig/auth/client-cert-onap.p12 diff --git a/kubernetes/config/certs/aai/tomcat_keystore b/kubernetes/config/docker/init/src/config/aai/data-router/appconfig/auth/tomcat_keystore Binary files differindex 9eec841aa2..9eec841aa2 100644 --- a/kubernetes/config/certs/aai/tomcat_keystore +++ b/kubernetes/config/docker/init/src/config/aai/data-router/appconfig/auth/tomcat_keystore diff --git a/kubernetes/config/certs/aai/aai-os-cert.p12 b/kubernetes/config/docker/init/src/config/aai/model-loader/appconfig/auth/aai-os-cert.p12 Binary files differindex ee57120fa0..ee57120fa0 100644 --- a/kubernetes/config/certs/aai/aai-os-cert.p12 +++ b/kubernetes/config/docker/init/src/config/aai/model-loader/appconfig/auth/aai-os-cert.p12 diff --git a/kubernetes/config/certs/aai/inventory-ui-keystore b/kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/auth/inventory-ui-keystore Binary files differindex efa01f8d79..efa01f8d79 100644 --- a/kubernetes/config/certs/aai/inventory-ui-keystore +++ b/kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/auth/inventory-ui-keystore diff --git a/kubernetes/config/certs/message-router/mykey b/kubernetes/config/docker/init/src/config/message-router/dmaap/mykey index c2b8b8779b..c2b8b8779b 100755 --- a/kubernetes/config/certs/message-router/mykey +++ b/kubernetes/config/docker/init/src/config/message-router/dmaap/mykey diff --git a/kubernetes/config/certs/mso/aai.crt b/kubernetes/config/docker/init/src/config/mso/mso/aai.crt index 4ffa426c1e..4ffa426c1e 100755 --- a/kubernetes/config/certs/mso/aai.crt +++ b/kubernetes/config/docker/init/src/config/mso/mso/aai.crt diff --git a/kubernetes/config/certs/mso/encryption.key b/kubernetes/config/docker/init/src/config/mso/mso/encryption.key index eb52241e7f..eb52241e7f 100644 --- a/kubernetes/config/certs/mso/encryption.key +++ b/kubernetes/config/docker/init/src/config/mso/mso/encryption.key diff --git a/kubernetes/config/certs/policy/policy-keystore b/kubernetes/config/docker/init/src/config/policy/opt/policy/config/drools/policy-keystore Binary files differindex ab25c3a341..ab25c3a341 100755 --- a/kubernetes/config/certs/policy/policy-keystore +++ b/kubernetes/config/docker/init/src/config/policy/opt/policy/config/drools/policy-keystore |