From 33c423529dc81b3615571376c82a155e86e379b3 Mon Sep 17 00:00:00 2001 From: James Nugent Date: Thu, 3 Nov 2016 11:57:06 -0400 Subject: [PATCH] builder/amazon: Fix doc of EBS Volume builder name Various things still referred to `ebsinit` or `ebs-volume` - the imported name was `amazon-ebsvolume`. --- CHANGELOG.md | 2 +- website/source/docs/builders/amazon-ebs-volume.html.md | 8 ++++---- website/source/docs/builders/amazon.html.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96769cb30..41310c3ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ FEATURES: CloudStack taking either an ISO or existing template as input. [GH-3909] * **New builder:** "profitbricks" Builder for creating images in the ProfitBricks cloud. [GH-3660] -* **New Builder:** "amazon-ebs-volume" Can create Amazon EBS volumes which are +* **New Builder:** "amazon-ebsvolume" Can create Amazon EBS volumes which are preinitialized with a filesystem and data. [GH-4088] diff --git a/website/source/docs/builders/amazon-ebs-volume.html.md b/website/source/docs/builders/amazon-ebs-volume.html.md index 15d4603e2..7f279eb63 100644 --- a/website/source/docs/builders/amazon-ebs-volume.html.md +++ b/website/source/docs/builders/amazon-ebs-volume.html.md @@ -1,6 +1,6 @@ --- description: | - The `amazon-ebs-volume` Packer builder is like the EBS builder, but is + The `amazon-ebsvolume` Packer builder is like the EBS builder, but is intended to create EBS volumes rather than a machine image. layout: docs page_title: 'Amazon EBS Volume Builder' @@ -8,9 +8,9 @@ page_title: 'Amazon EBS Volume Builder' # EBS Volume Builder -Type: `amazon-ebs-volume` +Type: `amazon-ebsvolume` -The `amazon-ebs-volume` Packer builder is able to create Amazon Elastic Block +The `amazon-ebsvolume` Packer builder is able to create Amazon Elastic Block Store volumes which are prepopulated with filesystems or data. This builder builds EBS volumes by launching an EC2 instance from a source AMI, @@ -202,7 +202,7 @@ builder. ``` { - "type" : "amazon-ebsinit", + "type" : "amazon-ebsvolume", "secret_key" : "YOUR SECRET KEY HERE", "access_key" : "YOUR KEY HERE", "region" : "us-east-1", diff --git a/website/source/docs/builders/amazon.html.md b/website/source/docs/builders/amazon.html.md index 81cb1911b..9f2baf196 100644 --- a/website/source/docs/builders/amazon.html.md +++ b/website/source/docs/builders/amazon.html.md @@ -37,7 +37,7 @@ generally recommends EBS-backed images nowadays. Packer is able to create Amazon EBS Volumes which are preinitialized with a filesystem and data. -- [amazon-ebs](/docs/builders/amazon-ebsv-volume.html) - Create EBS volumes +- [amazon-ebsvolume](/docs/builders/amazon-ebsv-volume.html) - Create EBS volumes by launching a source AMI with block devices mapped. Provision the instance, then destroy it, retaining the EBS volumes.