Skip to content

Instantly share code, notes, and snippets.

View tanweernoor's full-sized avatar

Tanweer Noor tanweernoor

  • Apple
  • San Francisco
View GitHub Profile
@tanweernoor
tanweernoor / gist:7365229
Created November 8, 2013 02:15
openstack-dashboard.conf
cat /etc/httpd/conf.d/openstack-dashboard.conf
WSGIDaemonProcess dashboard
WSGIProcessGroup dashboard
WSGISocketPrefix run/wsgi
WSGIScriptAlias /dashboard /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
Alias /static /usr/share/openstack-dashboard/static
<Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi>
<IfModule mod_deflate.c>
@tanweernoor
tanweernoor / gist:7365179
Created November 8, 2013 02:11
puppet-openstack modules
puppet module list --tree
Warning: Missing dependency 'ripienaar-concat':
'puppetlabs-swift' (v2.2.0) requires 'ripienaar-concat' (>=0.1.0 <1.0.0)
/etc/puppet/modules
├─┬ puppetlabs-openstack (v2.2.0)
│ ├─┬ puppetlabs-glance (v2.2.0)
│ │ ├── puppetlabs-inifile (v1.0.0)
│ │ └─┬ puppetlabs-keystone (v2.2.0)
│ │ └─┬ puppetlabs-mysql (v0.9.0)
│ │ └── puppetlabs-stdlib (v4.1.0)
# Security
ServerTokens OS
ServerSignature On
TraceEnable Off
ServerName "xx.xx.xx.xx"
ServerRoot "/etc/httpd"
PidFile run/httpd.pid
Timeout 120
KeepAlive Off