This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > vup | |
| Bringing machine 'pgdb-1' up with 'virtualbox' provider... | |
| Bringing machine 'pgdb-2' up with 'virtualbox' provider... | |
| Bringing machine 'consul-1' up with 'virtualbox' provider... | |
| Bringing machine 'consul-2' up with 'virtualbox' provider... | |
| Bringing machine 'consul-3' up with 'virtualbox' provider... | |
| ==> pgdb-1: Importing base box 'nextgxdx/centos-70'... | |
| ==> pgdb-1: Matching MAC address for NAT networking... | |
| ==> pgdb-1: Checking if box 'nextgxdx/centos-70' is up to date... | |
| ==> pgdb-1: Setting the name of the VM: pgdb-1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015/02/20 12:34:00 [INFO] Packer version: 0.7.5 f1970370ef337a6361a8a39bb4b17ddf625e4378+CHANGES | |
| 2015/02/20 12:34:00 Packer Target OS/Arch: darwin amd64 | |
| 2015/02/20 12:34:00 Built with Go Version: go1.4.1 | |
| 2015/02/20 12:34:00 [DEBUG] Discovered plugin: amazon-chroot = /Users/tennis/Documents/golang/src/github.com/mitchellh/packer/bin/packer-builder-amazon-chroot | |
| 2015/02/20 12:34:00 [DEBUG] Discovered plugin: amazon-ebs = /Users/tennis/Documents/golang/src/github.com/mitchellh/packer/bin/packer-builder-amazon-ebs | |
| 2015/02/20 12:34:00 [DEBUG] Discovered plugin: amazon-instance = /Users/tennis/Documents/golang/src/github.com/mitchellh/packer/bin/packer-builder-amazon-instance | |
| 2015/02/20 12:34:00 [DEBUG] Discovered plugin: digitalocean = /Users/tennis/Documents/golang/src/github.com/mitchellh/packer/bin/packer-builder-digitalocean | |
| 2015/02/20 12:34:00 [DEBUG] Discovered plugin: docker = /Users/tennis/Documents/golang/src/github.com/mitchellh/packer/bin/packer-builder-docker | |
| 2015/02/20 12:34:00 [DEBUG] Discovered pl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "variables": { | |
| "platform": "dummy_platform", | |
| "os_name": "dummy_os_name", | |
| "built_on": "dummy_built_on", | |
| "out_dir": "dummy_out_dir", | |
| "vagrant_cloud_token": "{{ env `VCLOUD_TOKEN`}}", | |
| "aws_access_key": "{{ env `AWS_ACCESS_KEY_ID` }}", | |
| "aws_secret_key": "{{ env `AWS_SECRET_ACCESS_KEY` }}", |
NewerOlder