Add storyboard-dev01.opendev.org to inventory
This is the Xenial replacement for the old Trusty-based storyboard-dev.openstack.org server. The existing manifest assumed $::fqdn for several class variables, so explicitly set the vhost name we want to use there, as it will become a CNAME alias to the new server. Change-Id: Ie18125a361165ed2354397bdac206ee4f88a0626
This commit is contained in:
@@ -597,13 +597,13 @@ node /^storyboard-dev\d*\.open.*\.org$/ {
|
||||
mysql_password => hiera('storyboard_db_password'),
|
||||
rabbitmq_user => hiera('storyboard_rabbit_user', 'username'),
|
||||
rabbitmq_password => hiera('storyboard_rabbit_password'),
|
||||
hostname => $::fqdn,
|
||||
hostname => 'storyboard-dev.openstack.org',
|
||||
valid_oauth_clients => [
|
||||
$::fqdn,
|
||||
'storyboard-dev.openstack.org',
|
||||
'logs.openstack.org',
|
||||
],
|
||||
cors_allowed_origins => [
|
||||
"https://${::fqdn}",
|
||||
'https://storyboard-dev.openstack.org',
|
||||
'http://logs.openstack.org',
|
||||
],
|
||||
sender_email_address => 'storyboard-dev@storyboard-dev.openstack.org',
|
||||
|
||||
Reference in New Issue
Block a user