2 Commits

Author SHA1 Message Date
Tobias Urdin
81687e2ead Convert all class usage to relative names
In Puppet 3 there was a need to use absolute
names to prevent issues. Since Puppet 4 everything
is absolute by default which makes this not needed.

We need to change this everywhere so that we can
revert the pin in [1] that now prevents us from
using the latest version of the puppet-lint check
puppet-lint-absolute_classname_check that properly
checks that we dont use absolute names.

[1] https://review.opendev.org/#/c/697742/

Change-Id: I78b74fbeb08be7234189e4d266412fb7fb7a73c0
2019-12-08 14:58:12 +01:00
Lee Yarwood
39de59e91a placement: Use puppet-placement to deploy an extracted service
This change introduces an extracted placement class capable of deploying
the service using puppet-placement ahead of the official extraction of
the service from Nova in Train.

scenario001 continues to deploy Placement using the now deprecated
puppet-nova classes ahead of their removal in Train.

Change-Id: I5260b4d3478008a76fbe53fdbb716004d11b22df
2019-02-27 13:31:26 +00:00