오픈스택 매뉴얼2 Openstack Cinder on Centos (Rocky) 1 [Controller Node] Cinder : Block Storage Service (블록 스토리지 서비스) > 🔨 데이터 베이스 생성 및 접근 권한 설정 🟢 ciner 서비스 데이터 베이스 및 해당 데이터 베이스에 대한 권한을 가진 사용자 생성 : # mysql -u root -p MariaDB [(none)]> CREATE DATABASE cinder; MariaDB [(none)]> GRANT ALL PRIVILEGES ON cinder.* TO 'cinder'@'localhost' IDENTIFIED BY 'CINDER_DBPASS'; MariaDB [(none)]> GRANT ALL PRIVILEGES ON cinder.* TO 'cinder'@'%' IDENTIFIED BY 'CINDER_DBPASS'; MariaDB [.. 2020. 9. 25. Openstack on Centos 환경 설정(Rocky, 매뉴얼 설치) 🔨 Environments for Manual Installation [ 노드 구성표 ] 🔨 네트워크 타임 서비스 설치 @All Nodes 네트워크타임서비스의 필요성: controller node와 compute node 간의 시간이 일치해야 compute node에서 특정시간에 생성한 인스턴스를 동일한 시간을 가지는 controller node에서 찾기 가능 🟢 Chrony 패키지 설치 @ All Nodes(Controller Node와 Compute Node) # yum -y install chrony Total download size: 307 k Installed size: 788 k Downloading packages: (1/2): libseccomp-2.3.1-4.el7.x86_64.rpm .. 2020. 8. 11. 이전 1 다음