guides should use infinitive verbs
This commit is contained in:
parent
004a434928
commit
be3f0a121a
|
@ -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.
|
||||
|
|
@ -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.
|
||||
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
@ -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.
|
||||
|
|
@ -5,19 +5,19 @@
|
|||
<a href="/guides/veewee-to-packer.html">Veewee to Packer</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("guides-packer-on-cicd") %>>
|
||||
<a href="/guides/packer-on-cicd/index.html">Building Immutable Infrastructure with Packer in CI/CD</a>
|
||||
<a href="/guides/packer-on-cicd/index.html">Build Immutable Infrastructure with Packer in CI/CD</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("guides-packer-on-cicd-build-image") %>>
|
||||
<a href="/guides/packer-on-cicd/building-image-in-cicd.html">Building Images in CI/CD</a>
|
||||
<a href="/guides/packer-on-cicd/build-image-in-cicd.html">Build Images in CI/CD</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("guides-packer-on-cicd-build-virtualbox") %>>
|
||||
<a href="/guides/packer-on-cicd/building-virtualbox-image.html">Building a VirtualBox Image with Packer in TeamCity</a>
|
||||
<a href="/guides/packer-on-cicd/build-virtualbox-image.html">Build a VirtualBox Image with Packer in TeamCity</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("guides-packer-on-cicd-upload-image-to-artifact-store") %>>
|
||||
<a href="/guides/packer-on-cicd/uploading-images-to-artifact.html">Uploading VirtualBox Image to S3</a>
|
||||
<a href="/guides/packer-on-cicd/upload-images-to-artifact.html">Upload a VirtualBox Image to S3</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("guides-packer-on-cicd-triggering-tfe-run") %>>
|
||||
<a href="/guides/packer-on-cicd/triggering-tfe.html">Triggering Terraform Enterprise runs</a>
|
||||
<li<%= sidebar_current("guides-packer-on-cicd-trigger-tfe-run") %>>
|
||||
<a href="/guides/packer-on-cicd/trigger-tfe.html">Trigger Terraform Enterprise runs</a>
|
||||
</li>
|
||||
</li>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue