Supernode-puppet: Unterschied zwischen den Versionen

Aus Freifunk Köln, Bonn und Umgebung
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
Was ist puppet für Supernodes?
Was ist puppet für Supernodes?


TBD
Puppet ( http://puppetlabs.com/ ) ist ein Konfigurationsmanagement tool.
 
Hier wird es dazu verwendet um mit möglichst wenig aufwand einen Supernode für Freifunk-KBU zu konfigurieren.
 
Voraussetzung: Debian 7 Mininmalinstallation (z.B. auf vhost)<br />
 
des weiteren:
* Zugewiesener Fastd-Server mit
* fastd-secret key
* auth für register


= Installation =
= Installation =
Voraussetzung: Debian Mininmalinstallation (z.B. auf vhost)
  apt-get install git puppet;
  apt-get install git puppet
  git clone https://github.com/ff-kbu/supernode /etc/puppet/modules;
  git clone https://github.com/ff-kbu/supernode /etc/puppet/modules
  puppet module install puppetlabs-stdlib;
  puppet module install puppetlabs-stdlib
  puppet module install puppetlabs-vcsrepo;
  puppet module install puppetlabs-vcsrepo
  # editiere /etc/puppet/modules/supernode.pp
  # editiere /etc/puppet/modules/supernode.pp
  puppet apply /etc/puppet/modules/supernode.pp
  puppet apply /etc/puppet/modules/supernode.pp;

Version vom 28. Oktober 2014, 00:00 Uhr

Was ist puppet für Supernodes?

Puppet ( http://puppetlabs.com/ ) ist ein Konfigurationsmanagement tool.

Hier wird es dazu verwendet um mit möglichst wenig aufwand einen Supernode für Freifunk-KBU zu konfigurieren.

Voraussetzung: Debian 7 Mininmalinstallation (z.B. auf vhost)

des weiteren:

  • Zugewiesener Fastd-Server mit
  • fastd-secret key
  • auth für register

Installation

apt-get install git puppet;
git clone https://github.com/ff-kbu/supernode /etc/puppet/modules;
puppet module install puppetlabs-stdlib;
puppet module install puppetlabs-vcsrepo;
# editiere /etc/puppet/modules/supernode.pp
puppet apply /etc/puppet/modules/supernode.pp;