forked from apache/openwhisk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make OpenWhisk CLI available only via redirect
As was already done with the iOS starter app and the blackbox SDK, switch to making the cli binaries available via a redirect to the openwhisk-cli release page instead of copying cli binaries into the edge container. As discussed in issue apache#2152 this eliminates the need for a custom OpenWhisk edge image for downstream deployments. Also update GoCLINginxTests to check for redirects instead of direct downloads and remove the cli role and related variable definitions from ansible.
- Loading branch information
1 parent
fd4112d
commit 9636d40
Showing
13 changed files
with
28 additions
and
339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
--- | ||
# This playbook deploys Openwhisk Edge servers. | ||
# The edge is usually populated with NGINX serving as proxy. | ||
# The CLI also gets built and published for downloading from NGINX. | ||
# SDKs for blackbox and iOS get published to NGINX also. | ||
# The CLI and SDKs for blackbox and iOS are available via redirect | ||
|
||
- hosts: edge | ||
roles: | ||
- nginx | ||
- cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.