Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fhenri/ariba-packer
repo to create vagrant box to be used to provision ariba instances
https://github.com/fhenri/ariba-packer
Last synced: 11 days ago
JSON representation
repo to create vagrant box to be used to provision ariba instances
- Host: GitHub
- URL: https://github.com/fhenri/ariba-packer
- Owner: fhenri
- License: apache-2.0
- Created: 2014-07-30T13:17:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T11:38:54.000Z (about 5 years ago)
- Last Synced: 2023-08-05T22:41:49.308Z (over 1 year ago)
- Language: Shell
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This creates a vagrant box to deploy an Ariba instance. The provisioning is not done in packer but in vagrant (see ariba-vagrant project)
The script are largely inspired from the basebox-packer projectThe definition of the box is :
- create an ariba user (no password defined)
- root password is ariba
- 40 Gb defined (enough to install 3rd party software and run with large db)
- choose your preference of provisionner (chef, puppet or other)To build it, I personnaly use the following command
`packer build -var "cm=puppet" -var "cm_version=3.8.5" -only vmware-iso centos7.json`Add the VM to vagrant
`vagrant box add --name cloud06/ariba-puppet-centos71 centos7-puppet-3.8.5-vmware-1.0.1.box`