commit | c13bdad3eb0872edc8d12e6030d73d3259d36776 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@cs.arizona.edu> | Mon Jul 17 17:19:59 2017 -0700 |
committer | Zack Williams <zdw@cs.arizona.edu> | Mon Jul 17 17:28:00 2017 -0700 |
tree | b15d95564782a2c209f0243cd603c178b754bb94 | |
parent | da6c4ed433220ffa296ea7569dff0b74ff28bcf9 [diff] |
add labels to container Change-Id: I21c668d0f5c87a4c92d76fa1aa25fe813f1f735d
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