yeonghoon.kim

  • 게시판
  • 갤러리
  • aws

CentOS8-Stream packstack 설치

김영훈 2022.11.24 14:55 조회 수 : 452

0. 기본 환경
CentOS8-Stream Minimal
4vCore, 4GB Memory, 50GB

 


1. SELINUX 비활성화
# sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config

 


2. firewalld 비활성화
# systemctl stop firewalld.service
# systemctl disable firewalld.service

 


3. 리부팅
# init 6

 

 

4. network-script 설치

dnf install -y network-scripts

 

 

5. NetworkManager 비활성화 후 network-scripts 활성화

systemctl disable NetworkManager; systemctl stop NetworkManager; systemctl enable network; systemctl start network

 


6. powertools 활성화
# dnf config-manager --enable powertools

 


7. openstack-yoga 설치
# dnf install -y centos-release-openstack-yoga

 


8. 현재 패키지 업데이트
# dnf update -y

 


9. Packstack 설치
# dnf install -y openstack-packstack

 


10. packstack stack 환경 구축(외부 통신이 되는 인터페이스 확인 후 기입)
# packstack --allinone --provision-demo=n --os-neutron-ovs-bridge-mappings=extnet:br-ex --os-neutron-ovs-bridge-interfaces=br-ex:enp0s20f0u4 --os-neutron-ml2-type-drivers=vxlan,flat


  • 추천 0

  • 비추천 0
이 게시물을
목록

댓글 5

  • 김영훈

    2022.11.24 17:44

    https://cyberx.tistory.com/194

    추천0 비추천0 댓글

  • 김영훈

    2022.11.25 11:06

    packstack 설치 전에 사용할 host ip를 known_hosts에 미리 등록(ssh로 접속 시도)

    추천0 비추천0 댓글

  • 김영훈

    2022.11.25 13:39

    https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2

    추천0 비추천0 댓글

  • 김영훈

    2022.11.27 02:38

    CentOS9는 원래 network-scripts 자체를 설치할 수 없고, openstack-network-scripts를 설치하여 사용하는데, 뭔가 안맞는듯...

    추천0 비추천0 댓글

  • 김영훈

    2022.11.27 09:16

    https://www.unixmen.com/setup-openstack-instances-virtual-machines-with-external-connectivity-using-horizon-dashboard/

    추천0 비추천0 댓글

번호 제목 글쓴이 날짜 조회 수
공지 2025 일본 여행 계획 김영훈 2024.10.10 1670
공지 현금, 저축, 투자, 지출, 예산, 보험 내역(2024-05-30) 김영훈 2024.03.10 1374
66 간단 텔레그램 메세지 전송 php 김영훈 2022.08.10 386
65 docker-compose mariadb 샘플 김영훈 2022.08.11 383
64 opendkim-genkey 임의 서브도메인 지정 김영훈 2022.08.12 292
63 NCP - SourceCommit 저장소 생성 file 김영훈 2022.08.18 359
62 우분투 22.04 remove.bg 설치 김영훈 2022.09.22 379
61 CentOS7 EUC-KR 로케일 설정 김영훈 2022.10.20 352
» CentOS8-Stream packstack 설치 [5] 김영훈 2022.11.24 452
59 Centos Console 화면 보호기 setterm 김영훈 2022.11.26 295
58 mac에서 centos6 ssh 접속 시 오류 - no matching host key type found. Their offer: ssh-rsa,ssh-dss 김영훈 2022.11.27 444
57 Your account is pending approval from your GitLab administrator and hence blocked. Please contact your GitLab administrator if you think this is an error. 김영훈 2022.11.28 553
56 centos7 gitlab 설치 김영훈 2022.11.28 379
55 mac homebrew 설치 김영훈 2022.11.30 278
54 growpart - no tools available to resize disk with 'gpt' 김영훈 2022.12.01 316
53 CentOS7 - minikube 설치 김영훈 2022.12.02 447
52 CentOS7 아나콘다 환경에 주피터 노트북 설치 김영훈 2022.12.03 704
51 python - random 라이브러리 김영훈 2022.12.19 353
50 python - socket 라이브러리 김영훈 2022.12.19 392
49 python - requests 라이브러리 김영훈 2022.12.19 312
48 python - re 라이브러리 김영훈 2022.12.19 392
47 Uptime Kuma용 push(패시브) 체크용 파일.py [1] 김영훈 2022.12.21 364
쓰기 태그
 첫 페이지 5 6 7 8 9 10 11 12 13 14 끝 페이지