source: gs3-extensions/vm-manager/trunk/src/_local_config.bash@ 38640

Last change on this file since 38640 was 38640, checked in by davidb, 4 months ago

Initial set of CLI scripts, originally developed within selfcontained-gcloud extension

File size: 789 bytes
Line 
1
2echo ""
3echo "----"
4echo "- Sourcing settings in _local_config.bash"
5echo "----"
6
7# Edit the following to the name of the VM you want to create
8#export GSVM_INSTANCE=greenstone3-debian-ansible-test
9export GSVM_INSTANCE=gcloud-ansible
10
11export GSVM_USER=ateaspace
12export GSVM_TL_DOMAIN=sowemustthink.space
13
14gsvm_project=atea-storage
15gsvm_subproj=bluff
16
17gsvm_region=australia-southeast1
18gsvm_zone=australia-southeast1-b
19
20#
21# Defaults for these likely to be OK, as is
22#
23
24# FQDN = Fully Qualified Domain Name
25export GSVM_FQDN=$GSVM_INSTANCE.$GSVM_TL_DOMAIN
26
27gsvm_instance_disk=$GSVM_INSTANCE-disk
28gsvm_instance_nic=$GSVM_INSTANCE-nic
29
30echo "===="
31echo "= VM hostname: $GSVM_FQDN"
32echo "= VM username: $GSVM_USER"
33echo "= [$gsvm_project--$gsvm_subproj,region=$gsvm_region]"
34echo "===="
35echo ""
Note: See TracBrowser for help on using the repository browser.