reclass 1.2.1-1 source package in Ubuntu

Changelog

reclass (1.2.1-1) unstable; urgency=low


  * New upstream release, fixing the Salt adapter.

 -- martin f. krafft <email address hidden>  Thu, 26 Dec 2013 17:08:15 +1300

Upload details

Uploaded by:
madduck
Uploaded to:
Sid
Original maintainer:
madduck
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
reclass_1.2.1-1.dsc 2.2 KiB 783058c922bde82873f7a9e9d147c3acd7031cff0fd314f947cf983c91208440
reclass_1.2.1.orig.tar.gz 44.5 KiB dbe9e1afcdd1e1d2b01113c215834e4139bc0d0637896b55aa555765e93f6b84
reclass_1.2.1-1.debian.tar.gz 5.9 KiB 542ee192dd83dc1fed7110372657e57ca5b56a13a0a18e19cb84fda6b8d3bade

Available diffs

No changes file available.

Binary packages built by this source

python-reclass: hierarchical inventory backend for configuration management systems

 reclass is an "external node classifier" (ENC) as can be used with automation
 tools, such as Puppet, Salt, and Ansible. It is also a stand-alone tool for
 merging data sources recursively.
 .
 The purpose of an ENC is to allow a system administrator to maintain an
 inventory of nodes to be managed, completely separately from the configuration
 of the automation tool. Usually, the external node classifier completely
 replaces the tool-specific inventory (such as site.pp for Puppet,
 ext_pillar/master_tops for Salt, or /etc/ansible/hosts).
 .
 reclass allows you to define your nodes through class inheritance, while
 always able to override details further up the tree (i.e. in more specific
 nodes). Think of classes as feature sets, as commonalities between nodes, or
 as tags. Add to that the ability to nest classes (multiple inheritance is
 allowed, well-defined, and encouraged), and piece together your infrastructure
 from smaller bits, eliminating redundancy and exposing all important
 parameters to a single location, logically organised.

reclass: hierarchical inventory backend for configuration management systems

 reclass is an "external node classifier" (ENC) as can be used with automation
 tools, such as Puppet, Salt, and Ansible. It is also a stand-alone tool for
 merging data sources recursively.
 .
 The purpose of an ENC is to allow a system administrator to maintain an
 inventory of nodes to be managed, completely separately from the configuration
 of the automation tool. Usually, the external node classifier completely
 replaces the tool-specific inventory (such as site.pp for Puppet,
 ext_pillar/master_tops for Salt, or /etc/ansible/hosts).
 .
 reclass allows you to define your nodes through class inheritance, while
 always able to override details further up the tree (i.e. in more specific
 nodes). Think of classes as feature sets, as commonalities between nodes, or
 as tags. Add to that the ability to nest classes (multiple inheritance is
 allowed, well-defined, and encouraged), and piece together your infrastructure
 from smaller bits, eliminating redundancy and exposing all important
 parameters to a single location, logically organised.
 .
 This package provides the reclass CLI and adapters for Salt and Ansible.

reclass-doc: reclass documentation

 Provides the documentation for reclass.