Skip to content

Commit

Permalink
Version 1.1.0 (#5)
Browse files Browse the repository at this point in the history
UPDATE: Terraform.tfvars.example to set the default version to 9.5.4.2615
UPDATE: README to include details on the Terraform Access denied issue
  • Loading branch information
goodrum authored Jan 22, 2019
1 parent 2266035 commit eaaf423
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ This Repository contains example Terraform templates for use with the Veeam Chef
| [no_chef_server:veeam_standalone_full](vmware/no_chef_server/veeam_standalone_full) | VMware | | This set of templates will deploy Veeam Backup and Replication server in a complete deployment along with an optional number of Veeam VMware Proxies on VMware using Chef-Solo mode with the Chef Client. |
| [no_chef_server:veeam_proxy](vmware/no_chef_server/veeam_proxy) | VMware | | This set of templates will deploy one or more Veeam VMware Proxy Servers on VMware using Chef-Solo mode with the Chef Client. |

## Access Denied Errors with Terraform
These Terraform templates will attempt to communicate directly to the deployed machines via WinRM using the Basic Authentication method. The following command needs to be run on the template prior to leveraging
```
winrm set winrm/config/service/auth @{Basic="true"}
```

## Contribute
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
Expand Down
6 changes: 2 additions & 4 deletions vmware/chef_server/veeam_proxy/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,10 @@ chef_user_key = ""
chef_environment = "_default"

# Full URL from which the Veeam software will be downloaded.
veeam_installation_url = "https://download.veeam.com/VeeamBackup&Replication_9.5.0.1922.Update3a.iso"
veeam_installation_url = "https://download.veeam.com/VeeamBackup&Replication_9.5.4.2615.Update4.iso"

# SHA256 Checksum for the ISO Url selected.
veeam_installation_checksum = "9a6fa7d857396c058b2e65f20968de56f96bc293e0e8fd9f1a848c7d71534134"


veeam_installation_checksum = "ecc27bbcf49104861566782701dca42375b324b4710e2fa79b5f8068c31c4494"



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,10 @@ chef_user_key = ""
chef_environment = "_default"

# Full URL from which the Veeam software will be downloaded.
veeam_installation_url = "https://download.veeam.com/VeeamBackup&Replication_9.5.0.1922.Update3a.iso"
veeam_installation_url = "https://download.veeam.com/VeeamBackup&Replication_9.5.4.2615.Update4.iso"

# SHA256 Checksum for the ISO Url selected.
veeam_installation_checksum = "9a6fa7d857396c058b2e65f20968de56f96bc293e0e8fd9f1a848c7d71534134"

veeam_installation_checksum = "ecc27bbcf49104861566782701dca42375b324b4710e2fa79b5f8068c31c4494"



Expand Down
4 changes: 2 additions & 2 deletions vmware/no_chef_server/veeam_proxy/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ proxy_count = 0
# Chef Configuration

# Full URL from which the Veeam software will be downloaded.
veeam_installation_url = "https://download.veeam.com/VeeamBackup&Replication_9.5.0.1922.Update3a.iso"
veeam_installation_url = "https://download.veeam.com/VeeamBackup&Replication_9.5.4.2615.Update4.iso"

# SHA256 Checksum for the ISO Url selected.
veeam_installation_checksum = "9a6fa7d857396c058b2e65f20968de56f96bc293e0e8fd9f1a848c7d71534134"
veeam_installation_checksum = "ecc27bbcf49104861566782701dca42375b324b4710e2fa79b5f8068c31c4494"



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ proxy_count = 0
# Chef Configuration

# Full URL from which the Veeam software will be downloaded.
veeam_installation_url = "https://download.veeam.com/VeeamBackup&Replication_9.5.0.1922.Update3a.iso"
veeam_installation_url = "https://download.veeam.com/VeeamBackup&Replication_9.5.4.2615.Update4.iso"

# SHA256 Checksum for the ISO Url selected.
veeam_installation_checksum = "9a6fa7d857396c058b2e65f20968de56f96bc293e0e8fd9f1a848c7d71534134"
veeam_installation_checksum = "ecc27bbcf49104861566782701dca42375b324b4710e2fa79b5f8068c31c4494"



Expand Down

0 comments on commit eaaf423

Please sign in to comment.