Skip to content

Commit

Permalink
Merge branch 'master' into license-resource
Browse files Browse the repository at this point in the history
  • Loading branch information
vancluever committed Aug 17, 2017
2 parents de493e3 + f895a87 commit 05cdd19
Show file tree
Hide file tree
Showing 109 changed files with 19,846 additions and 310 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
## 0.1.1 (Unreleased)

BUG FIXES:
* Updated [govmomi](https://github.com/vmware/govmomi) to v0.15.0 [GH-114]
FEATURES:

* **New Resource:** `vsphere_datacenter` [GH-126]

IMPROVEMENTS:
* r/vsphere_virtual_machine: Add annotation argument [GH-111]

* r/vsphere_virtual_machine: Add annotation argument [GH-111]

BUG FIXES:

* Updated [govmomi](https://github.com/vmware/govmomi) to v0.15.0 [GH-114]
* Updated network interface discovery behaviour in refresh. [GH-129]. This fixes
several reported bugs - see the PR for references!

## 0.1.0 (June 20, 2017)

Expand Down
27 changes: 15 additions & 12 deletions tf-vsphere-devrc.mk.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# This should be copied to ~/.tf-vsphere-devrc.mk and edited accordingly.
#
# Note that the use of all of this file is not required - enviornment variables
# Note that the use of all of this file is not required - environment variables
# can still be completely set from the command line or your existing
# environment. In this case, don't use this file as it may cause conflicts.
#
Expand All @@ -16,16 +16,19 @@ export VSPHERE_PASSWORD ?= changeme
# Enable this if you want to skip SSL verification
export VSPHERE_ALLOW_UNVERIFIED_SSL ?= false

# vsphere_virtaul_machine variables
export VSPHERE_TEMPLATE ?= base-linux
export VSPHERE_NETWORK_LABEL ?= vm-network
export VSPHERE_NETWORK_LABEL_DHCP ?= vm-network
export VSPHERE_IPV4_ADDRESS ?= 10.0.0.100
export VSPHERE_IPV4_PREFIX ?= 24
export VSPHERE_IPV4_GATEWAY ?= 10.0.0.1
export VSPHERE_DATACENTER ?= vm-dc
export VSPHERE_CLUSTER ?= vm-cluster1
export VSPHERE_RESOURCE_POOL ?= vm-resource-pool
export VSPHERE_DATASTORE ?= datastore1
# The following variables are shared across various tests. To ensure all tests
# succeed, it's probably best to set all of these to valid values.
export VSPHERE_TEMPLATE ?= base-linux # VM template to clone
export VSPHERE_NETWORK_LABEL ?= vm-network # Port group label
export VSPHERE_NETWORK_LABEL_DHCP ?= vm-network # Port group label for DHCP
export VSPHERE_IPV4_ADDRESS ?= 10.0.0.100 # Customization IP address
export VSPHERE_IPV4_PREFIX ?= 24 # Customization netmask
export VSPHERE_IPV4_GATEWAY ?= 10.0.0.1 # Customization gateway
export VSPHERE_DATACENTER ?= vm-dc # VM placement DC
export VSPHERE_CLUSTER ?= vm-clus1 # VM placement cluster
export VSPHERE_RESOURCE_POOL ?= vm-respool # VM resource resource pool
export VSPHERE_DATASTORE ?= datastore1 # VM placement datastore
export VSPHERE_INIT_TYPE ?= thin # vDisk type
export VSPHERE_ADAPTER_TYPE ?= lsiLogic # Virtual disk adapter type

# vi: filetype=make
22 changes: 22 additions & 0 deletions vendor/github.com/blang/semver/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

194 changes: 194 additions & 0 deletions vendor/github.com/blang/semver/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions vendor/github.com/blang/semver/json.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions vendor/github.com/blang/semver/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 05cdd19

Please sign in to comment.