ci-cd-pipeline-app-murano/murano-apps/haproxy-based-lbaas/UI
Nikolay Mahotkin c668552045 Changing architecture of LBaaS packages
* LBaaS library is separate package now, it includes:
   - deploy method (implements all needed deployment workflow for LBaaS)
   - install LBaaS method
   - configure LBaaS method (for optional configuration)
   - start LBaaS method
   - get credentials method (for service broker)

 * Now it is possible to create package extending
   LBaaS library by overriding just 3 methods:
   - installLoadBalancer
   - installLBaaS
   - getOptionalConfig (for detailed configuration)

 * Minor changes for liberty compatibility:
   - "Require" key in manifest
   - using ".init" method instead of "initialize"

TODO:
  - include LBaaS API python package in murano LBaaS package

Change-Id: I6fe3e98c6876d3e57c5cca7f826ef0f8932f77bb
2016-03-24 19:01:55 +04:00
..
ui.yaml Changing architecture of LBaaS packages 2016-03-24 19:01:55 +04:00