Skip to content

Commit

Permalink
🔥Remove the patch to remove the load balancer
Browse files Browse the repository at this point in the history
Since it has been removed from maeve
thoughtworks/maeve-csms@a1018d6

This will avoid the following error

```
Patching the CSMS to disable load balancer
patching file docker-compose.yml
Already applied patch found...
4 out of 4 hunks ignored--saving rejects to docker-compose.yml.rej
```

Signed-off-by: Shankari <[email protected]>
  • Loading branch information
shankari committed Nov 3, 2024
1 parent 77bf991 commit c84058d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 66 deletions.
3 changes: 0 additions & 3 deletions demo-iso15118-2-ocpp-201.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ if [[ "$DEMO_CSMS" == maeve ]]; then

cp ../everest-demo/manager/cached_certs_correct_name_emaid.tar.gz .

echo "Patching the CSMS to disable load balancer"
patch -p1 -i ../everest-demo/maeve/maeve-csms-no-lb.patch

# Set up certificates for SP2 and SP3
if [[ "$DEMO_VERSION" =~ sp2 || "$DEMO_VERSION" =~ sp3 ]]; then
echo "Copying certs into ${DEMO_DIR}/maeve-csms/config/certificates"
Expand Down
63 changes: 0 additions & 63 deletions maeve/maeve-csms-no-lb.patch

This file was deleted.

0 comments on commit c84058d

Please sign in to comment.