This file contains 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
input { | |
file { | |
path => "buildserver/teamcity-server.log*" | |
codec => multiline { | |
charset => "ISO-8859-1" | |
pattern => "^\[%{TIMESTAMP_ISO8601}\]" | |
negate => true | |
what => previous | |
} | |
start_position => beginning |
This file contains 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
08:41 $ terraform apply | |
vsphere_virtual_machine.web: Creating... | |
cpus: "" => "2" | |
datacenter: "" => "<computed>" | |
folder: "" => "/linux" | |
host: "" => "<computed>" | |
image: "" => "/linux/dummy-vm" | |
ip_address: "" => "<computed>" | |
linked_clone: "" => "0" | |
memory: "" => "4096" |
This file contains 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
=== RUN TestProvider | |
--- PASS: TestProvider (0.00s) | |
=== RUN TestProvider_impl | |
--- PASS: TestProvider_impl (0.00s) | |
=== RUN TestAccVirtualMachine_basic | |
2015/02/15 00:43:44 [WARN] Test: Executing step 0 | |
2015/02/15 00:43:44 [DEBUG] Creating graph for path: [root] | |
2015/02/15 00:43:44 [DEBUG] Graph [root] created and valid. 3 nouns. | |
2015/02/15 00:43:44 [INFO] Validating provider: vsphere | |
2015/02/15 00:43:44 [DEBUG] vsphere_virtual_machine.app: expanding to count = 1 |
This file contains 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
2014/04/28 23:03:57 Packer Version: 0.5.3 dev 599919a9c9c46ed75bed0465b6285dfe23e25c38 | |
2014/04/28 23:03:57 Packer Target OS/Arch: windows amd64 | |
2014/04/28 23:03:57 Built with Go Version: go1.2.1 | |
2014/04/28 23:03:57 Attempting to open config file: C:\Users\michael.kuzmin\AppData\Roaming\packer.config | |
2014/04/28 23:03:57 File doesn't exist, but doesn't need to. Ignoring. | |
2014/04/28 23:03:57 Packer config: &{PluginMinPort:0 PluginMaxPort:0 Builders:map[amazon-ebs:packer-builder-amazon-ebs null:packer-builder-null amazon-chroot:packer-builder-amazon-chroot amazon-instance:packer-builder-amazon-instance digitalocean:packer-builder-digitalocean docker:packer-builder-docker googlecompute:packer-builder-googlecompute openstack:packer-builder-openstack qemu:packer-builder-qemu virtualbox-iso:packer-builder-virtualbox-iso virtualbox-ovf:packer-builder-virtualbox-ovf vmware-iso:packer-builder-vmware-iso vmware-vmx:packer-builder-vmware-vmx] Commands:map[build:packer-command-build fix:packer-command-fix inspect:packer-co |
This file contains 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
mk-air:packer mkuzmin$ PACKER_LOG=1 packer build vmtools.json | |
2014/04/15 01:41:40 Packer Version: 0.5.2 be8900cdc7240a8008c507d36f07c4756b4622fe | |
2014/04/15 01:41:40 Packer Target OS/Arch: darwin amd64 | |
2014/04/15 01:41:40 Built with Go Version: go1.2 | |
2014/04/15 01:41:40 Detected home directory from env var: /Users/mkuzmin | |
2014/04/15 01:41:40 Attempting to open config file: /Users/mkuzmin/.packerconfig | |
2014/04/15 01:41:40 File doesn't exist, but doesn't need to. Ignoring. | |
2014/04/15 01:41:40 Packer config: &{PluginMinPort:0 PluginMaxPort:0 Builders:map[docker:packer-builder-docker virtualbox-iso:packer-builder-virtualbox-iso amazon-ebs:packer-builder-amazon-ebs amazon-chroot:packer-builder-amazon-chroot amazon-instance:packer-builder-amazon-instance digitalocean:packer-builder-digitalocean googlecompute:packer-builder-googlecompute openstack:packer-builder-openstack qemu:packer-builder-qemu virtualbox-ovf:packer-builder-virtualbox-ovf vmware-iso:packer-builder-vmware-iso vmware-vmx:packer-builder-vmware-vmx] C |
NewerOlder