You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
# eqx-cluster-create
|
|
#
|
|
# Create a cluster of bare metal on Equinix
|
|
#
|
|
# Usage:
|
|
# eqx-cluster-create
|
|
# Example:
|
|
# eqx-cluster-create
|
|
#
|
|
|
|
set -x
|
|
|
|
#
|
|
|
|
EQXRANDHOST=`dd bs=12 count=1 if=/dev/random 2>/dev/null | base64 | tr [:upper:] [:lower:] | tr -dc [:alpha:]`
|
|
|