Change vanilla installation to include API feature 22/75422/1
authorTaseer Ahmed <taseer94@gmail.com>
Thu, 23 Aug 2018 14:18:46 +0000 (19:18 +0500)
committerTaseer Ahmed <taseer94@gmail.com>
Thu, 23 Aug 2018 14:18:46 +0000 (19:18 +0500)
The latest tests query the ODL API. This feature is not present in the
default example playbook, thus all the builds will fail. This patchset
changes the playbook which incorporates the REST API feature for the
tests

Change-Id: I2205959b7cfcc7c091cc326ef2752de034d09ae7
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
jjb/packaging/test-ansible-rpm.sh

index d408377c62d35c0b5714ed34bffa893da2581c68..17437eba4e27f27585a935759cae8ee462bdf9a0 100644 (file)
@@ -23,6 +23,6 @@ sudo yum install -y ansible
 sudo cp -R $WORKSPACE/ansible /etc/ansible/roles/opendaylight
 
 # Install OpenDaylight via repo using example Ansible playbook
-sudo ansible-playbook -i "localhost," -c local $WORKSPACE/ansible/examples/rpm_8_devel.yml
+sudo ansible-playbook -i "localhost," -c local $WORKSPACE/ansible/examples/rpm_8_devel_odl_api.yml
 
 # Add more tests