murano/contrib/utils/uml-generator
Victor Ryzhenkin cba057b84e Make appropriate branch default and updated from global requirements
- Use default value of _BRANCH parameters 'stable/juno' for
  stable/juno release
- Update from global requirements
- Fix lib for using python-muranoclient from stable/juno and openstack
  namespace
- Update .gitreview for using openstack namespace
- Install test-requirements in post_test_hook.sh
- Remove CLI tests
- Update API tests because of tempest updates
- Fix for PEP8 checks after hacking version bump
- Add ignore H233,H405,H904 hacking rules

Change-Id: I7624cba86c7d5612ac32c14e36fb2d020b599e1c
Closes-Bug: #1468746
Closes-Bug: #1469181
2015-06-30 18:55:14 +03:00
..
README.md UML Generator script 2014-03-31 20:48:46 +04:00
umlgen.py Make appropriate branch default and updated from global requirements 2015-06-30 18:55:14 +03:00

MuranoPL UML Generator

This folder contains scripts (currently only one) to generate UML graphs based on MuranoPL manifests.

Installation

  1. Copy umlgen.py to meta folder under MuranoPL directory.

  2. Download plantuml.jar from http://plantuml.sourceforge.net/ and copy it to the folder ablve.

  3. Generate UML graph using the command below:

    ./umlgen.py

Usage

   ./umlgen.py [--no-namespaces] [--parents-only] [CLASS_FQDN]
  • --no-namespaces - disables automatic classes grouping

  • --parents-only - generate graph using only parent-child dependencies

  • CLASS_FQDN - MuranoPL class FQDN