rohityadavcloud commented on issue #10494:
URL: https://github.com/apache/cloudstack/issues/10494#issuecomment-2696680066
Test results, on Fedora 40:
EL8/EL9 Packages install okay:
```
[root@el10-test fedora]# cloudstack-setup-databases cloud:cloud@localhost
--deploy-as=root
Mysql user name:cloud
[ OK ]
Mysql user password:******
[ OK ]
Mysql server ip:localhost
[ OK ]
Mysql server port:3306
[ OK ]
Mysql root user name:root
[ OK ]
Mysql root user password:******
[ OK ]
Checking Cloud database files ...
[ OK ]
Checking local machine hostname ...
[ OK ]
Checking SELinux setup ...
[ OK ]
Detected local IP address as 192.168.10.112, will use as cluster management
server node IP[ OK ]
Preparing /etc/cloudstack/management/db.properties
[ OK ]
Applying /usr/share/cloudstack-management/setup/create-database.sql
[ OK ]
Applying /usr/share/cloudstack-management/setup/create-schema.sql
[ OK ]
Applying /usr/share/cloudstack-management/setup/create-database-premium.sql
[ OK ]
Applying /usr/share/cloudstack-management/setup/create-schema-premium.sql
[ OK ]
Applying /usr/share/cloudstack-management/setup/server-setup.sql
[ OK ]
Applying /usr/share/cloudstack-management/setup/templates.sql
[ OK ]
Processing encryption ...
[ OK ]
Finalizing setup ...
[ OK ]
CloudStack has successfully initialized database, you can check your
database configuration in /etc/cloudstack/management/db.properties
```
The cloudstack-setup-management fails & later cloudstack-setup-agent fails
(likely due to python issue):
```
[root@el10-test fedora]# cloudstack-setup-management
Traceback (most recent call last):
File "/usr/bin/cloudstack-setup-management", line 20, in <module>
from cloudutils.syscfg import sysConfigFactory
ModuleNotFoundError: No module named 'cloudutils'
```
After fixing this (will raise a PR), adv zone deployment with both NFS &
local storage worked. Systemvms came up, deploy a test instance.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]