Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Conversation

dwerder
Copy link
Member

@dwerder dwerder commented Mar 30, 2016

No description provided.

Chuck Wilson and others added 28 commits January 14, 2016 18:17
- Nginx/Gunicorn is now fully supported on both Debian and RedHat-like systems
- The correct username/group is now used across apache/nginx for both Debian
  and RedHat
- Pip is now the default provider for Django to ensure mutually-working package
  versions are installed.
- Added systemd scripts for when `$service_provider == 'systemd'`
- Added workaround for [race condition bug in graphite](graphite-project/graphite-web#403)
- Added configuration variable `gr_web_server_remove_default` -- default config is
  only wiped when the variable is true, or when it is `undef` and
  `gr_web_server_port` == 80
- Renamed `gr_apache_port` and `gr_apache_port_https` to `gr_web_server_port` and
  `gr_web_server_port` respectively. If the old configuration values are used, puppet
  fails telling you to use the new ones.
- Nginx/Gunicorn is now fully supported on both Debian and RedHat-like systems
- The correct username/group is now used across apache/nginx for both Debian
  and RedHat
- Pip is now the default provider for Django to ensure mutually-working package
  versions are installed.
- Added RedHat initscripts
- Added workaround for [race condition bug in graphite](graphite-project/graphite-web#403)
- Added configuration variable `gr_web_server_remove_default` -- default config is
  only wiped when the variable is true, or when it is `undef` and
  `gr_web_server_port` == 80
- Renamed `gr_apache_port` and `gr_apache_port_https` to `gr_web_server_port` and
  `gr_web_server_port` respectively. If the old configuration values are used, puppet
  fails telling you to use the new ones.
- Fixed resource chaining bug causing failure on Ubuntu 12.04.5
- Added Compatbility Notes to README
- Nginx/Gunicorn is now fully supported on both Debian and
  RedHat-like systems
- The correct username/group is now used across apache/nginx for
  both Debian
  and RedHat
- Pip is now the default provider for Django to ensure
  mutually-working package
  versions are installed.
- Added RedHat initscripts
- Added workaround for [race condition bug in
  graphite](graphite-project/graphite-web#403)
- Added configuration variable `gr_web_server_remove_default` --
  default config is
  only wiped when the variable is true, or when it is `undef` and
  `gr_web_server_port` == 80
- Renamed `gr_apache_port` and `gr_apache_port_https` to
  `gr_web_server_port` and
  `gr_web_server_port` respectively. If the old configuration values are
  used, puppet fails telling you to use the new ones.
- Fixed resource chaining bug causing failure on Ubuntu 12.04.5
- Added Compatbility Notes to README
Nginx/Gunicorn support for RedHat and other small things
Add param for carbon-relay init.d ulimit
This forces the puppet service provider to 'redhat' on red hat systems,
which prevents puppet from enabling the init service on RHEL7 systems on
every run.
[develop] python-crypto obsoleted by python2-crypto on RHEL / CentOS 7
set the service provider on red hat systems
Update gunicorn to be compatible with new django
This should provide functionality to support FHS/custom paths.

Also addresses issue #171
add support for custom directory locations
@dwerder dwerder self-assigned this Mar 30, 2016
@dwerder dwerder merged commit a36fda8 into master Mar 30, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Development

Successfully merging this pull request may close these issues.

2 participants