Skip to content

Commit

Permalink
Switch to provision.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed May 30, 2024
1 parent 2ba6b70 commit 37bf757
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ jobs:
# 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]'
# bundle exec rake 'litmus:provision[docker, litmusimage/centos:stream8]'
bundle exec rake 'litmus:provision_list[docker]'
FILE='spec/fixtures/litmus_inventory.yaml'
sed -e 's/password: .*/password: "[redacted]"/' < $FILE || true
Expand Down
4 changes: 4 additions & 0 deletions spec/provision.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
docker:
provisioner: docker
images: ['litmusimage/centos:stream8', 'litmusimage/centos:7']

0 comments on commit 37bf757

Please sign in to comment.