[openbook] missing node name on vip

Bug #1608929 reported by Michał Górniak
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel Plugins
New
Undecided
Gus Garza

Bug Description

on fuel 8 plugin we have network_roles.yaml with definition:

- id: "openbook"
  # Role mapping to network
  default_mapping: "management"
  properties:
    # Should be true if network role requires subnet being set
    subnet: true
    # Should be true if network role requires gateway being set
    gateway: true
    vip:
       - name: "openbook_public"
         namespace: "haproxy"
         #node_roles: ["openbook"]
         alias: "openbook_public"

if node_roles is empty fuel will fill up this with default values:

openbook_public:
    network_role: openbook
    vendor_specific:
    namespace: haproxy
    ipaddr: <IP>
    node_roles:
    - controller
    - primary-controller

and this will fail puppet manifest on primary-controller during redeploy, it should be changed or removed because i see no reason to use VIP with only one node for openbook.

Tags: talligent
Changed in fuel-plugins:
milestone: none → 8.0
assignee: nobody → Gus Garza (gusgarza)
tags: added: talligent
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.