| Summary: | iptables.*.rules default location should be under /var/lib/openshift | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Jhon Honce <jhonce> |
| Component: | Containers | Assignee: | Jhon Honce <jhonce> |
| Status: | CLOSED WONTFIX | QA Contact: | libra bugs <libra-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.x | CC: | admiller, bmeng, dmcphers |
| Target Milestone: | --- | Keywords: | UpcomingRelease |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-06-11 21:57:47 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1070362 | ||
| Bug Blocks: | |||
|
Description
Jhon Honce
2013-12-19 22:14:58 UTC
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/aa4f7641f9835de4742276829ad6c14f6717c01c Bug 1045224 - install iptables rules in new dir install iptables.*.rules in /var/lib/openshift/.httpd.d instead of /etc/openshift. solve 'files listed twice' warning during rpmbuild for rubygem-openshift-origin-node modified: node/misc/bin/oo-iptables-port-proxy modified: node/misc/sbin/oo-admin-ctl-iptables-port-proxy modified: node/rubygem-openshift-origin-node.spec Checked on devenv_4363, the iptables.nat.rules and iptables.filter.rules are placed under /var/lib/openshift/.httpd.d/ now. [root@ip-10-232-39-225 ~]# ls /var/lib/openshift/.httpd.d/|grep iptables iptables.filter.rules iptables.filter.rules.bak iptables.nat.rules iptables.nat.rules.bak [root@ip-10-232-39-225 ~]# ls /etc/openshift/|grep iptables [root@ip-10-232-39-225 ~]# Move bug to verified. |