Bug 1531593
| Summary: | composable networks VIP is not brought up on nodes | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Bob Fournier <bfournie> |
| Component: | puppet-tripleo | Assignee: | Bob Fournier <bfournie> |
| Status: | CLOSED ERRATA | QA Contact: | Omri Hochman <ohochman> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 13.0 (Queens) | CC: | augol, dsneddon, emacchi, jjoyce, jschluet, mlammon, nlevinki, racedoro, sasha, sclewis, slinaber, tvignaud |
| Target Milestone: | Upstream M3 | Keywords: | Triaged |
| Target Release: | 13.0 (Queens) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | puppet-tripleo-8.2.0-0.20180122224520.el7ost openstack-tripleo-heat-templates-8.0.0-0.20180227121938.e0f59ee.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1525550 | Environment: | |
| Last Closed: | 2018-06-27 13:40:49 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Bob Fournier
2018-01-05 15:38:56 UTC
osp13 puddle 2018-04-10.2
Env:
puppet-tripleo-8.3.2-0.20180327181746.el7ost.noarch
This VIP was added and showing it here.
(undercloud) [stack@host01 ~]$ openstack port show oc_provisioning_virtual_ip -c fixed_ips
+-----------+----------------------------------------------------------------------------+
| Field | Value |
+-----------+----------------------------------------------------------------------------+
| fixed_ips | ip_address='172.21.2.17', subnet_id='97470a63-2108-4ec8-b6af-25ca6538faf4' |
+-----------+----------------------------------------------------------------------------+
We now see this vip on the controller node
[root@overcloud-controller-0 ~]# ip a | grep -A4 vlan205
11: vlan205: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
link/ether 06:3f:a6:cb:85:32 brd ff:ff:ff:ff:ff:ff
inet 172.21.2.13/24 brd 172.21.2.255 scope global vlan205
valid_lft forever preferred_lft forever
inet 172.21.2.17/32 brd 172.21.2.255 scope global vlan205
valid_lft forever preferred_lft forever
inet6 fe80::43f:a6ff:fecb:8532/64 scope link
valid_lft forever preferred_lft forever
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2018:2086 |