==================================== Static Physical Plugin Configuration ==================================== Configure Access to Static Physical ----------------------------------- The following should be set in **/etc/vitrage/vitrage.conf**, under [static_physical] section: +------------------+---------------------------------------------------------+------------------------------+ | Name | Description | Default Value | +==================+=========================================================+==============================+ | directory | Directory path from where to load the configurations | /etc/vitrage/static_plugins/ | +------------------+---------------------------------------------------------+------------------------------+ | changes_interval | Interval of checking changes in the configuration files | 30 seconds | +------------------+---------------------------------------------------------+------------------------------+ | entities | Static physical entity types list | switch | +------------------+---------------------------------------------------------+------------------------------+ Configure Static Physical Mapping --------------------------------- Physical configuration is made for configuring statically physical entities, and their relationships to other entities in the topology. Some physical entities, such as switches, can not be retrieved from OpenStack, so for now we will configure them statically. There may be more than one configuration file. All files will be read from /etc/vitrage/static_plugins/. **Format** :: entities: - name: id: type: state: relationships: - type: name: id: relation_type: - type: name: id: relation_type: ... **Example** The following will define a switch that is attached to host-1 and is a backup of switch-2 :: entities: - type: switch name: switch-1 id: 11111 state: available relationships: - type: nova.host name: host-1 id: 22222 relation_type: attached - type: switch name: switch-2 id: 33333 relation_type: backup