Richard Felkl | 5e8af58 | 2017-02-06 23:27:52 +0100 | [diff] [blame] | 1 | |
| 2 | =================== |
| 3 | Avinetworks formula |
| 4 | =================== |
| 5 | |
| 6 | Sample pillars |
| 7 | ============== |
| 8 | |
| 9 | Salt formula to setup Avi Networks LBaaS |
| 10 | |
| 11 | .. code-block:: yaml |
| 12 | |
| 13 | avinetworks: |
| 14 | server: |
| 15 | enabled: true |
| 16 | identity: cloud1 |
| 17 | image_location: http://... |
Richard Felkl | 24f7b3f | 2017-02-27 21:58:04 +0100 | [diff] [blame^] | 18 | disk_format: qcow2 |
Richard Felkl | 5e8af58 | 2017-02-06 23:27:52 +0100 | [diff] [blame] | 19 | public_network: INET1 |
| 20 | |
| 21 | avinetworks: |
| 22 | client: |
| 23 | enabled: true |
| 24 | |
| 25 | External links |
| 26 | ============== |
| 27 | |
| 28 | - https://kb.avinetworks.com/installing-avi-vantage-for-openstack-2/ |
| 29 | |
| 30 | Documentation and Bugs |
| 31 | ====================== |
| 32 | |
| 33 | To learn how to install and update salt-formulas, consult the documentation |
| 34 | available online at: |
| 35 | |
| 36 | http://salt-formulas.readthedocs.io/ |
| 37 | |
| 38 | In the unfortunate event that bugs are discovered, they should be reported to |
| 39 | the appropriate issue tracker. Use Github issue tracker for specific salt |
| 40 | formula: |
| 41 | |
| 42 | https://github.com/salt-formulas/salt-formula-avinetworks/issues |
| 43 | |
| 44 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 45 | use Launchpad salt-formulas project: |
| 46 | |
| 47 | https://launchpad.net/salt-formulas |
| 48 | |
| 49 | You can also join salt-formulas-users team and subscribe to mailing list: |
| 50 | |
| 51 | https://launchpad.net/~salt-formulas-users |
| 52 | |
| 53 | Developers wishing to work on the salt-formulas projects should always base |
| 54 | their work on master branch and submit pull request against specific formula. |
| 55 | |
| 56 | https://github.com/salt-formulas/salt-formula-avinetworks |
| 57 | |
| 58 | Any questions or feedback is always welcome so feel free to join our IRC |
| 59 | channel: |
| 60 | |
| 61 | #salt-formulas @ irc.freenode.net |