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/ks.cfg | |
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/ks.cfg')
-rw-r--r-- | resources/tools/testbed-setup/ks.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/testbed-setup/ks.cfg b/resources/tools/testbed-setup/ks.cfg index e98509be4c..a027b950ab 100644 --- a/resources/tools/testbed-setup/ks.cfg +++ b/resources/tools/testbed-setup/ks.cfg @@ -36,7 +36,7 @@ install #Installation media #cdrom #nfs --server=server.com --dir=/path/to/ubuntu/ -url --url http://10.30.51.28/ubuntu +url --url http://10.30.51.28/download/ubuntu #System bootloader configuration bootloader --location=mbr @@ -73,7 +73,7 @@ skipx ### -preseed live-installer/net-image string http://10.30.51.28/ubuntu/install/filesystem.squashfs +preseed live-installer/net-image string http://10.30.51.28/download/ubuntu/install/filesystem.squashfs preseed user-setup/allow-password-weak boolean true |