Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- microservices
- no-param-reassign
- serverless
- OOP
- xenserver app&desk
- 가상 데스크탑 환경
- eks
- server base computing
- 쿠버네티스
- IaaS
- 구축
- sagemaker
- AWS
- kubernetes
- 프로젝트
- eslint
- 서버 베이스 컴퓨팅
- 마이크로서비스
- 로키
- centos7
- 설치
- jenkins
- 머신러닝
- openstack
- app&desk
- 젠킨스
- rocky
- 객체지향
- fargate
- 오픈스택
Archives
- Today
- Total
목록cinder (1)
IT
[openstack] 3.7 블록 스토리지 설치(cinder) - centos7 오픈스택 설치 및 구축 프로젝트 (rocky 버전)
3. 구성 과정 3.7 블록 스토리지 설치 3.7.1 Controller Node ○ 설치 • DB 설정 - root계정으로 DB 연결 $ mysql -u root -p - cinder DB생성 MariaDB [(none)]> CREATE DATABASE cinder; - cinder DB 액세스 권한 부여 /* cinder 데이터베이스의 모든 스키마에 대해 cinder 계정의 로컬접근 권한 허용 GRANT ALL PRIVILEGES ON cinder.* TO 'cinder'@'localhost' \ IDENTIFIED BY 'cinder 계정 비밀번호'; */ MariaDB [(none)]> GRANT ALL PRIVILEGES ON cinder.* TO 'cinder'@'localhost' \ IDE..
프로젝트/openstack
2019. 3. 29. 06:58