diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-01-28 10:48:56 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-01-28 10:48:56 -0500 |
commit | 8038c24d6dce45a4cc7eab55323c39901a7b072a (patch) | |
tree | c01b606c84a1222a92914908ec904a6f01b4fbc3 /doc/var-lib-cloud.txt | |
parent | d0da58f89a0bf1841051340d09a0b0b6c5908506 (diff) | |
download | vyos-cloud-init-8038c24d6dce45a4cc7eab55323c39901a7b072a.tar.gz vyos-cloud-init-8038c24d6dce45a4cc7eab55323c39901a7b072a.zip |
add previous-instance-id and previous-datasource files to cloud/data
add 'datasource' file to instance dir
Diffstat (limited to 'doc/var-lib-cloud.txt')
-rw-r--r-- | doc/var-lib-cloud.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/var-lib-cloud.txt b/doc/var-lib-cloud.txt index 0f96f267..7776d772 100644 --- a/doc/var-lib-cloud.txt +++ b/doc/var-lib-cloud.txt @@ -38,7 +38,8 @@ boot-finished # this file indicates when "boot" is finished # it is created by the 'final_message' cloud-config - + datasource # a file containing the class and string of datasource + - sem/ scripts.once These are the cloud-specific semaphores. The only thing that @@ -52,6 +53,9 @@ - data/ this is a persistent data location. cloud-init won't really use it, but something else (a handler or script could) + previous-datasource + previous-instance-id + previous-hostname to clear out the current instance's data as if to force a "new run" on reboot do: |