Skip to content

Link local services

haripk edited this page Mar 11, 2014 · 13 revisions

It might be required for a virtual machine to access specific services running on the fabric infrastructure. For example, a VM might be a nova client requiring access to the nova api service running in the fabric. Such access can be provided by configuring the required service as a link local service.

A link local address (use 169.254.0.x and a service port) is chosen for the specific service running on a TCP / UDP port on a server in the fabric. Once the link local service is configured, virtual machines can access the service using the link local address.

Link local service can be configured using the webui (Configure -> Infrastructure -> Link Local Services) or using the following command:

python /opt/contrail/utils/provision_linklocal.py --admin_user --admin_password --linklocal_service_name --linklocal_service_ip <169.254.x.y> --linklocal_service_port --ipfabric_service_ip --ipfabric_service_port

Clone this wiki locally