# This template has all supported TAGs. # This template can be used as input to the xlate_cfg.py script as follows: # python3 ./xlate_cfg.py -i ./rwconman_test_config_template.cfg -o ./rwconman_test_config.cfg -x ./rwconman_test_xlate_dict.yml # This is error #0. # Following are simple TAGs 1. This is Management IP: 2. This is Username: 3. This is Password: 4. This is globally unique connection point: # Following are colon separated complex TAGs 5. This is connection point for a given VNF with unique member index: 6. This is converting connection point IP address into network address: 7. This is converting connection point IP address into boadcast address: # Following generated tuple with original connectino point name (Global only) 8. This is not used anywhere: # Following are multi-colon separated complex TAGs 9. This is converting connection point IP address into network address VNF with unique member index: 10. This is converting connection point IP address into network address VNF with unique member index: # Following test all of the above in single line 11. All at once: START| rw_mgmt_ip: | rw_username: | rw_password: | global CP: | 1 CP: | network: | broadcast: | tuple: | 2 network: | 2 broadcast: |END # Need to work on the solution for multiple pattern of same type in single line.