dubeejw closed pull request #3128: Optional package
URL: https://github.com/apache/incubator-openwhisk/pull/3128
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/ansible/tasks/installOpenwhiskCatalog.yml 
b/ansible/tasks/installOpenwhiskCatalog.yml
index 699fd7c189..73c3cbe551 100644
--- a/ansible/tasks/installOpenwhiskCatalog.yml
+++ b/ansible/tasks/installOpenwhiskCatalog.yml
@@ -18,6 +18,7 @@
 
 - set_fact:
     skip_catalog_install="{{ item.value.skip | default(false) }}"
+    optional_package_skip="{{ item.value.optional_package_skip | default(true) 
}}"
 
 - name: "ensure catalog_location directory exists"
   file:
@@ -32,7 +33,7 @@
     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: ./installCatalog.sh {{ catalog_auth_key }} {{ api_host }} {{ cli.path 
}} chdir="{{ catalog_location }}/packages" "{{ optional_package_skip }}"
   environment:
     OPENWHISK_HOME: "{{ openwhisk_home }}"
   when: skip_catalog_install == false


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to