forked from boundary/boundary_scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup_meter.sh
More file actions
executable file
·683 lines (568 loc) · 19.9 KB
/
Copy pathsetup_meter.sh
File metadata and controls
executable file
·683 lines (568 loc) · 19.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
#!/usr/bin/env bash
set -o pipefail
##
### Copyright 2011-2013, Boundary
###
### Licensed under the Apache License, Version 2.0 (the "License");
### you may not use this file except in compliance with the License.
### You may obtain a copy of the License at
###
### http://www.apache.org/licenses/LICENSE-2.0
###
### Unless required by applicable law or agreed to in writing, software
### distributed under the License is distributed on an "AS IS" BASIS,
### WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
### See the License for the specific language governing permissions and
### limitations under the License.
###
# ARCHS=("i686" "x86_64")
PLATFORMS=("Ubuntu" "Debian" "CentOS" "Amazon" "RHEL" "SmartOS")
# Put additional version numbers here.
# These variables take the form ${platform}_VERSIONS, where $platform matches
# the tags in $PLATFORMS
Ubuntu_VERSIONS=("10.04" "10.10" "11.04" "11.10" "12.04")
Debian_VERSIONS=("5" "6")
CentOS_VERSIONS=("5" "6")
Amazon_VERSIONS=("2012.09")
RHEL_VERSIONS=("5" "6")
SmartOS_VERSIONS=("1")
# sed strips out obvious things in a version number that can't be used as
# a bash variable
function map() { eval "$1"`echo $2 | sed 's/[\. -]//g'`='$3' ; }
function get() { eval echo '${'"$1`echo $2 | sed 's/[\. -]//g'`"'#hash}' ; }
# Map distributions to common strings.
map Ubuntu 10.04 lucid
map Ubuntu 10.10 maverick
map Ubuntu 11.04 natty
map Ubuntu 11.10 oneiric
map Ubuntu 12.04 precise
map Debian 5 lenny
map Debian 6 squeeze
map RHEL 5 Tikanga
map RHEL 6 Santiago
# For version number updates you hopefully don't need to modify below this line
# -----------------------------------------------------------------------------
APIHOST="api.boundary.com"
TARGET_DIR="/etc/bprobe"
EC2_INTERNAL="http://169.254.169.254/latest/meta-data"
TAGS="instance-type placement/availability-zone"
SUPPORTED_ARCH=0
SUPPORTED_PLATFORM=0
APT="apt.boundary.com"
YUM="yum.boundary.com"
APT_CMD="apt-get -q -y --force-yes"
YUM_CMD="yum -d0 -e0 -y"
DEPS="false"
CACERTS=
trap "exit" INT TERM EXIT
function print_supported_platforms() {
echo "Supported platforms are:"
for d in ${PLATFORMS[*]}
do
echo -n " * $d:"
foo="\${${d}_VERSIONS[*]}"
versions=`eval echo $foo`
for v in $versions
do
echo -n " $v"
done
echo ""
done
}
function check_distro_version() {
PLATFORM=$1
DISTRO=$2
VERSION=$3
TEMP="\${${DISTRO}_versions[*]}"
VERSIONS=`eval echo $TEMP`
if [ $DISTRO = "Ubuntu" ]; then
MAJOR_VERSION=`echo $VERSION | awk -F. '{print $1}'`
MINOR_VERSION=`echo $VERSION | awk -F. '{print $2}'`
PATCH_VERSION=`echo $VERSION | awk -F. '{print $3}'`
TEMP="\${${DISTRO}_VERSIONS[*]}"
VERSIONS=`eval echo $TEMP`
for v in $VERSIONS ; do
if [ "$MAJOR_VERSION.$MINOR_VERSION" = "$v" ]; then
return 0
fi
done
elif [ $DISTRO = "CentOS" ] || [ $DISTRO = "RHEL" ]; then
MAJOR_VERSION=`echo $VERSION | awk -F. '{print $1}'`
MINOR_VERSION=`echo $VERSION | awk -F. '{print $2}'`
TEMP="\${${DISTRO}_VERSIONS[*]}"
VERSIONS=`eval echo $TEMP`
for v in $VERSIONS ; do
if [ "$MAJOR_VERSION" = "$v" ]; then
return 0
fi
done
elif [ $DISTRO = "Amazon" ]; then
VERSION=`echo $PLATFORM | awk '{print $5}'`
# Some of these include minor numbers. Trim.
VERSION=${VERSION:0:7}
TEMP="\${${DISTRO}_VERSIONS[*]}"
VERSIONS=`eval echo $TEMP`
for v in $VERSIONS ; do
if [ "$VERSION" = "$v" ]; then
return 0
fi
done
elif [ $DISTRO = "Debian" ]; then
MAJOR_VERSION=`echo $VERSION | awk -F. '{print $1}'`
MINOR_VERSION=`echo $VERSION | awk -F. '{print $2}'`
TEMP="\${${DISTRO}_VERSIONS[*]}"
VERSIONS=`eval echo $TEMP`
for v in $VERSIONS ; do
if [ "$MAJOR_VERSION" = "$v" ]; then
return 0
fi
done
elif [ $DISTRO = "SmartOS" ]; then
TEMP="\${${DISTRO}_VERSIONS[*]}"
VERSIONS=`eval echo $TEMP`
for v in $VERSIONS ; do
if [ "$VERSION" = "$v" ]; then
return 0
fi
done
fi
echo "Detected $DISTRO but with an unsupported version ($VERSION)"
return 1
}
function print_help() {
echo " $0 [-d] -i ORGID:APIKEY"
echo " -i: Required input for authentication. The ORGID and APIKEY can be found"
echo " in the Account Settings in the Boundary WebUI."
echo " -d: Optional flag to install all dependencies, such as curl and"
echo " apt-transport-https, required for Meter Install."
exit 0
}
function create_meter() {
if [ "${HOSTNAME}" = "" ]; then
echo "Host does not appear to have a hostname set!"
echo "For assistance, please contain support@boundary.com"
exit 1
fi
RESULT=`$CURL --connect-timeout 5 -i -s -X POST \
-H "Content-Type: application/json" \
-d "{\"name\": \"$HOSTNAME\"}" -u "$1:" \
https://$APIHOST/$2/meters \
| tr -d "\r" \
| awk '/^HTTP\/1\./ {split($0,a," "); http=a[2]} /^Location: https:\/\// {split($0,a," "); url=a[2]} END {print http; print url}'`
exit_status=$?
# an exit status of 1 indicates an unsupported protocol. (e.g.,
# https hasn't been baked in.)
if [ "$exit_status" -eq "1" ]; then
echo "Your local version of curl has not been built with HTTPS support: `which curl`"
exit 1
# if the exit code is 7, that means curl couldnt connect so we can bail
elif [ "$exit_status" -eq "7" ]; then
echo "Could not connect to create meter"
exit 1
# it appears that an exit code of 28 is also a can't connect error
elif [ "$exit_status" -eq "28" ]; then
echo "Could not connect to create meter"
exit 1
elif [ "$exit_status" -ne "0" ]; then
echo "Error connecting to $APIHOST; status $exit_status."
exit 1
fi
STATUS=`echo $RESULT | awk '{print $1}'`
if [ "$STATUS" = "" ]; then
echo "Unknown error communicating with $APIHOST."
exit 1
elif [ "$STATUS" = "401" ]; then
echo "Authentication error, bad Org ID or API key (http status $STATUS)."
echo "Verify that you have passed in the correct credentials. The ORGID and APIKEY"
echo "can be found in the Account Settings in the Boundary WebUI."
exit 1
elif [ "$STATUS" = "403" ]; then
echo "Forbidden error (http status $STATUS)."
echo "Verify that you have not exceeded your meter limit."
echo "If you haven't, please contact support at support@boundary.com."
exit 1
else
if [ "$STATUS" = "201" ] || [ "$STATUS" = "409" ]; then
echo $RESULT | awk '{print $2}'
else
echo "An Error occurred during the meter creation (http status $STATUS)."
echo "Please contact support at support@boundary.com."
exit 1
fi
fi
}
function do_install() {
if [ "$DISTRO" = "Ubuntu" ]; then
sudo $APT_CMD update > /dev/null
APT_STRING="deb https://apt.boundary.com/ubuntu/ `get $DISTRO $MAJOR_VERSION.$MINOR_VERSION` universe"
echo "Adding repository $APT_STRING"
sudo sh -c "echo \"$APT_STRING\" > /etc/apt/sources.list.d/boundary.list"
$CURL -s https://$APT/APT-GPG-KEY-Boundary | sudo apt-key add -
if [ $? -gt 0 ]; then
echo "Error downloading GPG key from https://$APT/APT-GPG-KEY-Boundary!"
exit 1
fi
sudo $APT_CMD update > /dev/null
sudo $APT_CMD install bprobe
return $?
elif [ "$DISTRO" = "Debian" ]; then
sudo $APT_CMD update > /dev/null
APT_STRING="deb https://apt.boundary.com/debian/ `get $DISTRO $MAJOR_VERSION` main"
echo "Adding repository $APT_STRING"
sudo sh -c "echo \"$APT_STRING\" > /etc/apt/sources.list.d/boundary.list"
$CURL -s https://$APT/APT-GPG-KEY-Boundary | sudo apt-key add -
if [ $? -gt 0 ]; then
echo "Error downloading GPG key from https://$APT/APT-GPG-KEY-Boundary!"
exit 1
fi
sudo $APT_CMD update > /dev/null
sudo $APT_CMD install bprobe
return $?
elif [ "$DISTRO" = "CentOS" ] || [ $DISTRO = "Amazon" ] || [ $DISTRO = "RHEL" ]; then
GPG_KEY_LOCATION=/etc/pki/rpm-gpg/RPM-GPG-KEY-Boundary
if [ $MACHINE = "i686" ]; then
ARCH_STR="i386/"
elif [ $MACHINE = "x86_64" ]; then
ARCH_STR="x86_64/"
fi
# Amazon hack: we know the Amazon Linux AMIs are binary
# compatible with CentOS
if [ $DISTRO = "Amazon" ]; then
MAJOR_VERSION=6
fi
echo "Adding repository http://yum.boundary.com/centos/os/$MAJOR_VERSION/$ARCH_STR"
sudo sh -c "cat - > /etc/yum.repos.d/boundary.repo <<EOF
[boundary]
name=boundary
baseurl=http://yum.boundary.com/centos/os/$MAJOR_VERSION/$ARCH_STR
gpgcheck=1
gpgkey=file://$GPG_KEY_LOCATION
enabled=1
EOF"
$CURL -s https://$YUM/RPM-GPG-KEY-Boundary | sudo tee /etc/pki/rpm-gpg/RPM-GPG-KEY-Boundary > /dev/null
if [ $? -gt 0 ]; then
echo "Error downloading GPG key from https://$YUM/RPM-GPG-KEY-Boundary!"
exit 1
fi
sudo $YUM_CMD install bprobe
return $?
elif [ "$DISTRO" = "SmartOS" ]; then
grep "http://smartos\.boundary\.com/i386" /opt/local/etc/pkgin/repositories.conf > /dev/null
if [ "$?" = "1" ]; then
echo "http://smartos.boundary.com/i386/" >> /opt/local/etc/pkgin/repositories.conf
fi
pkgin -fy up
pkgin -y install bprobe
svccfg import /opt/custom/smf/boundary-meter.xml
if [ "$JOYENT" = "Joyent" ]; then
cat /opt/custom/bin/boundary-meter.sh | grep -v "\\-\\-no-promisc" | sed "s/daemon-mode \\\\/daemon-mode/g" > /tmp/boundary-meter.sh
mv /tmp/boundary-meter.sh /opt/custom/bin/boundary-meter.sh
chmod a+x /opt/custom/bin/boundary-meter.sh
fi
svcadm enable boundary/meter
return $?
fi
}
function setup_cert_key() {
trap "exit" INT TERM EXIT
test -d $TARGET_DIR
if [ $? -eq 1 ]; then
echo "Creating meter config directory ($TARGET_DIR) ..."
if [ $DISTRO = "SmartOS" ]; then
mkdir $TARGET_DIR
else
sudo mkdir $TARGET_DIR
fi
fi
test -f $TARGET_DIR/key.pem
if [ $? -eq 1 ]; then
echo "Key file is missing, attempting to download ..."
echo "Downloading meter key for $2"
if [ $DISTRO = "SmartOS" ]; then
$CURL -s -u $1: $2/key.pem | tee $TARGET_DIR/key.pem > /dev/null
else
$CURL -s -u $1: $2/key.pem | sudo tee $TARGET_DIR/key.pem > /dev/null
fi
if [ $? -gt 0 ]; then
echo "Error downloading key ..."
exit 1
fi
if [ $DISTRO = "SmartOS" ]; then
chmod 600 $TARGET_DIR/key.pem
else
sudo chmod 600 $TARGET_DIR/key.pem
fi
fi
test -f $TARGET_DIR/cert.pem
if [ $? -eq 1 ]; then
echo "Cert file is missing, attempting to download ..."
echo "Downloading meter certificate for $2"
if [ $DISTRO = "SmartOS" ]; then
$CURL -s -u $1: $2/cert.pem | tee $TARGET_DIR/cert.pem > /dev/null
else
$CURL -s -u $1: $2/cert.pem | sudo tee $TARGET_DIR/cert.pem > /dev/null
fi
if [ $? -gt 0 ]; then
echo "Error downloading certificate ..."
exit 1
fi
if [ $DISTRO = "SmartOS" ]; then
chmod 600 $TARGET_DIR/cert.pem
else
sudo chmod 600 $TARGET_DIR/cert.pem
fi
fi
}
function cert_key_check() {
SIZE=`du $TARGET_DIR/cert.pem | awk '{print $1}'`
if [ $SIZE -lt 1 ]; then
echo "Error downloading certificate (file size 0) ..."
exit 1
fi
SIZE=`du $TARGET_DIR/key.pem | awk '{print $1}'`
if [ $SIZE -lt 1 ]; then
echo "Error downloading key (file size 0) ..."
exit 1
fi
}
function ec2_tag() {
trap "exit" INT TERM EXIT
EC2=`$CURL -s --connect-timeout 5 "$EC2_INTERNAL"`
exit_code=$?
if [ "$exit_code" -eq "0" ]; then
# check to see if we *really* are on EC2
$CURL -is --connect-timeout 5 "$EC2_INTERNAL" | grep 'Server: EC2ws' > /dev/null
exit_code=$?
if [ "$exit_code" -eq "0" ]; then
echo -n "Auto generating ec2 tags for this meter...."
else
return 0
fi
else
return 0
fi
for tag in $TAGS; do
local AN_TAG
local exit_code
AN_TAG=`$CURL -s --connect-timeout 5 "$EC2_INTERNAL/$tag"`
exit_code=$?
# if the exit code is 7, that means curl couldnt connect so we can bail
# since we probably are not on ec2.
if [ "$exit_code" -eq "7" ]; then
# do nothing
return 0
fi
# it appears that an exit code of 28 is also a can't connect error
if [ "$exit_code" -eq "28" ]; then
# do nothing
return 0
fi
# otherwise, maybe there was as timeout or something, skip that tag.
if [ "$exit_code" -ne "0" ]; then
continue
fi
for an_tag in $AN_TAG; do
# create the tag
$CURL -H "Content-Type: application/json" -s -u "$1:" -X PUT "$2/tags/$an_tag"
done
done
$CURL -H "Content-Type: application/json" -s -u "$1:" -X PUT "$2/tags/ec2"
echo "done."
}
function pre_install_sanity() {
SUDO=`which sudo`
if [ $? -ne 0 ]; then
echo "This script requires that sudo be installed and configured for your user."
echo "Please install sudo. For assistance, support@boundary.com"
exit 1
fi
if [ $DISTRO = "SmartOS" ]; then
TARGET_DIR="/opt/local/etc/bprobe"
fi
which curl > /dev/null
if [ $? -gt 0 ]; then
echo "The 'curl' command is either not installed or not on the PATH ..."
if [ $DEPS = "true" ]; then
echo "Installing curl ..."
if [ $DISTRO = "Ubuntu" ] || [ $DISTRO = "Debian" ]; then
sudo $APT_CMD update > /dev/null
sudo $APT_CMD install curl
elif [ $DISTRO = "CentOS" ] || [ $DISTRO = "Amazon" ] || [ $DISTRO = "RHEL" ]; then
if [ $MACHINE = "i686" ]; then
sudo $YUM_CMD install curl.i686
fi
if [ $MACHINE = "x86_64" ]; then
sudo $YUM_CMD install curl.x86_64
fi
fi
else
echo "To automatically install required components for Meter Install, rerun $0 with -d flag."
exit 1
fi
fi
if [ $DISTRO = "SmartOS" ]; then
CURL="`which curl` -k"
else
CURL="`which curl` --sslv3"
fi
if [ $DISTRO = "Ubuntu" ] || [ $DISTRO = "Debian" ]; then
test -f /usr/lib/apt/methods/https
if [ $? -gt 0 ];then
echo "apt-transport-https is not installed to access Boundary's HTTPS based APT repository ..."
if [ $DEPS = "true" ]; then
echo "Installing apt-transport-https ..."
sudo $APT_CMD update > /dev/null
sudo $APT_CMD install apt-transport-https
else
echo "To automatically install required components for Meter Install, rerun $0 with -d flag."
exit 1
fi
fi
fi
}
# Grab some system information
if [ -f /etc/redhat-release ] ; then
PLATFORM=`cat /etc/redhat-release`
DISTRO=`echo $PLATFORM | awk '{print $1}'`
if [ "$DISTRO" != "CentOS" ]; then
if [ "$DISTRO" = "Red" ]; then
DISTRO="RHEL"
VERSION=`echo $PLATFORM | awk '{print $7}'`
else
DISTRO="unknown"
PLATFORM="unknown"
VERSION="unknown"
fi
elif [ "$DISTRO" = "CentOS" ]; then
VERSION=`echo $PLATFORM | awk '{print $3}'`
fi
MACHINE=`uname -m`
elif [ -f /etc/system-release ]; then
PLATFORM=`cat /etc/system-release | head -n 1`
DISTRO=`echo $PLATFORM | awk '{print $1}'`
VERSION=`echo $PLATFORM | awk '{print $5}'`
MACHINE=`uname -m`
elif [ -f /etc/lsb-release ] ; then
#Ubuntu version lsb-release - https://help.ubuntu.com/community/CheckingYourUbuntuVersion
. /etc/lsb-release
PLATFORM=$DISTRIB_DESCRIPTION
DISTRO=$DISTRIB_ID
VERSION=$DISTRIB_RELEASE
MACHINE=`uname -m`
elif [ -f /etc/debian_version ] ; then
#Debian Version /etc/debian_version - Source: http://www.debian.org/doc/manuals/debian-faq/ch-software.en.html#s-isitdebian
DISTRO="Debian"
VERSION=`cat /etc/debian_version`
INFO="$DISTRO $VERSION"
PLATFORM=$INFO
MACHINE=`uname -m`
else
PLATFORM=`uname -sv | grep 'SunOS joyent'` > /dev/null
if [ "$?" = "0" ]; then
PLATFORM="SmartOS"
DISTRO="SmartOS"
VERSION=`cat /etc/product | grep 'Image' | awk '{ print $3}' | awk -F. '{print $1}'`
MACHINE="i686"
JOYENT=`cat /etc/product | grep 'Name' | awk '{ print $2}'`
elif [ "$?" != "0" ]; then
PLATFORM="unknown"
DISTRO="unknown"
MACHINE=`uname -m`
fi
fi
echo "Detected $DISTRO $VERSION..."
echo ""
while getopts "h di:" opts; do
case $opts in
h) print_help;;
d) DEPS="true";;
i) APICREDS="$OPTARG";;
[?]) print_help;;
esac
done
if [ -z $APICREDS ]; then
print_help
fi
APIID=`echo $APICREDS | awk -F: '{print $1}'`
APIKEY=`echo $APICREDS | awk -F: '{print $2}'`
if [ $MACHINE = "i686" ]; then
ARCH="32"
SUPPORTED_ARCH=1
fi
if [ $MACHINE = "x86_64" ] || [ $MACHINE = "amd64" ]; then
ARCH="64"
SUPPORTED_ARCH=1
fi
if [ $SUPPORTED_ARCH -eq 0 ]; then
echo "Unsupported architecture ($MACHINE) ..."
echo "This is an unsupported platform for the Boundary Meter."
echo "Please contact support@boundary.com to request support for this architecture."
exit 1
fi
# Check the distribution
for d in ${PLATFORMS[*]} ; do
if [ $DISTRO = $d ]; then
SUPPORTED_PLATFORM=1
break
fi
done
if [ $SUPPORTED_PLATFORM -eq 0 ]; then
echo "Your platform is not supported."
print_supported_platforms
exit 0
fi
# Check the version number
UNSUPPORTED_RELEASE=0
check_distro_version "$PLATFORM" $DISTRO $VERSION
if [ $? -ne 0 ]; then
UNSUPPORTED_RELEASE=1
echo "Detected $PLATFORM $DISTRO $VERSION"
fi
# The version number hasn't been found; let's just try and masquerade
# (and tell users what we're doing)
if [ $UNSUPPORTED_RELEASE -eq 1 ] ; then
TEMP="\${${DISTRO}_VERSIONS[*]}"
VERSIONS=`eval echo $TEMP`
# Assume ordered list; grab latest version
VERSION=`echo $VERSIONS | awk '{print $NF}'`
MAJOR_VERSION=`echo $VERSION | awk -F. '{print $1}'`
MINOR_VERSION=`echo $VERSION | awk -F. '{print $2}'`
echo ""
echo "Continuing; for reference, script is masquerading as: $DISTRO $VERSION"
echo ""
fi
# At this point, we think we have a supported OS.
pre_install_sanity $d $v
METER_LOCATION=`create_meter $APIKEY $APIID`
if [ $? -gt 0 ]; then
echo "Error creating meter:"
echo "$METER_LOCATION"
echo "Please contact support@boundary.com"
exit 1
fi
KEY_CERT=`setup_cert_key $APIKEY $METER_LOCATION`
if [ $? -eq 1 ]; then
echo "Error setting up cert and/or key ..."
echo "Please contact support@boundary.com"
echo $KEY_CERT
exit 1
fi
CERT_KEY_CHECK=`cert_key_check`
if [ $? -eq 1 ]; then
echo "Error setting up cert and/or key ..."
echo "Please contact support@boundary.com"
echo $CERT_KEY_CHECK
exit 1
fi
ec2_tag $APIKEY $METER_LOCATION
do_install
if [ $? -ne 0 ]; then
echo "I added the correct repositories, but the meter installation failed."
echo "Please contact support@boundary.com about this problem."
exit 1
fi
if [ -n "$CACERTS" ]; then
rm -f $CACERTS
fi
echo ""
echo "The meter has been installed successfully!"