This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
############################################################################### | |
# CONFIG | |
# AWS config | |
# OCF Parameters: | |
# OCF_RESKEY_aws_secret_key - The AWS secret key for the account with the elastic IP address. | |
# OCF_RESKEY_aws_access_key - The AWS access key for the account with the elastic IP address. | |
# OCF_RESKEY_java_home - The base directory for the Java JRE Default: /usr/lib/jvm/java-7-openjdk-amd64/ |