Merge "Include octavia task_flow manifest for octavia services"
This commit is contained in:
@@ -35,5 +35,6 @@ class tripleo::profile::base::octavia::health_manager (
|
|||||||
include octavia::neutron
|
include octavia::neutron
|
||||||
include octavia::glance
|
include octavia::glance
|
||||||
include octavia::cinder
|
include octavia::cinder
|
||||||
|
include octavia::task_flow
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -36,5 +36,6 @@ class tripleo::profile::base::octavia::housekeeping (
|
|||||||
include octavia::neutron
|
include octavia::neutron
|
||||||
include octavia::glance
|
include octavia::glance
|
||||||
include octavia::cinder
|
include octavia::cinder
|
||||||
|
include octavia::task_flow
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -36,5 +36,6 @@ class tripleo::profile::base::octavia::worker (
|
|||||||
include octavia::neutron
|
include octavia::neutron
|
||||||
include octavia::glance
|
include octavia::glance
|
||||||
include octavia::cinder
|
include octavia::cinder
|
||||||
|
include octavia::task_flow
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -52,6 +52,7 @@ eos
|
|||||||
is_expected.to_not contain_class('octavia::neutron')
|
is_expected.to_not contain_class('octavia::neutron')
|
||||||
is_expected.to_not contain_class('octavia::glance')
|
is_expected.to_not contain_class('octavia::glance')
|
||||||
is_expected.to_not contain_class('octavia::cinder')
|
is_expected.to_not contain_class('octavia::cinder')
|
||||||
|
is_expected.to_not contain_class('octavia::task_flow')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -68,6 +69,7 @@ eos
|
|||||||
is_expected.to contain_class('octavia::neutron')
|
is_expected.to contain_class('octavia::neutron')
|
||||||
is_expected.to contain_class('octavia::glance')
|
is_expected.to contain_class('octavia::glance')
|
||||||
is_expected.to contain_class('octavia::cinder')
|
is_expected.to contain_class('octavia::cinder')
|
||||||
|
is_expected.to contain_class('octavia::task_flow')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -52,6 +52,7 @@ eos
|
|||||||
is_expected.to_not contain_class('octavia::neutron')
|
is_expected.to_not contain_class('octavia::neutron')
|
||||||
is_expected.to_not contain_class('octavia::glance')
|
is_expected.to_not contain_class('octavia::glance')
|
||||||
is_expected.to_not contain_class('octavia::cinder')
|
is_expected.to_not contain_class('octavia::cinder')
|
||||||
|
is_expected.to_not contain_class('octavia::task_flow')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -68,6 +69,7 @@ eos
|
|||||||
is_expected.to contain_class('octavia::neutron')
|
is_expected.to contain_class('octavia::neutron')
|
||||||
is_expected.to contain_class('octavia::glance')
|
is_expected.to contain_class('octavia::glance')
|
||||||
is_expected.to contain_class('octavia::cinder')
|
is_expected.to contain_class('octavia::cinder')
|
||||||
|
is_expected.to contain_class('octavia::task_flow')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -52,6 +52,7 @@ eos
|
|||||||
is_expected.to_not contain_class('octavia::neutron')
|
is_expected.to_not contain_class('octavia::neutron')
|
||||||
is_expected.to_not contain_class('octavia::glance')
|
is_expected.to_not contain_class('octavia::glance')
|
||||||
is_expected.to_not contain_class('octavia::cinder')
|
is_expected.to_not contain_class('octavia::cinder')
|
||||||
|
is_expected.to_not contain_class('octavia::task_flow')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -68,6 +69,7 @@ eos
|
|||||||
is_expected.to contain_class('octavia::neutron')
|
is_expected.to contain_class('octavia::neutron')
|
||||||
is_expected.to contain_class('octavia::glance')
|
is_expected.to contain_class('octavia::glance')
|
||||||
is_expected.to contain_class('octavia::cinder')
|
is_expected.to contain_class('octavia::cinder')
|
||||||
|
is_expected.to contain_class('octavia::task_flow')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user