vitrage/releasenotes/notes/static-datasource-refactoring-2cc7569fafbe65c6.yaml
Ifat Afek add310b89f Added Ocata release notes
Change-Id: I2b2a21369526df33df54d25b2cd5653ce8fffc6d
2017-02-01 12:01:47 +00:00

13 lines
649 B
YAML

---
features:
- The Vitrage ``Static Datasource`` is meant to define in a yaml file cloud
resources that cannot be retrieved dynamically. Switches are a good
example, as currently no OpenStack project provides information about them.
In Newton, only switches could be defined in the static yaml files.
In Ocata the file definition was enhanced, so the user can define
practically everything. The new schema is subset of the Vitrage evaluator
templates schema, to make it easier to use and maintain.
deprecations:
- The ``static_physical`` file format is deprecated. Please use the new
``static`` file format instead.