From 6251282b4dc9b41d36228d8c2a2143da161eef53 Mon Sep 17 00:00:00 2001 From: John Andersen Date: Mon, 26 Sep 2016 10:06:12 -0700 Subject: [PATCH] Appended /icis/ to bulk_provisioning URLs Two of the URLs in source/bulk_provisioning.rst pointed to the wrong URL on the PXE / ICIS server. They now point to the icis subdirectory where the uwsgi app is running. Signed-off-by: John Andersen --- source/bulk_provisioning.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/bulk_provisioning.rst b/source/bulk_provisioning.rst index 6265e8bf..dccdfbc0 100644 --- a/source/bulk_provisioning.rst +++ b/source/bulk_provisioning.rst @@ -88,7 +88,7 @@ Here is a high-level overview describing set up and configuration of a bulk-prov #!ipxe kernel linux quiet rdinit=/usr/lib/systemd/systemd-bootchart initcall_debug tsc=reliable - no_timer_check noreplace-smp rw initrd=initrd isterconf=http://192.168.1.1/static/ister/ister.conf + no_timer_check noreplace-smp rw initrd=initrd isterconf=http://192.168.1.1/icis/static/ister/ister.conf initrd initrd boot @@ -128,7 +128,7 @@ Here is a high-level overview describing set up and configuration of a bulk-prov "Bundles": ["kernel-native", "os-core-update", "os-core", "bootloader", "sysadmin-hostmgmt", "openssh-server"], "PostNonChroot": ["./installation-image-post-update-version.py"], - "IsterCloudInitSvc": ["http://192.168.1.1/"] + "IsterCloudInitSvc": ["http://192.168.1.1/icis/"] } * Configure ICIS to map MAC addresses to role files appropriately. Then create the role files, which