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

Fix onegate endpoint in oned.conf #229

Closed
wants to merge 7 commits into from

Conversation

jnoss
Copy link
Contributor

@jnoss jnoss commented May 2, 2016

This PR fixes setting ONEGATE_ENDPOINT in oned.conf and also adds a parameter called oned_onegate_endpoint that can be used to override the default "http://<oned_onegate_ip>:5030" if needed (such as if using ssl proxy)

John Noss added 3 commits May 2, 2016 11:09
This allows for setting the full onegate endpoint in oned.conf (needed
if using https proxy, etc). If specified this param will override the
onegate_ip param. Note this param does not change onegate conf, just the
value of ONEGATE_ENDPOINT in oned.conf
workaround bug where hiera does not properly return undef
@rwaffen
Copy link
Contributor

rwaffen commented May 3, 2016

damn, there is still the "bug" that ruby 1.8.7 is not supported by rake 11.x. (this is by intension, rake dropped support for ruby1.8.7 with version 11.x)

we should fix that in the Gemfile

@tuxmea
Copy link
Contributor

tuxmea commented May 12, 2016

@jnoss please replace gem 'rake' with the following code in Gemfile:

if RUBY_VERSION < '1.9.3'
  rakeversion = '< 11'
else
  rakeversion = '> 10'
end
gem 'rake', rakeversion

@tuxmea
Copy link
Contributor

tuxmea commented May 18, 2016

Build fixed in #231

@Xylakant
Copy link
Contributor

closing in favor of #241 which contains a rebased and fixed version of this PR

@Xylakant Xylakant closed this Oct 13, 2016
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.

4 participants