Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Remove old MD servers from publishing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys Smith committed Apr 4, 2017
1 parent fb32309 commit caaa066
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
39 changes: 0 additions & 39 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@
Metadata Distribution Service server properties.
-->
<property name="md.user" value="mdscp"/>
<property name="md.dist.host1.name" value="md1.infr.ukfederation.org.uk"/>
<property name="md.dist.host2.name" value="md2.infr.ukfederation.org.uk"/>
<property name="md.dist.host3.name" value="md3.infr.ukfederation.org.uk"/>
<property name="md.dist.host-ne-01.name" value="md-ne-01.infr.ukfederation.org.uk"/>
<property name="md.dist.host-ne-02.name" value="md-ne-02.infr.ukfederation.org.uk"/>
<property name="md.dist.host-we-01.name" value="md-we-01.infr.ukfederation.org.uk"/>
Expand Down Expand Up @@ -2108,24 +2105,6 @@
Push metadata files for the UK Federation to the MD dist servers
-->
<echo>Pushing UK Federation metadata files to MD dist.</echo>
<echo>-> MD1</echo>
<exec executable="${git.executable}" dir="${shared.ws.dir}/${git.repo.project.products}" failonerror="true">
<arg value="push"/>
<arg value="md1"/>
<arg value="master"/>
</exec>
<echo>-> MD2</echo>
<exec executable="${git.executable}" dir="${shared.ws.dir}/${git.repo.project.products}" failonerror="true">
<arg value="push"/>
<arg value="md2"/>
<arg value="master"/>
</exec>
<echo>-> MD3</echo>
<exec executable="${git.executable}" dir="${shared.ws.dir}/${git.repo.project.products}" failonerror="true">
<arg value="push"/>
<arg value="md3"/>
<arg value="master"/>
</exec>
<echo>-> MD-NE-01</echo>
<exec executable="${git.executable}" dir="${shared.ws.dir}/${git.repo.project.products}" failonerror="true">
<arg value="push"/>
Expand Down Expand Up @@ -2157,24 +2136,6 @@
Push mdq cache tar to the MD dist servers
-->
<echo>Pushing UK Federation mdq cache to MD dist.</echo>
<echo>-> MD1</echo>
<scp failonerror="true" remoteTodir="${md.user}@${md.dist.host1.name}:/tmp" keyfile="~/.ssh/id_rsa" knownhosts="~/.ssh/known_hosts">
<fileset dir="${output.dir}">
<include name="${mdq.cache}"/>
</fileset>
</scp>
<echo>-> MD2</echo>
<scp failonerror="true" remoteTodir="${md.user}@${md.dist.host2.name}:/tmp" keyfile="~/.ssh/id_rsa" knownhosts="~/.ssh/known_hosts">
<fileset dir="${output.dir}">
<include name="${mdq.cache}"/>
</fileset>
</scp>
<echo>-> MD3</echo>
<scp failonerror="true" remoteTodir="${md.user}@${md.dist.host3.name}:/tmp" keyfile="~/.ssh/id_rsa" knownhosts="~/.ssh/known_hosts">
<fileset dir="${output.dir}">
<include name="${mdq.cache}"/>
</fileset>
</scp>
<echo>-> MD-NE-01</echo>
<scp failonerror="true" remoteTodir="${md.user}@${md.dist.host-ne-01.name}:/tmp" keyfile="~/.ssh/id_rsa" knownhosts="~/.ssh/known_hosts">
<fileset dir="${output.dir}">
Expand Down
3 changes: 0 additions & 3 deletions preprod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ git.repo.project.tooling=ukf-test-meta
#
# Preprod publishes its aggregates to / but accessible at a different hostname
#
md.dist.host1.name=md1-test.infr.ukfederation.org.uk
md.dist.host2.name=md2-test.infr.ukfederation.org.uk
md.dist.host3.name=md3-test.infr.ukfederation.org.uk
md.dist.host-ne-01.name=md-ne-01-test.infr.ukfederation.org.uk
md.dist.host-ne-02.name=md-ne-02-test.infr.ukfederation.org.uk
md.dist.host-we-01.name=md-we-01-test.infr.ukfederation.org.uk
Expand Down

0 comments on commit caaa066

Please sign in to comment.