<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos.vyos.git/tests/integration, branch 3.0.0</title>
<subtitle>Ansible Network Collection for VyOS (mirror of https://github.com/vyos/vyos.vyos.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos.vyos.git/atom?h=3.0.0</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos.vyos.git/atom?h=3.0.0'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/'/>
<updated>2022-04-25T17:55:07+00:00</updated>
<entry>
<title>Add fqcn to ansible_connection to support stable-2.9 (#254)</title>
<updated>2022-04-25T17:55:07+00:00</updated>
<author>
<name>GomathiselviS</name>
<email>gomathiselvi@gmail.com</email>
</author>
<published>2022-04-25T17:55:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=b834c87f13e3ec908bfcd79022404ddf71d6559e'/>
<id>urn:sha1:b834c87f13e3ec908bfcd79022404ddf71d6559e</id>
<content type='text'>
Add fqcn to ansible_connection to support stable-2.9

Signed-off-by: GomathiselviS gomathiselvi@gmail.com
SUMMARY


strip_prompt argument is supported only in netcommon network_cli . Vyos jobs on stable-2.9 is failing with the following error, as this argument is not supported ansibe/ansible. This PR sets ansible_connection to ansible.netcommon.network_cli, so that the correct module is used.
2022-04-21 21:14:54.059623 | controller |     capabilities = Connection(module._socket_path).get_capabilities()
2022-04-21 21:14:54.059626 | controller |   File "/tmp/ansible_vyos.vyos.vyos_config_payload_hjioy2__/ansible_vyos.vyos.vyos_config_payload.zip/ansible/module_utils/connection.py", line 190, in __rpc__
2022-04-21 21:14:54.059629 | controller |     raise ConnectionError(to_text(msg, errors='surrogate_then_replace'), code=code)
2022-04-21 21:14:54.059632 | controller | fatal: [vyos]: FAILED! =&gt; {
2022-04-21 21:14:54.059635 | controller |     "changed": false,
2022-04-21 21:14:54.059638 | controller |     "invocation": {
2022-04-21 21:14:54.059641 | controller |         "module_args": {
2022-04-21 21:14:54.059644 | controller |             "backup": false,
2022-04-21 21:14:54.059647 | controller |             "backup_options": null,
2022-04-21 21:14:54.059650 | controller |             "comment": "configured by vyos_config",
2022-04-21 21:14:54.059653 | controller |             "config": null,
2022-04-21 21:14:54.059656 | controller |             "lines": [
2022-04-21 21:14:54.059658 | controller |                 "delete interfaces ethernet eth1",
2022-04-21 21:14:54.059661 | controller |                 "delete interfaces ethernet eth2"
2022-04-21 21:14:54.059664 | controller |             ],
2022-04-21 21:14:54.059667 | controller |             "match": "none",
2022-04-21 21:14:54.059670 | controller |             "provider": null,
2022-04-21 21:14:54.059673 | controller |             "save": false,
2022-04-21 21:14:54.059676 | controller |             "src": null
2022-04-21 21:14:54.059678 | controller |         }
2022-04-21 21:14:54.059682 | controller |     },
2022-04-21 21:14:54.059685 | controller |     "msg": "send() got an unexpected keyword argument 'strip_prompt'"

ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Nilashish Chakraborty &lt;nilashishchakraborty8@gmail.com&gt;</content>
</entry>
<entry>
<title>change default subset to min (#252)</title>
<updated>2022-04-21T03:56:19+00:00</updated>
<author>
<name>GomathiselviS</name>
<email>gomathiselvi@gmail.com</email>
</author>
<published>2022-04-21T03:56:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=3677b7834a8cb735db9b7004563e74bc1ca74961'/>
<id>urn:sha1:3677b7834a8cb735db9b7004563e74bc1ca74961</id>
<content type='text'>
vyos_facts: change default subset to min

Signed-off-by: GomathiselviS gomathiselvi@gmail.com
SUMMARY


Fixes #231
ISSUE TYPE


Bugfix Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Nathaniel Case &lt;this.is@nathanielca.se&gt;</content>
</entry>
<entry>
<title>Change preconfig hostname in integration test (#243)</title>
<updated>2022-03-10T01:20:40+00:00</updated>
<author>
<name>GomathiselviS</name>
<email>gomathiselvi@gmail.com</email>
</author>
<published>2022-03-10T01:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=87c5dcb6a147738d2b1ea60993018822a5baf21e'/>
<id>urn:sha1:87c5dcb6a147738d2b1ea60993018822a5baf21e</id>
<content type='text'>
Change preconfig hostname in integration test

SUMMARY


ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: None &lt;None&gt;</content>
</entry>
<entry>
<title>Change parameter 'disabled' to 'disable' in test_vyos_firewall_rules.py  (#240)</title>
<updated>2022-03-01T16:01:04+00:00</updated>
<author>
<name>GomathiselviS</name>
<email>gomathiselvi@gmail.com</email>
</author>
<published>2022-03-01T16:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=2299c492ca285f227cdb2043c9602e58ba55bf72'/>
<id>urn:sha1:2299c492ca285f227cdb2043c9602e58ba55bf72</id>
<content type='text'>
Change parameter 'disabled' to 'disable' in test_vyos_firewall_rules.py 

SUMMARY


Fixes #239
ISSUE TYPE


Bugfix Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Nilashish Chakraborty &lt;nilashishchakraborty8@gmail.com&gt;
Reviewed-by: Sagar Paul &lt;sagpaul@redhat.com&gt;
Reviewed-by: GomathiselviS &lt;None&gt;
Reviewed-by: Rohit Thakur &lt;rohitthakur2590@outlook.com&gt;
Reviewed-by: None &lt;None&gt;</content>
</entry>
<entry>
<title>Add Vyos hostname resource module (#237)</title>
<updated>2022-02-17T15:10:20+00:00</updated>
<author>
<name>GomathiselviS</name>
<email>gomathiselvi@gmail.com</email>
</author>
<published>2022-02-17T15:10:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=4662d6d03742ecc2fd09c530cf4b70217975e5bb'/>
<id>urn:sha1:4662d6d03742ecc2fd09c530cf4b70217975e5bb</id>
<content type='text'>
Add Vyos hostname resource module

SUMMARY


ISSUE TYPE


New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Nilashish Chakraborty &lt;nilashishchakraborty8@gmail.com&gt;
Reviewed-by: None &lt;None&gt;</content>
</entry>
<entry>
<title>Vyos snmp_server Resource Module (#227)</title>
<updated>2022-02-01T00:41:29+00:00</updated>
<author>
<name>GomathiselviS</name>
<email>gomathiselvi@gmail.com</email>
</author>
<published>2022-02-01T00:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=32371e3fe712b08bc3e3b47075741234ad784586'/>
<id>urn:sha1:32371e3fe712b08bc3e3b47075741234ad784586</id>
<content type='text'>
Vyos snmp_server Resource Module

SUMMARY


Added vyos_snmp_server resource module
ISSUE TYPE


New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Nilashish Chakraborty &lt;nilashishchakraborty8@gmail.com&gt;
Reviewed-by: Ashwini Mhatre &lt;mashu97@gmail.com&gt;
Reviewed-by: None &lt;None&gt;</content>
</entry>
<entry>
<title>Add vyos_ntp resource module (#175)</title>
<updated>2021-10-02T17:28:30+00:00</updated>
<author>
<name>YVarshitha</name>
<email>63169351+YVarshitha@users.noreply.github.com</email>
</author>
<published>2021-10-02T17:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=85ea49f10a6167dea4c08e71a1e8e5a62cb57395'/>
<id>urn:sha1:85ea49f10a6167dea4c08e71a1e8e5a62cb57395</id>
<content type='text'>
Add vyos_ntp resource module

SUMMARY


Resource module vyos_ntp
ISSUE TYPE


New Module Pull Request

COMPONENT NAME

vyos_ntp
ADDITIONAL INFORMATION

Reviewed-by: GomathiselviS &lt;None&gt;
Reviewed-by: Nilashish Chakraborty &lt;nilashishchakraborty8@gmail.com&gt;
Reviewed-by: None &lt;None&gt;</content>
</entry>
<entry>
<title>Add support for IPv6 `address_group` and `network_group` (#202)</title>
<updated>2021-09-20T23:25:49+00:00</updated>
<author>
<name>Shawn Wilsher</name>
<email>656602+sdwilsh@users.noreply.github.com</email>
</author>
<published>2021-09-20T23:25:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=c2cf82dfea4aa89e5aa9ba57b798bee030a9abbe'/>
<id>urn:sha1:c2cf82dfea4aa89e5aa9ba57b798bee030a9abbe</id>
<content type='text'>
Add support for IPv6 `address_group` and `network_group`

SUMMARY
This adds support for ipv6 in network and address groups by adding an afi parameter, but defaulting it to ipv4 for backwards compatibility.
Fixes #137.
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
vyos_firewall_global

Reviewed-by: GomathiselviS &lt;None&gt;
Reviewed-by: Shawn Wilsher &lt;None&gt;
Reviewed-by: None &lt;None&gt;</content>
</entry>
<entry>
<title>Allow_duplicates for prepare_vyos_tests (#212)</title>
<updated>2021-09-09T02:27:06+00:00</updated>
<author>
<name>Paul Belanger</name>
<email>pabelanger@redhat.com</email>
</author>
<published>2021-09-09T02:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=ede1f8e137d14bc4ce97ccc352e1a51a16605eae'/>
<id>urn:sha1:ede1f8e137d14bc4ce97ccc352e1a51a16605eae</id>
<content type='text'>
Allow_duplicates for prepare_vyos_tests

Signed-off-by: Paul Belanger pabelanger@redhat.com

Reviewed-by: None &lt;None&gt;</content>
</entry>
<entry>
<title>Drop ansible_become for testing (#199)</title>
<updated>2021-08-11T17:48:13+00:00</updated>
<author>
<name>Paul Belanger</name>
<email>pabelanger@redhat.com</email>
</author>
<published>2021-08-11T17:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=01273758372bfd62c470d9edb3c177fdae87ad9f'/>
<id>urn:sha1:01273758372bfd62c470d9edb3c177fdae87ad9f</id>
<content type='text'>
Drop ansible_become for testing

We don't actually need escalated permissions to run these things.
Signed-off-by: Paul Belanger pabelanger@redhat.com

Reviewed-by: GomathiselviS &lt;None&gt;
Reviewed-by: Nathaniel Case &lt;this.is@nathanielca.se&gt;
Reviewed-by: None &lt;None&gt;</content>
</entry>
</feed>
