mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Make environment generic
Move environment to a more generic Atomic Host location and configuration; will use this as the basis/foundation for more complex environments Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
This commit is contained in:
parent
7560c84b5c
commit
8addcf3409
3 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Running OVS on Fedora Atomic Host
|
||||
# Generic Fedora 27 Atomic Host VM
|
||||
|
||||
**THIS AREA IS NOT YET FUNCTIONAL**
|
||||
These files were created to allow users to use Vagrant ([http://www.vagrantup.com](http://www.vagrantup.com)) to quickly and easily spin up an environment running Fedora 27 Atomic Host. This configuration was tested with VirtualBox and Libvirt (no VMware-compatible Fedora Atomic Host box was available).
|
||||
|
||||
These files were created to allow users to use Vagrant ([http://www.vagrantup.com](http://www.vagrantup.com)) to quickly and easily spin up an environment that shows how to run Open vSwitch (OVS) on a Fedora Atomic Host system.
|
||||
**NOTE:** This is just a generic VM environment. I'm including it here for the sake of completeness and because it can/will serve as a basis for other environments.
|
||||
|
||||
## Contents
|
||||
|
||||
Loading…
Reference in a new issue