summaryrefslogtreecommitdiff
path: root/Requires
AgeCommit message (Collapse)Author
2014-01-17Update makefile to install from updated requirements filesJoshua Harlow
2014-01-17more boto removal. move httpretty from 'Requires'Scott Moser
the Requires would get that string rendered into the package's Depends/Requires (rather than BuildDepends/BuildRequires). We should have BuildDepends/BuildRequires too, but since trunk's package builds do not run 'make test', this isn't a big deal. This also adds 'test-requires' for httpretty.
2014-01-10Add ec2 utils tests and httpretty requirement for http mockingJoshua Harlow
2013-07-27Add the pyserial dependency.Joshua Harlow
LP: #1205720
2013-07-19Add the ability to merge with jsonpatch.Joshua Harlow
Jsonpatch is a new RFC standard for merging json-like structures which the cloud-init cloud-config is one such structure. To use this in a limited fashion (to start) add the ability for the cloud-config handler to accept this content-type and use it as an alternate way to merge new cloud-config sections into the accumulated cloud-config. LP: #1200476
2013-03-19Move back to using boto for now.Joshua Harlow
2012-10-21Fix the requires after using requests.Joshua Harlow
2012-10-19Remove the need for boto just for fetching the Joshua Harlow
userdata and metadata. Add in this crawling functionality to the ec2_utils module that will fully crawl (not lazily) the ec2 metadata and parse it in the same manner as boto. 1. Make the ec2 datasource + cloudstack now call into these. 2. Fix phone_home due to urllib3 change (TBD)
2012-10-18Start fixing how boto and our url fetching can notJoshua Harlow
use ssl correctly (they can not do validation due to the underlying usage of urllib/httplib). Adjust to use urllib3 which can in cloud-init url fetching. For now also take the metadata/userdata extraction code from boto (small amount) and fix it in a new local file called 'ec2_utils'.
2012-07-09Revert back to using cheetah + adjust resultant code + templatesJoshua Harlow
At this point there is a mixture of "double hash" cheetah comments and '#*' cheetah comments.
2012-06-26Relax the version numbers for now.harlowja
2012-06-22Remove comment about old-configsJoshua Harlow
2012-06-22Add comment that configobj is used for more than just old configs.harlowja
2012-06-19Add dependency on argparse.Joshua Harlow
2012-06-16Update the cloud init requirements with comments as to why they are needed.Joshua Harlow
Also: 1. Add in boto as a requirement (used for ec2 metadata calls) 2. Add in pyyaml as a requirement (used for all yaml processing) 3. Add in configobj as a requirement (only for old-style configs)
2012-06-15Enabled the oauth library, which seems needed for maas datasource.Joshua Harlow
2012-06-11Update with parsing of a requirments file, changelog for this new ↵Joshua Harlow
refactoring stuff and setup.py for both of those.