Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated vagrant instructions after changing default platform to Debian #3363

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ explore CFEngine Enterprise. This guide describes how to set up a client-server
model with CFEngine and, through policy, manage both machines. Vagrant will
create one VirtualBox VM to be the Policy Server (server), and another machine
that will be the Host Agent (client), or host that can be managed by CFEngine.
Both will will run CentOS 6.5 64-bit and communicate on a host-only network.
Both running 64-bit Debian and communicate on a host-only network.
Apart from a one-time download of Vagrant and VirtualBox, this setup requires
just one command and takes between 5 and 15 minutes to complete (determined by
your Internet connection and disk speed). Upon completion, you are ready to
start working with CFEngine.

## Requirements
* 2G disk space
* 1G memory
* 3G memory
* CPU with VT extensions capable of running 64bit guests

Note: VirtualBox requires that your computer support hardware virtualization
in order to make use of the CentOS 64-bit virtual machines mentioned above.
in order to make use of the virtual machines mentioned above.
This is sometimes turned on or off in BIOS settings, but not all processors
and motherboards necessarily support hardware virtualization.

Expand Down Expand Up @@ -72,7 +72,7 @@ vagrant up

Vagrant performs the following processes:

* Downloads the CentOS basebox used for both the hub and the client (if it has
* Downloads the basebox for both the hub and the client (if it has
not already been cached by vagrant.
* Provisions, installs and bootstraps the hub
* Provisions, installs and bootstraps clients
Expand Down Expand Up @@ -209,9 +209,9 @@ simple instructions:
To remove the VMs entirely, type: `vagrant destroy`

If you are completely done and do not anticipate using them anymore, you can
also remove the base box `centos-6.5-x86_64-cfengine_enterprise-vagrant-201501201245` that was
also remove the base box that was
downloaded. You can see it by typing `vagrant box list`. To delete the basebox
run `vagrant box remove centos-6.5-x86_64-cfengine_enterprise-vagrant-201501201245 virtualbox`.
run `vagrant box remove <basebox> virtualbox`.
**Note:** Running `vagrant up` from the vagrant project directory again will
re-download this basebox.

Expand Down
Loading