codeclimate/update-replicated-status

Name: update-replicated-status

Owner: Code Climate

Description: null

Created: 2017-10-12 21:28:24.0

Updated: 2017-10-26 21:18:27.0

Pushed: 2017-10-26 21:17:31.0

Homepage: null

Size: 3

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Update Replicated Status

General purpose container to update the status line on a Replicated application during startup. It uses the status API to do that.

Usage

Within a replicated.yml file:

onents:
me: data
ntainers:
source: private
image_name: database
publish_events:
- name: Started Database
  trigger: container-start
  subscriptions:
  - component: update_app_status
    container: codeclimate/update-replicated-status
    action: start
me: update_app_status
ntainers:
source: public
image_name: codeclimate/update-replicated-status
version: latest
ephemeral: true
cmd: "Starting services..."
publish_events:
- name: Updated app status
  trigger: container-stop
  subscriptions:
  - component: services
    container: service
    action: start

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.