Iaas infrastructure as a service,基础架构即服务(给客户提供基础架构,以虚拟化技术为基础);上面的云主机就属于这一种。这一类的用户一般为系统管理员。
Paas platfrom as a service ,平台就即服务(用户是看不到虚拟机的,虚拟的是类似开发库,开发接口,开发工具;能自动开发,调试及安装应用程序);简单来说,就是把开发框架,开发架构做成云资源。这一类的用户一般为开发人员。
Saas software as a service,软件即服务 (提供给一个如浏览器的客户端,就可以做文本编辑,玩游戏,搭建你的服务);这一类的用户一般为普通用户。
**** Installation completed successfully ******
Additional information:
* Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components.
* File /root/keystonerc_admin has been created on OpenStack client host 172.16.2.6. To use the command line tools you need to source the file.
* To access the OpenStack Dashboard browse to http://172.16.2.6/dashboard .
Please, find your login credentials stored in the keystonerc_admin in your home directory.
* To use Nagios, browse to http://172.16.2.6/nagios username: nagiosadmin, password: 7a946484b3fe4513
* The installation log file is available at: /var/tmp/packstack/20151103-142840-rTtRpt/openstack-setup.log
* The generated manifests are available at: /var/tmp/packstack/20151103-142840-rTtRpt/manifests
错误一:
ERROR : Error appeared during Puppet run: 172.16.2.6_nova.pp
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openstack-nova-compute' returned 1: Error unpacking rpm package 1:libguestfs-1.28.1-1.18.el7.x86_64
You will find full trace in log /var/tmp/packstack/20151222-141952-xgfWGS/manifests/172.16.2.6_nova.pp.log
# glance image-list --列出已经有的镜像,但是报下面的错误
You must provide a username via either --os-username or env[OS_USERNAME]
解决方法:
source /root/keystonerc_admin
再次# glance image-list --可以看到只有默认的cirros镜像
+--------------------------------------+--------+
| ID | Name |
+--------------------------------------+--------+
| f9b9c033-eb60-48ed-8025-d1318b68ff61 | cirros |
+--------------------------------------+--------+