Skip to content
Snippets Groups Projects

twamp related vars moved into inventory

Merged Aleksandr Kurbatov requested to merge fix/v1.0.x-twamp-light into v1.0.x
1 file
+ 0
24
Compare changes
  • Side-by-side
  • Inline
@@ -6,30 +6,6 @@
@@ -6,30 +6,6 @@
dry_run: "True"
dry_run: "True"
is_verification_workflow: false
is_verification_workflow: false
nokia_twamp_server:
max_conn: 1
max_sess: 1
juniper_twamp_client:
destination_port: 862
history_size: 20
test_count: 0
test_interval: 30
data_size: 200
probe_count: 500
probe_interval: 1
nokia_twamp_light:
oam_pm_bin_group: 2
udp_port: 64364
test_id: 1
interval: 1000
pad_size: 10
record_stats: delay-and-loss
trunks_subnet: "10.101.1.0/24"
side_a_ipv4_address: "{{ subscription.iptrunk.iptrunk_ipv4_network | ansible.utils.ipaddr('net') | ansible.utils.ipaddr('address') }}"
side_a_ipv4_address: "{{ subscription.iptrunk.iptrunk_ipv4_network | ansible.utils.ipaddr('net') | ansible.utils.ipaddr('address') }}"
side_b_ipv4_address: "{{ subscription.iptrunk.iptrunk_ipv4_network | ansible.utils.ipaddr('net') | ansible.utils.ipaddr('1') | ansible.utils.ipaddr('address') }}"
side_b_ipv4_address: "{{ subscription.iptrunk.iptrunk_ipv4_network | ansible.utils.ipaddr('net') | ansible.utils.ipaddr('1') | ansible.utils.ipaddr('address') }}"
Loading