Loading go-apps/meep-virt-engine/entrypoint.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading go-packages/meep-applications/application-store.go +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading scripts/K99advantedge 100644 → 100755 +0 −0 File mode changed from 100644 to 100755. View file Loading
go-apps/meep-virt-engine/entrypoint.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
go-packages/meep-applications/application-store.go +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading