blob: 1761d047faf5c4b1aef6a996e7ceac5943fdb132 [file] [log] [blame]
Stephane Barbariebcea2f42018-03-02 18:46:32 -05001- 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 }