mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
lxc salt cloud doc
Signed-off-by: Mathieu Le Marec - Pasquet <kiorky@cryptelium.net>
This commit is contained in:
parent
73f229d966
commit
80eabe2703
1 changed files with 14 additions and 3 deletions
|
@ -10,7 +10,7 @@ and possibly remote minion.
|
|||
In other words, Salt will connect to a minion, then from that minion:
|
||||
|
||||
- Provision and configure a container for networking access
|
||||
- Use :ref:`saltify <config_saltify>` to deploy salt and re-attach to master
|
||||
- Use **lxc** and **config** module to deploy salt and re-attach to master
|
||||
|
||||
Limitations
|
||||
------------
|
||||
|
@ -61,7 +61,18 @@ Here are the options to configure your containers:
|
|||
``target``
|
||||
Host minion id to install the lxc Container into
|
||||
``profile``
|
||||
Name of the profile containing the LXC configuration
|
||||
Name of the profile containing the LXC configuration defaults
|
||||
``network_profile``
|
||||
Name of the profile containing the LXC network configuration defaults
|
||||
``nic_opts``
|
||||
Per interface new-style configuration options mappings::
|
||||
|
||||
eth0: {'mac': '00:16:3e:01:29:40',
|
||||
'gateway': None, (default)
|
||||
'link': 'br0', (default)
|
||||
'gateway': None, (default)
|
||||
'netmask': '', (default)
|
||||
'ip': '22.1.4.25'}}
|
||||
|
||||
Container creation/clone options:
|
||||
Create a container by cloning:
|
||||
|
@ -141,4 +152,4 @@ Driver Support
|
|||
|
||||
- Container creation
|
||||
- Image listing (LXC templates)
|
||||
- Running container information (IP addresses, etc.)
|
||||
- Running container information (IP addresses, etc.)
|
||||
|
|
Loading…
Add table
Reference in a new issue