diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-07-10 13:21:37 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-07-10 13:21:37 -0400 |
commit | cbfc6f664d4927d4d0f542202db6f24bd2d64063 (patch) | |
tree | db941320344d3432387978d1cfd319b8bfa9cd73 /doc/examples | |
parent | 1c76b49ccbe0c31187aeea12b0e395774aa90faa (diff) | |
parent | ce949d5b4c94caf9c1df6393abe86de2872e05ae (diff) | |
download | vyos-cloud-init-cbfc6f664d4927d4d0f542202db6f24bd2d64063.tar.gz vyos-cloud-init-cbfc6f664d4927d4d0f542202db6f24bd2d64063.zip |
add Azure datasource
This datasource is not perfect at this point, but is tested on raring.
It expects that walinuxagent config is set to disable provisioning
(Provisioning.Enabled=n) and also that walinuxagent will not start
otherwise (ie 'echo manual | sudo tee /etc/init/walinuxagent.override).
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/cloud-config-datasources.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/examples/cloud-config-datasources.txt b/doc/examples/cloud-config-datasources.txt index fc8c22d4..fbabcad9 100644 --- a/doc/examples/cloud-config-datasources.txt +++ b/doc/examples/cloud-config-datasources.txt @@ -42,3 +42,7 @@ datasource: meta-data: instance-id: i-87018aed local-hostname: myhost.internal + + Azure: + agent_command: [service, walinuxagent, start] + |