Sanjeev Rampal b71f278202 Fixes for auth_proxy, vxlan mode 7 yıl önce
..
defaults b71f278202 Fixes for auth_proxy, vxlan mode 7 yıl önce
files b71f278202 Fixes for auth_proxy, vxlan mode 7 yıl önce
handlers 76d1ee25b7 Add support for rhel, aci, vxlan 7 yıl önce
tasks 76d1ee25b7 Add support for rhel, aci, vxlan 7 yıl önce
templates b71f278202 Fixes for auth_proxy, vxlan mode 7 yıl önce
tests 76d1ee25b7 Add support for rhel, aci, vxlan 7 yıl önce
vars 76d1ee25b7 Add support for rhel, aci, vxlan 7 yıl önce
README.md 76d1ee25b7 Add support for rhel, aci, vxlan 7 yıl önce

README.md

Role Name

Role to install Contiv API Proxy and UI

Requirements

Docker needs to be installed to run the auth proxy container.

Role Variables

auth_proxy_image specifies the image with version tag to be used to spin up the auth proxy container. auth_proxy_cert, auth_proxy_key specify files to use for the proxy server certificates. auth_proxy_port is the host port and auth_proxy_datastore the cluster data store address.

Dependencies

docker

Example Playbook

  • hosts: netplugin-node become: true roles: - { role: auth_proxy, auth_proxy_port: 10000, auth_proxy_datastore: etcd://netmaster:22379 }