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/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new ca8e414  changing catalog installation to use wskdeploy (#4291)
ca8e414 is described below

commit ca8e4143f7112ec29a362069897ca3f18eccd3a0
Author: Priti Desai <[email protected]>
AuthorDate: Mon Feb 18 09:00:41 2019 -0800

    changing catalog installation to use wskdeploy (#4291)
---
 ansible/tasks/installOpenwhiskCatalog.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/tasks/installOpenwhiskCatalog.yml 
b/ansible/tasks/installOpenwhiskCatalog.yml
index f56c6b2..9f4079f 100644
--- a/ansible/tasks/installOpenwhiskCatalog.yml
+++ b/ansible/tasks/installOpenwhiskCatalog.yml
@@ -45,6 +45,6 @@
     version: "{{ version }}"
 
 - name: install the catalog from the catalog location
-  shell: ./installCatalog.sh {{ catalog_auth_key }} {{ api_host }} {{ cli.path 
}} chdir="{{ catalog_location }}/packages"
+  shell: ./installCatalogUsingWskdeploy.sh {{ catalog_auth_key }} {{ api_host 
}} {{ cli.path }} chdir="{{ catalog_location }}/packages"
   environment: "{{ environment_catalog }}"
   when: skip_catalog_install == false

Reply via email to