Skip to content

Oracle Cloud Infrastructure cluster network authentication tool

License

Notifications You must be signed in to change notification settings

arnaudfroidmont/oci-cn-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • Oracle Linux 7
  • Oracle Linux 8
  • Centos 7
  • Centos 8
  • Debian 9 (Stretch)
  • Debian 10 (Buster)
  • Ubuntu 16.04 (Xenial)
  • Ubuntu 18.04 (Bionic)
  • Ubuntu 20.04 (Focal)

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

About

Oracle Cloud Infrastructure cluster network authentication tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 85.9%
  • Makefile 8.8%
  • Shell 5.3%