본문 바로가기
728x90
반응형
SMALL

서버/Cloud13

오픈스택 클라우드 서버 구축(Stein)(5)-컴퓨트 서비스(Nova) 설치 및 설정 #Controller Node 설정 1) Add users and others for Nova in Keystone. 더보기 [root@Controller ~(keystone)]# openstack user create --domain default --project service --password servicepassword nova +---------------------+----------------------------------+ | Field | Value | +---------------------+----------------------------------+ | default_project_id | c5e87c9b460e4f16801b4102019c97e6 | | domain_id | .. 2023. 2. 2.
오픈스택 클라우드 서버 구축(Stein)(4)-이미지 서비스(Glance) 설치 및 설정 #Controller Node 설정 1) Add users and others for Glance in Keystone. 더보기 [root@Controller ~(keystone)]# openstack user create --domain default --project service --password servicepassword glance +---------------------+----------------------------------+ | Field | Value | +---------------------+----------------------------------+ | default_project_id | c5e87c9b460e4f16801b4102019c97e6 | | domain_i.. 2023. 2. 2.
오픈스택 클라우드 서버 구축(Stein)(3)-인증 서비스(Keystone) 설치 및 설정 #Controller Node 설정 1) Add a User and Database on MariaDB for Keystone. 더보기 [root@Controller ~]# mysql -u root -p Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 9 Server version: 10.3.10-MariaDB MariaDB Server Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current.. 2023. 2. 2.
오픈스택 클라우드 서버 구축(Stein)(2)-오픈스택 기본 패키지 설정 #Controller Node 설정 1) Add the repository of Openstack Stein. 더보기 [root@Controller ~]# yum -y install centos-release-openstack-stein [root@Controller ~]# sed -i -e "s/enabled=1/enabled=0/g" /etc/yum.repos.d/CentOS-OpenStack-stein.repo 2) Install MariaDB server. 더보기 [root@Controller ~]# yum --enablerepo=centos-openstack-stein -y install mariadb-server [root@Controller ~]# vi /etc/my.cnf [mysqld] .. 2023. 2. 2.
728x90
반응형
SMALL