Switch acceptance test to use integration classes
Change-Id: I32fed43795dbf1e1981285268b30ee7583d6cfcd
This commit is contained in:
parent
9d0b56f6d2
commit
97071b4a3d
@ -10,32 +10,7 @@ describe 'basic panko' do
|
||||
include ::openstack_integration::repos
|
||||
include ::openstack_integration::mysql
|
||||
include ::openstack_integration::keystone
|
||||
|
||||
class { '::panko::db::mysql':
|
||||
password => 'a_big_secret',
|
||||
}
|
||||
class { '::panko::keystone::auth':
|
||||
password => 'a_big_secret',
|
||||
}
|
||||
class { '::panko::logging':
|
||||
debug => true,
|
||||
}
|
||||
include ::panko
|
||||
class { '::panko::db':
|
||||
database_connection => 'mysql+pymysql://panko:a_big_secret@127.0.0.1/panko?charset=utf8',
|
||||
}
|
||||
class { '::panko::keystone::authtoken':
|
||||
password => 'a_big_secret',
|
||||
}
|
||||
class { '::panko::api':
|
||||
enabled => true,
|
||||
service_name => 'httpd',
|
||||
sync_db => true,
|
||||
}
|
||||
include ::apache
|
||||
class { '::panko::wsgi::apache':
|
||||
ssl => false,
|
||||
}
|
||||
include ::openstack_integration::panko
|
||||
EOS
|
||||
|
||||
# Run it twice and test for idempotency
|
||||
|
Loading…
x
Reference in New Issue
Block a user