File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
container-images/tcib/base Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ tcib_actions:
1010- run : >-
1111 sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf &&
1212 sed -i -r 's,^(Listen 443),#\1,' /etc/httpd/conf.d/ssl.conf &&
13- ln -s /usr/share/openstack-dashboard/openstack_dashboard /usr/lib/python3.9 /site-packages/openstack_dashboard &&
14- ln -s /usr/share/openstack-dashboard/static /usr/lib/python3.9 /site-packages/static &&
13+ ln -s /usr/share/openstack-dashboard/openstack_dashboard /usr/lib/python{{ tcib_python_version }} /site-packages/openstack_dashboard &&
14+ ln -s /usr/share/openstack-dashboard/static /usr/lib/python{{ tcib_python_version }} /site-packages/static &&
1515 chown -R apache /etc/openstack-dashboard /usr/share/openstack-dashboard &&
1616 chown -R apache /usr/share/openstack-dashboard/static &&
1717 sed -i "s|WEBROOT = ''/dashboard/''|WEBROOT = ''/''|" /etc/openstack-dashboard/local_settings &&
1818 cp /usr/share/openstack-dashboard/manage.py /usr/bin/manage.py &&
19- rm -f /usr/share/openstack-dashboard/openstack_dashboard/local/enabled/?[^_]*.py* && rm -f /usr/lib/python3.9 /site-packages/openstack_dashboard/local/enabled/?[^_]*.py* &&
20- for locale in /usr/lib/python3.9 /site-packages/*/locale; do (cd ${locale%/*} && /usr/bin/django-admin compilemessages) done
19+ rm -f /usr/share/openstack-dashboard/openstack_dashboard/local/enabled/?[^_]*.py* && rm -f /usr/lib/python{{ tcib_python_version }} /site-packages/openstack_dashboard/local/enabled/?[^_]*.py* &&
20+ for locale in /usr/lib/python{{ tcib_python_version }} /site-packages/*/locale; do (cd ${locale%/*} && /usr/bin/django-admin compilemessages) done
2121tcib_packages :
2222 common :
2323 - gettext
Original file line number Diff line number Diff line change 11tcib_actions :
22- run : bash /usr/local/bin/uid_gid_manage keystone
33- run : dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
4+ - run : >-
5+ if [ '{{ tcib_release }}' == '9' ];then dnf -y install mod_auth_mellon && dnf clean all && rm -rf /var/cache/dnf; fi
46 - run : mkdir -p /var/www/cgi-bin/keystone && chown -R keystone /var/www/cgi-bin/keystone
57- run : cp /usr/share/tcib/container-images/kolla/keystone/extend_start.sh /usr/local/bin/kolla_extend_start
68- run : chmod 755 /usr/local/bin/kolla_extend_start
@@ -12,7 +14,6 @@ tcib_packages:
1214 common :
1315 - httpd
1416 - mod_auth_gssapi
15- - mod_auth_mellon
1617 - mod_auth_openidc
1718 - mod_ssl
1819 - openstack-keystone
Original file line number Diff line number Diff line change @@ -38,5 +38,5 @@ tcib_packages:
3838 - iperf3
3939 - tcpdump
4040 - podman
41-
41+ - libffi-devel
4242tcib_user : tobiko
You can’t perform that action at this time.
0 commit comments