Create openstack-infra projects in infracloud

Infra uses in all its clouds two projects, one for long-lived
servers (openstackci) and another one for nodepool (openstackjenkins).
Putting this on infracloud controller manifest to automate that.

Change-Id: I75725e9256172058e3d6a7354de064da7f898ce8
This commit is contained in:
Ricardo Carrillo Cruz 2016-02-22 20:57:55 +01:00
parent 1c75db64a6
commit 7f3e10201e

View File

@ -38,4 +38,14 @@ class openstack_project::infracloud::controller (
controller_management_address => $controller_management_address,
controller_public_address => $controller_public_address,
}
keystone_tenant { 'openstackci':
ensure => present,
enabled => true,
}
keystone_tenant { 'openstackjenkins':
ensure => present,
enabled => true,
}
}