Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 1 | - hosts: cluster |
| 2 | remote_user: voltha |
| 3 | serial: 1 |
| 4 | vars: |
| 5 | target: cluster |
| 6 | roles: |
| 7 | - { role: common, when: config_voltha is defined } |
| 8 | - { role: kubernetes-host, when: config_voltha is defined } |
| 9 | - { role: voltha-kubernetes, when: config_voltha is defined } |
| 10 | |
| 11 | - hosts: k8s-master |
| 12 | remote_user: voltha |
| 13 | serial: 1 |
| 14 | roles: |
| 15 | - { |
| 16 | role: voltha-kubernetes, when: deploy_voltha is defined, |
| 17 | monitor_voltha_stats: true, |
| 18 | use_ponsim: true |
| 19 | } |
| 20 | - { |
| 21 | role: voltha-kubernetes, |
| 22 | when: teardown_voltha is defined |
| 23 | } |