From 88424076b929e7476a9f02c36a631d948f7198d7 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 9 Jan 2019 22:47:29 +0000 Subject: [PATCH] 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 --- manifests/site.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/site.pp b/manifests/site.pp index 2b62331adb..7c802d618e 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -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'),