Bootstrapping引导:Kickstart、Cobbler、rpmbuild/xen、kvm、lxc、Openstack、Cloudstack、Opennebula、Eucalyplus、RHEV配置类工具:Capistrano、Chef、puppet、func、salstack、Ansible、rundeck监控类工具:Cacti、Nagios(Icinga)、Zabbix、基于时间监控前端Grafana、Mtop日..
分类:
其他好文 时间:
2014-11-27 10:53:58
阅读次数:
522
# 环境 - Windows8 - Virtual box - vagrant # 试用 ansible ## 安装虚拟机 - `vagrant box add chef/centos-6.5` - `vagrant init chef/centos-6.5` ### 修改Vagrantfile > config.vm.define :node1 do |node| >...
分类:
其他好文 时间:
2014-11-13 13:09:13
阅读次数:
207
用VMWare或kvm、xen等虚拟化技术标准化生产环境,实现生产环境的快速复制和快速恢复。 用cobbler、kickstart等装机统一模板 用Puppet、salt或Chef等工具自动化环境设置、软件安装/配置等操作,将配置信息转化为源...
分类:
其他好文 时间:
2014-09-26 20:32:18
阅读次数:
244
当维护的机器很多时,有时需要批量部署。 一、什么样的情形需要批量部署 1、操作系统的安装 常见的有collber,red hat satelite(redhat系统专用)。 2、操作系统的配置 常见的有cfengine,puppet,chef,func。其中puppet最受欢迎 3、批量程序的部署 ...
分类:
其他好文 时间:
2014-09-16 21:46:01
阅读次数:
511
题目链接Yet another game from chef. Chef gives youNcards andMbags. Each of theNcards has an integer written on it. Now chef asks you to close your eyes an...
分类:
其他好文 时间:
2014-09-04 22:15:00
阅读次数:
291
menu 菜单French cuisine 法国菜today's special 今日特餐chef's special 主厨特餐buffet 自助餐fast food 快餐specialty 招牌菜continental cuisine 欧式西餐aperitif 饭前酒dim sum 点心Frenc...
分类:
其他好文 时间:
2014-07-29 17:35:22
阅读次数:
188
安装pip安装注意依赖到zeromq3minion过一段时间去请求mastersalt-api可以访问salt去远程执行rubypuppetDSL配置erb文件模块加载模板支持最差chef定义直接是ruby代码erb模板系统原生支持pythonsaltstackyaml配置文件python程序模板模板支持很好python写模块ipc进程间通信都使用ke..
分类:
其他好文 时间:
2014-07-15 10:52:09
阅读次数:
385
Chef and The Right TrianglesThe Chef is given a list ofN triangles. Each triangle is identfied by the coordinates of its three corners in the 2-D cart...
分类:
其他好文 时间:
2014-07-14 00:51:29
阅读次数:
198
Vagrant简介 Vagrant是一个基于Ruby的工具,用于创建和部署虚拟化开发环境。它使用Oracle的开源VirtualBox虚拟化系统,使用 Chef创建自动化虚拟环境。 在Windows下,也可以方便地使用Linux环境开发程序 官方文档 http://docs.vagrantup.co...
分类:
编程语言 时间:
2014-07-11 17:59:19
阅读次数:
314
据某大牛说,Ansible比chef、puppet都好使。学习一下怎么样用ansible provisioning 一个vagrant管理的虚拟机,用来启动expressjs的服务器
创建一个呆呆的expressjs工程
$ express nodejs-ansible
$ cd nodejs-ansible
$ npm install
验证服务器可以work
$ npm st...
分类:
Web程序 时间:
2014-07-09 11:02:55
阅读次数:
418