Skip to content

jaimegag/webproxy_release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOSH Web Proxy Release

Enables web proxy configuration

Usage

Include the release:

releases:
- name: webproxy_release
  version: latest

Specify the exact version of the release

In this example, we use BOSH's Runtime Config to customize http_proxy, https_proxy and no_proxy environment variables for interactive use.

addons:
- name: webproxy
  jobs:
  - name: webproxy
    release: webproxy_release
    properties:
      env:
        http_proxy: http://theproxy.com
        https_proxy: https://theproxy.com
        no_proxy: 10.0.0.0

Releases

No releases published

Packages

No packages published

Languages