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

Flatten jenkins vars for overloading #44

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

eric-weaver
Copy link

This change is proposed in order to have a more fine grain control over
Jenkins install versions. With release of Jenkins 2.0 the current role
fails to install. This change allows for easy overriding of jenkins
variables in order to point to different mirrors.

Changes:

  • Flatten the nested vars file
  • Add jenkins namespacing prefixes.
  • Abstracted out the debian apt_key and redhat repo and key urls in
    order to allow for variable overloading.

This change is proposed in order to have a more fine grain control over
Jenkins install versions. With release of Jenkins 2.0 the current role
fails to install. This change allows for easy overriding of jenkins
variables in order to point to different mirrors.

Changes:
- Flatten the nested vars file
- Add jenkins namespacing prefixes.
- Abstracted out the debian apt_key and redhat repo and key urls in
order to allow for variable overloading.
@eric-weaver
Copy link
Author

eric-weaver commented Jun 6, 2016

This namespacing change will allow for the role variables to be moved into defaults allowing for overriding of variables outside this role which can be see at the following commit: cnry@fc05b7e

The benefit of this would be to allow installing of dependencies from mirrors rather than relying on the upstream repos.

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.

1 participant