MarcinZablocki / oci-cn-auth

Oracle Cloud Infrastructure cluster network authentication tool
Universal Permissive License v1.0
1 stars 3 forks source link

oci-cn-auth

This tool provides configuration for wpa supplicant services providing 802.1x authentication to Oracle Cloud Infrastructure cluster networks.

Currently supported operating systems are:

Configuration

Configuration file is located in: /etc/rdma/oracle_rdma.conf

In typical scenarios no configuration is required for application to work.

Disable IP requirement

By default only interfaces with IP addresses configured are enabled. To change that behavior use:

require_ip=False

Manual interface configuration

By default application will detect interface names based on PCI ID map corresponding to shape. Interface names can be set manually using

interfaces=eth0,eth1,eth2