Hello! To test this, you'd deploy your charm and haproxy, then issue `juju add-relation haproxy <your-charm>`. After a few moments, you should be able to `juju expose haproxy` and `juju expose <your-charm>` (though, you typically don't need to expose <your-charm>, you'll want to in order to verify that haproxy is serving what you expect).
Now, go to the haproxy/0 unit's IP address and compare the results to your application at <your-charm>/0 At this point you should be able to scale out <your-charm> (if it can handle that) and haproxy will load balance between the units in the service pool. Thanks, Marco Ceppi On Thu, Jul 9, 2015 at 1:53 AM Geetha S1 <[email protected]> wrote: > Hello Team, > > Please be advised that I want to test reverse proxy for my website > relationship in my charm and for that i am using "haproxy" charm from charm > store as a reverse proxy. Could somebody help me to test my charm using > 'haproxy'? > > > Thanks and Regards, > Geetha S > -- > Juju mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/juju >
-- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
