Use common class to manage apache service in beaker job
Depends-on: https://review.opendev.org/#/c/745246/ Change-Id: I5fc2b81f8a48e51a60daea311530645ce05f5fc5
This commit is contained in:
@@ -15,6 +15,7 @@ describe 'basic keystone server with changed domain id' do
|
||||
<<-EOM
|
||||
include openstack_integration
|
||||
include openstack_integration::repos
|
||||
include openstack_integration::apache
|
||||
include openstack_integration::mysql
|
||||
|
||||
class { 'openstack_integration::keystone':
|
||||
|
||||
@@ -8,6 +8,7 @@ describe 'keystone server running with Apache/WSGI as Identity Provider' do
|
||||
pp= <<-EOS
|
||||
include openstack_integration
|
||||
include openstack_integration::repos
|
||||
include openstack_integration::apache
|
||||
include openstack_integration::mysql
|
||||
include openstack_integration::keystone
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ describe 'keystone server running with Apache/WSGI as Service Provider with Shib
|
||||
pp= <<-EOS
|
||||
include openstack_integration
|
||||
include openstack_integration::repos
|
||||
include openstack_integration::apache
|
||||
include openstack_integration::mysql
|
||||
include openstack_integration::keystone
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ describe 'keystone server running with Apache/WSGI with resources' do
|
||||
pp= <<-EOS
|
||||
include openstack_integration
|
||||
include openstack_integration::repos
|
||||
include openstack_integration::apache
|
||||
include openstack_integration::mysql
|
||||
include openstack_integration::keystone
|
||||
|
||||
|
||||
Reference in New Issue
Block a user