Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions container-images/containers.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
container_images:
- imagename: quay.io/podified-master-centos9/openstack-ansible-tests:current-podified
- imagename: quay.io/podified-master-centos9/openstack-aetos:current-podified
- imagename: quay.io/podified-master-centos9/openstack-aodh-api:current-podified
- imagename: quay.io/podified-master-centos9/openstack-aodh-evaluator:current-podified
- imagename: quay.io/podified-master-centos9/openstack-aodh-listener:current-podified
Expand Down
1 change: 1 addition & 0 deletions container-images/kolla/base/uid_gid_manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ declare -A _SUPPORTED_USERS
# This comes from kolla/common/config.py.
# Format: <username> <uid> <gid> <optional homedir> <optional comma-separated list of extra groups>
# Note: if homedir isn't specified, extra groups aren't supported
_SUPPORTED_USERS['aetos']='aetos 42462 42462 /var/lib/aetos kolla'
_SUPPORTED_USERS['aodh']='aodh 42402 42402 /var/lib/aodh kolla'
_SUPPORTED_USERS['barbican']='barbican 42403 42403 /var/lib/barbican kolla,nfast'
_SUPPORTED_USERS['ceilometer']='ceilometer 42405 42405 /var/lib/ceilometer kolla'
Expand Down
11 changes: 11 additions & 0 deletions container-images/tcib/base/os/aetos/aetos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
tcib_actions:
- run: bash /usr/local/bin/uid_gid_manage aetos
- run: dnf -y install {{ tcib_packages.common | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
- run: mkdir -p /var/www/cgi-bin/aetos && chmod 755 /var/www/cgi-bin/aetos && cp -a /usr/bin/aetos-api /var/www/cgi-bin/aetos/ && 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
tcib_packages:
common:
- openstack-aetos-common
- openstack-aetos-api
- httpd
- mod_ssl
- python3-mod_wsgi
2 changes: 2 additions & 0 deletions zuul.d/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- .coveragerc
- LICENSE
- OWNERS*
vars:
openstack_release: master
- tcib-crc-podified-edpm-baremetal:
irrelevant-files: *if
- tcib-podified-multinode-edpm-deployment-crc:
Expand Down