You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ma...@apache.org on 2017/09/01 08:37:24 UTC

[incubator-openwhisk] branch master updated: Remove deployment code to remove controllers without indexes. (#2688)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 182d133  Remove deployment code to remove controllers without indexes. (#2688)
182d133 is described below

commit 182d1333d75739f53be34a6adaa04d631d82a049
Author: Christian Bickel <gi...@cbickel.de>
AuthorDate: Fri Sep 1 10:37:21 2017 +0200

    Remove deployment code to remove controllers without indexes. (#2688)
---
 ansible/roles/controller/tasks/clean.yml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/ansible/roles/controller/tasks/clean.yml b/ansible/roles/controller/tasks/clean.yml
index 2850756..c87aa49 100644
--- a/ansible/roles/controller/tasks/clean.yml
+++ b/ansible/roles/controller/tasks/clean.yml
@@ -13,17 +13,3 @@
     path: "{{ whisk_logs_dir }}/controller{{ groups['controllers'].index(inventory_hostname) }}"
     state: absent
   become: true
-
-# Remove controller without prefix
-- name: remove controller
-  docker_container:
-    name: controller
-    image: "{{ docker_registry }}{{ docker.image.prefix }}/controller:{{ docker.image.tag }}"
-    state: absent
-  ignore_errors: True
-
-- name: remove controller log directory
-  file:
-    path: "{{ whisk_logs_dir }}/controller"
-    state: absent
-  become: true

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].