发布管理 Scrum 看板 交付流水线 DevOps关注: 频繁交付小的需求 对质量有大的信心
git服务器 docker
Gerrit 审查代码变更:docker上安装gerrit
image.png
FPM构建工具:
image.png
jenkins sonar 代码质量审查
DevOps是一种流程化的思想
拉取ansible镜像:docker run -v x/ansible:/ansible -it x /bin/bash 连接容器:docker exec -it xx bash ansible
image.png
- hosts:localhost
vars:
http_port:80
max_clients:200
remote_user:root
tasks:
- name:exxx
yum: name=httpd state=latest
-name: xx
template:src=/srv/httpd.j2 dest=/etc/httpd.conf
notify:
- restart apache
- name:exxx
yum: name=httpd state=latest
-name: xx
template:src=/srv/httpd.j2 dest=/etc/httpd.conf
notify:
- name:ensure service: name=httpd state=started enabled=yes handlers: -name: restart apache service: name=httpd state=restarted
监控
问题追踪器:trac/jira