commit | da6c4ed433220ffa296ea7569dff0b74ff28bcf9 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jul 13 11:50:59 2017 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Fri Jul 14 09:07:14 2017 -0700 |
tree | 1a3b985d7ec458ad65b8ea77161a939c64df50bf | |
parent | 28171f965506e945443047f7408e13c809dfe9e1 [diff] |
[CORD-1549] Updating GUI extension Change-Id: Ie376fb8bd7eb321a8a2448d64e5f7e086b15328b (cherry picked from commit 2b16ea1c3375697978339745ab7d1ced73cbd154)
Having a profile deployed is required. To add extensions listed in your profile-manifest
as:
enabled_gui_extensions: - name: sample path: orchestration/xos-sample-gui-extension
NOTE: the name
field must match the subdirectory specified in conf/app/gulp.conf.js
(eg: dist/extensions/sample
)
Execute: ansible-playbook -i inventory/mock-rcord deploy-xos-gui-extensions-playbook.yml
NOTE: remember to replate inventory/**
with the actual cord_profile
you are using