File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ Requirements
20
20
21
21
For this workshop we require the use of a single server, configured as a
22
22
*seed hypervisor *. This server should be a bare metal node or VM running
23
- CentOS 8 , with the following minimum requirements:
23
+ CentOS Stream 8 or Ubuntu 20.04 , with the following minimum requirements:
24
24
25
- * 32GB RAM
26
- * 80GB disk
25
+ * 64GB RAM (more is recommended when growing the lab deployment)
26
+ * 100GB disk
27
27
28
28
We will also need SSH access to the seed hypervisor, and passwordless sudo
29
29
configured for the login user.
@@ -75,7 +75,8 @@ Preparation
75
75
76
76
This shows how to prepare the seed hypervisor for the exercise. It assumes
77
77
you have created a seed hypervisor instance fitting the requirements
78
- above and have already logged in (e.g. ``ssh centos@<ip> ``).
78
+ above and have already logged in (e.g. ``ssh centos@<ip> ``
79
+ or ``ssh ubuntu@<ip> ``).
79
80
80
81
.. code-block :: console
81
82
Original file line number Diff line number Diff line change 4
4
5
5
node_types :
6
6
controller :
7
- memory_mb : 8192
7
+ memory_mb : 16384
8
8
vcpus : 4
9
9
volumes :
10
10
# There is a minimum disk space capacity requirement of 4GiB when using Ironic Python Agent:
11
11
# https://github.com/openstack/ironic-python-agent/blob/master/ironic_python_agent/utils.py#L290
12
- - capacity : 20GiB
12
+ - capacity : 40GiB
13
13
physical_networks :
14
14
- physnet1
15
15
console_log_enabled : true
You can’t perform that action at this time.
0 commit comments