From a99e1fc017002fe3b7f13d4678a7b434a0ed7125 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Thu, 3 Jan 2019 10:21:41 -0800 Subject: [PATCH 1/2] add note about ansible to chroot builder --- website/source/docs/builders/amazon-chroot.html.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/source/docs/builders/amazon-chroot.html.md b/website/source/docs/builders/amazon-chroot.html.md index 6af73d0a5..29342374e 100644 --- a/website/source/docs/builders/amazon-chroot.html.md +++ b/website/source/docs/builders/amazon-chroot.html.md @@ -455,6 +455,11 @@ services: } ``` +### Ansible provisioner + +Running ansible against `amazon-chroot` requires changing the Ansible connection +to chroot. + ### Using Instances with NVMe block devices. In C5, C5d, M5, and i3.metal instances, EBS volumes are exposed as NVMe block From 6ff61b3cdf57f1280df0919939581a521b92fc0f Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Thu, 3 Jan 2019 11:22:27 -0800 Subject: [PATCH 2/2] update docs for iso_url --- website/source/docs/builders/virtualbox-iso.html.md.erb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/website/source/docs/builders/virtualbox-iso.html.md.erb b/website/source/docs/builders/virtualbox-iso.html.md.erb index 2de4cd132..9ba476c8d 100644 --- a/website/source/docs/builders/virtualbox-iso.html.md.erb +++ b/website/source/docs/builders/virtualbox-iso.html.md.erb @@ -75,9 +75,12 @@ builder. and `iso_checksum_url` must be defined. This will be ignored if `iso_checksum` is non empty. -- `iso_url` (string) - A URL to the ISO containing the installation image. - This URL can be either an HTTP URL or a file URL (or path to a file). If - this is an HTTP URL, Packer will download it and cache it between runs. +- `iso_url` (string) or `iso_urls` (array of strings) - `iso_url` is a URL to + the ISO containing the installation image. This URL can be either an HTTP + URL or a file URL (or path to a file). If this is an HTTP URL, Packer will + download it and cache it between runs. `iso_url` is required unless + `iso_urls` is set in its place (see below for documentation on the + `iso_urls` option) ### Optional: