diff options
-rw-r--r-- | src/zuulv3/overview.rst | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/src/zuulv3/overview.rst b/src/zuulv3/overview.rst index f1b86dc..c31a74e 100644 --- a/src/zuulv3/overview.rst +++ b/src/zuulv3/overview.rst | |||
@@ -172,7 +172,7 @@ Multi-repository integration | |||
172 | To test proposed future state | 172 | To test proposed future state |
173 | ============================= | 173 | ============================= |
174 | 174 | ||
175 | * Get tip of each project. Merge appropriate change. Test. | 175 | * Get tip of each project. Merge appropriate change(s). Test. |
176 | * Changes must be serialized, otherwise state under test is invalid. | 176 | * Changes must be serialized, otherwise state under test is invalid. |
177 | * Integrated deliverable repos share serialized queue | 177 | * Integrated deliverable repos share serialized queue |
178 | 178 | ||
@@ -407,7 +407,7 @@ Lock Step Changes | |||
407 | 407 | ||
408 | * Circular Dependencies are not supported on purpose | 408 | * Circular Dependencies are not supported on purpose |
409 | * Rolling upgrades across interdependent services | 409 | * Rolling upgrades across interdependent services |
410 | * HOWEVER - many valid use cases - support will be coming | 410 | * HOWEVER - many valid use cases (go/rust/c++) - support will be coming |
411 | 411 | ||
412 | Live Configuration Changes | 412 | Live Configuration Changes |
413 | ========================== | 413 | ========================== |
@@ -536,6 +536,7 @@ We used to call "microservices" "distributed" | |||
536 | * RDBMS | 536 | * RDBMS |
537 | * Gearman | 537 | * Gearman |
538 | * Zookeeper | 538 | * Zookeeper |
539 | * Nodepool | ||
539 | 540 | ||
540 | Zuul Architecture | 541 | Zuul Architecture |
541 | ================= | 542 | ================= |
@@ -562,7 +563,8 @@ Nodepool Launcher | |||
562 | 563 | ||
563 | * OpenStack | 564 | * OpenStack |
564 | * Static | 565 | * Static |
565 | * Kubernetes | 566 | * Kubernetes Pod |
567 | * Kubernetes Namespace | ||
566 | * AWS | 568 | * AWS |
567 | 569 | ||
568 | In work / coming soon: | 570 | In work / coming soon: |
@@ -570,8 +572,8 @@ Nodepool Launcher | |||
570 | * Azure | 572 | * Azure |
571 | * GCE | 573 | * GCE |
572 | 574 | ||
573 | What about test/job content? | 575 | What about job content? |
574 | ============================ | 576 | ======================= |
575 | 577 | ||
576 | * Written in Ansible | 578 | * Written in Ansible |
577 | * Ansible is excellent at running one or more tasks in one or more places | 579 | * Ansible is excellent at running one or more tasks in one or more places |
@@ -711,7 +713,7 @@ Multi-node Job | |||
711 | 713 | ||
712 | * Creates ansible inventory: | 714 | * Creates ansible inventory: |
713 | 715 | ||
714 | .. code:: yaml | 716 | :: |
715 | 717 | ||
716 | controller ansible_host=1.2.3.4 | 718 | controller ansible_host=1.2.3.4 |
717 | compute1 ansible_host=1.2.3.5 | 719 | compute1 ansible_host=1.2.3.5 |
@@ -950,12 +952,14 @@ zuul/zuul-scheduler | |||
950 | =================== | 952 | =================== |
951 | 953 | ||
952 | * SPOF | 954 | * SPOF |
953 | * We're working on it | 955 | * We're working on it - HA/Distributed scheduler is coming |
954 | * Recommend running scheduler from tags | 956 | * Recommend running scheduler from tags |
955 | 957 | ||
956 | Quick Start | 958 | Quick Start |
957 | =========== | 959 | =========== |
958 | 960 | ||
961 | * docker-compose | ||
962 | |||
959 | https://zuul-ci.org/docs/zuul/admin/quick-start.html | 963 | https://zuul-ci.org/docs/zuul/admin/quick-start.html |
960 | 964 | ||
961 | Important Links | 965 | Important Links |