-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start populating docker-compose for the 201 demo #19
Commits on Mar 7, 2024
-
Start populating docker-compose for the 201 demo
This is currently largely a copy of the 16J docker compose except it is running the 201 SIL instead of the 1.6J SIL. The `ocppCsmsUrl` is set incorrectly, so it will not be able to connect to anything but seems to start up fine otherwise. Signed-off-by: Shankari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a0847b - Browse repository at this point
Copy the full SHA 7a0847bView commit details -
Copied directly from libocpp with no changes. Signed-off-by: Shankari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1cf8e4 - Browse repository at this point
Copy the full SHA b1cf8e4View commit details -
Change the connection URL for the config to "docker localhost"
Instead of localhost Since we don't have all the services in a single Dockerfile Signed-off-by: Shankari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01ea217 - Browse repository at this point
Copy the full SHA 01ea217View commit details -
Device model preconfigured for use with maeve running in a separate s…
…et of containers The CSMS URL is now read from the `device_model_storage.db` instead of directly from the config file. We can generate the model storage by using something along these lines: https://github.com/EVerest/libocpp/blob/main/config/v201/init_device_model_db.py ``` python3 "libocpp/config/v201/init_device_model_db.py" \ --db "path/to/your/device_model_storage.db" \ --config "path/to/your/config.json" \ --schemas "libocpp/config/v201/component_schemas/" \ init insert ``` But for now, let's use a string hardcoded to work with Maeve Signed-off-by: Shankari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 284e972 - Browse repository at this point
Copy the full SHA 284e972View commit details -
Copy over the 201 configurations, preconfgured for Maeve running sepa…
…rately Signed-off-by: Shankari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 755db13 - Browse repository at this point
Copy the full SHA 755db13View commit details -
edited readme to include link to steve web portal, added image of the…
… portal Signed-off-by: Joshua Hoshiko <[email protected]> Signed-off-by: Shankari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7271cf6 - Browse repository at this point
Copy the full SHA 7271cf6View commit details -
Add patch that will disable secure websockets until we figure out CA …
…solution Signed-off-by: Shankari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59248ae - Browse repository at this point
Copy the full SHA 59248aeView commit details -
Signed-off-by: Shankari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76dd6d3 - Browse repository at this point
Copy the full SHA 76dd6d3View commit details -
Merge branch 'main' into ocpp_201_example
Signed-off-by: K. Shankari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d33d3e0 - Browse repository at this point
Copy the full SHA d33d3e0View commit details -
Bump up version name to accommodate the new changes
Signed-off-by: Shankari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c63b84e - Browse repository at this point
Copy the full SHA c63b84eView commit details -
Merge branch 'ocpp_201_example' of https://github.com/US-JOET/everest…
…-demo into ocpp_201_example
Configuration menu - View commit details
-
Copy full SHA for 4d562e1 - Browse repository at this point
Copy the full SHA 4d562e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e92bea - Browse repository at this point
Copy the full SHA 7e92beaView commit details