From e2f482692205456ab41db55dc205295f45b39d94 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 20 Mar 2019 10:31:30 +0000 Subject: Some additional changes --- src/zuulv3/overview.rst | 18 +++++++++++------- 1 file 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 To test proposed future state ============================= - * Get tip of each project. Merge appropriate change. Test. + * Get tip of each project. Merge appropriate change(s). Test. * Changes must be serialized, otherwise state under test is invalid. * Integrated deliverable repos share serialized queue @@ -407,7 +407,7 @@ Lock Step Changes * Circular Dependencies are not supported on purpose * Rolling upgrades across interdependent services - * HOWEVER - many valid use cases - support will be coming + * HOWEVER - many valid use cases (go/rust/c++) - support will be coming Live Configuration Changes ========================== @@ -536,6 +536,7 @@ We used to call "microservices" "distributed" * RDBMS * Gearman * Zookeeper + * Nodepool Zuul Architecture ================= @@ -562,7 +563,8 @@ Nodepool Launcher * OpenStack * Static - * Kubernetes + * Kubernetes Pod + * Kubernetes Namespace * AWS In work / coming soon: @@ -570,8 +572,8 @@ Nodepool Launcher * Azure * GCE -What about test/job content? -============================ +What about job content? +======================= * Written in Ansible * Ansible is excellent at running one or more tasks in one or more places @@ -711,7 +713,7 @@ Multi-node Job * Creates ansible inventory: -.. code:: yaml +:: controller ansible_host=1.2.3.4 compute1 ansible_host=1.2.3.5 @@ -950,12 +952,14 @@ zuul/zuul-scheduler =================== * SPOF -* We're working on it +* We're working on it - HA/Distributed scheduler is coming * Recommend running scheduler from tags Quick Start =========== +* docker-compose + https://zuul-ci.org/docs/zuul/admin/quick-start.html Important Links -- cgit v1.2.3