Merge remote-tracking branch 'telmich/master'

remotes/origin/feature_files_export
Steven Armstrong 14 years ago
commit 23bcb018c5
  1. 2
      doc/dev/logs/2011-04-20.slashdot-articles
  2. 7
      doc/dev/logs/2011-04-21.benchmark-eth
  3. 1725
      doc/dev/logs/2011-04-27.debug-timing
  4. 6960
      doc/dev/logs/2011-09-12.benchmark-home
  5. 27
      lib/cdist/test/__init__.py
  6. 0
      lib/cdist/test/banner/__init__.py

@ -0,0 +1,2 @@
http://slashdot.org/submission/1533922/cdist-162---usable-configuration-management
http://slashdot.org/submission/1522134/Cdist-Configuration-management-that-makes-fun#

@ -0,0 +1,7 @@
cdist-mass-deploy -p ikq02.ethz.ch; 142
cdist-mass-deploy -p ikq02.ethz.ch ikq03.ethz.ch; 194
cdist-mass-deploy -p ikq02.ethz.ch ikq03.ethz.ch ikq04.ethz.ch; 271
cdist-mass-deploy -p ikq02.ethz.ch ikq03.ethz.ch ikq04.ethz.ch ikq05.ethz.ch; 328
cdist-mass-deploy -p ikq02.ethz.ch ikq03.ethz.ch ikq04.ethz.ch ikq05.ethz.ch ikq06.ethz.ch; 456
cdist-mass-deploy -p ikq02.ethz.ch ikq03.ethz.ch ikq04.ethz.ch ikq05.ethz.ch ikq06.ethz.ch ikq07.ethz.ch; 568

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -0,0 +1,27 @@
# -*- coding: utf-8 -*-
#
# 2011 Nico Schottelius (nico-cdist at schottelius.org)
#
# This file is part of cdist.
#
# cdist is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# cdist is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with cdist. If not, see <http://www.gnu.org/licenses/>.
#
#
import os
cdist_base_path = os.path.abspath(
os.path.join(os.path.dirname(os.path.realpath(__file__)), "../../../"))
cdist_exec_path = os.path.join(cdist_base_path, "bin/cdist")
Loading…
Cancel
Save