Let core use random .cdist directory for objects
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
parent
ff00df72ad
commit
73c77dd2d3
8 changed files with 79 additions and 26 deletions
29
docs/dev/logs/2015-02-22.allow_dot_cdist
Normal file
29
docs/dev/logs/2015-02-22.allow_dot_cdist
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
- locate code that references .cdist
|
||||
- cdist_object.py
|
||||
- need to change code that handles objects?
|
||||
- setup object marker
|
||||
exec/local.py
|
||||
- cdist/emulator.py
|
||||
- need to know the marker name
|
||||
- shell.py
|
||||
- test/manifest/__init__.py
|
||||
- core/code.py:
|
||||
- core/manifest.py:
|
||||
- core/manifest.py:
|
||||
- list_object_names() needs to know the marker -- used BY:
|
||||
- list_objects
|
||||
- cdist/test/cdist_object/__init__.py
|
||||
- cdist/config.py
|
||||
- cdist/test/cdist_object/__init__.py
|
||||
|
||||
- list_object_names
|
||||
- needs to have object_marker
|
||||
|
||||
- or modify object code to load name
|
||||
- setup a per-run random name
|
||||
- local.py
|
||||
- use the per-run random name
|
||||
- create test
|
||||
|
||||
def __init__(self, cdist_type, base_path, object_marker=".cdist", object_id=''):
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue