Skip to content

Commit

Permalink
[DNM] patch test neutron
Browse files Browse the repository at this point in the history
  • Loading branch information
karelyatin committed Oct 22, 2024
1 parent c030097 commit 81de0d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ tcib_packages:
- dosfstools
- e2fsprogs
- gdisk
- inotify-tools
- ipmitool
- openssh-clients
- openstack-ironic-conductor
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
tcib_actions:
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
- 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
# run: sed -i "s/delete', lazy='joined'/delete', lazy='dynamic'/" /usr/lib/python3.9/site-packages/neutron/db/models/securitygroup.py
tcib_packages:
common:
- httpd
Expand Down
21 changes: 1 addition & 20 deletions zuul.d/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,4 @@
- project:
name: openstack-k8s-operators/tcib
github-check:
jobs:
- openstack-meta-content-provider:
irrelevant-files: &if
- HACKING.rst
- AUTHORS
- .gitignore
- ^README.md$
- .*/*.md
- .ci-operator.yaml
- .pre-commit-config.yaml
- .pylintrc
- .stestr.conf
- .github/workflows
- .coveragerc
- LICENSE
- OWNERS*
- tcib-crc-podified-edpm-baremetal:
irrelevant-files: *if
- tcib-podified-multinode-edpm-deployment-crc:
irrelevant-files: *if
jobs: []

0 comments on commit 81de0d6

Please sign in to comment.