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 |
Richard Felkl | 0f46195 | 2017-03-02 10:42:59 +0100 | [diff] [blame^] | 20 | saltmaster_ip: 10.0.0.90 |
Richard Felkl | 5e8af58 | 2017-02-06 23:27:52 +0100 | [diff] [blame] | 21 | |
| 22 | avinetworks: |
| 23 | client: |
| 24 | enabled: true |
| 25 | |
| 26 | External links |
| 27 | ============== |
| 28 | |
| 29 | - https://kb.avinetworks.com/installing-avi-vantage-for-openstack-2/ |
| 30 | |
| 31 | Documentation and Bugs |
| 32 | ====================== |
| 33 | |
| 34 | To learn how to install and update salt-formulas, consult the documentation |
| 35 | available online at: |
| 36 | |
| 37 | http://salt-formulas.readthedocs.io/ |
| 38 | |
| 39 | In the unfortunate event that bugs are discovered, they should be reported to |
| 40 | the appropriate issue tracker. Use Github issue tracker for specific salt |
| 41 | formula: |
| 42 | |
| 43 | https://github.com/salt-formulas/salt-formula-avinetworks/issues |
| 44 | |
| 45 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 46 | use Launchpad salt-formulas project: |
| 47 | |
| 48 | https://launchpad.net/salt-formulas |
| 49 | |
| 50 | You can also join salt-formulas-users team and subscribe to mailing list: |
| 51 | |
| 52 | https://launchpad.net/~salt-formulas-users |
| 53 | |
| 54 | Developers wishing to work on the salt-formulas projects should always base |
| 55 | their work on master branch and submit pull request against specific formula. |
| 56 | |
| 57 | https://github.com/salt-formulas/salt-formula-avinetworks |
| 58 | |
| 59 | Any questions or feedback is always welcome so feel free to join our IRC |
| 60 | channel: |
| 61 | |
| 62 | #salt-formulas @ irc.freenode.net |