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

move deployment configuration/writeup to synse server repo. #125

Merged
merged 2 commits into from
Apr 6, 2018

Conversation

edaniszewski
Copy link
Contributor

fixes #121

This PR moves the deployment configs from the emulator plugin to this repo, where they make more sense to exist, since they do describe a Synse Server deployment..

Copy link
Contributor

@KylerBurke KylerBurke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Errors from make unix and make tcp

Status: Downloaded newer image for vaporio/synse-server:2.0.0
Pulling emulator-plugin (vaporio/emulator-plugin:latest)...
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

Continue with the new image? [yN]y
Pulling emulator-plugin (vaporio/emulator-plugin:latest)...
ERROR: pull access denied for vaporio/emulator-plugin, repository does not exist or may require 'docker login'

@edaniszewski
Copy link
Contributor Author

@Kontazler ooohhhh, good catch.

just made https://hub.docker.com/r/vaporio/emulator-plugin/ public, so this should work if you try again.

@KylerBurke
Copy link
Contributor

Image pulling successfully now, thanks. Test and Scan routes behaving as expected :)

@codecov-io
Copy link

codecov-io commented Apr 6, 2018

Codecov Report

Merging #125 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #125   +/-   ##
=======================================
  Coverage   88.98%   88.98%           
=======================================
  Files          40       40           
  Lines        1080     1080           
=======================================
  Hits          961      961           
  Misses        119      119

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1882f28...db5562d. Read the comment docs.

@edaniszewski edaniszewski merged commit 60e9065 into master Apr 6, 2018
@edaniszewski edaniszewski deleted the deploy-configs branch April 6, 2018 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

move deployment configs and examples from emulator repo
4 participants