4. Procedure – Making ZCV available for Zorp services

Purpose: 

To use ZCV from Zorp services, a stacking provider policy must be created. Complete the following steps.

Steps: 

  1. Select the Zorp ZMC component, then select Policies > New.

    Creating Zorp policies

    Figure 5. Creating Zorp policies

  2. Enter a name for the policy (for example, ZCV) 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 Zorp can communicate with ZCV.

    • If Zorp and ZCV are running on the same host, select Family > Unix, then click OK.

    • Otherwise specify the IP address of the ZCV host.

    Python:

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