diff options
author | Peter Mikus <pmikus@cisco.com> | 2017-06-13 17:24:26 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-06-14 06:36:34 +0000 |
commit | 5835b6c33fc1d4d262c07b8bf606dd04118d8eb5 (patch) | |
tree | 9168f4656faed599f71adc58833b7b00b0c5771a /resources/tools/testbed-setup/README.md | |
parent | 88349038a5923f7323df6f38926f090166a7c60a (diff) |
Update ansible scripts for VIRL installation
Change-Id: I50b9154c43017cec1c4c47552ac2311dea92aa3f
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/testbed-setup/README.md')
-rw-r--r-- | resources/tools/testbed-setup/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/testbed-setup/README.md b/resources/tools/testbed-setup/README.md index 4453d767e4..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*. |