Skip to content

Commit 6ebacb6

Browse files
Merge pull request #340 from mtomaska/add_tapaas_pkg
Include tap-as-service in neutron server container for RHEL distro
2 parents d86a54c + 1022fcf commit 6ebacb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

container-images/tcib/base/os/neutron-base/neutron-server/neutron-server.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
tcib_actions:
22
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
3-
# TODO(slaweq): install python3-neutron-fwaas on all distros once upstream
4-
# CI jobs will be switched to CentOS 10 Stream and this package from master
5-
# branch will be available there,
6-
- run: if [ '{{ tcib_distro }}' == 'rhel' ]; then dnf -y install python3-neutron-fwaas && dnf clean all && rm -rf /var/cache/dnf; fi
3+
# TODO(mtomaska): Install python3-neutron-fwaas and python3-tap-as-a-service on all distros once upstream
4+
# CI jobs will be switched to CentOS 10 Stream. At that point, these packages should be fully supported
5+
# on all distros.
6+
- run: if [ '{{ tcib_distro }}' == 'rhel' ]; then dnf -y install python3-neutron-fwaas python3-tap-as-a-service && dnf clean all && rm -rf /var/cache/dnf; fi
77
- run: sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf && sed -i -r 's,^(Listen 443),#\1,' /etc/httpd/conf.d/ssl.conf
88
tcib_packages:
99
common:

0 commit comments

Comments
 (0)