jhuapl-boss / boss-manage

Repo for Boss configuration and management software
Apache License 2.0
5 stars 6 forks source link

Can not run cloudformation for dynamolambda (missing file: dynamo_config.template) #6

Open perlman opened 6 years ago

perlman commented 6 years ago

"dynamo_config.template" (specified in cloud_formation/configs/dynamolambda.py) is needed to run cloudformation for dynamolambda, but no example is included in the repo.

The documentation in IntegrationRebuild.md states that "This file is not under source control and should have been distributed to each developer." An example of what this file looks like would be helpful.

movestill commented 6 years ago

See if this works for dynamo_config.template. Place it in the same folder as dynamolamdbda.py.

# Config template for the dynamodb autoscaling lambda.

# Section name will be stripped out when generating the NodeJS config file.
[default]

# Slack integration variables.
SLACK_WEBHOOK_HOST = "hooks.slack.com"
SLACK_WEBHOOK_PATH_PRODUCTION = ""
SLACK_WEBHOOK_PATH_DEV = ""

# This wil be set to the value of SLACK_WEBHOOK_PATH_PRODUCTION or 
# SLACK_WEBHOOK_PATH_DEV depending on the domain used for Cloud Formation.
SLACK_WEBHOOK_PATH = ""

# VPC domain will be dynamically updated during Cloud Formation.
VPC_DOMAIN = ""
perlman commented 6 years ago

Success, thanks!

I'm also very supportive of Slack integration.