Commit Graph

2 Commits

Author SHA1 Message Date
Drew Walters
75c1ddba28 Add no_proxy environment variable to CLI script
Currently, the shipyard.sh script does not set the no_proxy
environment variable for the Shipyard container. Invoking the CLI
to perform actions results in a 404 error unless the variable is set.
This change adds localhost and .svc.cluster.local to the no_proxy
environment variable.

Change-Id: Ie0ae52d4ecb51eafe983a7a452b61a01c2c9426e
2018-08-28 13:31:15 +00:00
Bryan Strassner
70eb1cef10 Add udpate_software action to Shipyard
Provides an action that can be invoked by a user to deploy only the
software portion of a design.

Change-Id: I880bdc245064364dfdd6a482a3cf2d2a293f6c0d
2018-07-06 16:57:42 -05:00