blob: 9039fe153959abe53eff09ef3fcfa71d633d4bd7 [file] [log] [blame]
---
# onos-load-apps/tasks/main.yml
#
# Install CORD ONOS apps from local containers
- name: Disable loading from Maven repo
command: ansible xos-1 -u ubuntu -m lineinfile \
-a "dest=~/service-profile/{{ xos_configuration }}/make-vtn-external-yaml.sh state=absent regexp='install_dependencies'"
- name: Load the apps using Docker
command: ansible xos-1 -u ubuntu -m shell \
-a "cd ~/xos/containers/cord-apps; make {{ item }}; docker run xosproject/cord-app-{{ item }}"
with_items: "{{ cord_apps }}"