Remove dnsmasq.template file from Configuring Multiple Cluster Networks doc

Bug #1519746 reported by Aleksandr Didenko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Invalid
High
Alexander Adamov
7.0.x
Fix Released
High
Fuel Documentation Team
8.0.x
Invalid
Undecided
Fuel Documentation Team
Future
Invalid
Undecided
Fuel Documentation Team

Bug Description

Here's the problem doc:
https://docs.mirantis.com/openstack/fuel/fuel-7.0/operations.html#mcn-ops

The process of DHCP ranges configuration has been changed here https://bugs.launchpad.net/fuel/+bug/1473483, so in 7.0 editing of dnsmasq.template file is not needed and moreover such changes won't survive cobbler container restart.

So we need to update doc and replace:

1. Add each DHCP network into the dnsmasq.template file.

With something like this:

===== START =====
1. Add each DHCP network into /etc/fuel/astute.yaml file as a new element of EXTRA_ADMIN_NETWORKS hash, like this:
EXTRA_ADMIN_NETWORKS:
  extra_net_144:
    dhcp_gateway: "10.144.0.5"
    dhcp_pool_end: "10.144.0.254"
    dhcp_pool_start: "10.144.0.10"
    ipaddress: "10.145.0.2"
    netmask: "255.255.255.0"
  extra_net_146:
    dhcp_gateway: "10.146.0.5"
    dhcp_pool_end: "10.146.0.254"
    dhcp_pool_start: "10.146.0.10"
    ipaddress: "10.145.0.2"
    netmask: "255.255.255.0"

And restart cobbler container with "dockerctl restart cobbler" command.
===== END =====

We can also remove any references to dnsmasq.template file in Fuel-7.0 documentation.

Tags: area-docs
Changed in fuel:
status: New → Triaged
Changed in fuel:
milestone: 7.0-updates → 9.0
status: Triaged → New
Changed in fuel:
assignee: Fuel Documentation Team (fuel-docs) → Alexander Adamov (aadamov)
Changed in fuel:
status: New → In Progress
Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix proposed to mos/mos-docs (stable/7.0)

Fix proposed to branch: stable/7.0
Change author: Alexander Adamov <email address hidden>
Review: https://review.fuel-infra.org/17897

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix merged to mos/mos-docs (stable/7.0)

Reviewed: https://review.fuel-infra.org/17897
Submitter: Olga Gusarenko <email address hidden>
Branch: stable/7.0

Commit: c249507bc6d46be4a40909239df9c68feb352628
Author: Alexander Adamov <email address hidden>
Date: Thu Mar 10 11:12:03 2016

[Docs 7.0] Remove dnsmasq.template file

Removed from:
- 'Configuring Multiple Cluster Networks'
  in Operations Guide
- 'Implementing Multiple Cluster Networks'
  in Reference Architecture

Change-Id: Iff3befc4b78ce6e2782bdfe14781d4ee0b942a20
Closes-Bug: #1519746

Changed in fuel:
status: In Progress → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.