X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng-xci-scenarios.git;a=blobdiff_plain;f=scenarios%2Fos-nosdn-osm%2Frole%2Fos-nosdn-osm%2Ftasks%2Finstall-osm.yml;fp=scenarios%2Fos-nosdn-osm%2Frole%2Fos-nosdn-osm%2Ftasks%2Finstall-osm.yml;h=31d3c5b589e176f8006eee5bc0b5ce331708d09b;hp=83deb8f786133f45b6b0f5964573a05f7e6418f8;hb=f5c9d728bb306a384a3e92257fdf8cb4fa18a5c7;hpb=e207c0d34096fa093a22da82fc6f7e50b6eafa87 diff --git a/scenarios/os-nosdn-osm/role/os-nosdn-osm/tasks/install-osm.yml b/scenarios/os-nosdn-osm/role/os-nosdn-osm/tasks/install-osm.yml index 83deb8f..31d3c5b 100644 --- a/scenarios/os-nosdn-osm/role/os-nosdn-osm/tasks/install-osm.yml +++ b/scenarios/os-nosdn-osm/role/os-nosdn-osm/tasks/install-osm.yml @@ -18,7 +18,7 @@ - name: install OSM become_user: "{{ osm_install_user }}" become: yes - command: "/bin/bash ./install_osm.sh -y --nolxd" + command: "/bin/bash ./full_install_osm.sh --test -b {{ osm_devops_version }} --nolxd -y" args: chdir: "{{ osm_devops_clone_location }}/installers" creates: "/usr/bin/osm"