Skip to content

Commit

Permalink
Add server properties for additional other infrastructure servers.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 1, 2016
1 parent bb2c31b commit 497e309
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,31 @@
<property name="md.dist.host3.name" value="md3.infr.ukfederation.org.uk"/>

<!--
Middlebox server properties.
-->
<property name="orchestrator.user" value="jenkins"/>
<property name="orchestrator.hostname" value="orchestrator.infr.ukfederation.org.uk"/>
<property name="orchestrator.path" value="${shared.ws.dir}/build"/>
<property name="orchestrator.url" value="${orchestrator.user}@${orchestrator.hostname}:${orchestrator.path}"/>

<!--
Signing server properties.
-->
<property name="keymaster.user" value="jenkinsslave"/>
<property name="keymaster.hostname" value="keymaster.infr.ukfederation.org.uk"/>
<property name="keymaster.path" value="${shared.ws.dir}/build"/>
<property name="keymaster.url" value="${keymaster.user}@${keymaster.hostname}:${keymaster.path}"/>

<!--
Web server properties.
-->
<property name="www.user" value="wwwscp"/>
<property name="www.hostname" value="web1.infr.ukfederation.org.uk"/>
<property name="www.path" value="/var/www/html/fed"/>
<property name="www.url" value="${www.user}@${www.hostname}:${www.path}"/>


<!--
*******************************************************
*** ***
*** F I L E S Y S T E M P R O P E R T I E S ***
Expand Down

0 comments on commit 497e309

Please sign in to comment.