Create a storyboard-dev hiera lookup group

Now that we're building an enumerated storyboard-dev, as well as
having it in a different domain, we need to be able to start using
ansible group_vars for hiera values. Put nodes matching the
storyboard-dev pattern in that group (inventory/groups.yaml already
has a corresponding entry for it).

Change-Id: Ibcbb30a4f9f71dc1de4ecc77803200a37eb54e50
This commit is contained in:
Jeremy Stanley 2019-01-09 22:47:29 +00:00
parent 5114b3c38c
commit 88424076b9

View File

@ -590,6 +590,7 @@ node /^storyboard\d*\.open.*\.org$/ {
# Node-OS: trusty
# Node-OS: xenial
node /^storyboard-dev\d*\.open.*\.org$/ {
$group = "storyboard-dev"
class { 'openstack_project::storyboard::dev':
project_config_repo => 'https://git.openstack.org/openstack-infra/project-config',
mysql_host => hiera('storyboard_db_host', 'localhost'),