.. 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: Baremetal, Ubuntu 16.04 Node: VM / Baremetal, CentOS 7 / Ubuntu 16.04, K8s 1.9.1 Prepare jump server =================== A baremetal Arm server is required as Compass4NFV jump server. #. Install Ubuntu 16.04 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