Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy latest wowza plugin to wowza-prod #45

Open
tingulfsen opened this issue Sep 6, 2016 · 3 comments
Open

deploy latest wowza plugin to wowza-prod #45

tingulfsen opened this issue Sep 6, 2016 · 3 comments

Comments

@tingulfsen
Copy link
Contributor

tingulfsen commented Sep 6, 2016

Tag a new version, then deploy the latest master branch with Honeybadger enabled.

@peetucket peetucket added this to the Media Sprint 15 milestone Sep 6, 2016
@ndushay ndushay changed the title deploy latest master deploy latest wowza plugin to wowza-prod Sep 6, 2016
@ndushay ndushay self-assigned this Sep 6, 2016
@ndushay ndushay added in progress and removed ready labels Sep 6, 2016
@ndushay
Copy link
Contributor

ndushay commented Sep 6, 2016

blocked by #46

@ndushay ndushay added ready and removed in progress labels Sep 6, 2016
@ndushay ndushay removed their assignment Sep 6, 2016
@jmartin-sul
Copy link
Member

new version (v0.5.0) has been tagged (and the artifact has been built in jenkins). will deploy (via version bump in puppet) once the puppet machinery for setting environment vars is in place.

@jmartin-sul jmartin-sul self-assigned this Sep 28, 2016
@jmartin-sul
Copy link
Member

new plugin version has been deployed to dev and stage. currently, it seems unable to read the environment variable values it needs (for API key and reporting environment name). though puppet does appear to be setting the env vars correctly (they show up in the list from printenv, and a simple Java test class to print the env vars dumps the expected values, e.g. running the following on stage:

public class TestGetenv
{
  public static void main(String[] args)
  {
    System.out.print("WOWZA_HONEYBADGER_API_KEY=");
    System.out.println(System.getenv("WOWZA_HONEYBADGER_API_KEY"));
    System.out.print("WOWZA_HONEYBADGER_ENV=");
    System.out.println(System.getenv("WOWZA_HONEYBADGER_ENV"));
  }
}

prints:

WOWZA_HONEYBADGER_API_KEY=[redacted]
WOWZA_HONEYBADGER_ENV=stage

wowza support has been contacted, level 1 support passed us on to developer support, waiting on a reply from dev support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants