Merge "Include octavia::controller"

This commit is contained in:
Zuul 2019-01-02 19:22:23 +00:00 committed by Gerrit Code Review
commit 410856afe0
4 changed files with 4 additions and 0 deletions

View File

@ -110,6 +110,7 @@ class tripleo::profile::base::octavia::api (
# it will try to populate tables and we need to make sure this happens
# before it starts on other nodes
if ($step >= 4 and $sync_db) or ($step >= 5 and !$sync_db) {
include ::octavia::controller
class { '::octavia::api':
sync_db => $sync_db,
}

View File

@ -28,6 +28,7 @@ class tripleo::profile::base::octavia::health_manager (
) {
include ::tripleo::profile::base::octavia
if $step >= 5 {
include ::octavia::controller
include ::octavia::health_manager
include ::octavia::certificates
}

View File

@ -29,6 +29,7 @@ class tripleo::profile::base::octavia::housekeeping (
include ::tripleo::profile::base::octavia
if $step >= 5 {
include ::octavia::controller
include ::octavia::housekeeping
}
}

View File

@ -29,6 +29,7 @@ class tripleo::profile::base::octavia::worker (
include ::tripleo::profile::base::octavia
if $step >= 5 {
include ::octavia::controller
include ::octavia::worker
include ::octavia::certificates
}