Remove some extra bits from site.pp

We don't default to running anything in puppet anymore. Let's
get rid of these.

Change-Id: I4de06c4c29ac99ab23f24d69b546fefc0e2c2336
This commit is contained in:
Monty Taylor 2020-04-19 13:45:52 -05:00
parent 68b50ca05b
commit 2f6483a236
1 changed files with 0 additions and 15 deletions

View File

@ -1,12 +1,3 @@
#
# Default: should at least behave like an openstack server
#
node default {
class { 'openstack_project::server':
}
}
# Node-OS: xenial
# Puppet-Version: !3
node /^grafana\d*\.open.*\.org$/ {
@ -881,12 +872,6 @@ node /^openstackid-dev\d*\.openstack\.org$/ {
}
}
# Node-OS: xenial
# Used for testing all-in-one deployments
node 'single-node-ci.test.only' {
include ::openstackci::single_node_ci
}
# Node-OS: xenial
node /^kdc03\.open.*\.org$/ {
class { 'openstack_project::server': }