diff options
author | Dan Timoney <dtimoney@att.com> | 2018-12-15 13:40:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-15 13:40:48 +0000 |
commit | 826075afea216b7eac6ea39dd9f9edba4aaa7c04 (patch) | |
tree | 5f2afffd71bf81d0c02f3f864fea6b58c1fc0cdc /odlsli/odlsli-alpine/src/main/resources/install_ccsdk.yml | |
parent | 8e6b798779f445e0814823ff358e6d585e4502f6 (diff) | |
parent | b1ac7253c276b1848a37f8e16d8aab93e643a97e (diff) |
Merge "Port ODL Oxygen to alpine"
Diffstat (limited to 'odlsli/odlsli-alpine/src/main/resources/install_ccsdk.yml')
-rw-r--r-- | odlsli/odlsli-alpine/src/main/resources/install_ccsdk.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/odlsli/odlsli-alpine/src/main/resources/install_ccsdk.yml b/odlsli/odlsli-alpine/src/main/resources/install_ccsdk.yml new file mode 100644 index 00000000..c478bfea --- /dev/null +++ b/odlsli/odlsli-alpine/src/main/resources/install_ccsdk.yml @@ -0,0 +1,15 @@ +--- +- hosts: all + become: yes + roles: + - role: ansible-opendaylight + # ODL is already installed, so no need to specify installation method. Specify extra features to install + extra_features: + - odl-restconf-all + - odl-mdsal-all + - odl-mdsal-apidocs + - odl-daexim-all + - ccsdk-sli-core-all + - ccsdk-sli-adaptors-all + - ccsdk-sli-northbound-all + - ccsdk-sli-plugins-all
\ No newline at end of file |