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

Forward manager env vars to worker #220

Merged
merged 3 commits into from
Sep 27, 2018
Merged

Conversation

mcanevet
Copy link
Contributor

@mcanevet mcanevet commented Sep 26, 2018

This will allow to deprecate the AWS and Swift options and remove a lot of code.
Furthermore, as we now have the manager container, we'll easily be able to forward the volumes and secrets mounted on the manager and solve a lot of issues.

@mcanevet mcanevet requested review from cryptobioz and raphink and removed request for cryptobioz September 26, 2018 12:42
@mcanevet mcanevet force-pushed the forward_env branch 7 times, most recently from 9af2653 to 478f6e0 Compare September 26, 2018 16:07
@mcanevet mcanevet changed the title [WIP] Forward manager env vars to worker Forward manager env vars to worker Sep 26, 2018
@mcanevet
Copy link
Contributor Author

Tested on Cattle and it looks like it works fine.

@coveralls
Copy link

coveralls commented Sep 27, 2018

Pull Request Test Coverage Report for Build 847

  • 0 of 58 (0.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.2%) to 7.007%

Changes Missing Coverage Covered Lines Changed/Added Lines %
orchestrators/kubernetes.go 0 13 0.0%
orchestrators/docker.go 0 13 0.0%
orchestrators/cattle.go 0 32 0.0%
Totals Coverage Status
Change from base Build 839: -0.2%
Covered Lines: 140
Relevant Lines: 1998

💛 - Coveralls

Copy link
Member

@cryptobioz cryptobioz left a comment

Choose a reason for hiding this comment

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

You should add a return each time you have a log.Error().

orchestrators/cattle.go Show resolved Hide resolved
@mcanevet mcanevet merged commit c84b403 into camptocamp:master Sep 27, 2018
@mcanevet mcanevet deleted the forward_env branch September 27, 2018 14:26
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.

None yet

3 participants