Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-24 | changes to behavior on specifying keys. | Scott Moser | |
The most likely end user operation (or at least a valid one) for base64 encoding would be to encode the user-data, but leave all other values as plaintext. In order to facilitate that, the user can simply add: b64-user-data=true to indicate that user-data is base64 encoded. Other changes here are to change the cloud-config and metadata keynames that are used. base64_all = boolean(True) base64_keys = [list, of, keys] Fixed up tests to accomodate. | |||
2013-08-23 | Fixed some typos. Change decode_base64 from sys_cfg to ds_cfg | Ben Howard | |
2013-08-20 | Fixed no_base64_decode settings | Ben Howard | |
2013-07-30 | Added base64 support to SmartOS datasource. | Ben Howard | |
Added documentation on SmartOS datasource. | |||
2013-07-24 | DataSourceSmartOS: fix issue if dmidecode is not present | Scott Moser | |
2013-07-23 | Changed get_serial to be fully parameterized and return the serial | Ben Howard | |
initialized. Added a mapping of attributes between cloud-init and smartos. | |||
2013-07-23 | Move more functionality into get_serial() | Ben Howard | |
2013-07-18 | Added SmartOS datasource and unit tests. | Ben Howard | |