본문 바로가기

Server/OpenStack3

OpenStack Selfservice 설치 및 설정 사설IP 생성 후 인스턴스에 연결 [테스트 환경] selfservice 구축 후 서버에 연결해보자. 이전 provider 구축 후 가상서버를 생성하여 공인IP만 연결되어 있는 상태이다. openstack port create --network selfservice add_ip //사설 IP생성 +-------------------------+----------------------------------------------------------------------------+ | Field | Value | +-------------------------+----------------------------------------------------------------------------+ | admin_state_up | UP | .. 2023. 5. 23.
openstack router 생성 또는 설정 작업 시 ResourceNotFound: 404 error # openstack router create router ResourceNotFound: 404: Client Error for url: [](), The resource could not be found. provider 생성 후 selfservice network 구성 중 router 생성하려니 해당 404에러가 난다... selfservice 관련 openstack doc페이지가 두군데 있다. 1) 초기설치단계 페이지 https://docs.openstack.org/neutron/yoga/install/controller-install-option2-ubuntu.html 2) 네트워크 생성 페이지 https://docs.openstack.org/install-guide/launch-instance.. 2023. 5. 23.
Openstack Instance novnc link IP 설정 /etc/nova/nova.conf [vnc] [vnc] novncproxy_base_url = http://xxx.xxx.xx.xx.6080/vnc_auto.html //IP 또는 domain으로 변경 외부 접근 가능 ex) novncproxy_base_url = http://127.0.0.1:6080/vnc_auto.html //localhost로 외부에서 링크 클릭 시 접속 불가 [변경 전] #nova get-vnc-console [Name or ID] novnc +-------+------------------------------------------------------------------------------------------+ | Type | Url | +-------+--------.. 2023. 5. 23.