From 86a046c44be61bdd50342ec36b3be4043173c4d2 Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Sun, 12 Sep 2021 22:53:30 +0200 Subject: [PATCH] .wasser: move deployments to .aqua/deployment Signed-off-by: Kyr Shatskyy --- .wasser/config-ubuntu.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.wasser/config-ubuntu.yaml b/.wasser/config-ubuntu.yaml index de891f869..30542de26 100644 --- a/.wasser/config-ubuntu.yaml +++ b/.wasser/config-ubuntu.yaml @@ -36,11 +36,11 @@ routines: ./tools/aqua start foo --conservative - name: dump aquarium service log command: | - cd aquarium/tests/vagrant/deployments/foo + cd aquarium/.aqua/deployment/foo vagrant ssh -c "sudo journalctl -u aquarium" - name: check aquarium service is up and running command: | - cd aquarium/tests/vagrant/deployments/foo + cd aquarium/.aqua/deployment/foo vagrant ssh -c "sudo systemctl status aquarium" - name: check api is accessible command: |