X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fpackaging%2Ftest-ansible-rpm-custom-config.sh;h=5ebc1ce38bbefe6560320d931ce1f29d5b0e9d1b;hb=a5bc5c0ef1e401d0483e21df2e78fd352709da8a;hp=a671fffb09bf42ee5e671dd7458febf7972dcfd3;hpb=839bd143b3be2e3f3179485018ed209d3a513377;p=releng%2Fbuilder.git diff --git a/jjb/packaging/test-ansible-rpm-custom-config.sh b/jjb/packaging/test-ansible-rpm-custom-config.sh index a671fffb0..5ebc1ce38 100644 --- a/jjb/packaging/test-ansible-rpm-custom-config.sh +++ b/jjb/packaging/test-ansible-rpm-custom-config.sh @@ -7,16 +7,16 @@ sudo yum remove opendaylight -y sudo rm -rf /opt/opendaylight # Install OpenDaylight with custom config via repo using example Ansible playbook -sudo ansible-playbook -i "localhost," -c local $WORKSPACE/packaging-ansible/examples/rpm_10_devel_odl_api.yml --extra-vars "@$WORKSPACE/packaging-ansible/examples/log_vars.json" +sudo ansible-playbook -i "localhost," -c local "$WORKSPACE"/packaging-ansible/examples/rpm_10_devel_odl_api.yml --extra-vars "@$WORKSPACE/packaging-ansible/examples/log_vars.json" # Create Ansible custom module directories sudo mkdir -p /usr/share/ansible/plugins/modules # Copy the custom module to the directory above -sudo cp $WORKSPACE/packaging-ansible/library/odl_usermod.py /usr/share/ansible/plugins/modules/ +sudo cp "$WORKSPACE"/packaging-ansible/library/odl_usermod.py /usr/share/ansible/plugins/modules/ # Execute the odl-user-test playbook -sudo ansible-playbook -i "localhost," -c local $WORKSPACE/packaging-ansible/tests/test-odl-users.yaml -v +sudo ansible-playbook -i "localhost," -c local "$WORKSPACE"/packaging-ansible/tests/test-odl-users.yaml -v # Test the custom log configurations -#sudo ansible-playbook -i "localhost," -c local $WORKSPACE/packaging-ansible/tests/test-odl-logs.yaml -e test_log_level=DEBUG -e test_log_mechanism=console -v +#sudo ansible-playbook -i "localhost," -c local "$WORKSPACE"/packaging-ansible/tests/test-odl-logs.yaml -e test_log_level=DEBUG -e test_log_mechanism=console -v