Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Update validation path with the share/ansible one"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Sep 8, 2020
2 parents 6885dba + f22d380 commit 20b0b65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions roles/validations/defaults/main.yaml
@@ -1,7 +1,7 @@
log_dir: "{{ ansible_user_dir }}/logs"
zuul_work_virtualenv: "{{ ansible_user_dir }}/.venv"
ansible_dir: "{{ zuul_work_virtualenv }}/share/validations-common"
validation_dir: "{{ zuul_work_virtualenv }}/share/validations-common/playbooks"
ansible_dir: "{{ zuul_work_virtualenv }}/share/ansible"
validation_dir: "{{ zuul_work_virtualenv }}/share/ansible/validation-playbooks"
vf_log_dir: "/var/log/validations"
val_exec: "source {{ zuul_work_virtualenv }}/bin/activate; validation.py"
command:
Expand Down
4 changes: 2 additions & 2 deletions validations_libs/constants.py
Expand Up @@ -12,9 +12,9 @@
# License for the specific language governing permissions and limitations
# under the License.
#
DEFAULT_VALIDATIONS_BASEDIR = '/usr/share/validations-common'
DEFAULT_VALIDATIONS_BASEDIR = '/usr/share/ansible/'

ANSIBLE_VALIDATION_DIR = '/usr/share/validations-common/playbooks'
ANSIBLE_VALIDATION_DIR = '/usr/share/ansible/validation-playbooks'

VALIDATION_GROUPS_INFO = '%s/groups.yaml' % DEFAULT_VALIDATIONS_BASEDIR

Expand Down

0 comments on commit 20b0b65

Please sign in to comment.