summaryrefslogtreecommitdiffstats
path: root/doc/server/admin/viz.txt
blob: 3556fd3959de361c7c88381aa9eccec48313ea09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.. -*- mode: rst -*-

.. _server-admin-viz-index:

viz
===

Produce graphviz diagrams of metadata structures. Make sure that the 
graphviz package is installed.

The following command will produce a graphviz image which includes hosts,
bundles, and a key::

    bcfg2-admin viz -H -b -k -o ~/bcfg2.png

.. note:: The graphviz package available via DAG/RPMforge has been known
          to have dependency issues. We recommend installing the package
          from EPEL.