sous-chefs / graphite

Development repository for the graphite cookbook
https://supermarket.chef.io/cookbooks/graphite
Apache License 2.0
154 stars 210 forks source link

Graphite 1.0.1 Support? #284

Closed maxwell-gregory closed 6 years ago

maxwell-gregory commented 7 years ago

So far this is not working out of the box for Graphite 1.0.1. Anyone got a fix in their wrapper cookbook? So far this is my blocker for web node (RHEL 7.1):


2017-06-21_18:14:43.88424 spawned uWSGI master process (pid: 26291)
2017-06-21_18:14:43.88473 spawned uWSGI worker 1 (pid: 26298, cores: 1)
2017-06-21_18:14:43.88548 spawned uWSGI worker 2 (pid: 26299, cores: 1)
2017-06-21_18:14:43.88612 spawned uWSGI worker 3 (pid: 26300, cores: 1)
2017-06-21_18:14:43.88676 spawned uWSGI worker 4 (pid: 26301, cores: 1)
2017-06-21_18:14:43.88679 spawned uWSGI worker 5 (pid: 26302, cores: 1)
2017-06-21_18:14:43.89525 spawned uWSGI worker 6 (pid: 26303, cores: 1)
2017-06-21_18:14:43.89540 spawned uWSGI worker 7 (pid: 26304, cores: 1)
2017-06-21_18:14:43.89541 spawned uWSGI worker 8 (pid: 26305, cores: 1)
2017-06-21_18:14:43.89541 spawned uWSGI http 1 (pid: 26307)
2017-06-21_18:14:51.72313 --- no python application found, check your startup logs for errors ---
2017-06-21_18:14:51.72316 [pid: 26302|app: -1|req: -1/1] 10.0.2.2 () {38 vars in 668 bytes} [Wed Jun 21 14:14:51 2017] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
2017-06-21_18:14:51.96104 --- no python application found, check your startup logs for errors ---
2017-06-21_18:14:51.96108 [pid: 26302|app: -1|req: -1/2] 10.0.2.2 () {36 vars in 616 bytes} [Wed Jun 21 14:14:51 2017] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)```
maxwell-gregory commented 7 years ago

I received two blockers in getting 1.0.1 installed, and both were recovered by a couple missing packages. I figured I would put these here in case these should be added to Graphite cookbook:

package "libiconv"
package "MySQL-python"
include_recipe 'graphite::uwsgi'

Those two packages were preventing UWSGI from booting properly

EDIT: More dependencies given 1.0.1 requires more/other _web_packages https://github.com/graphite-project/graphite-web/blob/1.0.x/requirements.txt

damacus commented 7 years ago

If you'd like to submit a PR (and possibly some covering tests) that'd be much appreciated!

tas50 commented 6 years ago

We're using 1.1.X on master. Closing this now

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.