WEB开发网
开发学院服务器云计算 管理私有云:WebSphere CloudBurst Appliance 命令... 阅读

管理私有云:WebSphere CloudBurst Appliance 命令行界面简介

 2009-09-28 00:00:00 来源:WEB开发网   
核心提示: 除了查看资源和资源集合外,还可以对由 WebSphere CloudBurst 管理的项目执行操作,管理私有云:WebSphere CloudBurst Appliance 命令行界面简介(6),例如,假设您希望添加一个有权将模式部署到私有云的用户,如清单 6 和 7 所示,注意,可以通过几个不

除了查看资源和资源集合外,还可以对由 WebSphere CloudBurst 管理的项目执行操作。例如,假设您希望添加一个有权将模式部署到私有云的用户。可以通过几个不同的方式实现这点。

第一种方法是使用交互式向导创建一个新用户,如清单 4 和 5 所示。这里,将提醒您为新用户输入用户名、全名、密码和邮件地址。因此,新用户将被创建,并且用户的细节被显示出来。

清单 4. 使用向导创建一个新用户 - 命令

>>> cloudburst.users.create(cloudburst.wizard) 

清单 5. 使用向导创建一个新用户 - 输出

Enter ?? for help using the wizard. 
 
username: newuser 
fullname: Pattern Deployer 
password: password 
email: newuser@mycompany.com 
{ 
 "currentmessage": "RM02013", 
 "currentmessage_text": "User has not logged in yet", 
 "currentstatus": "RM01062", 
 "currentstatus_text": "Inactive", 
 "email": "newuser@mycompany.com", 
 "fullname": "Pattern Creator", 
 "groups": (nested object), 
 "id": 2, 
 "parts": (nested object), 
 "password": (write-only), 
 "patterns": (nested object), 
 "roles": (nested object), 
 "scripts": (nested object), 
 "username": "newuser", 
 "virtualimages": (nested object), 
 "virtualsystems": (nested object) 
} 

使用内联 Python 对象可以获得相同的结果,如清单 6 和 7 所示。注意,<< 是上面示例中使用的 create() 方法的别名。

上一页  1 2 3 4 5 6 7 8 9 10  下一页

Tags:管理 私有 WebSphere

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接