watcher-specs/doc/source/image_src/plantuml
Taylor Peoples 915badc7d1 Cluster model objects wrapper
Currently a model of the cluster is constructed every time a strategy is
executed, which will not scale in production or in larger environments.
If Watcher intends to be used by larger envirionments it needs a more
robust way to construct and maintain a model of the cluster. An
in-memory cache of this model can be built up and kept fresh via
notifications from services of interest in addition to periodic syncing
logic.

Co-Authored-By: Vincent FRANCOISE <Vincent.FRANCOISE@b-com.com>
Change-Id: I338b1169049c80638c5229648c6f26ed39a9b622
2016-06-23 12:11:10 +02:00
..
class_diagram_efficacy_indicator.txt Provide efficacy indicators 2016-05-04 15:31:04 +02:00
class_diagram_goal_from_strategy.txt Achieved goal should be returned by each strategy 2016-03-25 14:51:55 +01:00
class_diagram_plugin_parameters.txt Specs for plugins-parameters 2016-05-23 15:29:46 +02:00
get_goal_from_strategy_class_diagram.txt Achieved goal should be returned by each strategy 2016-05-11 15:55:11 +02:00
get_goal_from_strategy_sync_sequence_diagram.txt Achieved goal should be returned by each strategy 2016-05-11 15:55:11 +02:00
README.rst Achieved goal should be returned by each strategy 2016-05-11 15:55:11 +02:00
sequence_diagram_cluster_objects_wrapper_get_latest_model.txt Cluster model objects wrapper 2016-06-23 12:11:10 +02:00
sequence_diagram_cluster_objects_wrapper_notification.txt Cluster model objects wrapper 2016-06-23 12:11:10 +02:00
sequence_diagram_cluster_objects_wrapper_sync.txt Cluster model objects wrapper 2016-06-23 12:11:10 +02:00
sequence_diagram_plugin_parameters_generate_config.txt Specs for plugins-parameters 2016-05-23 15:29:46 +02:00
sequence_diagram_plugin_parameters_load_plugin_parameters.txt Specs for plugins-parameters 2016-05-23 15:29:46 +02:00

plantuml

To build an image from a source file, you have to upload the plantuml JAR file available on http://plantuml.com/download.html. After, just run this command to build your image:

$ cd doc/source/images
$ java -jar /path/to/plantuml.jar doc/source/image_src/plantuml/my_image.txt
$ ls doc/source/images/
my_image.png