commit | a120cfd8f8155fecbb54baa86a200e151c6eb6d0 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Feb 06 16:03:36 2017 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Mar 01 16:17:35 2017 -0800 |
tree | da542b935ec573f76fc68718aa219d838ea285ad | |
parent | c1d1ffb3845acfbd0181d7c783e1791f5da5d56b [diff] |
[CORD-772] Example UI Extension update for platform install Change-Id: I673869b28401d9c5321320ed2b69a282578d0e9f
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