summaryrefslogtreecommitdiff
path: root/doc/source/install/install-rdo.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/install/install-rdo.rst')
-rw-r--r--doc/source/install/install-rdo.rst29
1 files changed, 13 insertions, 16 deletions
diff --git a/doc/source/install/install-rdo.rst b/doc/source/install/install-rdo.rst
index 70ddad61..08aecba7 100644
--- a/doc/source/install/install-rdo.rst
+++ b/doc/source/install/install-rdo.rst
@@ -43,8 +43,17 @@ Install and configure components
# yum install bind bind-utils
+#. Create an RNDC Key:
+
+ .. code-block:: console
+
+ # rndc-confgen -a -k designate -c /etc/designate/rndc.key -r /dev/urandom
+
#. Add the following options in the ``/etc/named.conf`` file::
+ ...
+ include "/etc/designate/rndc.key";
+
options {
...
allow-new-zones yes;
@@ -54,23 +63,11 @@ Install and configure components
allow-query { 127.0.0.1; };
};
-#. Create an RNDC Key:
-
- .. code-block:: console
-
- # rndc-confgen -a -k designate -c /etc/designate/rndc.key -r /dev/urandom
-
-#. Add the key to ``/etc/named.conf``::
-
- ...
- include "/etc/designate/rndc.key";
-
controls {
inet 127.0.0.1 port 953
allow { 127.0.0.1; } keys { "designate"; };
};
-
#. Start the DNS service and configure it to start when the system boots:
.. code-block:: console
@@ -133,10 +130,10 @@ Install and configure components
.. code-block:: console
- # systemctl enable designate-central designate-api
-
# systemctl start designate-central designate-api
+ # systemctl enable designate-central designate-api
+
#. Create a pools.yaml file in ``/etc/designate/pools.yaml`` with the following
contents:
@@ -197,6 +194,6 @@ Install and configure components
.. code-block:: console
- # systemctl enable designate-worker designate-producer designate-mdns
-
# systemctl start designate-worker designate-producer designate-mdns
+
+ # systemctl enable designate-worker designate-producer designate-mdns