<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-cloud-init.git/doc/sources/smartos, branch sagitta</title>
<subtitle> (mirror of https://github.com/marekm72/vyos-cloud-init.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-cloud-init.git/atom?h=sagitta</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/atom?h=sagitta'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/'/>
<updated>2016-11-10T21:48:58+00:00</updated>
<entry>
<title>doc: make the RST files consistently formated and other improvements.</title>
<updated>2016-11-10T21:48:58+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@brickies.net</email>
</author>
<published>2016-11-10T21:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=127f0f5076bf8e5c53dd538899199455ebc08fbc'/>
<id>urn:sha1:127f0f5076bf8e5c53dd538899199455ebc08fbc</id>
<content type='text'>
The biggest things here are:
 * move doc/sources/*/README.rst to doc/rtd/topics/datasources
   This gives each datasource a page in the rtd docs, which make
   it easier to read.
 * consistently use the same header style throughout.
   As suggested at
   http://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html
   use:
     # with overline, for parts
     * with overline, for chapters
     =, for sections
     -, for subsections
     ^, for subsubsections
     “, for paragraphs

Also, move and re-format vendor-data documentation to rtd.
</content>
</entry>
<entry>
<title>Fixes for SmartOS datasource (LP: #1272115):</title>
<updated>2014-01-24T19:29:04+00:00</updated>
<author>
<name>Ben Howard</name>
<email>ben.howard@canonical.com</email>
</author>
<published>2014-01-24T19:29:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=fb55c1079375454d2a2a2f82c6c1812759eeb1f1'/>
<id>urn:sha1:fb55c1079375454d2a2a2f82c6c1812759eeb1f1</id>
<content type='text'>
1. fixed conflation of user-data and cloud-init user-data. Cloud-init
   user-data is now namespaced as 'cloud-init:user-data'.
2. user-scripts are now fetched from the meta-data service each boot and
   executed as in the scripts directory
3. datacenter name is now namespaced as sdc:datacenter
4. user-scripts should be shebanged if there is no file magic
</content>
</entry>
<entry>
<title>fix doc for smartos</title>
<updated>2013-09-27T16:52:45+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2013-09-27T16:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=77169e8aae023c8456dc16a2db225531a4e269a0'/>
<id>urn:sha1:77169e8aae023c8456dc16a2db225531a4e269a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes for the MP.</title>
<updated>2013-09-19T22:49:50+00:00</updated>
<author>
<name>Ben Howard</name>
<email>ben.howard@canonical.com</email>
</author>
<published>2013-09-19T22:49:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=d1bad8880c2219b9d7a648169bbe7a0a27c03be2'/>
<id>urn:sha1:d1bad8880c2219b9d7a648169bbe7a0a27c03be2</id>
<content type='text'>
Changed cc_disk_setup to handle the file systems as a label, no longer
passing "log" around.

Tidied up the documentation to reflect the changes and made grammer,
spelling and improved the content a little.

Added disk_setup to the default modules list.
</content>
</entry>
<entry>
<title>changes to behavior on specifying keys.</title>
<updated>2013-08-24T04:07:35+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2013-08-24T04:07:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=10c8ec1e5c1b16572a38afd08ee794d28c450054'/>
<id>urn:sha1:10c8ec1e5c1b16572a38afd08ee794d28c450054</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Fixed some typos. Change decode_base64 from sys_cfg to ds_cfg</title>
<updated>2013-08-23T15:10:30+00:00</updated>
<author>
<name>Ben Howard</name>
<email>ben.howard@canonical.com</email>
</author>
<published>2013-08-23T15:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=0a667454289a788a6f406e66d78a34c7ec914daa'/>
<id>urn:sha1:0a667454289a788a6f406e66d78a34c7ec914daa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed no_base64_decode settings</title>
<updated>2013-08-20T15:56:25+00:00</updated>
<author>
<name>Ben Howard</name>
<email>ben.howard@canonical.com</email>
</author>
<published>2013-08-20T15:56:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=e683ab2baa3e67614edcd409122bd1aec99737e0'/>
<id>urn:sha1:e683ab2baa3e67614edcd409122bd1aec99737e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added base64 support to SmartOS datasource.</title>
<updated>2013-07-30T23:00:33+00:00</updated>
<author>
<name>Ben Howard</name>
<email>ben.howard@canonical.com</email>
</author>
<published>2013-07-30T23:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=8c4d88a630025b6fe9f90957343a94105768533f'/>
<id>urn:sha1:8c4d88a630025b6fe9f90957343a94105768533f</id>
<content type='text'>
Added documentation on SmartOS datasource.
</content>
</entry>
</feed>
