redis-bosh-pipeline:BOSH 部署到生产的企业管道示例

时间:2024-06-26 17:36:32
【文件属性】:

文件名称:redis-bosh-pipeline:BOSH 部署到生产的企业管道示例

文件大小:58KB

文件格式:ZIP

更新时间:2024-06-26 17:36:32

Shell

Redis BOSH 部署流水线 注意:这个自述文件是首先编写的,然后开发了管道,我还没有更新自述文件来反映我到目前为止实际实现的内容。 但这里是连续部署 Redis 3 次的基本管道的图片: 此存储库是从 BOSH 部署到生产的企业管道示例。 Redis BOSH 版本描述了 4 个部署( dev1 、 dev2 、 staging和production )。 dev1和dev2是两个独立的部署,用于开发 Redis 版本和/或可能进入production其他部署属性。 staging是一种部署,它代表了即将成为production的近乎克隆。 production是最终部署 - 生产系统正在使用的集群。 不会直接对production进行任何更改。 相反,更改首先在staging测试,然后提升到production 。 同样, staging仅适用于首先在dev1或d


【文件预览】:
redis-bosh-pipeline-master
----.gitignore(34B)
----production()
--------environment()
--------releases()
--------templates()
--------bin()
--------manifests()
--------stemcell()
----run-pipeline.sh(1KB)
----bin()
--------credentials_different_bosh_lite.sh(2KB)
----pipeline-try-anything.yml(8KB)
----pipeline-three-stages.yml(16KB)
----README.md(4KB)
----try-anything()
--------environment()
--------releases()
--------templates()
--------bin()
--------manifests()
--------stemcell()
----ci_image()
--------Dockerfile(120B)
--------pipeline.yml(623B)
----Gemfile(46B)
----docs()
--------testing-a-pipeline.md(3KB)
----Gemfile.lock(3KB)
----preprod()
--------environment()
--------releases()
--------templates()
--------bin()
--------manifests()
--------stemcell()

网友评论