debuginfod: move to port 8002 and add vpn
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
40f2acea99
commit
658df6e677
4 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,7 @@ num_cpus: 4
|
||||||
|
|
||||||
deployment_type: prod
|
deployment_type: prod
|
||||||
|
|
||||||
tcp_ports: [ 80 ]
|
tcp_ports: [ 8002 ]
|
||||||
|
|
||||||
primary_auth_source: ipa
|
primary_auth_source: ipa
|
||||||
ipa_host_group: debuginfod
|
ipa_host_group: debuginfod
|
||||||
|
|
|
@ -7,7 +7,7 @@ num_cpus: 4
|
||||||
|
|
||||||
deployment_type: stg
|
deployment_type: stg
|
||||||
|
|
||||||
tcp_ports: [ 80 ]
|
tcp_ports: [ 8002 ]
|
||||||
|
|
||||||
primary_auth_source: ipa
|
primary_auth_source: ipa
|
||||||
ipa_host_group: debuginfod
|
ipa_host_group: debuginfod
|
||||||
|
|
|
@ -753,6 +753,6 @@
|
||||||
destname: debuginfod
|
destname: debuginfod
|
||||||
remotepath: /
|
remotepath: /
|
||||||
localpath: /
|
localpath: /
|
||||||
proxyurl: http://debuginfod01
|
proxyurl: http://debuginfod01:8002
|
||||||
tags: debuginfod
|
tags: debuginfod
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
# ifconfig-push actualIP PtPIP
|
||||||
|
ifconfig-push 192.168.1.165 192.168.0.165
|
Loading…
Add table
Add a link
Reference in a new issue