RETIRED, Lightweight composition layer for Puppet TripleO
Go to file
Tim Rozet 87763459ae Adds auto-detection for VIP interfaces
Previously the ctrl plane VIP would default to 'br-ex' which in non-vlan
deployments ends up being the wrong interface.  The public VIP interface
was also defaulted to 'br-ex' which would be incorrect for vlan based
deployments.  Since a user has already given the nic template (and in
most cases the subnet that corresponds to the nic) the installer should
be able to figure out which interface the public/control vip should be
on.

These changes enable that type of auto-detection, unless a user
explicitly overrides the heat parameters for ControlVirtualInterface and
PublicVirtualInterface.  Also removes calling keepalived from haproxy
now that the services are composed separately on the Controller role.

Partial-Bug: 1606632

Change-Id: I05105fce85be8ace986db351cdca2916f405ed04
Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-11-20 11:47:57 -05:00
lib Fix value of ctlplane fqdn fact 2016-09-12 14:04:32 +03:00
manifests Adds auto-detection for VIP interfaces 2016-11-20 11:47:57 -05:00
releasenotes/notes Configure the numvfs for SRIOV interfaces 2016-08-29 19:41:35 +05:30
spec Normalize civetweb binding address if IPv6 2016-11-11 16:22:41 +01:00
templates Update websocket service name in config template 2016-10-06 12:44:48 +01:00
.gitignore Switch puppet-tripleo to use puppet-openstack_spec_helper 2016-09-22 21:26:23 -04:00
.gitreview Update .gitreview file for project rename 2015-06-12 23:12:30 +00:00
.sync.yml Initial msync run for all Puppet OpenStack modules 2015-08-18 14:30:54 +02:00
Gemfile Switch puppet-tripleo to use puppet-openstack_spec_helper 2016-09-22 21:26:23 -04:00
LICENSE Add basic structure for a Puppet module 2015-02-02 11:39:21 -05:00
Puppetfile_extras Switch puppet-tripleo to use puppet-openstack_spec_helper 2016-09-22 21:26:23 -04:00
README.md README: basic words for now. 2015-02-02 11:46:31 -05:00
Rakefile Switch puppet-tripleo to use puppet-openstack_spec_helper 2016-09-22 21:26:23 -04:00
metadata.json Prepare 6.0.0 (ocata-1) 2016-11-15 21:38:14 -05:00

README.md

puppet-tripleo

Lightweight composition layer for Puppet TripleO.