Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add designate barclamp (SCRD-8739) #931

Merged
merged 1 commit into from
Jun 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/src/png/designate-edit-proposal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions xml/depl_nodes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
</para>
<orderedlist spacing="normal">
<listitem>
<!-- Designate -->
<para>
<xref linkend="sec.depl.ostack.designate" xrefstyle="select:title nopage"/>
</para>
</listitem>
<listitem>
<!-- Pacemaker -->
<para>
<xref linkend="sec.depl.ostack.pacemaker" xrefstyle="select:title nopage"/>
Expand Down Expand Up @@ -150,6 +156,76 @@
</para>
</listitem>
</orderedlist>
<sect1 xml:id="sec.depl.ostack.designate">
<title>Deploying Designate</title>
<para>
&desig; provides &productname; DNS as a Service (DNSaaS). It is used to
create and propagate zones and records over the network using pools of DNS
servers. Deployment defaults are in place, so not much is required to
configure &desig;. &o_netw; needs additional settings for integration with
&desig;. The &desig; barclamp does not configure these &o_netw; settings; an
admin can enable them if necessary. For more information, see the <link
xlink:href="https://docs.openstack.org/designate/latest/contributor/integrations.html">OpenStack
Integrations</link>.
</para>
<para>
The &desig; barclamp relies heavily on dns barclamp and expects
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DNS

it to be applied without any failures.
</para>
<variablelist>
<varlistentry>
<term>designate-server role</term>
<listitem>
<para>
Installs the &desig; server packages and configures the mini-dns (mdns)
service required by &desig;.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>designate-worker role</term>
<listitem>
<para>
Configures a &desig; worker on the selected nodes. &desig; uses the
workers to distribute its workload.
</para>
</listitem>
</varlistentry>
</variablelist>
<para>
<literal>&desig; Sink</literal> is an optional service and is not configured as part
of this barclamp.
</para>
<para>
&desig; uses pool(s) over which it can distribute zones and
records, these pool(s) are not created by &crow;. Pools can have
varied configuration. Any misconfiguration can lead to
information leakage.
</para>
<para>
One possible configuration of pools is created by &crow; on a node
with <literal>designate-api</literal> role in
<filename>/etc/designate/pools.crowbar.yaml</filename>. Copy
this file and edit it according to the requirements. Then provide this
configuration to &desig; using the command:
</para>
<screen>&prompt.ardana;designate-manage pool update --file /etc/designate/pools.crowbar.yaml</screen>
<para>
Editing the &desig; proposal
</para>
<informalfigure>
<mediaobject>
<textobject><phrase>Edit &desig; Proposal</phrase>
</textobject>
<imageobject role="fo">
<imagedata fileref="designate-edit-proposal.png" width="100%" format="png"/>
</imageobject>
<imageobject role="html">
<imagedata fileref="designate-edit-proposal.png" width="75%" format="png"/>
</imageobject>
</mediaobject>
</informalfigure>
</sect1>
<sect1 xml:id="sec.depl.ostack.pacemaker">
<title>Deploying Pacemaker (Optional, &haSetup; Only)</title>

Expand Down
5 changes: 5 additions & 0 deletions xml/depl_overview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,11 @@
&o_orch;, an orchestration engine.
</para>
</listitem>
<listitem>
<para>
&desig; provides DNS as a Service (DNSaaS)
</para>
</listitem>
<listitem>
<para>
&o_meter; server and agents. &o_meter; collects CPU and networking data
Expand Down