~vila/byov/trunk

« back to all changes in this revision

Viewing changes to README.rst

  • Committer: Vincent Ladeuil
  • Date: 2018-01-30 09:47:07 UTC
  • Revision ID: v.ladeuil+lp@free.fr-20180130094707-yi9wfwnhlbg0jhia
Rename to byov.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=======
2
 
ols.vms
3
 
=======
 
1
====================================
 
2
byov: build your own virtual machine
 
3
====================================
4
4
 
5
5
This projects helps maintain throw-away virtual machines (vm) in a simple and
6
6
consistent way.
7
7
 
8
8
It collects various recipes used to build virtual machines for different
9
 
virtualization tools (kvm, nova and lxd) and relies on cloud-init and ssh
10
 
access.
 
9
virtualization tools (kvm, nova, scaleway and lxd) and relies on cloud-init
 
10
and ssh access.
11
11
 
12
12
Virtual machines are described in a configuration file capturing their
13
13
definition in a few lines and allowing image-based workflows to be defined
14
14
by chaining vms definitions.
15
15
 
16
16
Lacking documentation accessible inline or from the command line, the next
17
 
best thing is to look at olsvms/config.py where all options are documented
 
17
best thing is to look at byov/config.py where all options are documented
18
18
individually, grouped by topic (backend (nova, lxd) or command (apt, ssh)).
19
19