db44e8e0bf
blueprint brocade-quantum-plugin This plugin is meant to orchestrate Brocade VCS switches running NOS, examples of these are: 1. VDX 67xx series of switches 2. VDX 87xx series of switches Change-Id: Ia8c91ba0e70d3dc7fa79e7f0e09f869542846954
25 lines
868 B
Plaintext
25 lines
868 B
Plaintext
Start the quantum-server with IP address of switch configured in brocade.ini:
|
|
(for configuration instruction please see README.md in the above directory)
|
|
|
|
nostest.py:
|
|
This tests two things:
|
|
1. Creates port-profile on the physical switch when a quantum 'network' is created
|
|
2. Associates the MAC address with the created port-profile
|
|
|
|
noscli.py:
|
|
CLI interface to create/delete/associate MAC/dissociate MAC
|
|
Commands:
|
|
% noscli.py create <network>
|
|
(after running check that PP is created on the switch)
|
|
|
|
% noscli.py delete <network>
|
|
(after running check that PP is deleted from the switch)
|
|
|
|
% noscli.py associate <network> <mac>
|
|
(after running check that MAC is associated with PP)
|
|
|
|
% noscli.py dissociate <network> <mac>
|
|
(after running check that MAC is dissociated from the PP)
|
|
|
|
|