Hi, try this fix: File /kubernetes/portal/components/portal-mariadb/resources/config/mariadb/docker-entrypoint.sh should be updated with the following:
line 113 change from 'if [ -z "$DATABASE_ALREADY_EXISTS" ]; then' to if [ "$DATABASE_ALREADY_EXISTS" = "false" ]; then and line 347 ' if [ -z "$DATABASE_ALREADY_EXISTS" ]; then ' to if [ "$DATABASE_ALREADY_EXISTS" = "false" ]; then Second must thing is to enable cassandra in override file, but in OOM repo it is already enabled in all files. If you use different repo to install like oran-deployment they have cassandra disabled by default which causes a lot of troubles in starting of pods for components. https://jira.onap.org/browse/OOM-3032 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#24183): https://lists.onap.org/g/onap-discuss/message/24183 Mute This Topic: https://lists.onap.org/mt/93416339/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
