Skip to content

Commit

Permalink
Add documentation on IdP restart
Browse files Browse the repository at this point in the history
Add a note to the documentation that the IdP
needs to be restarted after increasing the number
of nodes.
  • Loading branch information
skoranda committed Mar 17, 2021
1 parent 9b56ae0 commit 72d1cc6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,13 @@ To provision the infrastructure execute the playbook:
ansible-playbook comanage_registry_training.yml
```

**Note: After increasing the number of training nodes, you must restart
the IdP service by doing**

```
docker service update --force idp_shibboleth-idp
```

To reconfigure only the training nodes once they have already
been provisioned:

Expand Down Expand Up @@ -225,6 +232,13 @@ To start the stack log into the IdP node and execute
docker stack deploy --compose-file /opt/shibboleth-idp-stack.yml idp
```

**Note: After increasing the number of training nodes, you must restart
the IdP service by doing**

```
docker service update --force idp_shibboleth-idp
```

Useful Docker Swarm commands for the IdP node are

```
Expand Down

0 comments on commit 72d1cc6

Please sign in to comment.