Commit graph

25 commits

Author SHA1 Message Date
Anders Ingemann
da4b85c0c7 Everything in base/ is now commented. 2014-03-23 16:04:03 +01:00
Anders Ingemann
7a4721bd70 Make 'packages' optional 2014-02-27 23:03:23 +01:00
Anders Ingemann
46dbe9e8c6 Move AKI info into JSON file. Fixes #13
Also introduced config_get() to retrieve a specific value from
these JSON files. Comments are now supported in those files as well
2014-02-27 23:02:58 +01:00
Anders Ingemann
039a35a344 Fix bug in ManifestError __str__ function
+ some formatting fixes
2014-01-06 22:58:21 +01:00
Anders Ingemann
a4ead02a9b Remove provider specific manifests
Manifest and module loading has been refactored
Provider modules now must implement validate_manifest like plugins do
Simplified loading of manifests
2014-01-05 14:03:04 +01:00
Anders Ingemann
7afd04f1c9 Distinguish between bootstrap and apt mirror
They can both be set independently now.
If the bootstrap mirror is not set, it falls back to the apt mirror,
which in turn falls back to the geo redirector.
2014-01-05 02:25:27 +01:00
Anders Ingemann
8d32339fda Introduced a global manifest_vars dictionary
All manifest entries can now be accessed from the manifest itself
2013-12-29 20:58:06 +01:00
Anders Ingemann
71be571f93 Fix #104. Remove "enabled" from plugin manifests 2013-11-22 09:03:47 +01:00
Anders Ingemann
0eb5eecfc2 Place everything in info.workspace
instead of spreading files all around the disk
2013-10-27 18:11:13 +01:00
Anders Ingemann
5864665b1f Make mirror param in manifest optional 2013-08-17 16:04:20 +02:00
Anders Ingemann
631901a827 Fix error when plugins key was not present 2013-08-11 18:05:54 +02:00
Anders Ingemann
b3311a8ff6 Only add default tarball_dir if tarball is true 2013-07-13 15:12:45 +02:00
Anders Ingemann
1a21b4d90e remove superfluous normpath() 2013-07-08 23:14:05 +02:00
Anders Ingemann
d3ab01f88f Implement initialize() fn for providers and plugins ,silence boto debug 2013-07-08 23:14:04 +02:00
Anders Ingemann
a471c7ef71 Refactor manifest to allow plugin manifest validation 2013-07-08 23:14:03 +02:00
Anders Ingemann
1b512e08fc Make plugin loading a little prettier 2013-07-08 23:14:02 +02:00
Anders Ingemann
b92f70e548 bootstrap task implemented 2013-07-08 23:14:01 +02:00
Anders Ingemann
4d86ae5bea Implement MountVolume task, catch less exceptions 2013-07-08 23:14:01 +02:00
Anders Ingemann
2135cdbc1a PEP8 fixes 2013-07-08 23:14:00 +02:00
Anders Ingemann
79a699a360 Better schema validation and errors 2013-07-08 23:13:59 +02:00
Anders Ingemann
2f9fa4e6f7 Allow comments in manifest files 2013-07-08 23:13:59 +02:00
Anders Ingemann
5689b77011 Manifest validation, simplified main run fn 2013-07-08 23:13:58 +02:00
Anders Ingemann
a8364fe04d logging 2013-07-08 23:13:58 +02:00
Anders Ingemann
d18fa6dd6b Use prettier format syntax 2013-07-08 23:13:58 +02:00
Anders Ingemann
aa86b75974 Rename common module to base 2013-07-08 23:13:57 +02:00
Renamed from common/manifest.py (Browse further)