mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 23:24:01 +02:00
google and azure
This commit is contained in:
parent
917b7d6138
commit
f0366562aa
3 changed files with 7 additions and 5 deletions
|
@ -30,6 +30,9 @@ Algo (short for "Al Gore", the **V**ice **P**resident of **N**etworks everywhere
|
|||
* python >= 2.6
|
||||
* [dopy=0.3.5](https://github.com/Wiredcraft/dopy)
|
||||
* [boto](https://github.com/boto/boto)
|
||||
* [azure >= 0.7.1](https://github.com/Azure/azure-sdk-for-python)
|
||||
* [apache-libcloud](https://github.com/apache/libcloud)
|
||||
* [libcloud](https://curl.haxx.se/docs/caextract.html) (for Mac OS)
|
||||
* SHell or BASH
|
||||
* libselinux-python (for RedHat based distros)
|
||||
|
||||
|
|
|
@ -30,6 +30,3 @@ users:
|
|||
# auditd options
|
||||
# email for auditd actions:
|
||||
auditd_action_mail_acct: email@example.com
|
||||
|
||||
|
||||
|
||||
|
|
6
run
6
run
|
@ -5,7 +5,7 @@ algo_provisioning () {
|
|||
What provider would you like to use?
|
||||
1. DigitalOcean
|
||||
2. Amazon EC2
|
||||
3. Local installation (non-cloud or a server already deployed)
|
||||
0. Local installation (non-cloud or a server already deployed)
|
||||
|
||||
Enter the number of your desired provider
|
||||
: "
|
||||
|
@ -15,7 +15,9 @@ algo_provisioning () {
|
|||
case "$N" in
|
||||
1) CLOUD="digitalocean" ;;
|
||||
2) CLOUD="ec2" ;;
|
||||
3) CLOUD="non-cloud" ;;
|
||||
3) CLOUD="azure" ;;
|
||||
4) CLOUD="google_cloud" ;;
|
||||
0) CLOUD="non-cloud" ;;
|
||||
*) exit 1 ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue