[CORD-1549] Updating GUI extension

Change-Id: Ie376fb8bd7eb321a8a2448d64e5f7e086b15328b
6 files changed
tree: 1a3b985d7ec458ad65b8ea77161a939c64df50bf
  1. .dockerignore
  2. .gitignore
  3. Dockerfile
  4. README.md
  5. conf/
  6. gulp_tasks/
  7. gulpfile.js
  8. nginx.conf
  9. package.json
  10. src/
  11. tsconfig.json
  12. tslint.json
  13. typings.json
  14. typings/
  15. xos-sample-gui-extension.yaml
README.md

xos-sample-gui-extension

TODO:

  • [ ] Provide a dev environment

Platform install integration

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