cloudfoundry-attic / vcap-yeti

Cloud Foundry - the open platform as a service project
Apache License 2.0
15 stars 31 forks source link

Support for specifying env in assets.yml #14

Closed youngm closed 10 years ago

youngm commented 10 years ago

This is a reopen of PR https://github.com/cloudfoundry/vcap-yeti/pull/10. The work around provided would work if proxies were needed when executing the application but where I really need the proxy configured is during 'bundle install' when staging. Adding the environment entries makes the proxy configuration available during staging in addition to runtime.

mark-rushakoff commented 10 years ago

Hi,

We've replied to the mailing list explaining our plan to mostly remove internet requirements from the yetis. Did you need to set up environment variables for anything besides HTTP proxies? If not, then once we finish that work with the YETIs, would that satisfy all your needs?

@mark-rushakoff / @tlabeeuw

youngm commented 10 years ago

Yes, I believe that would Mark. Thanks.

Will probably help speed up the tests too. :)