Skip to content

Commit

Permalink
LRQA-54780 Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
timpak authored and brianchandotcom committed Mar 6, 2020
1 parent 9dce442 commit 9c0e53a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-test-elasticsearch7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -842,11 +842,11 @@ xpack.monitoring.collection.enabled: true</echo>
select="\1"
/>

<exec executable="curl" outputproperty="curl.output.companyId">
<exec executable="curl" outputproperty="curl.output.connect.to.remote.cluster">
<arg line="-X PUT &quot;localhost:9202/_cluster/settings&quot; -H &apos;Content-Type: application/json&apos; -d &apos;{&quot;persistent&quot;:{&quot;cluster&quot;:{&quot;remote&quot;:{&quot;leader&quot;:{&quot;seeds&quot;:[&quot;127.0.0.1:9300&quot;]}}}}}&apos;" />
</exec>

<echo>${curl.output.companyId}</echo>
<echo>${curl.output.connect.to.remote.cluster}</echo>

<exec executable="curl" outputproperty="curl.output.follower.liferay.index">
<arg line="-X PUT &quot;localhost:9202/liferay-${companyId}/_ccr/follow?wait_for_active_shards=1&quot; -H &apos;Content-Type: application/json&apos; -d &apos;{&quot;remote_cluster&quot;: &quot;leader&quot;,&quot;leader_index&quot;: &quot;liferay-${companyId}&quot;}&apos;" />
Expand Down

0 comments on commit 9c0e53a

Please sign in to comment.