commit | 28171f965506e945443047f7408e13c809dfe9e1 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Sat Mar 18 19:34:46 2017 -0700 |
committer | Andy Bavier <andy@onlab.us> | Sat Mar 18 19:34:46 2017 -0700 |
tree | 73ee8bf3df38bd43708369cb05d1b2a81240c0c9 | |
parent | a120cfd8f8155fecbb54baa86a200e151c6eb6d0 [diff] |
CORD-1000 Build and publish XOS images on corddev Change-Id: I9cb44aacba4467111ee597ecefb8547024a0704a
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