From 97afbb12cae07c65d99bba56c6289b0e28e09462 Mon Sep 17 00:00:00 2001 From: Eric Multanen Date: Wed, 22 Aug 2018 17:48:27 -0700 Subject: [PATCH] vCPE - move build template files to own directory Move the new Heat and environment template files for building the vCPE images to a separate directory. Issue-ID: INT-620 Change-Id: Id437ec19c910a69928e1cedf7bb90565c520a773 Signed-off-by: Eric Multanen --- heat/{vCPE => vCPE_build}/vbng/build_vcpe_vbng.env | 0 heat/{vCPE => vCPE_build}/vbng/build_vcpe_vbng.yaml | 0 heat/{vCPE => vCPE_build}/vbrgemu/build_vcpe_vbrgemu.env | 0 heat/{vCPE => vCPE_build}/vbrgemu/build_vcpe_vbrgemu.yaml | 0 heat/{vCPE => vCPE_build}/vgmux/build_vcpe_vgmux.env | 0 heat/{vCPE => vCPE_build}/vgmux/build_vcpe_vgmux.yaml | 0 heat/{vCPE => vCPE_build}/vgw/build_vcpe_vgw.env | 0 heat/{vCPE => vCPE_build}/vgw/build_vcpe_vgw.yaml | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename heat/{vCPE => vCPE_build}/vbng/build_vcpe_vbng.env (100%) rename heat/{vCPE => vCPE_build}/vbng/build_vcpe_vbng.yaml (100%) rename heat/{vCPE => vCPE_build}/vbrgemu/build_vcpe_vbrgemu.env (100%) rename heat/{vCPE => vCPE_build}/vbrgemu/build_vcpe_vbrgemu.yaml (100%) rename heat/{vCPE => vCPE_build}/vgmux/build_vcpe_vgmux.env (100%) rename heat/{vCPE => vCPE_build}/vgmux/build_vcpe_vgmux.yaml (100%) rename heat/{vCPE => vCPE_build}/vgw/build_vcpe_vgw.env (100%) rename heat/{vCPE => vCPE_build}/vgw/build_vcpe_vgw.yaml (100%) diff --git a/heat/vCPE/vbng/build_vcpe_vbng.env b/heat/vCPE_build/vbng/build_vcpe_vbng.env similarity index 100% rename from heat/vCPE/vbng/build_vcpe_vbng.env rename to heat/vCPE_build/vbng/build_vcpe_vbng.env diff --git a/heat/vCPE/vbng/build_vcpe_vbng.yaml b/heat/vCPE_build/vbng/build_vcpe_vbng.yaml similarity index 100% rename from heat/vCPE/vbng/build_vcpe_vbng.yaml rename to heat/vCPE_build/vbng/build_vcpe_vbng.yaml diff --git a/heat/vCPE/vbrgemu/build_vcpe_vbrgemu.env b/heat/vCPE_build/vbrgemu/build_vcpe_vbrgemu.env similarity index 100% rename from heat/vCPE/vbrgemu/build_vcpe_vbrgemu.env rename to heat/vCPE_build/vbrgemu/build_vcpe_vbrgemu.env diff --git a/heat/vCPE/vbrgemu/build_vcpe_vbrgemu.yaml b/heat/vCPE_build/vbrgemu/build_vcpe_vbrgemu.yaml similarity index 100% rename from heat/vCPE/vbrgemu/build_vcpe_vbrgemu.yaml rename to heat/vCPE_build/vbrgemu/build_vcpe_vbrgemu.yaml diff --git a/heat/vCPE/vgmux/build_vcpe_vgmux.env b/heat/vCPE_build/vgmux/build_vcpe_vgmux.env similarity index 100% rename from heat/vCPE/vgmux/build_vcpe_vgmux.env rename to heat/vCPE_build/vgmux/build_vcpe_vgmux.env diff --git a/heat/vCPE/vgmux/build_vcpe_vgmux.yaml b/heat/vCPE_build/vgmux/build_vcpe_vgmux.yaml similarity index 100% rename from heat/vCPE/vgmux/build_vcpe_vgmux.yaml rename to heat/vCPE_build/vgmux/build_vcpe_vgmux.yaml diff --git a/heat/vCPE/vgw/build_vcpe_vgw.env b/heat/vCPE_build/vgw/build_vcpe_vgw.env similarity index 100% rename from heat/vCPE/vgw/build_vcpe_vgw.env rename to heat/vCPE_build/vgw/build_vcpe_vgw.env diff --git a/heat/vCPE/vgw/build_vcpe_vgw.yaml b/heat/vCPE_build/vgw/build_vcpe_vgw.yaml similarity index 100% rename from heat/vCPE/vgw/build_vcpe_vgw.yaml rename to heat/vCPE_build/vgw/build_vcpe_vgw.yaml -- 2.16.6