Eric Franz

Results 70 comments of Eric Franz

I've seen both examples in the wild. For example, [Open XDMoD](http://open.xdmod.org/7.5/index.html) is [under Buffalo's organization on GitHub](https://github.com/ubccr/xdmod). On the other hand, [Foreman](https://theforeman.org/) server management tool has its [own organization](https://github.com/theforeman/foreman). I'm...

> outsider can get an overhead view of all the OnDemand-specific repos We could use "pinned" repositories to highlight the OOD repos. This would work better if there were fewer...

Now that we are using http://openondemand.org/ domain name, it will at least be a little easier to consider moving to an OOD specific organization if/when the time comes.

Desktop apps are the odd-ball - how do you provide a local.sh for all the desktops to use? Here is a proposal: you have /var/www/ood/apps/sys/bc_desktop with /etc/ood/config/apps/bc_desktop/owens.yml then the load...

Talked with @treydock on Slack. We will explore using `systemd-nspawn --share-system --network-veth`. If we take this approach, we would need to specify a list of directories and files that the...

https://github.com/OSC/ood-documentation/issues/235#issuecomment-589894975 may be relevant

So to clarify, you are having problems with https://github.com/OSC/ondemand/blob/ad4be2929565d23e195d5b54f61af411d88e6031/nginx_stage/lib/nginx_stage.rb#L34-L36 because you want to use an nginx_stage.yml that is in a different location than the default location `/etc/ood/config/nginx_stage.yml` for customization? If...

@treydock may know, though we have a downtime tomorrow so it may be Wednesday or Thursday before we have a response

@lanceman2 have you tried modifying the way Apache starts to set the environment variable beforehand? `SetEnv` doesn't set the [OS env just the Apache "env"](https://httpd.apache.org/docs/2.4/env.html).

Actually my suggestion wouldn't work if sudo is not passed -E. Apache’s env would just be stripped. If that’s the case then that is an oversight because it would seem...