You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2021/07/09 01:55:03 UTC

[openwhisk-website] branch master updated: We archived the unmaintained mesos-deploy project, so remove mention of it from main web site. (#488)

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-website.git


The following commit(s) were added to refs/heads/master by this push:
     new b84d56a  We archived the unmaintained mesos-deploy project, so remove mention of it from main web site. (#488)
b84d56a is described below

commit b84d56a60bb9e49986b0357944fcdc62234438bc
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Jul 8 21:54:53 2021 -0400

    We archived the unmaintained mesos-deploy project, so remove mention of it from main web site. (#488)
---
 _layouts/documentation.html | 17 -----------------
 _layouts/home.html          |  3 +--
 2 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/_layouts/documentation.html b/_layouts/documentation.html
index 2bc5f6a..d46ea66 100644
--- a/_layouts/documentation.html
+++ b/_layouts/documentation.html
@@ -108,7 +108,6 @@ layout: default
         <ul class="index-menuitems">
           <li><a href="#deploy_kubernetes">Kubernetes</a></li>
           <li><a href="#deploy_docker_compose">Docker Compose</a></li>
-          <li><a href="#deploy_mesos">Mesos</a></li>
           <li><a href="#deploy_ansible">Ansible</a></li>
           <li><a href="#deploy_vagrant">Vagrant</a></li>
         </ul>
@@ -2211,13 +2210,6 @@ abcd.... locationUpdate
               </a>
             </p>
             <p class="repo-title border-darkgoldenrod">
-              <a href="https://github.com/apache/openwhisk-deploy-mesos"
-                title="Apache OpenWhisk deployment scripts and
-                configuration files for running under Apache Mesos.">
-                    openwhisk-deploy-mesos
-              </a>
-            </p>
-            <p class="repo-title border-darkgoldenrod">
               <a href="https://github.com/apache/openwhisk/blob/master/ansible/README.md#deploying-openwhisk-using-ansible"
                 title="Deploy OpenWhisk locally using Ansible.">
                     openwhisk/ansible
@@ -2655,15 +2647,6 @@ $ make quick-start
             to run your first OpenWhisk action using Vagrant.
           </p>
 
-          <!-- ******************************** -->
-          <!-- Mesos                            -->
-          <!-- ******************************** -->
-          <a class="indexable" id="deploy_mesos"></a>
-          <h5>Mesos</h5>
-          <p>
-            <a href="https://github.com/apache/openwhisk-deploy-mesos/blob/master/README.md">Deploy OpenWhisk to a Mesos Cluster</a>
-            is under active development.
-          </p>
         </div>
 
         <!-- ******************************************************* -->
diff --git a/_layouts/home.html b/_layouts/home.html
index a1824ee..ad41e1d 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -60,8 +60,7 @@ layout: default
                 it easily supports many deployment options both locally and
                 within Cloud infrastructures. Options include many of today's
                 popular Container frameworks such as
-                <a href="https://github.com/apache/openwhisk-deploy-kube/blob/master/README.md">Kubernetes and OpenShift</a>,
-                <a href="https://github.com/apache/openwhisk-deploy-mesos/blob/master/README.md">Mesos</a> and
+                <a href="https://github.com/apache/openwhisk-deploy-kube/blob/master/README.md">Kubernetes and OpenShift</a>, and
                 <a href="https://github.com/apache/openwhisk-devtools/blob/master/docker-compose/README.md">Compose</a>.
                 In general, the community endorses deployment on Kubernetes
                 using