Skip to content

Commit

Permalink
Refactor README.md to provide detailed repository overview and add mi…
Browse files Browse the repository at this point in the history
…ssing newline at end of file
  • Loading branch information
arnol377 committed Feb 6, 2025
1 parent 0762725 commit 0a90a09
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,23 @@ This directory contains Terraform modules used to manage the infrastructure for
This directory contains Goss tests used to validate the images. Goss is a YAML-based tool for validating server configurations, ensuring that the images meet the required standards before they are deployed.

## Repositories

- [aws-image-pipeline](https://git.e.it.census.gov/csvd/aws-image-pipeline)
- [ansible/ansible-playbooks](https://git.e.it.census.gov/csvd/image-pipeline-ansible-playbooks)
- [packer/linux-image-pipeline](https://git.e.it.census.gov/csvd/linux-image-pipeline)
- [modules/terraform-aws-image-pipeline](https://github.com/HappyPathway/terraform-aws-image-pipeline)
- [test/goss-testing](https://git.e.it.census.gov/csvd/image-pipeline-goss-testing)
```bash
# - [ansible/ansible-playbooks](https://git.e.it.census.gov/csvd/image-pipeline-ansible-playbooks)
git clone https://git.e.it.census.gov/csvd/image-pipeline-ansible-playbooks ../image-pipeline-ansible-playbooks

# - [packer/linux-image-pipeline](https://git.e.it.census.gov/csvd/linux-image-pipeline)
git clone https://git.e.it.census.gov/csvd/linux-image-pipeline ../linux-image-pipeline

# - [modules/terraform-aws-image-pipeline](https://github.com/HappyPathway/terraform-aws-image-pipeline)
git clone https://github.com/HappyPathway/terraform-aws-image-pipeline ../terraform-aws-image-pipeline

# - [test/goss-testing](https://git.e.it.census.gov/csvd/image-pipeline-goss-testing)
git clone https://git.e.it.census.gov/csvd/image-pipeline-goss-testing ../image-pipeline-goss-testing
```

Each repository is integral to the overall image pipeline process, ensuring that images are built, configured, validated, and deployed efficiently and reliably.
11 changes: 11 additions & 0 deletions init.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# - [ansible/ansible-playbooks](https://git.e.it.census.gov/csvd/image-pipeline-ansible-playbooks)
git clone https://git.e.it.census.gov/csvd/image-pipeline-ansible-playbooks ../image-pipeline-ansible-playbooks

# - [packer/linux-image-pipeline](https://git.e.it.census.gov/csvd/linux-image-pipeline)
git clone https://git.e.it.census.gov/csvd/linux-image-pipeline ../linux-image-pipeline

# - [modules/terraform-aws-image-pipeline](https://github.com/HappyPathway/terraform-aws-image-pipeline)
git clone https://github.com/HappyPathway/terraform-aws-image-pipeline ../terraform-aws-image-pipeline

# - [test/goss-testing](https://git.e.it.census.gov/csvd/image-pipeline-goss-testing)
git clone https://git.e.it.census.gov/csvd/image-pipeline-goss-testing ../image-pipeline-goss-testing

0 comments on commit 0a90a09

Please sign in to comment.