contrail-ansible-deployer icon indicating copy to clipboard operation
contrail-ansible-deployer copied to clipboard

tor agent

Open chaiminghui opened this issue 6 years ago • 1 comments

Hello,

Not sure if support the tor agent, I am not able to find any example to support it in the instances YAML file.

Thanks.

chaiminghui avatar Apr 11 '18 07:04 chaiminghui

Hi @chaiminghui you need to set 'TSN_EVPN_MODE: true' in vrouter role

for exmaple:

instances:
  bms1:
    provider: bms
    ip: 192.168.1.51
    roles:
      vrouter:
        TSN_EVPN_MODE: true

Andrey-mp avatar May 17 '18 17:05 Andrey-mp