Skip to content

ayaseen/designate

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Role Name

Ansible role for Openstack Designate service. In this role you can install designate service and configure it with openstack services.

Requirements

Running Openstack and external DNS (Bind9) or use controller as main DNS.

Role Variables

The following variables must adapt based on your setup:

  • osp_ctl_ip: 192.168.1.9

  • bind_server: 192.168.1.6

  • mysql_root_password: rhlab123

  • designate_user_password: designate

  • designate_db_user: designate

  • designate_db: designate

  • designate_osp_password: designate

Dependencies

A running bind service, there is a bind role for this purpose.

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: osp
  become: true
  remote_user: ayaseen
  gather_facts: yes
  roles:
    - designate

About

OpenStack Designate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published