Remove calls to ::mysql from the manifests
authorGiulio Fidente <gfidente@redhat.com>
Thu, 28 Apr 2016 18:27:13 +0000 (13:27 -0500)
committerGiulio Fidente <gfidente@redhat.com>
Wed, 4 May 2016 13:21:39 +0000 (13:21 +0000)
The database will be created by the roles so we don't need to call
::mysql from the manifest.

Change-Id: I2b137cbd6597222a72cf46830f34a93f002c70ef
Depends-On: Id065a9180f1f1a41ab225ec5f755498ec7d9a827

puppet/manifests/overcloud_controller.pp
puppet/manifests/overcloud_controller_pacemaker.pp

index 910617f..ef330e2 100644 (file)
@@ -113,8 +113,6 @@ if hiera('step') >= 2 {
 
   # FIXME: this should only occur on the bootstrap host (ditto for db syncs)
   # Create all the database schemas
-  include ::keystone::db::mysql
-  include ::glance::db::mysql
   include ::nova::db::mysql
   include ::nova::db::mysql_api
   include ::neutron::db::mysql
index 0372a56..76b248c 100644 (file)
@@ -379,12 +379,6 @@ MYSQL_HOST=localhost\n",
 
   # Create all the database schemas
   if $sync_db {
-    class { '::keystone::db::mysql':
-      require => Exec['galera-ready'],
-    }
-    class { '::glance::db::mysql':
-      require => Exec['galera-ready'],
-    }
     class { '::nova::db::mysql':
       require => Exec['galera-ready'],
     }