Skip to content

Commit

Permalink
add dtas audit test
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Nov 29, 2024
1 parent 72cc49b commit fbc964c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export AWS_REGION=eu-west-1
export MOLECULE_IT_AWS_VPC_SUBNET_ID=subnet-6bdd4223
export BRANCH_NAME=local
export BUILD_NUMBER=1
export DTAS_VERSION=v1.5.3
export DTAS_VERSION=v1.6.0
export MOLECULE_IT_ID=$(echo "$LOGNAME" | sha256sum | cut -c1-6)
ANSIBLE_VAULT_PASSWORD_FILE=$(expand_path ./.vault_pass.txt)
export ANSIBLE_VAULT_PASSWORD_FILE
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/enteprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
workflow_dispatch:

env:
DTAS_VERSION: v1.5.5
DTAS_VERSION: v1.6.0
BUILD_NUMBER: ${{ github.run_id }}
PY_COLORS: 1
PYTHONUNBUFFERED: 1
Expand Down
14 changes: 0 additions & 14 deletions molecule/docker_enterprise/verify.yml

This file was deleted.

2 changes: 1 addition & 1 deletion molecule/elasticsearch/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ provisioner:
playbooks:
prepare: ../default/prepare.yml
converge: ../../playbooks/acs.yml
verify: ../multimachine/verify.yml
verify: ../default/verify.yml
verifier:
name: ansible
4 changes: 4 additions & 0 deletions tests/test-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
},
"adw": {
"version": "5.2.0"
},
"aas": {
"audit_host": "http://localhost:8083",
"elasticsearch_host": "http://localhost:9200"
}
}
}

0 comments on commit fbc964c

Please sign in to comment.