-
Notifications
You must be signed in to change notification settings - Fork 686
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Revert] Accidental backport to support/1.13 (#6637)
This reverts commit 35cbee2. This reverts commit aba29fb. This reverts commit 844f2a7. This reverts commit a55e472. This reverts commit 53d32c3.
- Loading branch information
Ernie Burghardt
authored
Jun 22, 2021
1 parent
8a6da17
commit b4d5a43
Showing
48 changed files
with
317 additions
and
796 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 0 additions & 70 deletions
70
...y/src/acceptanceTest/resources/org/apache/geode/client/sni/dual-server-docker-compose.yml
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
...assembly/src/acceptanceTest/resources/org/apache/geode/client/sni/dual-server-haproxy.cfg
This file was deleted.
Oops, something went wrong.
Binary file modified
BIN
+15 Bytes
(100%)
...eptanceTest/resources/org/apache/geode/client/sni/geode-config/locator-maeve-keystore.jks
Binary file not shown.
Binary file modified
BIN
+17 Bytes
(100%)
...nceTest/resources/org/apache/geode/client/sni/geode-config/server-clementine-keystore.jks
Binary file not shown.
Binary file modified
BIN
+18 Bytes
(100%)
...ptanceTest/resources/org/apache/geode/client/sni/geode-config/server-dolores-keystore.jks
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...mbly/src/acceptanceTest/resources/org/apache/geode/client/sni/geode-config/truststore.jks
Binary file not shown.
20 changes: 0 additions & 20 deletions
20
...mbly/src/acceptanceTest/resources/org/apache/geode/client/sni/scripts/create-regions.gfsh
This file was deleted.
Oops, something went wrong.
23 changes: 23 additions & 0 deletions
23
...bly/src/acceptanceTest/resources/org/apache/geode/client/sni/scripts/geode-starter-2.gfsh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# | ||
# Licensed to the Apache Software Foundation (ASF) under one or more | ||
# contributor license agreements. See the NOTICE file distributed with | ||
# this work for additional information regarding copyright ownership. | ||
# The ASF licenses this file to You under the Apache License, Version 2.0 | ||
# (the "License"); you may not use this file except in compliance with | ||
# the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
|
||
start locator --name=locator-maeve --connect=false --redirect-output --hostname-for-clients=locator-maeve --properties-file=/geode/config/gemfire.properties --security-properties-file=/geode/config/gfsecurity.properties --J=-Dgemfire.ssl-keystore=/geode/config/locator-maeve-keystore.jks | ||
start server --name=server-dolores --group=group-dolores --hostname-for-clients=server-dolores --locators=geode[10334] --properties-file=/geode/config/gemfire.properties --security-properties-file=/geode/config/gfsecurity.properties --J=-Dgemfire.ssl-keystore=/geode/config/server-dolores-keystore.jks | ||
start server --name=server-clementine --group=group-clementine --hostname-for-clients=server-clementine --server-port=40405 --locators=geode[10334] --properties-file=/geode/config/gemfire.properties --security-properties-file=/geode/config/gfsecurity.properties --J=-Dgemfire.ssl-keystore=/geode/config/server-clementine-keystore.jks | ||
connect --locator=geode[10334] --use-ssl=true --security-properties-file=/geode/config/gfsecurity.properties | ||
create region --name=region-dolores --group=group-dolores --type=REPLICATE | ||
create region --name=region-clementine --group=group-clementine --type=REPLICATE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
...embly/src/acceptanceTest/resources/org/apache/geode/client/sni/scripts/locator-maeve.gfsh
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
...y/src/acceptanceTest/resources/org/apache/geode/client/sni/scripts/server-clementine.gfsh
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
...mbly/src/acceptanceTest/resources/org/apache/geode/client/sni/scripts/server-dolores.gfsh
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.