Update 'new document repository'
parent
cf538c3f07
commit
83ad2616a4
@ -2,9 +2,18 @@ To delivery new document repository the following steps need to be taken:
|
|||||||
|
|
||||||
1. create respective entry in metadata
|
1. create respective entry in metadata
|
||||||
|
|
||||||
2. python3 bootstrap_repositories.py --target-environment internal --service-type smg --work-dir ~/tmpdir8
|
2. Create new repositories
|
||||||
3. add entry in zuul/main.yaml
|
|
||||||
|
```
|
||||||
|
python3 bootstrap_repositories.py --target-environment internal --service-type smg --work-dir ~/tmpdir8
|
||||||
|
```
|
||||||
|
|
||||||
|
3. add repository entry in zuul/main.yaml
|
||||||
|
|
||||||
|
```
|
||||||
git clone git@github.com:opentelekomcloud-infra/zuul-config.git
|
git clone git@github.com:opentelekomcloud-infra/zuul-config.git
|
||||||
|
```
|
||||||
|
|
||||||
4. Manually restart zuul node
|
4. Manually restart zuul node
|
||||||
|
|
||||||
manual zuul reload ```zuul-scheduler smart-reconfigure --tenant XXX``` in zuul-scheduler pod
|
manual zuul reload ```zuul-scheduler smart-reconfigure --tenant XXX``` in zuul-scheduler pod
|
||||||
@ -28,7 +37,10 @@ To delivery new document repository the following steps need to be taken:
|
|||||||
git add cloud-container-instance.yml distributed-database-middleware.yml
|
git add cloud-container-instance.yml distributed-database-middleware.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
6. python3 ~/otc-metadata/tools/update_zuul_project_configs.py --environment public --service-type smg --work-dir workspace/github/opentelekomcloud-infra/gitstyring/data/data/github/orgs/opentelekomcloud-docs/repositories
|
6. Update zuul.yaml
|
||||||
|
|
||||||
|
```
|
||||||
|
python3 ~/otc-metadata/tools/update_zuul_project_configs.py --environment internal --service-type smg --work-dir workspace/github/opentelekomcloud-infra/gitstyring/data/data/github/orgs/opentelekomcloud-docs/repositories
|
||||||
|
```
|
||||||
|
|
||||||
|
7. Update manually zuul.yaml on doc-exports repository to enable check jobs for newly added repos
|
||||||
7. Update zuul.yaml on doc-exports repository to enable check jobs for newly added repos
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user