This subordinate charm provides the Neutron API component which configure neutron-server for Group Based Policy (GBP) and cisco ACI configuration.
Neutron API is a prerequisite service to deploy. 'neutron-api' charm should be deployed with neutron-plugin option set to 'aci'
juju deploy neutron-api-plugin-aci
juju add-relation neutron-api-plugin-aci neutron-api
aci-repo
(string)
Repository url for ACI plugin packages
aci-repo-key
(string)
GPG key for aci-repo. If not specified, packages will be installed with out authentication
use-gbp
(boolean)
If true, configures aci plugin to use Group Based Policy, else configures plugin for ML2
True
use-opflex
(boolean)
If true, sets up the environment to use Opflex, the aci encap can be Vlan or Vxlan. When not using Opflex, aci encap value is ignored and set to Vlan
False
enable-sriov
(boolean)
If true, enable sriov vnic switch as mechanism driver.
True
aci-encap
(string)
Options are 'vlan' or 'vxlan'. When 'use-opflex' is set to False, this value is ignored and encap is forced to vlan.
(vlan)
apic-hosts
(string)
Comma separated list of ACI controller host names or ip addresses
apic-username
(string)
username for ACI controller
admin
apic-password
(string)
password for ACI user
use-vmm
(string)
If true, api creates a openstack vmm domain, if false it uses domain specified by apic-domain-name
True
apic-domain-name
(string)
Name of aci domain for this openstack instance
apic-connection-json
(string)
Describes nova-compute connections to ACI leaf in JSON format. Example {'101': ['host1.domain:1/1', 'host2.domain:1/2'], '102':['host3.domain:1/4']}. 101 is the switch id, host1.domain is connected to port 1/1
apic-vpc-pairs
(string)
If using VPC to connect the nodes to ACI leaf switches, specify the switch id pairs for vpc. Example, if switch ids 101 and 102 form a vpc pair and switch ids 103, 104 form a vpc pair, then set the value to '101:102,103:104'
apic-l3out
(string)
comma separated string representing external network name and associated epg. Example 'ext1:ext1epg, ext2:ext2epg'
apic-reuse-bd
(boolean)
If True, enable reuse of bridge domain
False
For this plugin deployment, the dependent charms need to have the following configuration
neutron-api charm
neutron-plugin value should be 'aci', neutron-security-groups value should be set to 'true'
neutron-gateway
plugin value should be 'aci', data-port needs to be set to port connected to ACI leaf, example 'br-data:eth2'
neutron-openvswitch
data-port should be set to port connected to ACI leaf
Author: Ratnakar Kolli ([email protected]) Report bugs at: Location: