OpenStack Kolla 源码分析 –AnsibleKolla介绍Kolla项目利用Docker、Docker-Compose、Ansible来完成部署OpenStack,目前Kolla已经能够完成一个all-in-one的开发环境的部署。从Kolla项目spec中的描述来看,主要是利用Docker容器的隔离性来达到OpenStack的原子升级、回退在升级。...
分类:
其他好文 时间:
2016-05-06 15:30:32
阅读次数:
757
本文主要阐述Business Roles 业务角色。
业务角色是UI的一个重要概念。80%的UI配置都和业务角色有关。
可是在SPRO中逐层找到这个配置程序,也可以使用事物代码CRMC_UI_PROFILE。
从图示就可以看出,业务角色有哪些功能。下面就将逐个解释每个功能的用处。
一般常用的或者说系统已经设计好的业务角色有以下这些。
? SALESPRO (S...
分类:
其他好文 时间:
2016-05-06 15:24:37
阅读次数:
193
在介绍playbook之前,我们先了解一下YAML语言,因为playbook是用YAML语言编写的一、YAML1、YAML是一种可读性高的用来表达资料序列的语言,其语法和其他高阶语言类似,并且可以简单表达清单、散列表、标量等数据结构。所有的yaml文件都以"---"开头表示开始一个document,所有的..
分类:
其他好文 时间:
2016-05-04 06:38:13
阅读次数:
1944
一、安装ansible准备 二、安装ansible ...
分类:
其他好文 时间:
2016-05-03 16:12:10
阅读次数:
153
sync数据同步文件等,官方栗子http://docs.ansible.com/ansible/synchronize_module.html用法[root@ansible~]#ansible-doc-ssynchronize
less436
Copyright(C)1984-2009MarkNudelman
lesscomeswithNOWARRANTY,totheextentpermittedbylaw.
Forinformationaboutthetermsofredistr..
分类:
其他好文 时间:
2016-05-03 10:55:59
阅读次数:
14845
service用法[root@ansible~]#ansible-doc-sservice
less436
Copyright(C)1984-2009MarkNudelman
lesscomeswithNOWARRANTY,totheextentpermittedbylaw.
Forinformationaboutthetermsofredistribution,
seethefilenamedREADMEinthelessdistribution.
Homepage:http://www.greenwo..
分类:
其他好文 时间:
2016-05-03 00:47:57
阅读次数:
1903
ansible提供了user模块,这样的话在其他服务器上可以使用user模块创建用户了。。用法[root@ansible~]#ansible-doc-suser
less436
.........................
-name:Manageuseraccounts
action:user
append#If`yes‘,willonlyaddgroups,notsetthemtojustthelistin`groups‘.
comme..
分类:
其他好文 时间:
2016-05-03 00:47:27
阅读次数:
5148
cron模块计划任务。。模块用法..[root@ansible~]#ansible-doc-scron
less436
Copyright(C)1984-2009MarkNudelman
lesscomeswithNOWARRANTY,totheextentpermittedbylaw.
Forinformationaboutthetermsofredistribution,
seethefilenamedREADMEinthelessdistribution.
Homepage:ht..
分类:
其他好文 时间:
2016-05-03 00:43:43
阅读次数:
319
有时需要把某个文件批量拷贝到其他主机上,那么ansible已经提供相应的模块了。那就是copy。。copy用法[root@ansible~]#ansible-doc-scopy
less436
Copyright(C)1984-2009MarkNudelman
lesscomeswithNOWARRANTY,totheextentpermittedbylaw.
Forinformationaboutthetermsofredist..
分类:
其他好文 时间:
2016-05-03 00:41:13
阅读次数:
10905
file用法选项[root@ansible~]#ansible-doc-sfile
less436
Copyright(C)1984-2009MarkNudelman
lesscomeswithNOWARRANTY,totheextentpermittedbylaw.
Forinformationaboutthetermsofredistribution,
seethefilenamedREADMEinthelessdistribution.
Homepage:http://www.greenwood..
分类:
其他好文 时间:
2016-05-03 00:39:58
阅读次数:
312