2019年3月29日 星期五

OSKLab02-01_Managing Projects

這章節
主要要練習如和管理 Project
就相當於每個租戶 Tenant
#lab manage-projects setup















一、透過 GUI 建立Project
二、透過 CLI 建立 Project
三、清除Lab環境


一、透過 GUI 建立Project
1-1. 使用admin/redhat 登入 Horizon Dashboard

























1-2. click "Create Project"


1-3. 
Enter devel in the Name
Enter Devel Project in the Description
not enabled check box


二、透過 CLI 建立 Project
2-1. 
#source ~/keystonerc_admin

2-2.
enable devel project
2-2-1. show project list

2-2-2. show devel project detail information
check project current status is not enabled
#openstack project show devel


2-2-3. enabled this project
#openstack project set --enable devel


2-2-4. check status
#openstack project show devel


2-3. create project
#openstack project create testing \
--description testing \
--enable testing


2-4. delete project
and show project list
#openstack project delete testing
#openstack project list


2-5. delete devel project
and show  project list
#openstack project delete devel
#openstack project list

三、清除Lab環境
#lab manage-projects cleanup


沒有留言:

張貼留言