diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-01-09 00:20:19 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-01-09 00:20:19 +0100 |
commit | 156bcb9c5147e180be6da88ece7e8fc211fe76dd (patch) | |
tree | 3a12a035edc281bc9fdb29a90d166484110e92f7 /mcp | |
parent | 3741eea37e45fb30c6bf8925da776af6f6888dce (diff) |
[cleanup] Drop cfg01 node def for ODL L2
Remove obsolete ODL L2 top node definition, which currently breaks
`reclass-salt --top`.
Change-Id: Ic05f87dd7edea5b9f38e996bb02a3e1062caf98a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp')
-rw-r--r-- | mcp/reclass/nodes/cfg01.virtual-mcp-ocata-odl.local.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mcp/reclass/nodes/cfg01.virtual-mcp-ocata-odl.local.yml b/mcp/reclass/nodes/cfg01.virtual-mcp-ocata-odl.local.yml deleted file mode 100644 index 19afe46b4..000000000 --- a/mcp/reclass/nodes/cfg01.virtual-mcp-ocata-odl.local.yml +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################## -# Copyright (c) 2017 Mirantis Inc., Enea AB and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## ---- -classes: - - cluster.virtual-mcp-ocata-odl.infra.config -parameters: - _param: - linux_system_codename: xenial - reclass_data_revision: master - linux: - system: - name: cfg01 - domain: virtual-mcp-ocata-odl.local |