summaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/dashboard/vars/RedHat.yml
blob: 5e84901c9aeea172e809c9d4721aef3e7f83d1f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
http_packages:
  - httpd

http_service: httpd

packages:
  - mod_wsgi
  - python-memcached

services: []

http_config_file: "/etc/httpd/conf/httpd.conf"
endif /* !CONFIG_SGI_IP27 && !CONFIG_SGI_IP35 */ /* * NIC register macros */ #if defined(CONFIG_SGI_IP27) #define HUB_NIC_ADDR(_cpuid) \ REMOTE_HUB_ADDR(COMPACT_TO_NASID_NODEID(cpu_to_node(_cpuid)), \ MD_MLAN_CTL) #endif #define SET_HUB_NIC(_my_cpuid, _val) \ (HUB_S(HUB_NIC_ADDR(_my_cpuid), (_val))) #define SET_MY_HUB_NIC(_v) \ SET_HUB_NIC(cpuid(), (_v)) #define GET_HUB_NIC(_my_cpuid) \ (HUB_L(HUB_NIC_ADDR(_my_cpuid))) #define GET_MY_HUB_NIC() \ GET_HUB_NIC(cpuid()) #endif /* _ASM_SGI_SN_AGENT_H */