From 12f197969f12c5c368e3a1daa129f339f5e0b62a Mon Sep 17 00:00:00 2001 From: Taseer Date: Tue, 2 Oct 2018 01:01:44 +0200 Subject: [PATCH] Add API example playbook for DEB env For tests to pass on DEB systems, restconf features needs to be installed prior to execution, else the tests will fail. Change-Id: I09cbf03374b3c84b9607d55c60b748a4a83197bd Signed-off-by: Taseer --- examples/deb_repo_api.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/deb_repo_api.yml diff --git a/examples/deb_repo_api.yml b/examples/deb_repo_api.yml new file mode 100644 index 0000000..cdb95e6 --- /dev/null +++ b/examples/deb_repo_api.yml @@ -0,0 +1,9 @@ +--- +- hosts: all + become: yes + roles: + - role: opendaylight + # Install ODL from a Debian repo. Not including this + # causes the install to use a repo for the RPM. + odl_install_method: "deb_repo" + extra_features: [odl-restconf-all] \ No newline at end of file -- 2.36.6