mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #31856 from szeestraten/add-missing-docs-for-azure-cloud-profile
Adds missing docs for Virtual Network and Subnet options in salt-cloud Azure cloud profile
This commit is contained in:
commit
7781b357e0
@ -101,6 +101,8 @@ Set up an initial profile at ``/etc/salt/cloud.profiles``:
|
||||
ssh_password: verybadpass
|
||||
slot: production
|
||||
media_link: 'http://portalvhdabcdefghijklmn.blob.core.windows.net/vhds'
|
||||
virtual_network_name: azure-virtual-network
|
||||
subnet_name: azure-subnet
|
||||
|
||||
These options are described in more detail below. Once configured, the profile
|
||||
can be realized with a salt command:
|
||||
@ -195,6 +197,16 @@ service_name
|
||||
The name of the service in which to create the VM. If this is not specified,
|
||||
then a service will be created with the same name as the VM.
|
||||
|
||||
virtual_network_name
|
||||
------------
|
||||
Optional. The name of the virtual network for the VM to join. If this is not
|
||||
specified, then no virtual network will be joined.
|
||||
|
||||
subnet_name
|
||||
------------
|
||||
Optional. The name of the subnet in the virtual network for the VM to join.
|
||||
Requires that a ``virtual_network_name`` is specified.
|
||||
|
||||
|
||||
Show Instance
|
||||
=============
|
||||
|
Loading…
Reference in New Issue
Block a user