Skip to content

Commit

Permalink
Update test-data-howto.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton authored Aug 18, 2023
1 parent b2f7aab commit f179acc
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions test-data-howto.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,15 @@ _2023-08-16 18:10:25 success importing a small sample of the csv SIS file_
- - -
_2023-08-17 08:44:37 Import 50,000 users from source-sis-full.csv_

*- process for importing large csv files into midPoint -*
*- process for importing large csv files into fresh instance of midPoint -*

Bringing in the full test SIS population (50k) to midPoint Workbench
Assumes you have already done this once and we start from that instance

Save the edited docker-compose.yml with data file binds: +
Save the existing edited docker-compose.yml with data file binds: +
/csp-tap/InCommonTAP-Examples-0816/Workbench/docker-compose.yml

Bring the full test SIS population (50k) file into midPoint Workbench

Save the contents of the ../csv directory

```
Expand All @@ -260,18 +262,19 @@ ls -la
docker stop $(docker ps -a -q); docker rm $(docker ps -a -q); docker rmi $(docker images -q) --force; docker volume rm $(docker volume ls -q)
```

Replace downloaded ../csv with saved version
Replace downloaded ../csv directory with saved version

Replace repo version of docker-compose.yml with saved version

*- Build and bring up the fresh Workbench -*
*- Build and bring up the fresh Workbench

```
docker-compose up --build -d
```

- Create a new (midpoint) project in midPoint Studio and edit the default configuration to point to the new Workbench host

*- import source-sis-full.csv -*
*- import the full sis resource -*

```
*Schema mapping and extension attributes*
Expand Down

0 comments on commit f179acc

Please sign in to comment.