Jump to: navigation, search

Difference between revisions of "Meetings/Designate"

 
(171 intermediate revisions by 16 users not shown)
Line 2: Line 2:
 
= DNSaaS Meetings =
 
= DNSaaS Meetings =
  
The DNSaaS team holds a weekly IRC meeting in #openstack-meeting-alt on Wednesdays at 17:00 UTC
+
The DNSaaS team holds a biweekly IRC meeting in #openstack-meeting on '''Wednesdays'''. Every four weeks on week 0 of the four week rotation the meeting starts  at 1100 UTC and on week 2 of the four week rotation it starts at 1700 UTC.
  
 
Meeting logs are available at http://eavesdrop.openstack.org/meetings/designate/
 
Meeting logs are available at http://eavesdrop.openstack.org/meetings/designate/
 
== Next meeting ==
 
 
Date of next meeting [http://www.timeanddate.com/worldclock/fixedtime.html?ah=1&iso=20140409T17 Wednesday 9th April, 17:00 UTC]
 
  
 
=== Agenda ===
 
=== Agenda ===
  
* Review action items from last week (See [http://eavesdrop.openstack.org/meetings/designate/ Meeting Logs] for previous week)
+
* Announcements (if any)
 +
* Action Items from last meeting
 
* Specific Items:
 
* Specific Items:
** DNSpy update
+
** Bug Triage (recurring)
** Clarify details on https://blueprints.launchpad.net/designate/+spec/mdns-structured-rdata
+
*** https://bugs.launchpad.net/designate/+bugs?search=Search&field.status=New
*** My understanding is summarized [https://wiki.openstack.org/wiki/Designate/Blueprints/MiniDNS#Update_the_Record_object_to_make_available_the_structured.2C_as_well_as_textual_representations_of_the_records.27s_RData here].
+
*** https://bugs.launchpad.net/python-designateclient/+bugs?search=Search&field.status=New
 +
*** https://bugs.launchpad.net/designate-dashboard/+bugs?search=Search&field.status=New
 +
** Stable Backport Triage
 +
*** git log --oneline --since '4 weeks ago'
 
* Open Discussion
 
* Open Discussion
 +
** Rolling upgrade (trungnv)
 +
*** Launchpad Blueprint
 +
**** https://blueprints.launchpad.net/designate/+spec/designate-rolling-upgrade
 +
*** Specs
 +
**** https://review.openstack.org/#/c/451865/
  
== Future meetings ==
+
=== Future/Unscheduled Agenda Items ===
 
 
Possible Agenda Topics:
 
 
 
* Incubation ReDiscussion (Delay to post TC policy changes)
 
* Incubation Vote
 
 
 
= Designate Workshop - Openstack Summit, May 2014 =
 
 
 
 
 
== Designate Installation Instructions - DRAFT ==
 
 
 
=== 1. Verify VM and Openstack core components are installed and correctly configured ===
 
# verify python environment is installed
 
#:pip: ''<cmd>''
 
#:virtualenv: ''<cmd>''
 
# verify RabbitMQ Server is installed and configured correctly:
 
# verify Glance Service is installed and configured correctly:
 
# verify Glance Client is installed and configured correctly:
 
# verify Keystone Service is installed and configured correctly:
 
# verify Keystone Client is installed and configured correctly:
 
# verify Neutron Service is installed and configured correctly:
 
# verify Neutron Client is installed and configured correctly:
 
# verify Nova Service is installed and configured correctly:
 
# verify Nova Client is installed and configured correctly:
 
# verify MySQL is installed: <cmd>
 
# verify MySQl is configured correctly:
 
=== 2. Install Designate ===
 
# Install system package dependencies
 
#:$ apt-get build-dep python-lxml
 
# Clone the Designate repo off of Stackforge
 
#:$ git clone https://github.com/stackforge/designate.git
 
#:$ cd designate
 
# Setup virtual env
 
#:$ virtualenv --no-site-packages .venv
 
#:$ . .venv/bin/activate
 
# Install Designate and its dependencies
 
#:$ pip install -r requirements.txt -r test-requirements.txt
 
#:$ python setup.py develop
 
# Copy sample config files to edit
 
#:$ cd etc/designate
 
#:$ ls *.sample | while read f; do cp $f $(echo $f | sed "s/.sample$//g"); done
 
# Install the DNS server, PowerDNS
 
#Grant sudo permissions if you intend to run Designate as a non-root user
 
#Make the directory for Designate’s log files
 
=== 3. Configure Designate ===
 
#: editor (vi) designate.conf
 
 
 
 
 
=== 4. Initialize & Start the Designate Central Service ===
 
=== 5. Initialize & Start the Designate API Service ===
 
=== 6. Exercise the Designate API ===
 
Sample Helpful commands below in "Other Designate Workshop Command Lines"
 
 
 
 
 
== Other Designate Workshop Command Lines ==
 

Latest revision as of 12:02, 9 October 2018

DNSaaS Meetings

The DNSaaS team holds a biweekly IRC meeting in #openstack-meeting on Wednesdays. Every four weeks on week 0 of the four week rotation the meeting starts at 1100 UTC and on week 2 of the four week rotation it starts at 1700 UTC.

Meeting logs are available at http://eavesdrop.openstack.org/meetings/designate/

Agenda

Future/Unscheduled Agenda Items