4. Procedure – Making CF available for Application-level Gateway services

Purpose: 

To use CF from Application-level Gateway services, a stacking provider policy must be created. Complete the following steps.

Steps: 

  1. Select the Application-level Gateway MC component, then select Policies > New.

    Creating Application-level Gateway policies

    Figure 5. Creating Application-level Gateway policies

  2. Enter a name for the policy (for example, CF) and set the Policy type option to Stacking provider.

    Configuring a Stacking Provider

    Figure 6. Configuring a Stacking Provider

  3. In the Backend pane, select New, and set how Application-level Gateway can communicate with CF.

    • If Application-level Gateway and CF are running on the same host, select Family > Unix, then click OK.

    • Otherwise specify the IP address of the CF host.

    Python:

    StackingProvider(name="CF", backend=RemoteStackingBackend(addrs=(SockAddrUnix('/var/run/zcv/zcv.sock'),)))