From d827d25445631e8d4eb10990c7f6af3814aed14e Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 30 May 2024 15:31:11 +1000 Subject: [PATCH] try with provision litmus --- .github/workflows/integration_test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 7bc887e..0777252 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -82,11 +82,12 @@ jobs: - name: Provision test environment run: | - location=`pwd` - echo $location - bundle exec bolt --modulepath spec/fixtures/modules task run provision::provision_service --target localhost action=provision platform=centos-stream8 vars=observium inventory=$location + # location=`pwd` + # echo $location + # bundle exec bolt --modulepath spec/fixtures/modules task run provision::provision_service --target localhost action=provision platform=centos-stream8 vars=observium inventory=$location THis one use last # bundle exec bolt --modulepath spec/fixtures/modules plan run observium::acceptance::provision_integration image=${{ matrix.platform }} # Redact password + bundle exec rake 'litmus:provision[docker, litmusimage/centos:stream8]' FILE='spec/fixtures/litmus_inventory.yaml' sed -e 's/password: .*/password: "[redacted]"/' < $FILE || true