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

.. _server-admin-viz:

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.