reclass icon indicating copy to clipboard operation
reclass copied to clipboard

A recursive external node classifier for automation tools like Ansible, Puppet, and Salt

Results 26 reclass issues
Sort by recently updated
recently updated
newest added

Patch to optionally stop yaml output from using references, as sometimes it's clearer to explicitly fill in references. ie go from with reference output: ```yaml _cluster_: ntp_client_strata: &id001 - ntp1.domain.com...

This is just an FYI for anyone who finds their way here. There is a maintained fork here: https://github.com/salt-formulas/reclass

When parsing error happens, there is no any log for troubleshooting, just shown as below: Traceback (most recent call last): File "/usr/bin/reclass", line 9, in load_entry_point('reclass==1.4.1', 'console_scripts', 'reclass')() File "/usr/lib/python2.7/dist-packages/reclass/cli.py",...

``` somehost.com: Data failed to compile: ---------- Pillar failed to render with the following messages: ---------- Failed to load ext_pillar reclass: Item in ``from list'' must be str, not unicode...

Got an exception `ImportError: No module named 'output'` See full logs below ``` ➜ ~ python --version Python 3.5.3 ➜ ~ pip install reclass Collecting reclass Using cached reclass-1.4.1.tar.gz Complete...

This patch introduces a new Mutators data type to entities. This data type is a stack of python callables which perform arbitrary modifications to a populated node or inventory dictionary...

enhancement

After git clone https://github.com/madduck/reclass.git && apt-get install python setup.py, when running > reclass-salt --pillar localhost > No such directory: /usr/local/bin/nodes > None > > root@malai:/srv/salt# reclass-salt --pillar -b /srv/salt/ >...

Reclass uses the syntax ${foo:bar} to access the parameter foo[bar]. This means that parameter names including ':' needed it to be escaped, but for that to work, the name needs...

I'm using reclass and salt for a new configuration management setup and found I needed to do some things with reclass that it didn't yet do so I added in...

It caused the following error with original example ``` vagrant@saltmaster:/srv/salt/states$ ./reclass --top No such directory: /srv/salt/states/nodes None ```