Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-22 | use parameter to lookup the step instead of hiera again | 1 | -3/+3 | ||
In some profiles, we were looking up the $step by using Hiera again, while we already do it in the parameter definition. When using this class outside THT, it will fail but with this patch, we could use just set the $step parameter and the rest of the manifest will work. Change-Id: I7082f47204fb4e529b164e4c4f1032e7bdd88f02 | |||||
2016-07-15 | openstack-core resource does not have interleave=true | 1 | -1/+1 | ||
The dummy openstack-core resource was meant to replace keystone so that restarting keystone would not restart the whole cloud. When this resource was introduced the paramter interleave=true was mistakenly left out. This causes a simple promote operation on the galera resource to restart openstack-core and its children. Change-Id: Ic590005a9419be87e6e6ea131b0ac0630c5afc19 Closes-Bug: 1603381 | |||||
2016-07-12 | Implement Pacemaker service profile | 1 | -0/+93 | ||
Change-Id: I46215f82480854b5e04aef1ac1609dd99455181b Closes-Bug: #1601970 |