Verify ODL REST API in Ansible-ODL 17/74617/4
authorTaseer Ahmed <taseer94@gmail.com>
Sun, 29 Jul 2018 07:55:16 +0000 (12:55 +0500)
committerTaseer Ahmed <taseer94@gmail.com>
Sun, 5 Aug 2018 12:29:40 +0000 (17:29 +0500)
This patch adds an example playbook. It can be executed
to get the API feature during normal installation.

JIRA: INTPAK-192
Change-Id: I6ebdee1961dc18ee19fb22906a4d0d6a35b9de58
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
examples/rpm_8_devel_odl_api.yml [new file with mode: 0644]

diff --git a/examples/rpm_8_devel_odl_api.yml b/examples/rpm_8_devel_odl_api.yml
new file mode 100644 (file)
index 0000000..c5fbca0
--- /dev/null
@@ -0,0 +1,8 @@
+---
+- hosts: all
+  become: yes
+  roles:
+    - role: opendaylight
+      # Install the latest ODL Oxygen RPM from ODL Nexus CD repos
+      rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=packages/rpm/example_repo_configs/opendaylight-8-devel.repo"
+      extra_features: [odl-restconf-all]
\ No newline at end of file