Skip to content

Commit

Permalink
Fixing some small issues with the stable box docs
Browse files Browse the repository at this point in the history
  • Loading branch information
John Mitsch authored and ekohl committed Feb 20, 2020
1 parent 3aa90f5 commit ad1c099
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This covers how to setup and configure a development environment using the Forkl

* [Development Environment Deployment](#development-environment-deployment)
* [Deploy a Katello Development Environment](#deploy-a-katello-development-environment)
* [Deploy a Stable Katello Development Box](#deploy-a-stable-katello-development-box)
* [Starting the Development Server](#starting-the-development-server)
* [Customizing the Development Environment](#customizing-the-development-environment)
* [Reviewing Pull Requests](#reviewing-pull-requests)
Expand Down Expand Up @@ -64,8 +65,6 @@ bundle exec foreman start

### Deploy a Stable Katello Development Box

#### Using the stable Katello development box

When spinning up a Katello development environment locally, it can take a while to install and isn't always guaranteed to finish successfully. A stable Katello development environment was created to ensure an environment is always available to developers.

The Katello development stable box is named `centos7-katello-devel-stable`. Please see the [documentation on stable boxes](./stable_boxes.md) for more information on how to use this box.
Expand Down
4 changes: 2 additions & 2 deletions docs/stable_boxes.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ At this time any personalizations, such as github remotes, are not configured on

#### The workflow

Box images are created with Vagrant's [Packer tool](https://packer.io). To view development documentation, see [the packer directory's README](../packer/README).
Box images are created with Vagrant's [Packer tool](https://packer.io). To view development documentation, see [the packer directory's README](../packer/README.md).

Packer will create an image by bootstrapping an operating system from a kickstart file and then running the ansible playbook we specify in the Packer template. A cron job (or other automated job) will use Packer to create this box on a set schedule. If the box succeeds in it's installation, it is published to Vagrant cloud. This ensures that only successfully installed boxes are used for the stable image.
Packer will create an image by bootstrapping an operating system from a kickstart file and then run the ansible playbook specified in the Packer template. A cron job (or other automated job) will use Packer to create this box on a set schedule. If the box succeeds in its installation, it is published to Vagrant cloud. This ensures that only successfully installed boxes are used for the stable image.

#### Example publishing workflow

Expand Down

0 comments on commit ad1c099

Please sign in to comment.