Files
docs/doc/source/deploy_install_guides/r5_release/bare_metal
Tais Poggi 0186ae1cc6 WRO install guide aio_duplex_install_kubernetes
"system system" r5 has been fixed

Upstream r5 and r6 have been fixed.
from: system host-show ${NODE} --nowrap | fgrep rootfs
to  : system host-show ${NODE} | grep rootfs

Upstream r5 and r6 have been fixed.
from: system host-show controller-0 --nowrap | fgrep rootfs
to  : system host-show controller-0 | grep rootfs
and
from: system host-show controller-1 --nowrap | fgrep rootfs
to  : system host-show controller-1 | grep rootfs

Changed 80G to 60G
Removed Lines
Outdent one commented command

ADD export NODE=controller-0` to set the variable $NODE

Change `hostdisk-partition-add` to `host-disk-partition-add` (typo)

Signed-off-by: Tais Poggi <Tais.ElenaPoggi@windriver.com>
Change-Id: I294aa4edad83d80416cd14ab91b1ac409818bb1f
Signed-off-by: Tais Poggi <Tais.ElenaPoggi@windriver.com>
2021-08-09 14:41:21 -03:00
..