mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Added documentation for the annotation
This commit is contained in:
parent
87f87b781e
commit
4fbcc3b318
1 changed files with 6 additions and 0 deletions
|
@ -194,6 +194,7 @@ Set up an initial profile at ``/etc/salt/cloud.profiles`` or
|
|||
guestinfo.foo: bar
|
||||
guestinfo.domain: foobar.com
|
||||
guestinfo.customVariable: customValue
|
||||
annotation: Created by Salt-Cloud
|
||||
|
||||
deploy: True
|
||||
customization: True
|
||||
|
@ -451,6 +452,11 @@ Set up an initial profile at ``/etc/salt/cloud.profiles`` or
|
|||
present, it will be reset with the new value provided. Otherwise, a new option is
|
||||
added. Keys with empty values will be removed.
|
||||
|
||||
``annotation``
|
||||
User-provided description of the virtual machine. This will store a message in the
|
||||
vSphere interface, under the annotations section in the Summary view of the virtual
|
||||
machine.
|
||||
|
||||
``deploy``
|
||||
Specifies if salt should be installed on the newly created VM. Default is ``True``
|
||||
so salt will be installed using the bootstrap script. If ``template: True`` or
|
||||
|
|
Loading…
Add table
Reference in a new issue