We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcb58ab + 2f8f57d commit 641ee0eCopy full SHA for 641ee0e
container-images/tcib/base/netutils/netutils.yaml
@@ -0,0 +1,7 @@
1
+tcib_actions:
2
+- run: dnf install -y {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
3
+tcib_packages:
4
+ common:
5
+ - python3-netifaces
6
+ - python3-pyroute2
7
+tcib_user: root
0 commit comments