From ae2d2a3a47df4844c5692d4e2734dfcdc6161b2f Mon Sep 17 00:00:00 2001 From: Mars Toktonaliev Date: Thu, 8 Mar 2018 17:02:22 -0600 Subject: [PATCH] Updated designate configuration link Issue-ID: DOC-164 Change-Id: I832e96da0e3a6c0f4ddb693c7806dd9e32f785a3 Signed-off-by: Mars Toktonaliev --- docs/guides/onap-developer/settingup/install-designate.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/onap-developer/settingup/install-designate.rst b/docs/guides/onap-developer/settingup/install-designate.rst index b6979c356..9f9dde3d9 100644 --- a/docs/guides/onap-developer/settingup/install-designate.rst +++ b/docs/guides/onap-developer/settingup/install-designate.rst @@ -37,7 +37,7 @@ Currently, only DCAE Gen2 deployment needs designate to work. DCAE deployment use cloudify with openstack plugin to start the needed VM for DCAE. In particular, Designate is used to give the IP address of consul server. Thus, the others VMs needs to access the DNS server where Designate push records. In order to do that, we'll have to deploy DNS Server(s), configure them to accept dns updates and configure our networks to point to this DNS. -This Fow-To will use bind but you can change to any of the `proposed backends `. +This How-To will use bind but you can change to any of the `proposed backends `. Limitations with Heat automated deployment ------------------------------------------ @@ -45,7 +45,7 @@ The current design of Heat installer installs DCAE needed VM into the same tenan Limitations with Kubernetes automated deployment ------------------------------------------------ -The current design of kubernetes deployment installs DCAE into any openstack instances in any tenant. It stills mandate designate on the tenant. +The current design of kubernetes deployment installs DCAE into any openstack instances in any tenant. It still mandates designate on the tenant. **Quick Install Guide** ======================= @@ -54,7 +54,7 @@ Few steps have to be performed. The detail of each steps are in `the config guid 1. Install bind9 nameserver 2. Configure it to accept dns updates and forward to your master DNS Server -3. Configure Designate in openstack +3. Configure Designate in openstack. Please see `this guide ` for more details. 4. Create a pool pointing to your nameserver Now, when starting the Heat Deployment, use this nameserver. When the stack heat has started, retrieve the random string (XXX in the example) and create the zone XXX.yourdomain (yourdomain is what you have filled in `dcae_domain` in onap_openstack.env). -- 2.16.6