-
Epic
-
Resolution: Won't Do
-
Major
-
None
-
None
-
Latest VRP in RHPDS
-
2019 Week 47-49 (from Nov 18)
-
NEW
-
NEW
Need to meet with Duncan and identify what updates need to be done on the RHPDS installation script now when PLANNER-1633 has been completed.
Requirements:
- Do not use binary builds. Build tools (Git, Maven) may not be installed on the machine which runs the Ansible installer. Replace with a build chain (S2I to build the project, then Docker build to produce the deployable image).
- Do not download OSM on startup. If the download doesn't work it should prevent completing the provisioning. Add a small, default OSM to the image with ADD during Docker build. This is not clean (large images) but good enough for RHPDS. The app will start with a working road routing with no configuration. A different OSM can be provided after the demo is provisioned.
- Provide instructions or a script that configures the app for a different region after it's been provisioned. Maybe not ideal but we can improve upon this later.