From 643e3ab280c5aba38585e530f9ecf4d18ea519b5 Mon Sep 17 00:00:00 2001 From: Jochen Ehret Date: Thu, 26 Sep 2024 16:28:16 +0200 Subject: [PATCH] Enable NFS service for "luna" --- ci/pipelines/cf-deployment.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ci/pipelines/cf-deployment.yml b/ci/pipelines/cf-deployment.yml index f48e342dd..7b9db20c3 100644 --- a/ci/pipelines/cf-deployment.yml +++ b/ci/pipelines/cf-deployment.yml @@ -590,6 +590,8 @@ jobs: operations/smoke-tests-timeout-scale.yml operations/stop-skipping-tls-validation.yml operations/use-operator-provided-router-tls-certificate.yml + operations/enable-nfs-volume-service.yml + operations/test/enable-nfs-test-server.yml VARS_FILES: | environments/test/luna/deployment-name.yml environments/test/luna/network-name.yml @@ -651,6 +653,13 @@ jobs: diego_cnb diego_docker task_creation + - task: run-nfs-broker-push-errand + file: cf-deployment-concourse-tasks/run-errand/task.yml + input_mapping: + bbl-state: relint-envs + params: + BBL_STATE_DIR: environments/test/bbr/bbl-state + ERRAND_NAME: nfs-broker-push - name: fresh-smoke-tests public: true