From cccbeb781ca6f371041929e51ef8b2484edcd959 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 31 Oct 2017 14:58:16 +1100 Subject: [PATCH] Add notes on manual host configuration runs Change-Id: I7cf2ea77a378920eacb35ff7743062966ece1487 --- doc/source/sysadmin.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/source/sysadmin.rst b/doc/source/sysadmin.rst index c9f9b12b71..c46d4c4adb 100644 --- a/doc/source/sysadmin.rst +++ b/doc/source/sysadmin.rst @@ -199,6 +199,23 @@ Some information is only relevant if you have root access to the system - e.g. you are an OpenStack CI root operator, or you are running a clone of the OpenStack CI infrastructure for another project. +Force configuration run on a server +=================================== + +If you need to force a configuration run on a single server before the +usual cron job time, you can use the ``kick.sh`` script on +``bridge.openstack.org``. + +You could do a single server:: + + # /opt/system-config/production/tools/kick.sh 'review.openstack.org' + +Or use matching to cover a range of servers:: + + # /opt/system-config/production/tools/kick.sh 'ze*.openstack.org' + + # /opt/system-config/production/tools/kick.sh 'ze0[1-4].openstack.org' + Backups =======