Add notice that community effort is focused elsewhere

diff --git a/.travis.yml b/.travis.yml
index 7cc2cd0..43f6bf4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,29 +22,30 @@
   - docker
 
 before_install:
-  - ./tools/travis/setupscan.sh
-  - ./tools/travis/setup.sh
+#  - ./tools/travis/setupscan.sh
+#  - ./tools/travis/setup.sh
 
 script:
-  - ./tools/travis/scancode.sh
-  - ./tools/travis/build.sh "PROJECTODD_VERSION=openshift-travis-testing WHISK_ACTIONS_INVOKES_CONCURRENT=666"
-  - ./tools/travis/test.sh
+#  - ./tools/travis/scancode.sh
+#  - ./tools/travis/build.sh "PROJECTODD_VERSION=openshift-travis-testing WHISK_ACTIONS_INVOKES_CONCURRENT=666"
+#  - ./tools/travis/test.sh
+   - echo 'all tests disabled'
 
 after_failure:
-  - ./tools/travis/collect-logs.sh
+#  - ./tools/travis/collect-logs.sh
 
-stages:
-  - docker build
-  - test
-  - deploy
+#stages:
+#  - docker build
+#  - test
+#  - deploy
 
-jobs:
-  include:
-    - stage: docker build
-      env: OPENSHIFT_TEMPLATE=template.yml
-      before_install: skip
-      script: ./tools/travis/publish.sh openshift-travis-testing
-    - stage: deploy
-      env: OPENSHIFT_TEMPLATE=template.yml
-      before_install: skip
-      script: ./tools/travis/publish.sh
+#jobs:
+#  include:
+#    - stage: docker build
+#      env: OPENSHIFT_TEMPLATE=template.yml
+#      before_install: skip
+#      script: ./tools/travis/publish.sh openshift-travis-testing
+#    - stage: deploy
+#      env: OPENSHIFT_TEMPLATE=template.yml
+#      before_install: skip
+#      script: ./tools/travis/publish.sh
diff --git a/README.md b/README.md
index 6746fe5..e1cee66 100644
--- a/README.md
+++ b/README.md
@@ -17,13 +17,17 @@
 #
 -->
 
-# OpenWhisk Deployment on OpenShift
+# DEPRECATED: OpenWhisk Deployment on OpenShift
 
 [![Build Status](https://travis-ci.org/apache/incubator-openwhisk-deploy-openshift.svg?branch=master)](https://travis-ci.org/apache/incubator-openwhisk)
 [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
 
-This repository contains the necessary templates and compatible
-[docker](docker/) images for deploying OpenWhisk on OpenShift.
+*This repository represents an earlier effort to enable deploying
+OpenWhisk on OpenShift 3 that is no longer being actively maintained.*
+
+The community is currently focusing on extending the
+[OpenWhisk Deploy Kube](https://github.com/apache/incubator-openwhisk-deploy-kube/)
+project to also support deployment of OpenWhisk on OpenShift 4.
 
 ### What is Apache OpenWhisk