mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
485270f74e
commit
c300863159
2 changed files with 11 additions and 4 deletions
|
@ -7,13 +7,17 @@ private cloud vms to be managed directly with Salt. This system is generally
|
|||
referred to as :strong:`Salt Virt`.
|
||||
|
||||
The Salt Virt system already exists and is installed within Salt itself, this
|
||||
means that beside setting up Salt, no additional salt code needs to be
|
||||
means that besides setting up Salt, no additional salt code needs to be
|
||||
deployed.
|
||||
|
||||
.. note::
|
||||
|
||||
The ``libvirt`` python module and the ``certtool`` binary are required.
|
||||
|
||||
The main goal of Salt Virt is to facilitate a very fast and simple cloud. The
|
||||
cloud that can scale and fully featured. Salt Virt comes with the
|
||||
cloud that can scale and is fully featured. Salt Virt comes with the
|
||||
ability to set up and manage complex virtual machine networking, powerful
|
||||
image, and disk management, as well as virtual machine migration with and without
|
||||
image and disk management, as well as virtual machine migration with and without
|
||||
shared storage.
|
||||
|
||||
This means that Salt Virt can be used to create a cloud from a blade center
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
Load up the libvirt keys into Pillar for a given minion if said keys have been generated using the libvirt key runner
|
||||
Load up the libvirt keys into Pillar for a given minion if said keys have been
|
||||
generated using the libvirt key runner
|
||||
|
||||
:depends: certtool
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue