Bug #7676
incorrect redirect for search being set after CN upgrade
100%
Description
After the 2.1.1 upgrade, the cn was redirecting to search.test.dataone.org instead of search.dataone.org
This is fixed in trunk with the following. Just need to make sure it gets into 2.1.2 release.
Author: jones
Date: 2016-03-15 19:18:16 -0700 (Tue, 15 Mar 2016)
New Revision: 17802
Modified:
software/cicore/trunk/cn-buildout/dataone-cn-os-core/etc/dataone/d1DebConfig.xml
Log:
Fix production search host URL to use search.dataone.org.
It used to use search.test.dataone.org, which is wrong.
Modified: software/cicore/trunk/cn-buildout/dataone-cn-os-core/etc/dataone/d1DebConfig.xml¶
--- software/cicore/trunk/cn-buildout/dataone-cn-os-core/etc/dataone/d1DebConfig.xml 2016-03-16 00:34:17 UTC (rev 17801)
+++ software/cicore/trunk/cn-buildout/dataone-cn-os-core/etc/dataone/d1DebConfig.xml 2016-03-16 02:18:16 UTC (rev 17802)
@@ -718,7 +718,7 @@
<question keyref="dataone-cn-os-core/cn.router.hostname">cn.dataone.org</question> <question keyref="dataone-cn-os-core/cn.router.nodeId">urn:node:CN</question>
- search.test.dataone.org
- search.dataone.org geotrust_intermediate.crt DataONECAChain.crt _.dataone.org.crt
Associated revisions
refs #7676
refs #7676
refs #7676
updating urls to point to releases website
refs #7676
updating urls to point to releases website
refs #7676
updating urls to point to releases website
refs #7676
updating urls to point to releases website
History
#1 Updated by Dave Vieglais over 8 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
#2 Updated by Chris Jones over 8 years ago
While this fix is good in the buildout, we also need to push the new file to https://releases.dataone.org/debian/conf/d1DebConfig.xml, since the postinst script only pulls from that version when determining which environment it is configuring (last time I checked anyway).
#3 Updated by Dave Vieglais over 8 years ago
- Target version changed from CCI-2.1.2 to CCI-2.1.3
#4 Updated by Robert Waltz over 8 years ago
- Status changed from In Progress to Testing
- % Done changed from 30 to 50
#5 Updated by Dave Vieglais over 8 years ago
- % Done changed from 50 to 100
- Status changed from Testing to Closed