Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider/azurerm: Add example of Spark and Cassrandra on CentOS #15123

Merged

Conversation

anniehedgpeth
Copy link
Contributor

Build Status

This example provisions and deploys the following resources into an Azure subscription:

  • Resource Group
  • 3 NSGs (Master, Slave/Agent, Cassandra)
  • 1 VNET
  • 3 Subnets (Master, Slave/Agent, Cassandra)
  • 3 PIPs (Master, Slave/Agent, Cassandra)
  • 3 NICs (Master, Slave/Agent, Cassandra)
  • 1 Availability Set
  • 3 Storage Accounts (Master, Slave/Agent, Cassandra)
  • 3 Storage Containers (Master, Slave/Agent, Cassandra)
  • 1 Master VM
  • Slave/Agent VMs based on count variable
  • 1 Cassandra VM

The preferred method of running the scripts is the VM Extension, but there is currently an issue submitted for this that is preventing me from using that resource. https://github.com/Azure/custom-script-extension-linux/issues/95

CI process:

terraform get, validate, plan to output, apply output, show
validate with azure CLI
terraform destroy

anniehedgpeth and others added 30 commits April 17, 2017 19:07
…t script, added mac specific deployment for local testing
* initial commit - 101-vm-from-user-image
* added tfvars and info for README
* added CI config; added sane defaults for variables; updated deployment script, added mac specific deployment for local testing
* prep for PR
Copy link
Contributor

@stack72 stack72 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let 1 comment inline about the .travis file - also, please can you remove the image of the graph? github is not good at diffing those files going forward

Thanks

Paul

.travis.yml Outdated
@@ -41,4 +41,4 @@ notifications:
matrix:
fast_finish: true
allow_failures:
- go: tip
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please can you revert the line endings change on this file?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this is changed back to original, @stack72 - let me know if it's still different

@anniehedgpeth
Copy link
Contributor Author

@stack72 I added the return line on 45 of the .travis.yml and removed the crazy graph. Let me know how it looks!

@stack72
Copy link
Contributor

stack72 commented Jun 8, 2017

Hi @anniehedgpeth

Thanks for update this - this LGTM

Paul

@stack72 stack72 merged commit 7ac8837 into hashicorp:master Jun 8, 2017
@anniehedgpeth anniehedgpeth deleted the hashi-spark-and-cassrandra-on-centos branch June 16, 2017 14:03
@ghost
Copy link

ghost commented Apr 8, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants