Commit 95b28a8b authored by Yann Garcia's avatar Yann Garcia
Browse files

Fix issues after last merge

parent 8218f78c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ mv /meep-ams /templates/sandbox/meep-ams
mv /meep-sandbox-ctrl /templates/sandbox/meep-sandbox-ctrl
mv /meep-tc-engine /templates/sandbox/meep-tc-engine
mv /meep-vis /templates/sandbox/meep-vis
mv /meep-dai /templates/sandbox/meep-dai
mv /meep-tm /templates/sandbox/meep-tm

mkdir -p /templates/scenario
mv /meep-virt-chart-templates /templates/scenario/meep-virt-chart-templates
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ type ApplicationStore struct {
	mutex    sync.Mutex
}

var SysAppNames []string = []string{"meep-app-enablement", "meep-ams", "meep-loc-serv", "meep-rnis", "meep-wais", "meep-vis"}
var SysAppNames []string = []string{"meep-app-enablement", "meep-ams", "meep-loc-serv", "meep-rnis", "meep-wais", "meep-vis", "meep-dai", "meep-tm"}

// NewApplicationStore - Creates and initialize an Application Store instance
func NewApplicationStore(cfg *ApplicationStoreCfg) (as *ApplicationStore, err error) {

scripts/K99advantedge

100644 → 100755
+0 −0

File mode changed from 100644 to 100755.