Skip to content

Commit

Permalink
Path updates to move "RFS" references to "DocumentsFromSnapshotMigrat…
Browse files Browse the repository at this point in the history
…ion" for CDK & README

Signed-off-by: Greg Schohn <[email protected]>
  • Loading branch information
gregschohn committed Jun 21, 2024
1 parent 9f075c7 commit 6f50219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RFS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ DocumentsFromSnaphotMigration has support for packaging its java application as
```
Also built into this Docker/Gradle support is the ability to spin up a testing RFS environment using Docker compose. This compose file can be seen [here](../DocumentsFromSnapshotMigration/docker/docker-compose.yml) and includes the RFS container, a source cluster container, and a target cluster container.

This environment can be spun up with the Gradle command, and use the optional `-Pdataset` flag to preload a dataset from the `generateDatasetStage` in the multi-stage Docker [here](../DocumentsFromSnapshot/docker/TestSource_ES_7_10/Dockerfile). This stage will take a few minutes to run on its first attempt if it is generating data, as it will be making requests with OSB. This will be cached for future runs.
This environment can be spun up with the Gradle command, and use the optional `-Pdataset` flag to preload a dataset from the `generateDatasetStage` in the multi-stage Docker [here](../DocumentsFromSnapshotMigration/docker/TestSource_ES_7_10/Dockerfile). This stage will take a few minutes to run on its first attempt if it is generating data, as it will be making requests with OSB. This will be cached for future runs.
```shell
../gradlew composeUp -Pdataset=default_osb_test_workloads
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class ReindexFromSnapshotStack extends MigrationServiceCore {
this.createService({
serviceName: 'reindex-from-snapshot',
taskInstanceCount: 0,
dockerDirectoryPath: join(__dirname, "../../../../../", "RFS/docker"),
dockerDirectoryPath: join(__dirname, "../../../../../", "DocumentsFromSnapshotMigration/docker"),
dockerImageCommand: ['/bin/sh', '-c', rfsCommand],
securityGroups: securityGroups,
taskRolePolicies: servicePolicies,
Expand Down

0 comments on commit 6f50219

Please sign in to comment.