Skip to content

Commit

Permalink
Move svc-lighthouse-api to its own repo (#2887)
Browse files Browse the repository at this point in the history
* rm svc-lighthouse-api

* rm svc-lighthouse-api
  • Loading branch information
msnwatson authored and Ponnia-M committed Jul 16, 2024
1 parent 0e6c076 commit bf5c83e
Show file tree
Hide file tree
Showing 63 changed files with 5 additions and 6,062 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ jobs:
target_env: ${{ inputs.target_env || 'dev' }}
helm_chart: svc-bgs-api
image_tag: ${{ inputs.image_tag || 'latest' }}
deploy-vro-svc-lighthouse-api:
uses: ./.github/workflows/update-deployment.yml
secrets: inherit
with:
target_env: ${{ inputs.target_env || 'dev' }}
helm_chart: svc-lighthouse-api
image_tag: ${{ inputs.image_tag || 'latest' }}
deploy-domain-cc:
uses: ./.github/workflows/update-deployment.yml
secrets: inherit
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/delete-published-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
- vro-app
- vro-db-init
- vro-svc-bgs-api
- vro-svc-lighthouse-api
- vro-svc-bie-kafka
- vro-xample-workflows
- vro-cc-app
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/secrel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ on:
- svc-bgs-api
- svc-bie-kafka
- svc-bip-api
- svc-lighthouse-api
- api-gateway
- ee-max-cfi-app
- ee-ep-merge-app
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ on:
- svc-bgs-api
- svc-bie-kafka
- svc-bip-api
- svc-lighthouse-api
- api-gateway
- domain-ee-max-cfi-app
- domain-ee-ep-merge-app
Expand Down
12 changes: 0 additions & 12 deletions app/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,6 @@ services:
networks:
- vro_intranet

svc-lighthouse-api:
profiles: ["all","svc","lh"]
image: va/abd_vro-svc-lighthouse-api:latest
<<: [*common-sde-security, *common-security-opt]
environment:
# ENV=local causes application-local.properties to be used, in addition to the default application.properties
<<: [*rabbitmq-placeholder-vars, *common-vars]
LH_PRIVATE_KEY: ${LH_PRIVATE_KEY}
LH_ACCESS_CLIENT_ID: ${LH_ACCESS_CLIENT_ID}
networks:
- vro_intranet

svc-bip-api:
profiles: ["all", "svc", "bip"]
image: va/abd_vro-svc-bip-api:latest
Expand Down
2 changes: 0 additions & 2 deletions helm/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ case "$HELM_CHART" in
;;
svc-bgs-api)
HELM_ARGS="$HELM_ARGS --set-string imageTag=$svcbgsapi_VER ";;
svc-lighthouse-api)
HELM_ARGS="$HELM_ARGS --set-string imageTag=$svclighthouseapi_VER ";;
svc-bip-api)
HELM_ARGS="$HELM_ARGS --set-string imageTag=$svcbipapi_VER";;
postgres)
Expand Down
14 changes: 0 additions & 14 deletions helm/svc-lighthouse-api/Chart.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions helm/svc-lighthouse-api/templates/deployment.yaml

This file was deleted.

1 change: 0 additions & 1 deletion helm/svc-lighthouse-api/templates/named_templates

This file was deleted.

41 changes: 0 additions & 41 deletions helm/svc-lighthouse-api/values.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/image-names.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ IMAGES=( postgres \
api-gateway app db-init \
dev-tools \
svc-bgs-api \
svc-lighthouse-api svc-bie-kafka svc-bip-api \
svc-bie-kafka svc-bip-api \
xample-workflows \
cc-app \
ee-max-cfi-app \
Expand Down
11 changes: 4 additions & 7 deletions scripts/image_vars.src
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

# Array of VRO images
# shellcheck disable=SC2034
VRO_IMAGES_ARR=( postgres redis rabbitmq api-gateway app db-init dev-tools svc-bgs-api svc-lighthouse-api svc-bie-kafka svc-bip-api xample-workflows cc-app ee-max-cfi-app ee-ep-merge-app )
VRO_IMAGES_ARR=( postgres redis rabbitmq api-gateway app db-init dev-tools svc-bgs-api svc-bie-kafka svc-bip-api xample-workflows cc-app ee-max-cfi-app ee-ep-merge-app )
# Usage: for IMG in ${VRO_IMAGES_ARR[@]}; do echo "- $IMG"; done
export VRO_IMAGES="postgres redis rabbitmq api-gateway app db-init dev-tools svc-bgs-api svc-lighthouse-api svc-bie-kafka svc-bip-api xample-workflows cc-app ee-max-cfi-app ee-ep-merge-app"
export VRO_IMAGES="postgres redis rabbitmq api-gateway app db-init dev-tools svc-bgs-api svc-bie-kafka svc-bip-api xample-workflows cc-app ee-max-cfi-app ee-ep-merge-app"

# Array of variable prefixes
# shellcheck disable=SC2034
VAR_PREFIXES_ARR=( postgres redis rabbitmq apigateway app dbinit devtools svcbgsapi svclighthouseapi svcbiekafka svcbipapi xampleworkflows ccapp eemaxcfiapp eeepmergeapp )
export VAR_PREFIXES="postgres redis rabbitmq apigateway app dbinit devtools svcbgsapi svclighthouseapi svcbiekafka svcbipapi xampleworkflows ccapp eemaxcfiapp eeepmergeapp"
VAR_PREFIXES_ARR=( postgres redis rabbitmq apigateway app dbinit devtools svcbgsapi svcbiekafka svcbipapi xampleworkflows ccapp eemaxcfiapp eeepmergeapp )
export VAR_PREFIXES="postgres redis rabbitmq apigateway app dbinit devtools svcbgsapi svcbiekafka svcbipapi xampleworkflows ccapp eemaxcfiapp eeepmergeapp"

## Helper functions
# Usage example to get the variable value for app_GRADLE_IMG: GRADLE_IMG_TAG=`getVarValue app _GRADLE_IMG`
Expand Down Expand Up @@ -70,9 +70,6 @@ export devtools_IMG="vro-dev-tools"
export svcbgsapi_GRADLE_IMG="va/abd_vro-svc-bgs-api"
export svcbgsapi_IMG="vro-svc-bgs-api"

export svclighthouseapi_GRADLE_IMG="va/abd_vro-svc-lighthouse-api"
export svclighthouseapi_IMG="vro-svc-lighthouse-api"

export svcbiekafka_GRADLE_IMG="va/abd_vro-svc-bie-kafka"
export svcbiekafka_IMG="vro-svc-bie-kafka"

Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ include ':shared:lib-bie-kafka'
include ':shared:lib-camel-connector'
include ':svc-bgs-api'
include ':svc-bip-api'
include ':svc-lighthouse-api'
include ':svc-bie-kafka'

include ':domain-xample:xample-api-controller'
Expand Down
60 changes: 0 additions & 60 deletions svc-lighthouse-api/.gitignore

This file was deleted.

29 changes: 0 additions & 29 deletions svc-lighthouse-api/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions svc-lighthouse-api/build.gradle

This file was deleted.

4 changes: 0 additions & 4 deletions svc-lighthouse-api/gradle.properties

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit bf5c83e

Please sign in to comment.