Skip to content

Commit 10bc0ad

Browse files
committed
Merge branch 'master' of github.com:oracle/terraform-provider-baremetal
2 parents 7a1fd09 + e8d3095 commit 10bc0ad

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

README.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,30 @@ The Terraform provider provides coverage for the entire BMC API excluding the Lo
1818
## Getting started
1919
Be sure to read the FAQ and Writing Terraform configurations for OBMCS in [/docs](https://github.com/oracle/terraform-provider-baremetal/tree/master/docs).
2020

21+
### Download Terraform
22+
Find the appropriate **.8.8 binary** for your platform, download it.
23+
* [OSX, macOS (x64)](https://releases.hashicorp.com/terraform/0.8.8/terraform_0.8.8_darwin_amd64.zip)
24+
* [Linux (x64)](https://releases.hashicorp.com/terraform/0.8.8/terraform_0.8.8_linux_amd64.zip)
25+
* [Windows (x64)](https://releases.hashicorp.com/terraform/0.8.8/terraform_0.8.8_windows_amd64.zip)
26+
27+
[Other platforms](https://releases.hashicorp.com/terraform/0.8.8/)
28+
2129
### Install Terraform
22-
https://www.terraform.io/downloads.html
30+
https://www.terraform.io/intro/getting-started/install.html
2331

24-
### Download the OBMCS Terraform provider binary
25-
Find the appropriate binary for [your platform here](https://github.com/oracle/terraform-provider-baremetal/releases), download it.
32+
### Get the Oracle Bare Metal Cloud Terraform provider
33+
https://github.com/oracle/terraform-provider-baremetal/releases
2634

27-
#### \*nix
35+
Unpack the provider to an appropriate location then -
36+
#### On \*nix
2837
Create `~/.terraformrc` that specifies the path to the `baremetal` provider.
2938
```
3039
providers {
3140
baremetal = "<path_to_provider_binary/terraform-provider-baremetal>"
3241
}
3342
```
3443

35-
#### Windows
44+
#### On Windows
3645
Create `%APPDATA%/terraform.rc` that specifies the path to the `baremetal` provider.
3746
```
3847
providers {
@@ -89,5 +98,11 @@ https://community.oracle.com/community/cloud_computing/bare-metal
8998
## Known serious bugs
9099
See [Issues.](https://github.com/oracle/terraform-provider-baremetal/issues)
91100

101+
There are 2 issues with the potential for unexpected data loss.
102+
1. [Issue #44, running apply in an enviroment where a subnet has multiple attached Security Lists can cause all of the instances in the subnet to be terminated and re-created.](https://github.com/oracle/terraform-provider-baremetal/issues/44)
103+
2. [Issue #45, not currently reproducible. Running apply in an enviroment with attached block volumes can cause all of the block volumes to be temporarily detatched and reattached. This leads to block volume IO interruption.](https://github.com/oracle/terraform-provider-baremetal/issues/45)
104+
105+
[Other issues](https://github.com/oracle/terraform-provider-baremetal/issues)
106+
92107
## About the provider
93108
This provider was written on behalf of Oracle by [MustWin.](http://mustwin.com/)

0 commit comments

Comments
 (0)