#71 getting_started: recommend sssd-test-suite
Merged 5 years ago by fidencio. Opened 5 years ago by fidencio.
SSSD/ fidencio/docs wip/getting_started  into  master

file modified
+3 -44
@@ -11,51 +11,10 @@ 

  

  There are several ways to do so, but the one recommended by the author

  of this document is by simply using the

- `pki-vagans <https://github.com/tiran/pki-vagans>`__ project created by

- Christian Heimes.

+ `https://github.com/pbrezina/sssd-test-suite`__ project created by Pavel

+ Březina.

  

- In the `pki-vagans <https://github.com/tiran/pki-vagans>`__ you'll be

- able to find all the instruction that you need to know, but let's make

- a really brief summary here.

- 

- - Clone the repo: ``$ git clone https://github.com/tiran/pki-vagans``

- 

- - Switch to the IPA directory: ``$ cd pki-vagans/ipa``

- 

- - Run: ``$ sudo ./setup.sh``

- 

- Sometimes the initial provision fails. In case it happens, please do,

- from the very same directory:

- 

- - ``$ sudo vagrant up --no-provision``

- 

- - ``$ sudo vagrant provision``

- 

- Once the machines are up, you can connect to the client machine by

- doing:

- 

- - ``$ vagrant ssh ipaclient1``

- 

- On the client machine you can get a Kerberos ticket for the admin user,

- who's password is 'Secret123':

- 

- - ``$ kinit admin``

- 

- There's a known issue about the machine, sometimes, not being able to

- update its packages. In case you hit this issue, please, do, from the

- very same IPA folder in your host machine:

- 

- - ``$ vagrant ssh ipamaster``

- 

- - ``$ sudo vim /etc/named.conf``

- 

- - Set the dnssec-enable and dnssec-validation to, as shown below: ::

- 

-     dnssec-enable no;

-     dnssec-validation no;

- 

- - Restart the named-pkcs11.service:

-   ``$ sudo systemctl restart named-pkcs11.service``

+ Just check out the project's documentation on their github.

  

  GitHub workflow

  ---------------

sssd-test-suite is a project used and maintained by a core developer of
SSSD team and adopted at least by the author of this documment.

Knowing that and considering the different kind of servers it
automatically deploys, let's start recommending it for our newcomers.

Signed-off-by: Fabiano Fidêncio fidencio@redhat.com

Pull-Request has been merged by fidencio

5 years ago
Metadata