Skip to content

OpenStack Designate Puppet Module. Mirror of code maintained at opendev.org.

License

Notifications You must be signed in to change notification settings

hostnet/puppet-designate

This branch is 70 commits behind openstack/puppet-designate:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d11f875 · Oct 19, 2023
Sep 29, 2021
Jul 13, 2020
Jul 9, 2022
Oct 18, 2023
Oct 19, 2023
Oct 18, 2023
Mar 2, 2022
Oct 8, 2018
Apr 19, 2019
Aug 11, 2023
Aug 31, 2020
Mar 23, 2016
May 10, 2020
Aug 30, 2020
Apr 6, 2018
Aug 31, 2020
Jan 18, 2016
Jul 18, 2018
Oct 3, 2023
Sep 30, 2021
Mar 29, 2022
Sep 29, 2021

Repository files navigation

Team and repository tags

Team and repository tags

puppet-designate

Table of Contents

  1. Overview - What is the designate module?
  2. Module Description - What does the module do?
  3. Setup - The basics of getting started with designate
  4. Implementation - An under-the-hood peek at what the module is doing
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module
  7. Contributors - Those with commits
  8. Release Notes - Notes on the most recent updates to the module
  9. Repository - The project source code repository

Overview

The designate module is a part of OpenStack, an effort by the OpenStack infrastructure team to provide continuous integration testing and code review for OpenStack and OpenStack community projects as part of the core software. The module itself is used to flexibly configure and manage the DNS service for OpenStack.

Module Description

Setup

What the designate module affects:

Installing designate

puppet module install openstack/designate

Implementation

designate

designate is a combination of Puppet manifest and ruby code to delivery configuration and extra functionality through types and providers.

Types

designate_config

The designate_config provider is a children of the ini_setting provider. It allows one to write an entry in the /etc/designate/designate.conf file.

designate_config { 'DEFAULT/notification_driver' :
  value => messaging,
}

This will write notification_driver=messaging in the [DEFAULT] section.

name

Section/setting name to manage from designate.conf

value

The value of the setting to be defined.

secret

Whether to hide the value from Puppet logs. Defaults to false.

ensure_absent_val

If value is equal to ensure_absent_val then the resource will behave as if ensure => absent was specified. Defaults to <SERVICE DEFAULT>

Limitations

None.

Development

Developer documentation for the entire puppet-openstack project.

WORK IN PROGRESS

✓ Basic structure ✓ DB ✓ Keystone (Users, Services, Endpoints) ✓ Client ✓ designate-api ✓ designate-central ✗ designate-agent (in progress) ✗ designate-sink (in progress) ✓ An example of site.pp ✓ Write Tests

Setup

Get Prepared for Deployment

Debian/Ubuntu

  • Debian testing (jessie) include all designate packages.
  • Ubuntu utopic is the minimum requirement for Ubuntu deployment.

Red Hat

  • Packages are available from RDO: https://www.rdoproject.org/
  • See the repo setup instructions for the various RDO deployment methods for details on how to use them.

Development

Developer documentation for the entire puppet-openstack project.

Contributors

Release Notes

Repository

About

OpenStack Designate Puppet Module. Mirror of code maintained at opendev.org.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 53.0%
  • Puppet 42.5%
  • Python 3.7%
  • HTML 0.8%