diff options
author | Yanis Guenane <yguenane@redhat.com> | 2015-10-02 12:18:08 +0200 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2015-11-03 11:56:31 +0100 |
commit | 86d6c1ddc76bad423194e789ffb5474e4e12960e (patch) | |
tree | 7d6df93ad5b8c4b938152b57c69b28a80c1a55cd /puppet/manifests/overcloud_controller.pp | |
parent | b60e8f79a26564b567f7620727428da50d7815b5 (diff) |
Manage keystone initialization directly in t-h-t manifests
This is the second change of a servies of two, it creates the
user, user_role, service and endpoint for:
* glance
* nova
* neutron
* cinder
* horizon
* swift
* ceilometer
* heat
Change-Id: I50e792d98a2ba516ff498c58ad402f463c5f7e76
Diffstat (limited to 'puppet/manifests/overcloud_controller.pp')
-rw-r--r-- | puppet/manifests/overcloud_controller.pp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/puppet/manifests/overcloud_controller.pp b/puppet/manifests/overcloud_controller.pp index 813309e4..96302f2e 100644 --- a/puppet/manifests/overcloud_controller.pp +++ b/puppet/manifests/overcloud_controller.pp @@ -484,6 +484,15 @@ if hiera('step') >= 3 { if hiera('step') >= 4 { include ::keystone::cron::token_flush + + include ::ceilometer::keystone::auth + include ::cinder::keystone::auth + include ::glance::keystone::auth + include ::heat::keystone::auth + include ::neutron::keystone::auth + include ::nova::keystone::auth + include ::swift::keystone::auth + } #END STEP 4 $package_manifest_name = join(['/var/lib/tripleo/installed-packages/overcloud_controller', hiera('step')]) |