Hp Discover Node App

  • By HP Discover Charms
Channel Revision Published Runs on
latest/stable 1 01 Feb 2021
Ubuntu 14.04
latest/edge 1 01 Feb 2021
Ubuntu 14.04
juju deploy hp-discover-node-app
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • app_branch | string

    Default: master

    Application repository deployment branch. Might also be a revision ID (e.g. tag or SHA1 for git) to upgrade/downgrade application.

  • app_name | string

    Default: myapp

    Application Name

  • app_node_env | string

    Default: production

    The node environment to run as ("production", "development", "test" etc.).

  • app_port | int

    Default: 8000

    Port where the application will handle requests

  • app_scm | string

    Default: git

    Repository type (git/bzr/...)

  • app_url | string

    Default: http://github.com/mmm/testnode.git

    Application repository URL

  • app_user | string

    Default: ubuntu

    run-as user

  • install_root | string

    Default: /opt

    Install the application in app_name under this directory

  • polling_schedule | string

    Set to a cron schedule string (e.g. "*/5 * * * *" poll each 5 minutes) for polling repo for updates and deploy if new branch contents is found. Set to empty to disable polling.