You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/04/12 14:24:47 UTC

[GitHub] [cloudstack] rwdj commented on issue #6246: Cloudstack is not FIPS compliant

rwdj commented on issue #6246:
URL: https://github.com/apache/cloudstack/issues/6246#issuecomment-1096799241

   @weizhouapache, no, #6232 is mostly unrelated.
   
   /etc/cloudstack/management/db.properties isn't missing. Although I noticed those lines in the error as well. But it also doesn't compile.
   
   ~~~
   [root@rwdj ~]# su - cloud -c 'ls -l /etc/cloudstack/management/db.properties'
   -rw-r-----. 1 root cloud 3248 Apr 12 09:53 /etc/cloudstack/management/db.properties
   ~~~
   
   It was generated appropriately from:
   ~~~
   [root@rwdj ~]# cloudstack-setup-databases cloud:<omitted> --deploy-as=root:<omitted> -i 127.0.0.1
   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 ]                                                                   
   Using specified cluster management server node IP 127.0.0.1                     [ OK ]                                                                   
   Checking Cloud database files ...                                               [ OK ]                                                                   
   Checking local machine hostname ...                                             [ OK ]                                                                   
   Checking SELinux setup ...                                                      [ 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 ]
   ~~~


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org