Brian Coca
92c8275f94
made certain flags part of base to make them universally settable
2015-04-16 08:36:59 -04:00
ian
6747f82547
Change exceptions to python3 syntax.
2015-04-13 12:35:20 -04:00
Toshio Kuratomi
131683523b
Add some comments to explain how the property code for Attributes works
2015-03-23 23:16:06 -07:00
Toshio Kuratomi
bc69ad8147
Rename munge methods to preprocess_data.
...
Remove the call to preprocess_loop data from playbook_include as
includes can't be used with loops.
2015-03-23 18:42:28 -07:00
Toshio Kuratomi
6ba24e9fa1
Remove comment on changing Base.munge => it's used by become.py
2015-03-23 17:41:02 -07:00
Toshio Kuratomi
63c54035de
Get rid of iteritems usage when we only care about the keys
2015-03-23 16:38:51 -07:00
Toshio Kuratomi
fdf51e9a96
Use class.mro() instead of custom base_class finder code
2015-03-23 16:14:34 -07:00
Toshio Kuratomi
095990b4d8
Moving from getattr to properties for the v2 base class
2015-03-23 15:19:13 -05:00
James Cammarata
393246fdd3
Make v2 playbook class attributes inheritable
...
Also fixing some other become-related things
2015-03-20 14:15:12 -05:00
James Cammarata
070c7c319f
Started implementing become in v2
2015-03-13 11:58:00 -05:00
James Cammarata
4af2d0a907
Reworking v2 play iterator and fixing some other bugs
...
Still not working quite right:
* dynamic includes are not adding the included tasks yet
* running roles with tags not quite working right
2015-03-04 13:52:31 -06:00
James Cammarata
995aa8e24b
Making task includes dynamic and fixing many other bugs
...
Dynamic task includes still need some work, this is a rough first version.
* doesn't work with handler sections of playbooks yet
* when using include + with*, the insertion order is backwards
* fix potential for task lists to be unsynchronized when using the linear
strategy, as the include conditional could be predicated on an inventory
variable
2015-02-12 18:17:16 +00:00
James Cammarata
a6d6a89ad1
More work on v2, fixing bugs and getting integration tests running
2015-01-15 16:57:19 -06:00
James Cammarata
2aeb79f45f
Starting work on getting integration tests working on v2
...
This is incomplete work, and requires some minor tweeks to the integration
tests which are not included in this commit.
2015-01-12 16:07:01 -06:00
James Cammarata
1544dde932
Moving over all lookup plugins to v2
2015-01-09 09:37:45 -06:00
James Cammarata
63c2d616e7
Starting to move over lookups and fixing some bugs related to that
2015-01-08 10:52:14 -06:00
James Cammarata
62d79568be
Creating playbook executor and dependent classes
2014-12-29 10:46:47 -06:00
James Cammarata
229d49fe36
Adding new playbook objects for v2
...
* Playbook
* TaskInclude
2014-11-05 21:13:47 -06:00
James Cammarata
7cd5b13e34
Make sure v2 playbook classes validate attributes
...
Also removing cruft code from earlier iteration on task.py and fixing
a bug where 'shell' was not removed from the task ds after munge()
cleaned things up
2014-10-30 16:04:34 -05:00
James Cammarata
3b0e64127d
Refactoring role spec stuff into a dedicated parsing class
...
Also reworking tests to cut down on the number of patches required
by sub-classing the DataLoader() class and reworking the base object's
structure a bit to allow its use
2014-10-30 12:42:06 -05:00
James Cammarata
44afa7facc
Updating Role class for new DataLoader stuff
2014-10-25 23:42:35 -05:00
James Cammarata
7cb489eca3
Adding a data parsing class for v2
2014-10-24 14:06:43 -05:00
James Cammarata
0a8c91a812
Fixing up tests, removing some of the yaml error stuff from parsing
...
* moved old unittests for vault over to the new codebase
* reverted YAML error helpers and reverted the load() function
in parsing/__init__.py, pending a rewrite of a new YAML loader
class of some kind to encapsulate all of that
* fixed an error in in the module args parser regarding the shell/
command argument parsing, where some additional arguments were
being lost
2014-10-21 13:28:01 -05:00
Toshio Kuratomi
e78c5f925b
Python3 fixes
2014-10-21 01:24:09 -04:00
James Cammarata
b0069a338e
Overhauls to v2 code
...
* using inspect module instead of iteritems(self.__class__.__dict__, due
to the fact that the later does not include attributes from parent
classes
* added tags/when attributes to Base() class for use by all subclasses
* removed value/callable code from Attribute, as they are not used
* started moving some limited code from utils to new places in v2 tree
(vault, yaml-parsing related defs)
* re-added ability of Block.load() to create implicit blocks from tasks
* started overhaul of Role class and role-related code
2014-10-20 13:11:20 -05:00
James Cammarata
57d2622c8c
Adding block code and tests
2014-10-16 16:03:29 -05:00
Toshio Kuratomi
eafa718be1
Remove inherit from object as it's no longer needed to determine new-style classes
2014-10-15 19:37:29 -04:00
Toshio Kuratomi
18f30b00ba
Add python3-compat boiler to all core files
2014-10-15 19:22:54 -04:00
Toshio Kuratomi
938b2108d0
Move the v2 tests under the v2 tree
2014-10-15 18:08:28 -04:00
Michael DeHaan
56b6cb5328
Teaching objects to load themselves, making the JSON/YAML parsing ambidexterous.
2014-10-08 16:00:08 -04:00
Michael DeHaan
d97b38ba83
Attribute defaults and optional accessors.
2014-10-06 17:06:13 -04:00
Michael DeHaan
e66a0096a7
Work in progress on task loading.
2014-10-06 16:29:18 -04:00
Michael DeHaan
f066e361f1
WIP on data structure processing patterns.
2014-10-06 16:29:18 -04:00
Michael DeHaan
8cecb0690f
Update base.py
...
updated with some notes
2014-10-04 09:48:25 -04:00
Michael DeHaan
94db7365b9
__getattr__ to hide some of the attribute magic.
2014-10-03 17:09:25 -04:00
Michael DeHaan
b54434c1b2
WIP on Attributes. Getting closer.
2014-10-03 16:37:32 -04:00
Michael DeHaan
6db1b4dfd2
WIP on refactoring changes
2014-10-03 15:25:21 -04:00
Michael DeHaan
335221d79e
This is an exceedingly rough sketch of what attributes might look like - metaclass implementations NOT complete.
2014-10-03 14:54:04 -04:00
Michael DeHaan
ff87ac08a7
An attempt at modularization prior to moving things towards BaseObject and considering Attributes.
2014-10-03 10:34:51 -04:00
James Cammarata
cae88ca12f
Initial work to refactor Task
2014-10-03 07:08:03 -05:00
Michael DeHaan
da01eef4db
Move v2 out of the package tree so it does not yet appear.
2014-10-02 13:47:25 -04:00