Update README, addressing #421 and #412 (#422)

* remove mentioning of stability and youth

* Add mentioning of PuppetDB 5

* specify PuppetDB 3 through 5
This commit is contained in:
Lars Næsbye Christensen
2017-10-18 12:14:28 +02:00
committed by Mike Terzo
parent fdc9ea6254
commit b957753662

View File

@@ -14,7 +14,7 @@ functionality of `Puppet Dashboard`_.
Puppetboard relies on the `pypuppetdb`_ library to fetch data from PuppetDB
and is built with the help of the `Flask`_ microframework.
As of version 0.1.0 and higher, Puppetboard **requires** PuppetDB 3.
As of version 0.1.0 and higher, Puppetboard **requires** PuppetDB 3. Version 0.3.0 has been tested with PuppetDB versions 3 through 5.
.. _pypuppetdb: https://pypi.python.org/pypi/pypuppetdb
.. _PuppetDB: http://docs.puppetlabs.com/puppetdb/latest/index.html
@@ -25,7 +25,7 @@ As of version 0.1.0 and higher, Puppetboard **requires** PuppetDB 3.
At the current time of writing, Puppetboard supports the following Python versions:
* Python 2.6
* Python 2.7
* Python 3.6
.. image:: screenshots/overview.png
:alt: View of a node
:width: 1024
@@ -34,18 +34,6 @@ At the current time of writing, Puppetboard supports the following Python versio
.. contents::
Word of caution
===============
Puppetboard is very, very young but it works fairly well.
That being said a lot of the code is very experimental, just trying
to figure out what works and what not, what we need to do different
and what features we need on the PuppetDB side of things.
As such you should be at least comfortable handling a few errors
this might throw at you.
Installation
============