Files
jambonz-infrastructure/packer/jambonz-feature-server
Dave Horton 999c6ee6e5 Feature/kubernetes deployment (#16)
* initial kubernetes manifests

* adding monitoring, WIP

* CF: set AWS_REGION in feature server config

* v0.7.1 changes

* kubernetes: jambonz-monitoring namespace now has everything for standard install (grafana, influxdb, telegraf, homer)
2022-01-06 08:44:52 -05:00
..
2022-01-06 08:44:52 -05:00
2021-02-10 12:34:55 -05:00
2021-12-13 13:58:02 -05:00

jambonz-feature-server

A packer template to build an AMI for the jambonz feature server. The base linux distro is Debian 10 (buster).

Installing

$  packer build -color=false template.json

variables

There are many variables that can be specified on the packer build command line; however defaults (which are shown below) are appropriate for building an "all in one" jambonz server, so you generally should not need to specify values.

"region": "us-east-1"

The region to create the AMI in

"ami_description": "jambonz feature server"

AMI description.

"instance_type": "t2.medium"

EC2 Instance type to use when building the AMI.

"drachtio_version": "v0.8.4"

drachtio tag or branch to build

    "install_datadog": "no",

whether to install datadog (commercial) monitoring agent

    "install_telegraf": "yes",

whether to install telegraf (open source) monitoring agent