Skip to content

Commit

Permalink
[eclipse#1510] Remove Vaadin v8 UI: Remove Application
Browse files Browse the repository at this point in the history
Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
  • Loading branch information
avgustinmm committed Jan 19, 2024
1 parent c1cf90f commit 6a64fad
Show file tree
Hide file tree
Showing 20 changed files with 2 additions and 619 deletions.
1 change: 0 additions & 1 deletion hawkbit-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ hawkBit Runtime
| `hawkbit-ddi-server/` | Spring-Boot application of hawkBit DDI server. |
| `hawkbit-dmf-server/` | Spring-Boot application of hawkBit DMF server. |
| `hawkbit-mgmt-server/` | Spring-Boot application of hawkBit Management server. Provides REST Management API and rollouts / auto assigment processing |
| `hawkbit-vv8-ui/` | Spring-Boot application of hawkBit Vaadin 8 UI. |

Note: micro service setup requires all services using DB to use same shared DB. So, they don't work with default in memory H2 database. Docker compose with mysql shows an example setup.
26 changes: 0 additions & 26 deletions hawkbit-runtime/docker/docker-compose-micro-services-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,29 +75,3 @@ services:
labels:
NAME: "hawkbit-mgmt"


# ---------------------
# HawkBit MGMT
# ---------------------
hawkbit-vv8ui:
image: "hawkbit/hawkbit-vv8-ui:latest-mysql"
environment:
- 'SPRING_DATASOURCE_URL=jdbc:mariadb://mysql:3306/hawkbit'
- 'SPRING_RABBITMQ_HOST=rabbitmq'
- 'SPRING_RABBITMQ_USERNAME=guest'
- 'SPRING_RABBITMQ_PASSWORD=guest'
- 'SPRING_DATASOURCE_USERNAME=root'
volumes:
- artifactrepo:/artifactrepo
restart: always
ports:
- "8082:8082"
depends_on:
mysql:
condition: service_healthy
labels:
NAME: "hawkbit-vv8-ui"

volumes:
artifactrepo:
driver: local
1 change: 0 additions & 1 deletion hawkbit-runtime/docker/docker_build/build_all_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ function build() {
build "hawkbit-ddi-server"
build "hawkbit-dmf-server"
build "hawkbit-mgmt-server"
build "hawkbit-vv8-ui"
build "hawkbit-simple-ui"

build "hawkbit-update-server"
49 changes: 0 additions & 49 deletions hawkbit-runtime/hawkbit-vv8-ui/README.md

This file was deleted.

39 changes: 0 additions & 39 deletions hawkbit-runtime/hawkbit-vv8-ui/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6a64fad

Please sign in to comment.