<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-cloud-init.git/doc/rtd/topics/format.rst, branch rolling</title>
<subtitle> (mirror of https://github.com/vyos/vyos-cloud-init.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-cloud-init.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-cloud-init.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/'/>
<updated>2022-02-12T02:02:11+00:00</updated>
<entry>
<title>Docs for x-shellscript* userdata (#1260)</title>
<updated>2022-02-12T02:02:11+00:00</updated>
<author>
<name>James Falcon</name>
<email>james.falcon@canonical.com</email>
</author>
<published>2022-02-12T02:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=a62d04e081831be82b3d26c94fee5aa40d7c0802'/>
<id>urn:sha1:a62d04e081831be82b3d26c94fee5aa40d7c0802</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minor improvements to documentation (#1259)</title>
<updated>2022-02-10T21:44:37+00:00</updated>
<author>
<name>Mark Esler</name>
<email>eslerm@umn.edu</email>
</author>
<published>2022-02-10T21:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=cbe840ac7247c9bf79cf63100b7f85ef38758763'/>
<id>urn:sha1:cbe840ac7247c9bf79cf63100b7f85ef38758763</id>
<content type='text'>
* Primarily improved grammar for clarity.
* A few Sphinx/RST syntax fixes.
* Set text width to 79 characters per footer documentation
  where needed.
* Changed "yaml" to "YAML" when used in sentences.</content>
</entry>
<entry>
<title>docs: fix stale links rename master branch to main (#926)</title>
<updated>2021-06-18T02:46:54+00:00</updated>
<author>
<name>Chad Smith</name>
<email>chad.smith@canonical.com</email>
</author>
<published>2021-06-18T02:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=db23b1b10b97fe19bc1c8af99a08aa5693d37923'/>
<id>urn:sha1:db23b1b10b97fe19bc1c8af99a08aa5693d37923</id>
<content type='text'>
Update doc references to 'main' default branch due to rename.
Also some links have eroded:
-  for doc links directly to a line num link to a
   blob/&lt;commit&gt;/file/path#L10 instead of blob/&lt;branch_name&gt;.
- pytest.param link to a specific version doc as latest has dropped
  the link</content>
</entry>
<entry>
<title>doc: avoid two warnings (#781)</title>
<updated>2021-01-21T15:17:57+00:00</updated>
<author>
<name>Dan Kenigsberg</name>
<email>danken@redhat.com</email>
</author>
<published>2021-01-21T15:17:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=e051d54227b153e19774775edf475425e6ebabd8'/>
<id>urn:sha1:e051d54227b153e19774775edf475425e6ebabd8</id>
<content type='text'>
Two shell code blocks are not marked as such, confusing rst to consider
them as yaml. Be explicit about their syntax, and use $ prompt to match
elsewhere in the docs.

/home/travis/build/canonical/cloud-init/doc/rtd/topics/format.rst:28: WARNING: Could not lex literal_block as "yaml". Highlighting skipped.
/home/travis/build/canonical/cloud-init/doc/rtd/topics/format.rst:52: WARNING: Could not lex literal_block as "yaml". Highlighting skipped.

Signed-off-by: Dan Kenigsberg &lt;danken@redhat.com&gt;</content>
</entry>
<entry>
<title>cli: add devel make-mime subcommand (#518)</title>
<updated>2020-08-17T16:06:20+00:00</updated>
<author>
<name>Ryan Harper</name>
<email>ryan.harper@canonical.com</email>
</author>
<published>2020-08-17T16:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=a4b6b96f30bdd994ab535b222cf4b4bf09f20668'/>
<id>urn:sha1:a4b6b96f30bdd994ab535b222cf4b4bf09f20668</id>
<content type='text'>
* cli: add devel make-mime subcommand

Cloud-init documents an in-source-tree tool, make-mime.py used to
help users create multi-part mime user-data.  This tool is not shipped
in the cloud-init install and unavailable at runtime.  This patch
takes tools/make-mime.py and makes the functionality available via
the devel subcommand.

The primary interface of --attach file:content-type is still present.
The cli now adds:

 -l, --list-types  Print out a list of supported content-types
 -f, --force       Ignore errors for unsupported content-types

The tool will now raise a RunTime error if the supplied content-type
is not supported (or more likely a typo:
  x-shell-script vs.  x-shellscript)

* make-mime: write to stderr and exit 1 instead of raising RuntimeError

* Update example to match docs

* Update docs for make-mime subcommand

* Remove tools/make-mime.py; replaced by cloud-init devel make-mime

Co-authored-by: Rick Harding &lt;rharding@mitechie.com&gt;</content>
</entry>
<entry>
<title>doc/format: reference make-mime.py instead of an inline script (#334)</title>
<updated>2020-04-29T13:49:02+00:00</updated>
<author>
<name>Daniel Watkins</name>
<email>oddbloke@ubuntu.com</email>
</author>
<published>2020-04-29T13:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=32338f57f8b6160ba9758e76b95731a06d5bc2fd'/>
<id>urn:sha1:32338f57f8b6160ba9758e76b95731a06d5bc2fd</id>
<content type='text'>
`make-mime.py` is a more recent version of the inline script that this
link is replacing.</content>
</entry>
<entry>
<title>docs: typo fixed: dta → data</title>
<updated>2020-02-27T22:16:29+00:00</updated>
<author>
<name>Alexey Vazhnov</name>
<email>vazhnov@boot-keys.org</email>
</author>
<published>2020-02-27T22:16:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=67c8e53cc3fe007bb40d6e9c10549ca8200a9cd7'/>
<id>urn:sha1:67c8e53cc3fe007bb40d6e9c10549ca8200a9cd7</id>
<content type='text'>

</content>
</entry>
<entry>
<title>cloud-init: fix capitalisation of SSH (#126)</title>
<updated>2019-12-18T21:22:02+00:00</updated>
<author>
<name>Daniel Watkins</name>
<email>oddbloke@ubuntu.com</email>
</author>
<published>2019-12-18T21:22:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=8116493950e7c47af0ce66fc1bb5d799ce5e477a'/>
<id>urn:sha1:8116493950e7c47af0ce66fc1bb5d799ce5e477a</id>
<content type='text'>
* cc_ssh: fix capitalisation of SSH

* doc: fix capitalisation of SSH

* cc_keys_to_console: fix capitalisation of SSH

* ssh_util: fix capitalisation of SSH

* DataSourceIBMCloud: fix capitalisation of SSH

* DataSourceAzure: fix capitalisation of SSH

* cs_utils: fix capitalisation of SSH

* distros/__init__: fix capitalisation of SSH

* cc_set_passwords: fix capitalisation of SSH

* cc_ssh_import_id: fix capitalisation of SSH

* cc_users_groups: fix capitalisation of SSH

* cc_ssh_authkey_fingerprints: fix capitalisation of SSH
</content>
</entry>
<entry>
<title>doc: add kernel command line option to user data (#105)</title>
<updated>2019-12-13T17:14:28+00:00</updated>
<author>
<name>Joshua Powers</name>
<email>josh.powers@canonical.com</email>
</author>
<published>2019-12-13T17:14:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=72bc997bedcd41cd25e64e3e262ed9c7b9635011'/>
<id>urn:sha1:72bc997bedcd41cd25e64e3e262ed9c7b9635011</id>
<content type='text'>
LP: #1846524
</content>
</entry>
<entry>
<title>Add config for ssh-key import and consuming user-data</title>
<updated>2019-10-31T16:26:54+00:00</updated>
<author>
<name>Pavel Zakharov</name>
<email>pavel.zakharov@delphix.com</email>
</author>
<published>2019-10-31T16:26:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=45ea695f9b4fce180c662ab4211575d64912634e'/>
<id>urn:sha1:45ea695f9b4fce180c662ab4211575d64912634e</id>
<content type='text'>
This patch enables control over SSH public-key import and
discarding supplied user-data (both disabled by default).

  allow-userdata: false
  ssh:
    allow_public_ssh_keys: false

This feature enables closed appliances to prevent customers
from unintentionally breaking the appliance which were
not designed for user interaction.

The downstream change for this is here:
  https://github.com/delphix/cloud-init/pull/4
</content>
</entry>
</feed>
