RETIRED, Lightweight composition layer for Puppet TripleO
Go to file
Oliver Walsh 6140d801f1 Refactor nova migration config into client & target profiles
The nova migration config has always been applied by the base::nova profile.
It assumed that libvirtd/nova-compute and are all running on the
same host.
Where this config didn't apply (e.g a nova api host) it was disabled by a flag.

This approach is not compatible with containers. Hieradata for all containers
are combined so per-host flags no longer work, and we can no longer assume
libvirtd and nova-compute run in the same context.

This change refactors the profiles out of the base nova profile and into
a client profile and a target profile that can be included where appropriate.

Change-Id: I063a84a8e6da64ae3b09125cfa42e48df69adc12
Implements: blueprint tripleo-cold-migration
2017-07-03 14:34:08 +01:00
lib Drop un-needed 'else' in noop_resource 2017-06-02 09:41:35 -04:00
manifests Refactor nova migration config into client & target profiles 2017-07-03 14:34:08 +01:00
releasenotes Zaqar: support configurable backends 2017-06-29 14:55:17 -04:00
spec Refactor nova migration config into client & target profiles 2017-07-03 14:34:08 +01:00
templates Support for proxying ironic-inspector via Apache 2017-06-05 10:28:14 -04:00
.gitignore Update gitignore not to exclude fixture hieradata 2017-05-17 14:45:35 -06: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 Update tox configuration 2017-05-17 17:04:02 +00:00
LICENSE Add basic structure for a Puppet module 2015-02-02 11:39:21 -05:00
Puppetfile_extras Migrates OpenDaylight to official repo 2017-05-05 13:41:34 -04:00
README.md Update README with info for new contributors 2017-06-12 10:24:41 +01:00
Rakefile Composable HA 2017-01-25 19:32:31 +00:00
bindep.txt Update tox configuration 2017-05-17 17:04:02 +00:00
metadata.json Prepare for release 7.1.0 2017-06-05 10:07:42 +02:00
setup.cfg Changed author 2017-06-12 21:07:57 +07:00
setup.py Add basic structure for ReNo 2016-12-03 13:16:33 +00:00
test-requirements.txt Switch from oslosphinx to openstackdocstheme 2017-06-26 10:12:30 +08:00
tox.ini Add environment variable 2017-06-12 16:06:48 +08:00

README.md

Team and repository tags

Team and repository tags

puppet-tripleo

Lightweight composition layer for Puppet TripleO.

Contributing