diff --git a/website/source/guides/packer-on-cicd/building-image-in-cicd.html.md b/website/source/guides/packer-on-cicd/build-image-in-cicd.html.md similarity index 94% rename from website/source/guides/packer-on-cicd/building-image-in-cicd.html.md rename to website/source/guides/packer-on-cicd/build-image-in-cicd.html.md index 16cb5aa7d..f35f7168a 100644 --- a/website/source/guides/packer-on-cicd/building-image-in-cicd.html.md +++ b/website/source/guides/packer-on-cicd/build-image-in-cicd.html.md @@ -1,10 +1,10 @@ --- layout: guides sidebar_current: guides-packer-on-cicd-build-image -page_title: Building Images in CI/CD +page_title: Build Images in CI/CD --- -# Building Images in CI/CD +# Build Images in CI/CD The following guides from our partners show how to use their services to build images with Packer. diff --git a/website/source/guides/packer-on-cicd/building-virtualbox-image.html.md b/website/source/guides/packer-on-cicd/build-virtualbox-image.html.md similarity index 97% rename from website/source/guides/packer-on-cicd/building-virtualbox-image.html.md rename to website/source/guides/packer-on-cicd/build-virtualbox-image.html.md index f2859f095..d4c80bdd1 100644 --- a/website/source/guides/packer-on-cicd/building-virtualbox-image.html.md +++ b/website/source/guides/packer-on-cicd/build-virtualbox-image.html.md @@ -1,10 +1,10 @@ --- layout: guides sidebar_current: guides-packer-on-cicd-build-virtualbox -page_title: Building a VirtualBox Image with Packer in TeamCity +page_title: Build a VirtualBox Image with Packer in TeamCity --- -# Building a VirtualBox Image with Packer in TeamCity +# Build a VirtualBox Image with Packer in TeamCity This guide walks through the process of building a VirtualBox image using Packer on a new TeamCity Agent. Before getting started you should have access to a TeamCity Server. diff --git a/website/source/guides/packer-on-cicd/index.html.md b/website/source/guides/packer-on-cicd/index.html.md index dce80ada2..97e4a1391 100644 --- a/website/source/guides/packer-on-cicd/index.html.md +++ b/website/source/guides/packer-on-cicd/index.html.md @@ -1,13 +1,13 @@ --- layout: guides sidebar_current: guides-packer-on-cicd-index -page_title: Building Immutable Infrastructure with Packer in CI/CD +page_title: Build Immutable Infrastructure with Packer in CI/CD --- -# Building Immutable Infrastructure with Packer in CI/CD +# Build Immutable Infrastructure with Packer in CI/CD This guide focuses on the following workflow for building immutable infrastructure. This workflow can be manual or automated and it can be implemented with a variety of technologies. The goal of this guide is to show how this workflow can be fully automated using Packer for building images from a continuous integration/continuous deployment (CI/CD) pipeline. -1. [Building Images using Packer in CI/CD](./building-image-in-cicd.html) -2. [Uploading the new image to S3](./uploading-images-to-artifact.html) for future deployment or use during development -3. [Creating new Terraform Enterprise runs](./triggering-tfe.html) to provision new instances with the images +1. [Build Images using Packer in CI/CD](./build-image-in-cicd.html) +2. [Upload the new image to S3](./upload-images-to-artifact.html) for future deployment or use during development +3. [Create new Terraform Enterprise runs](./triggering-tfe.html) to provision new instances with the images diff --git a/website/source/guides/packer-on-cicd/triggering-tfe.html.md b/website/source/guides/packer-on-cicd/trigger-tfe.html.md similarity index 93% rename from website/source/guides/packer-on-cicd/triggering-tfe.html.md rename to website/source/guides/packer-on-cicd/trigger-tfe.html.md index a79af6f7a..0200bd571 100644 --- a/website/source/guides/packer-on-cicd/triggering-tfe.html.md +++ b/website/source/guides/packer-on-cicd/trigger-tfe.html.md @@ -1,10 +1,10 @@ --- layout: guides -sidebar_current: guides-packer-on-cicd-triggering-tfe-run -page_title: Triggering Terraform Enterprise runs +sidebar_current: guides-packer-on-cicd-trigger-tfe-run +page_title: Trigger Terraform Enterprise runs --- -# Creating Terraform Enterprise Runs +# Create Terraform Enterprise Runs Once an image is built and uploaded to an artifact store, the next step is to use this new image. In some cases the image will be downloaded by the dev team and used locally in development, like is often done with VirtualBox images with Vagrant. In most other cases, the new image will be used to provision new infrastructure. diff --git a/website/source/guides/packer-on-cicd/uploading-images-to-artifact.html.md b/website/source/guides/packer-on-cicd/upload-images-to-artifact.html.md similarity index 95% rename from website/source/guides/packer-on-cicd/uploading-images-to-artifact.html.md rename to website/source/guides/packer-on-cicd/upload-images-to-artifact.html.md index e14d94ac4..b7f034e95 100644 --- a/website/source/guides/packer-on-cicd/uploading-images-to-artifact.html.md +++ b/website/source/guides/packer-on-cicd/upload-images-to-artifact.html.md @@ -1,10 +1,10 @@ --- layout: guides sidebar_current: guides-packer-on-cicd-upload-image-to-artifact-store -page_title: Uploading VirtualBox Image to S3 +page_title: Upload VirtualBox Image to S3 --- -# Uploading VirtualBox Image to S3 +# Upload VirtualBox Image to S3 Once the image is generated it will be used by other parts of your operations workflow. For example, it is common to build VirtualBox images with Packer to be used as base boxes in Vagrant. diff --git a/website/source/layouts/guides.erb b/website/source/layouts/guides.erb index b9ea693ec..1d5653c04 100644 --- a/website/source/layouts/guides.erb +++ b/website/source/layouts/guides.erb @@ -5,19 +5,19 @@ Veewee to Packer > - Building Immutable Infrastructure with Packer in CI/CD + Build Immutable Infrastructure with Packer in CI/CD