项目作者: shakirshakiel

项目描述 :
A list of vagrant files and boxes for every day use.
高级语言: Shell
项目地址: git://github.com/shakirshakiel/vagrantfiles.git
创建时间: 2019-01-14T09:33:21Z
项目社区:https://github.com/shakirshakiel/vagrantfiles

开源协议:

下载


List of Vagrant files

A list of vagrant files and boxes for every day use.

Centos Vagrant files

Vagrant file Vagrant Cloud
diskimage-builder shakirshakiel/centos_disk_image_builder
guest-additions shakirshakiel/centos_guest_additions
rpm-build shakirshakiel/centos_rpm_build
terraform shakirshakiel/centos_terraform
gcc shakirshakiel/centos_gcc
docker shakirshakiel/centos_docker
kubernetes shakirshakiel/centos_kubernetes
gocd shakirshakiel/centos_gocd
zookeeper shakirshakiel/centos_zookeeper
etcd shakirshakiel/centos_etcd
devtools shakirshakiel/centos_devtools

Upload to vagrant cloud

  • Create an authentication token
  • Copy the authentication token to a file called token
  • Run ./release.sh <path-to-package>
    • Eg: ./release.sh ./centos/guest-additions
  • Before publishing there will be a prompt like below. Enter ‘y’
  1. You are about to publish a box on Vagrant Cloud with the following options:
  2. ....
  3. Do you wish to continue? [y/N]
  • Check in vagrant cloud. The box should have been created.