Skip to content

Instantly share code, notes, and snippets.

@hferentschik
Created June 29, 2016 12:04
Show Gist options
  • Save hferentschik/ed5d6fefd41b19f774d0ecac6042c3c9 to your computer and use it in GitHub Desktop.
Save hferentschik/ed5d6fefd41b19f774d0ecac6042c3c9 to your computer and use it in GitHub Desktop.
if Vagrant.has_plugin?('landrush')
cdk.landrush.enabled = true
tld = 'openshift.cdk'
cdk.landrush.tld = tld
cdk.landrush.host tld, "#{PUBLIC_ADDRESS}"
cdk.vm.provision :shell, inline: <<-SHELL
sed -i.orig -e "s/OPENSHIFT_SUBDOMAIN=.*/OPENSHIFT_SUBDOMAIN='#{tld}'/g" /etc/sysconfig/openshift_option
SHELL
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment