X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2FREADME.md;h=d4e2091dfade79181b8377aff069ea609f6d3443;hb=890c00d6b809d0d908903fbf1a0ec5ceca8b54ad;hp=0a423cc953a4a15a3b2e468a729991a0c0242ba0;hpb=4da982b7a0f5872de2cc721607894216a20892f4;p=csit.git diff --git a/resources/tools/testbed-setup/README.md b/resources/tools/testbed-setup/README.md index 0a423cc953..d4e2091dfa 100644 --- a/resources/tools/testbed-setup/README.md +++ b/resources/tools/testbed-setup/README.md @@ -48,7 +48,7 @@ is available on the PXE bootstrap server in ~testuser/host-setup. - `sudo cp boot-screens_txt.cfg /var/lib/tftpboot/ubuntu-installer/amd64/boot-screens/txt.cfg` - `sudo cp syslinux.cfg /var/lib/tftpboot/ubuntu-installer/amd64/boot-screens/syslinux.cfg` -### Prepare the PXE bootstrap server (alternative way without NGINX) +### PREFERED: Prepare the PXE bootstrap server (alternative way without NGINX) - `sudo apt-get install isc-dhcp-server tftpd-hpa ansible` - edit dhcpd.conf and place it to /etc/dhcp/ @@ -102,7 +102,7 @@ While Ubuntu install is running: When installation is finished: - - `ssh-copy-id <>` + - `ssh-copy-id 10.30.51.x` - `cd ~testuser/host-setup/playbooks` - edit /etc/ansible/hosts; add the hosts you are installing. *REMOVE ANY HOSTS YOU ARE NOT CURRENTLY INSTALLING*. @@ -120,7 +120,7 @@ When installation is finished: ~~~ [virl] - 10.30.51.28 hostname=t4-virl1 virl_l2_start=10.30.51.31 virl_l2_end=10.30.51.105 + 10.30.51.28 hostname=t4-virl1 virl_l2_start=10.30.52.2 virl_l2_end=10.30.52.253 virl_l2_network=10.30.52.0/24 virl_l2_ip=10.30.52.254 virl_public_port=eth0 ~~~ - `ansible-playbook --ask-sudo-pass 01-host-setup.yaml`