Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1066144
  • 博文数量: 186
  • 博客积分: 4939
  • 博客等级: 上校
  • 技术积分: 2075
  • 用 户 组: 普通用户
  • 注册时间: 2010-04-08 17:15
文章分类

全部博文(186)

文章存档

2018年(1)

2017年(3)

2016年(11)

2015年(42)

2014年(21)

2013年(9)

2012年(18)

2011年(46)

2010年(35)

发布时间:2015-07-18 11:20:45

     公司提供saas服务给客户,客户订阅服务有的时候需要和我们的产品集成,所以需要一个预演环境做测试,从production的数据库拿数据(由于敏感信息,很多字段必须先scrub就是填XXX这种然后才能用,比如credit card、profile等)然后部署产品。所以这里用了大量的AWS EC2。


  &nb.........【阅读全文】

阅读(2595) | 评论(0) | 转发(0)

发布时间:2015-07-18 10:44:35

      最近tomcat由于安全问题需要升级,但是在研发类型的公司做过运维的人应该都了解,这种公司的产品都是给客户提供的商业产品,可用性是非常的关键。所以最少有2个环境,staging/production, 所有的puppet agent都在运行,一旦你改了version,那么staging还未进行测试都apply to production了,这样有很.........【阅读全文】

阅读(1525) | 评论(0) | 转发(0)

发布时间:2015-07-17 15:27:21

$ grep SBX list.csv 
SBX,FET,1.fet.sbx,03 04 05 13 14 15
SBX,BET,2.bet.sbx,03 04 06 07 08 09 13 14 15 16 17 18 .........【阅读全文】

阅读(4520) | 评论(0) | 转发(0)

发布时间:2015-07-17 15:27:01

<br /><div id="codeText" class="codeText"><ol style="margin:0 1px 0 0;padding:5px 0pt;" start="1" class="dp-css none_number"><li>---</li><li>- hosts: localhost</li><li>gather_facts: no</li><li>tasks:</li><li>- name: "echo pid"</li><li>shel.........【阅读全文】

阅读(865) | 评论(0) | 转发(0)

发布时间:2015-07-15 15:12:26

ansible-playbook deploy_cacert.yml -v --ask-pass --tags sandbox --extra-vars version=20150417<br /><br /># deploy_cacert.yaml<br /><br />- hosts: sbx_tomcat<br />&nbsp; gather_facts: no<br />&nbsp; sudo: yes<br />&nbsp; sudo_user: zapp<br />&nbsp; tags:<br />&nbsp; - sandbox<br />&nbsp; ta.........【阅读全文】

阅读(1755) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册