github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/acceptancetests/repository/charms/client-forwardproxy/README (about) 1 A simple proxy client use for testing closed or restricted network 2 conditions. 3 4 This client-forwardproxy works in tandem with the squid-forwardproxy 5 charm, or any charm that provides forwardproxy. Any Juju application or 6 provisioned machine can be set up to use the forward proxy like so: 7 8 juju deploy squid-forwardproxy 9 juju deploy xenial/ubuntu x1 10 juju deploy client-forwardproxy --to 1 11 juju add-relation client-forwardproxy:forwardproxy squid-forwardproxy:forwardproxy 12 13 The local host and containers on the lxdbr0 are automatically in the 14 no_proxy list. You can configure additional sites to not proxy. 15 16 juju config client-forwardproxy extra-no-proxy="ubuntu.com canonical.com" 17 18 This charm also adds the Ubuntu proposed archive to install and test 19 optional packages. 20 21 juju config client-forwardproxy proposed-packages="python-boto s3cmd"