mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
osdc-freeipa-workshop: remove vagrant-hostmanager steps, add editing notes
This commit is contained in:
committed by
Alexander Bokovoy
parent
aafbbd9bce
commit
0417063d49
37
workshop.rst
37
workshop.rst
@@ -6,8 +6,7 @@ Requirements
|
||||
|
||||
For the FreeIPA workshop you will need to:
|
||||
|
||||
- Install Vagrant_ (using VirtualBox provider) and the
|
||||
*vagrant-hostmanager* plugin
|
||||
- Install Vagrant_ (using VirtualBox provider)
|
||||
|
||||
- Clone the repository containing the ``Vagrantfile``
|
||||
|
||||
@@ -51,14 +50,6 @@ On Windows::
|
||||
TODO
|
||||
|
||||
|
||||
Install vagrant-hostmanager
|
||||
---------------------------
|
||||
|
||||
::
|
||||
|
||||
$ vagrant plugin install vagrant-hostmanager
|
||||
|
||||
|
||||
Fetch Vagrant box
|
||||
-----------------
|
||||
|
||||
@@ -109,15 +100,22 @@ consisting of several hosts:
|
||||
``client.ipademo.local``.
|
||||
|
||||
|
||||
Explanatory notes
|
||||
-----------------
|
||||
Editing files on VMs
|
||||
--------------------
|
||||
|
||||
This guide contains many command examples. Commands will be
|
||||
executed on a variety of servers, including the virtual machines as
|
||||
well as the virutalisation host.
|
||||
Parts of the workshop involves editing files on the virtual
|
||||
machines. The ``vi`` and GNU ``nano`` editors are available on the
|
||||
VMs. If you are not familiar with ``vi`` or unsure what to use, you
|
||||
should choose ``nano``.
|
||||
|
||||
For clarity, commands are annotated with the host on which they are
|
||||
meant to be executed::
|
||||
|
||||
Example commands
|
||||
----------------
|
||||
|
||||
This guide contains many command examples. Some fo the commands are
|
||||
to be exected on your host, others on either the ``server`` or the
|
||||
``client`` guest VM. For clarity, commands are annotated with the
|
||||
host on which they are meant to be executed::
|
||||
|
||||
$ echo "Run it on virtualisation host (no annotation)"
|
||||
|
||||
@@ -125,11 +123,6 @@ meant to be executed::
|
||||
|
||||
[client]$ echo "Run it on IPA-enrolled client"
|
||||
|
||||
The *vagrant-hostmanager* plugin is used to manage the
|
||||
``/etc/hosts`` file on the virtual machines, so that they can find
|
||||
each other. In an industrial test or production deployment of
|
||||
FreeIPA DNS should provide this information (including PTR records).
|
||||
|
||||
|
||||
Module 1: FreeIPA server installation
|
||||
=====================================
|
||||
|
||||
Reference in New Issue
Block a user