From 38bf53ed844d6806a11c43acd1cbb019fc478c75 Mon Sep 17 00:00:00 2001 From: Justin Nauman Date: Wed, 26 Oct 2016 12:27:07 -0500 Subject: [PATCH] - Adding in links for new post-processors missing --- .../post-processors/googlecompute-export.html.md | 12 ++++++------ website/source/layouts/docs.erb | 2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/website/source/docs/post-processors/googlecompute-export.html.md b/website/source/docs/post-processors/googlecompute-export.html.md index 45598e0f5..b04f4d0c9 100644 --- a/website/source/docs/post-processors/googlecompute-export.html.md +++ b/website/source/docs/post-processors/googlecompute-export.html.md @@ -7,7 +7,7 @@ layout: docs page_title: 'Google Compute Image Exporter' ... -# Google Compoute Image Exporter Post-Processor +# Google Compute Image Exporter Post-Processor Type: `googlecompute-export` @@ -33,15 +33,15 @@ permissions to the GCS `paths`. ### Optional -- `keep_input_artifact` (bool) - If true, do not delete the Google Compute Engine +- `keep_input_artifact` (bool) - If true, do not delete the Google Compute Engine (GCE) image being exported. - + ## Basic Example -The following example builds a GCE image in the project, `my-project`, with an +The following example builds a GCE image in the project, `my-project`, with an account whose keyfile is `account.json`. After the image build, a temporary VM will -be created to export the image as a gzipped tarball to -`gs://mybucket1/path/to/file1.tar.gz` and `gs://mybucket2/path/to/file2.tar.gz`. +be created to export the image as a gzipped tarball to +`gs://mybucket1/path/to/file1.tar.gz` and `gs://mybucket2/path/to/file2.tar.gz`. `keep_input_artifact` is true, so the GCE image won't be deleted after the export. In order for this example to work, the account associated with `account.json` must diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index c78a67603..b767e0ab0 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -81,7 +81,9 @@
  • Docker Push
  • Docker Save
  • Docker Tag
  • +
  • Google Compute Export
  • Local Shell
  • +
  • Manifest
  • Vagrant
  • Vagrant Cloud
  • vSphere