remove Vancouver cause it has network issues
This commit is contained in:
parent
a0693f1727
commit
9d4f2fbb12
@ -3,7 +3,7 @@ hostname=gitea-example
|
|||||||
set -e
|
set -e
|
||||||
export FORMAT=YAML
|
export FORMAT=YAML
|
||||||
|
|
||||||
detee-cli vm deploy --public-ip --location Vancouver --hostname $hostname > vm_info.tmp
|
detee-cli vm deploy --public-ip --location Random --hostname $hostname > vm_info.tmp
|
||||||
vm_uuid=$(grep 'uuid:' vm_info.tmp | awk '{ print $2 }')
|
vm_uuid=$(grep 'uuid:' vm_info.tmp | awk '{ print $2 }')
|
||||||
vm_ip=$(grep 'ip:' vm_info.tmp | awk '{ print $2 }')
|
vm_ip=$(grep 'ip:' vm_info.tmp | awk '{ print $2 }')
|
||||||
key_path=$(grep 'key_path:' vm_info.tmp | awk '{ print $2 }')
|
key_path=$(grep 'key_path:' vm_info.tmp | awk '{ print $2 }')
|
||||||
|
@ -2,7 +2,7 @@ hostname: vanc-bastion
|
|||||||
hours: 5
|
hours: 5
|
||||||
price: 20000
|
price: 20000
|
||||||
location:
|
location:
|
||||||
city: "Vancouver"
|
city: "Montréal"
|
||||||
ipv4: !PublishPorts [ 1337 ]
|
ipv4: !PublishPorts [ 1337 ]
|
||||||
public_ipv6: false
|
public_ipv6: false
|
||||||
vcpus: 2
|
vcpus: 2
|
||||||
|
@ -2,7 +2,7 @@ hostname: vanc-protected
|
|||||||
hours: 5
|
hours: 5
|
||||||
price: 20000
|
price: 20000
|
||||||
location:
|
location:
|
||||||
city: "Vancouver"
|
city: "Montréal"
|
||||||
ipv4: !PublishPorts [ ]
|
ipv4: !PublishPorts [ ]
|
||||||
public_ipv6: false
|
public_ipv6: false
|
||||||
vcpus: 2
|
vcpus: 2
|
||||||
|
Loading…
Reference in New Issue
Block a user