.. This work is licensed under a Creative Commons Attribution 4.0 International Licence. .. http://creativecommons.org/licenses/by/4.0 .. (c) by Yibo Cai (Arm) Validated platform ================== ================ ========= ================ ======== Jump server Node --------------------------- -------------------------- distro libvirt distro k8s ================ ========= ================ ======== ubuntu 16.04.3 1.3.1 centos7 1708 1.7.5 ================ ========= ================ ======== Prepare jump server =================== This document assumes you are using a baremetal Arm server as Compass4NFV jump server. It's possible to deploy jump server inside a virtual machine, this case is not covered here. #. Install Ubuntu 16.04.3 aarch64 on jump server. #. Install required packages. .. code-block:: bash $ sudo apt install docker.io libvirt-bin virt-manager qemu qemu-efi #. Disable DHCP of default libvirt network. Libvirt creates a default network at intallation, which enables DHCP and occupies port 67. It conflicts with compass-cobbler container. .. code-block:: bash $ sudo virsh net-edit default .. code-block:: xml