Register OpenStack as VIM to OSM
[releng-xci-scenarios.git] / scenarios / os-nosdn-osm / role / os-nosdn-osm / tasks / install-osm.yml
index 30875e5..83deb8f 100644 (file)
   args:
     chdir: "{{ osm_devops_clone_location }}/installers"
     creates: "/usr/bin/osm"
+
+- name: create osmrc file
+  copy:
+    dest: "{{ osmrc_file_dest }}"
+    content: |
+      export OSM_HOSTNAME=127.0.0.1
+      export OSM_OL005=True