Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgporada/packer-centos7-devenvironment
Penguicon 2017
https://github.com/pgporada/packer-centos7-devenvironment
centos7 kickstart packer serverspec shell testing vagrant
Last synced: about 1 month ago
JSON representation
Penguicon 2017
- Host: GitHub
- URL: https://github.com/pgporada/packer-centos7-devenvironment
- Owner: pgporada
- Created: 2017-04-29T16:28:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T19:51:13.000Z (over 7 years ago)
- Last Synced: 2024-11-03T09:20:54.584Z (3 months ago)
- Topics: centos7, kickstart, packer, serverspec, shell, testing, vagrant
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This project does the following
* Builds a CentOS 7 VM
* Installs a specific set of packages per the provisioning scripts
* Runs ServerSpec tests as an example showing that you can run tests prior to publishing a base image- - - -
# Usage
Use remote Atlas to build a version of the vagrant. (Use this if you have an Atlas account)
vagrant login
make build-remoteBuild a new version of the vagrant on your local machine (Preferred if you don't have an Atlas account)
make build-local
Add a local build into vagrant as a vm named `test`
vagrant box add packer_whatever_output --name test
# Once the vagrant box has been added as "test" you can use the local Vagrantfile
vagrant up
# You should see PENGUICON in the MOTD after logging in
vagrant ssh- - - -
# Theme Music
[The Slackers - Same Everyday](https://www.youtube.com/watch?v=Qy_2OqTvW34)- - - -
# Author and LicenseGPLv3
(c) 2016 Phil Porada