Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Following tables are created for the plugin:

  1. external_brocade_vcs_devices: For storing the Brocade Switch details.

      Schema

  `id` bigint unsigned unsigned NOT NULL AUTO AUTO_INCREMENT COMMENT 'id',

  `uuid` `uuid` varchar(255) UNIQUE,

  `physical_network_id` bigint unsigned unsigned NOT NULL COMMENT  COMMENT 'id of the physical network in to which brocade vcs switch is added',

  `provider_name` name` varchar(255) NOT NULL COMMENT  COMMENT 'Service Provider name corresponding to this brocade vcs switch',

  `device_name` name` varchar(255) NOT NULL COMMENT  COMMENT 'name of the brocade vcs switch',

  `host_id` bigint unsigned unsigned NOT NULL COMMENT  COMMENT 'host id coresponding to the external brocade vcs switch',

  PRIMARY  PRIMARY KEY  (`id`)

 

2.  brocade_network_vlan_map: For maintaining the mapping of the network and it’s vlanid.

Schema

  `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT 'id',

...