From 8addcf340902814000066486e72fc8462e3a0dfc Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Tue, 23 Jan 2018 10:28:55 -0700 Subject: [PATCH] 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 --- .../27-atomic-generic}/README.md | 6 +++--- .../27-atomic-generic}/Vagrantfile | 0 .../27-atomic-generic}/machines.yml | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename {ovs-ovn/ovs-fedora-atomic => fedora-atomic/27-atomic-generic}/README.md (82%) rename {ovs-ovn/ovs-fedora-atomic => fedora-atomic/27-atomic-generic}/Vagrantfile (100%) rename {ovs-ovn/ovs-fedora-atomic => fedora-atomic/27-atomic-generic}/machines.yml (100%) diff --git a/ovs-ovn/ovs-fedora-atomic/README.md b/fedora-atomic/27-atomic-generic/README.md similarity index 82% rename from ovs-ovn/ovs-fedora-atomic/README.md rename to fedora-atomic/27-atomic-generic/README.md index 1dfea14..94d59b6 100644 --- a/ovs-ovn/ovs-fedora-atomic/README.md +++ b/fedora-atomic/27-atomic-generic/README.md @@ -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 diff --git a/ovs-ovn/ovs-fedora-atomic/Vagrantfile b/fedora-atomic/27-atomic-generic/Vagrantfile similarity index 100% rename from ovs-ovn/ovs-fedora-atomic/Vagrantfile rename to fedora-atomic/27-atomic-generic/Vagrantfile diff --git a/ovs-ovn/ovs-fedora-atomic/machines.yml b/fedora-atomic/27-atomic-generic/machines.yml similarity index 100% rename from ovs-ovn/ovs-fedora-atomic/machines.yml rename to fedora-atomic/27-atomic-generic/machines.yml