You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To access the WebUI, it's helpful to have the vagrant-hostmanager plugin installed, so that your Workstation will automatically be able to resolve the hostname of the box to its IP address.
82
82
83
-
Then you can simply open your browser and navigate to `https://centos9-stream-foreman-nightly.<HOSTNAME>.example.com` where `<HOSTNAME>` is replaced by the shortname of your workstation. The first time you do this you will need to accept the self-signed certicate.
83
+
Then you can simply open your browser and navigate to `https://centos9-stream-foreman-nightly.<HOSTNAME>.example.com` where `<HOSTNAME>` is replaced by the shortname of your workstation. The first time you do this you will need to accept the self-signed certificate.
84
84
85
85
By default, `forklift` deploys Foreman with `admin`/`changeme` as username and password.
86
86
@@ -166,7 +166,7 @@ allows completely automated dns resolution using dnsmasq from host to guest and
166
166
167
167
You can disable hostmanager in `vagrant/settings.yaml` by setting `hostmanager_enabled` option.
168
168
169
-
When using a briged network or with multiple network interfaces, the hostmanager would resolve the internal ip from the ssh-info, you can choose an ip of a particular network interface in `vagrant/settings.yaml` by setting `hostmanager_ip_resolver_device` option with the device name.
169
+
When using a bridged network or with multiple network interfaces, the hostmanager would resolve the internal ip from the ssh-info, you can choose an ip of a particular network interface in `vagrant/settings.yaml` by setting `hostmanager_ip_resolver_device` option with the device name.
170
170
171
171
```yaml
172
172
hostmanager_ip_resolver_device: 'eth1'
@@ -211,7 +211,7 @@ Options:
211
211
| primary | set the machine to be the default target of vagrant commands such as 'vagrant ssh' |
212
212
| libvirt_qemu_use_session | Use qemu session instead of system |
213
213
214
-
Entirely new boxes can be created that do not orginate from a box defined within the Vagrantfile. For example, if you had access to a RHEL Vagrant box:
214
+
Entirely new boxes can be created that do not originate from a box defined within the Vagrantfile. For example, if you had access to a RHEL Vagrant box:
215
215
216
216
```yaml
217
217
rhel7:
@@ -275,7 +275,7 @@ with-sshfs:
275
275
276
276
If you want to mount in the opposite direction, just change `reverse` to `False` or remove it entirely.
277
277
278
-
Additonal options may be specified with using `options`.
278
+
Additional options may be specified with using `options`.
Copy file name to clipboardExpand all lines: docs/development.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This covers how to setup and configure a development environment using the Forkl
23
23
24
24
A Katello development environment can be deployed on Enterprise Linux (EL) distributions. Ensure that you have followed the steps to setup Vagrant and the libvirt plugin. There are a variety of useful development environment options that should or can be set when creating a development box. These options are designed to configure your environment ready to use your own fork, and create pull requests. To create a development box:
25
25
26
-
1. Copy `vagrant/boxes.d/99-local.yaml.example` to `vagrant/boxes.d/99-local.yaml`.
26
+
1. Copy `vagrant/boxes.d/99-local.yaml.example` to `vagrant/boxes.d/99-local.yaml`.
27
27
If you already have a `99-local.yaml`, you can copy the entries in `99-local.yaml.example` to your `99-local.yaml`.
28
28
2. Fill in any ansible options, examples:
29
29
*`foreman_devel_github_push_ssh`: Force git to push over SSH when HTTPS remote is configured
@@ -360,7 +360,7 @@ To use:
360
360
361
361
## Advanced features
362
362
363
-
These are playbooks, roles and variables provided to use additional funcionalities to test advanced foreman features.
363
+
These are playbooks, roles and variables provided to use additional functionalities to test advanced foreman features.
364
364
This list should be organized by foreman feature.
365
365
366
366
* [Kerberos](#foreman-with-active-directory)
@@ -371,7 +371,7 @@ This list should be organized by foreman feature.
371
371
372
372
You need the AD controller with domain controller you want to test this against.
373
373
Easiest is to install Windows server (ideally core to save resources, but its harder to install AD and setup DNS).
374
-
This controller doesn't need to be searchable in your environmnet, we will point libvirt there.
374
+
This controller doesn't need to be searchable in your environment, we will point libvirt there.
375
375
376
376
I will be using the domain `example.com` and expect your AD controller runs on IP `192.0.2.8`.
Copy file name to clipboardExpand all lines: docs/provision.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ host.
7
7
8
8
## How to configure
9
9
10
-
1. If necessary, enable nested virt on your phyiscal box (see in [Checking if nested virtualization is supported](https://docs.fedoraproject.org/en-US/quick-docs/using-nested-virtualization-in-kvm)). Essentially, add this line to kvm-intel.conf and reboot:
10
+
1. If necessary, enable nested virt on your physical box (see in [Checking if nested virtualization is supported](https://docs.fedoraproject.org/en-US/quick-docs/using-nested-virtualization-in-kvm)). Essentially, add this line to kvm-intel.conf and reboot:
11
11
12
12
```
13
13
echo "options kvm-intel nested=1" | sudo tee /etc/modprobe.d/kvm-intel.conf
@@ -16,7 +16,7 @@ host.
16
16
2. Build a box
17
17
* Option 1: Use the `centos9-provision-nightly` box.
18
18
19
-
* Option 2: Use an existing Katello box (e.g. centos9-stream-katello-nightly) and run the provisioning playbook (it takes a while, as it syncs (on-demand) CentOS Stream 9, Puppet 7).
19
+
* Option 2: Use an existing Katello box (e.g. centos9-stream-katello-nightly) and run the provisioning playbook (it takes a while, as it syncs (on-demand) CentOS Stream 9, Puppet 7).
20
20
NOTE: If you are using Puppet 7 or higher, you need to increase the ram on the box, to something like 8096 otherwise candlepin crashes with OOM.
21
21
22
22
```
@@ -28,7 +28,7 @@ host.
28
28
* Click "libvirt"
29
29
* Click Compute profiles
30
30
* Click 2-Medium
31
-
* increse ram to 2048MB (required for CentOS Stream 9)
31
+
* increase ram to 2048MB (required for CentOS Stream 9)
32
32
* change network type to NAT, network name = provision
0 commit comments