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 Feb 26, 2020
1 parent dfde1bd commit 30db939
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build-test-elasticsearch7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ xpack.security.transport.ssl.verification_mode: certificate</echo>
</sequential>
</macrodef>

<macrodef name="configure-follower-elasticsearch-properties">
<macrodef name="configure-local-cluster-properties">
<sequential>
<echo append="true" file="${elasticsearch.dir}-2/config/elasticsearch.yml">${line.separator}bootstrap.system_call_filter: false
cluster.name: LiferayElasticsearchClusterTwo
Expand Down Expand Up @@ -880,7 +880,7 @@ xpack.monitoring.collection.enabled: true</echo>
<echo></echo>
</target>

<target name="replicate-indices">
<target name="create-follower-indices">
<exec executable="curl" outputproperty="companyId">
<arg value="http://localhost:8080/api/jsonws/company/get-company-by-virtual-host/virtual-host/localhost" />
<arg value="-u" />
Expand Down Expand Up @@ -1042,7 +1042,7 @@ xpack.monitoring.collection.enabled: true</echo>
<param name="remote.elasticsearch.cluster.size" value="2" />
</antcall>

<configure-follower-elasticsearch-properties />
<configure-local-cluster-properties />

<antcall target="start-elasticsearch-node">
<param name="remote.elasticsearch.cluster.size" value="2" />
Expand Down Expand Up @@ -1301,7 +1301,7 @@ xpack.monitoring.collection.enabled: true</echo>
</if>
</target>

<target name="stop-follower-elasticsearch">
<target name="stop-elasticsearch-local-cluster">
<configure-elasticsearch7-test-properties />

<if>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ definition {

AntCommand(
locator1 = "build-test-elasticsearch7.xml",
value1 = "replicate-indices");
value1 = "create-follower-indices");

ProductMenu.gotoPortlet(
category = "Configuration",
Expand Down Expand Up @@ -770,7 +770,7 @@ definition {

AntCommand(
locator1 = "build-test-elasticsearch7.xml",
value1 = "stop-follower-elasticsearch");
value1 = "stop-elasticsearch-local-cluster");

ProductMenu.gotoPortlet(
category = "Configuration",
Expand Down

0 comments on commit 30db939

Please sign in to comment.