Skip to content

Commit

Permalink
Remove the "yq installed" prerequisite from several examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kke committed Nov 3, 2020
1 parent 062a132 commit a370e8f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion examples/terraform/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ This directory provides an example flow for using Mirantis Launchpad with Terraf

* An account and credentials for AWS.
* Terraform [installed](https://learn.hashicorp.com/terraform/getting-started/install)
* [yq installed](https://github.com/mikefarah/yq#install)

## Steps

Expand Down
1 change: 0 additions & 1 deletion examples/terraform/azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ This directory provides an example flow for using Mirantis Launchpad with Terraf

* An account and credentials for Azure.
* Terraform [installed](https://learn.hashicorp.com/terraform/getting-started/install)
* [yq installed](https://github.com/mikefarah/yq#install)

## Steps

Expand Down
1 change: 0 additions & 1 deletion examples/terraform/hetzner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ This directory provides an example flow with Mirantis Launchpad tool together wi

* You need an account and API token for Hetzner
* Terraform [installed](https://learn.hashicorp.com/terraform/getting-started/install)
* [yq installed](https://github.com/mikefarah/yq#install)

## Steps

Expand Down
3 changes: 1 addition & 2 deletions examples/terraform/openstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ This directory provides an example flow with Mirantis Launchpad together with Te

* You need an account and credentials for an OpenStack Tenant.
* Terraform [installed](https://learn.hashicorp.com/terraform/getting-started/install)
* [yq installed](https://github.com/mikefarah/yq#install)
* [Generate SSH key](https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#generating-a-new-ssh-key)

## Steps

1. Create terraform.tfvars file with needed details. You can use the provided terraform.tfvars.example as a baseline.
2. `terraform init`
3. Create SSH key and configure path
4. Create Cloud Provider config file and configure path
4. Create Cloud Provider config file and configure path
5. Configure .tfvars file with all necessary parameters
6. `terraform apply`
7. `terraform output ucp_cluster > launchpad.yaml`
Expand Down
1 change: 0 additions & 1 deletion examples/terraform/vmware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ This directory provides an example flow with Mirantis Launchpad tool together wi

* You need VMware vSphere credentials for API operations
* Terraform [installed](https://learn.hashicorp.com/terraform/getting-started/install)
* [yq installed](https://github.com/mikefarah/yq#install)

## Steps

Expand Down

0 comments on commit a370e8f

Please sign in to comment.