forked from Controls/gitea-pages
update commissioning as it is now possible to just set the major RHEL version
This commit is contained in:
@@ -11,7 +11,7 @@ The informations we need are:
|
||||
- the server name: ``logging-ra.psi.ch``
|
||||
- the server MAC address: ``23:3d:ef:33:11:22``
|
||||
- static or dynamic IP: ``static``
|
||||
- the OS installer: ``rhel79server``
|
||||
- the OS installer: ``rhel8install``
|
||||
- the server role: ``role::logging_server``
|
||||
- the server environment in puppet: ``prod``
|
||||
- the sysdb environment: ``daas``
|
||||
@@ -50,7 +50,7 @@ Next decide how the IP address is configured (``dhcp`` or ``static``): ::
|
||||
|
||||
And which installer is used: ::
|
||||
|
||||
bob node set-attr syslog-ra.psi.ch ipxe_installer=rhel79server
|
||||
bob node set-attr syslog-ra.psi.ch ipxe_installer=rhel8install
|
||||
|
||||
And we finally setup the puppet role and puppet environment: ::
|
||||
|
||||
@@ -66,7 +66,7 @@ Full example: ::
|
||||
|
||||
bob node add lx-test-02.psi.ch pli netboot
|
||||
bob node add-mac lx-test-02 00:50:56:9d:19:76
|
||||
bob node set-attr lx-test-02.psi.ch ipxe_installer=rhel87install
|
||||
bob node set-attr lx-test-02.psi.ch ipxe_installer=rhel8install
|
||||
bob node set-attr lx-test-02.psi.ch puppet_env=prod
|
||||
bob node set-attr lx-test-02.psi.ch puppet_group=default
|
||||
bob node set-attr lx-test-02.psi.ch puppet_role=role::server
|
||||
|
||||
@@ -17,7 +17,7 @@ The following attributes can be set for a node:
|
||||
+========================+==================+===========+================================================================================+
|
||||
| ``iface`` | ``enp225s0f0`` | no | the installation entry to use for automatic installation |
|
||||
+------------------------+------------------+-----------+--------------------------------------------------------------------------------+
|
||||
| ``ipxe_installer`` | ``rhel87install``| no | the installation entry to use for automatic installation (``netboot``) |
|
||||
| ``ipxe_installer`` | ``rhel8install`` | no | the installation entry to use for automatic installation (``netboot``) |
|
||||
+------------------------+------------------+-----------+--------------------------------------------------------------------------------+
|
||||
| ``network`` | ``static`` | no | network setup of the installed system; can be ``static`` or ``dhcp`` (default) |
|
||||
+------------------------+------------------+-----------+--------------------------------------------------------------------------------+
|
||||
|
||||
@@ -36,7 +36,7 @@ node::
|
||||
Finally we need to configure the installer to use, and the Puppet-related
|
||||
parameters::
|
||||
|
||||
bob node set-attr $FQDN ipxe_installer=rhel79server
|
||||
bob node set-attr $FQDN ipxe_installer=rhel8install
|
||||
bob node set-attr $FQDN network=static
|
||||
bob node set-attr $FQDN puppet_env=prod
|
||||
bob node set-attr $FQDN puppet_role=role::server
|
||||
|
||||
Reference in New Issue
Block a user