diff options
author | Venkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in> | 2018-10-30 00:07:06 +0530 |
---|---|---|
committer | Venkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in> | 2018-10-30 16:07:59 +0530 |
commit | f5c9d728bb306a384a3e92257fdf8cb4fa18a5c7 (patch) | |
tree | 5dcef4e5428cf222833118631f662e4eb46d9320 | |
parent | e207c0d34096fa093a22da82fc6f7e50b6eafa87 (diff) |
OSM: use full_install_osm.sh script to install from master
To install OSM from master branch we need to use
full_install_osm.sh and specify the branch.
installer-type:osa
deploy-scenario:os-nosdn-osm
Change-Id: I64dc0d643d02094c9acae6ed064763ff5004342e
Signed-off-by: Venkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
-rw-r--r-- | scenarios/os-nosdn-osm/role/os-nosdn-osm/tasks/install-osm.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |