Hi Team, I am new to ONAP deployment using OOM.
I am deploying the following components: cassandra, mariadb-galera, aaf,dmaap, robot, sdc, portal,uui,strimzi. I am deploying ONAP using the guide ( https://docs.onap.org/projects/onap-oom/en/jakarta/oom_user_guide.html#deploy ). The command we are using is the following: helm deploy development local / onap -- namespace onap - f override. yaml -- set global. masterPassword = password I am attaching the file for your reference. Please find below the changes I did in the override file. # override default resource limit flavor for all charts flavor: small # flag to enable debugging - application support required debugEnabled: true -- metrics: enabled: true -- # Keep it enabled in production aafEnabled: true -- # POC Mode, only for use in development environment msbEnabled: true -- # Enabling CMPv2 cmpv2Enabled: true -- # Indicates offline deployment build # Set to true if you are rendering helm charts for offline deployment -- aaf: enabled: true -- cassandra: enabled: true -- dmaap: enabled: true -- mariadb-galera: enabled: true -- portal: enabled: true -- robot: enabled: true -- sdc: enabled: true -- uui: enabled: true -- strimzi: enabled: true -- cert-wrapper: enabled: true repository-wrapper: enabled: true roles-wrapper: enabled: true My Portal-DB pod is in error/crashloopback state. Due to which other portal pods are not coming up. The logs for the failing container is as follows: [root@ONAP kubernetes]# k logs -f development-portal-db-667b754f9-wttmd portal-db 2022-09-02 06:26:31-04:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.5.5+maria~focal started. 2022-09-02 6:26:32 0 [Note] mysqld (mysqld 10.5.5-MariaDB-1:10.5.5+maria~focal) starting as process 1 ... 2022-09-02 6:26:32 0 [Note] InnoDB: Using Linux native AIO 2022-09-02 6:26:32 0 [Note] InnoDB: Uses event mutexes 2022-09-02 6:26:32 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-09-02 6:26:32 0 [Note] InnoDB: Number of pools: 1 2022-09-02 6:26:32 0 [Note] InnoDB: Using SSE4.2 crc32 instructions 2022-09-02 6:26:32 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-09-02 6:26:32 0 [Note] InnoDB: Initializing buffer pool, total size = 268435456, chunk size = 134217728 2022-09-02 6:26:32 0 [Note] InnoDB: Completed initialization of buffer pool 2022-09-02 6:26:32 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-09-02 6:26:32 0 [Note] InnoDB: 128 rollback segments are active. 2022-09-02 6:26:32 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-09-02 6:26:32 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-09-02 6:26:32 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-09-02 6:26:32 0 [Note] InnoDB: 10.5.5 started; log sequence number 35365; transaction id 9 2022-09-02 6:26:32 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-09-02 6:26:32 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-09-02 6:26:32 0 [ERROR] Could not open mysql.plugin table: "Table 'mysql.plugin' doesn't exist". Some plugins may be not loaded 2022-09-02 6:26:32 0 [Note] InnoDB: Buffer pool(s) load completed at 220902 6:26:32 2022-09-02 6:26:32 0 [ERROR] Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist 2022-09-02 6:26:32 0 [Note] Server socket created on IP: '::'. 2022-09-02 6:26:32 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.db' doesn't exist 2022-09-02 6:26:32 0 [ERROR] Aborting [root@ONAP kubernetes]# Could anyone please help me out with this? Thanks and Regards Kushagra Gupta -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#24178): https://lists.onap.org/g/onap-discuss/message/24178 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]] -=-=-=-=-=-=-=-=-=-=-=-
Override-portal.yaml
Description: Binary data
