Skip to content

Commit 641ee0e

Browse files
Merge pull request #218 from beagles/net-utils
Container image for octavia and designate predictable IPs support
2 parents bcb58ab + 2f8f57d commit 641ee0e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)