From f0cff4d4e90889b5aa22aca4c3fdbca17b49d243 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 5 Sep 2018 18:56:21 +0200 Subject: [PATCH] Add missing README.rst for roles Newer zuul-sphinx check that a README.rst exists for each role, add missing ones. Change-Id: I8e884934a45219977f4389c9ff040e31aec63f18 --- roles/ensure-twine/README.rst | 1 + roles/multi-node-known-hosts/README.rst | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 roles/ensure-twine/README.rst create mode 100644 roles/multi-node-known-hosts/README.rst diff --git a/roles/ensure-twine/README.rst b/roles/ensure-twine/README.rst new file mode 100644 index 000000000..f9dac2cbb --- /dev/null +++ b/roles/ensure-twine/README.rst @@ -0,0 +1 @@ +Ensure twine is installed. diff --git a/roles/multi-node-known-hosts/README.rst b/roles/multi-node-known-hosts/README.rst new file mode 100644 index 000000000..abbd27ad1 --- /dev/null +++ b/roles/multi-node-known-hosts/README.rst @@ -0,0 +1,2 @@ +Configures the file ``/etc/ssh/ssh_known_hosts`` on each node in a +multi-node job to contain all known host names.