cmd/swarm: add flag for application name (swarm or swarm-private) (#18189)

* cmd/swarm: add flag for application name (swarm or swarm-private)

* cmd/swarm/swarm-smoke: return correct exit code

* cmd/swarm/swarm-smoke: remove colorable

* remove swarm/grafana_dashboards
This commit is contained in:
Anton Evangelatov
2018-11-29 17:43:15 +01:00
committed by Péter Szilágyi
parent 01371469e6
commit 7e7781ffaa
5 changed files with 14 additions and 5483 deletions

View File

@ -33,7 +33,7 @@ func cliFeedUploadAndSync(c *cli.Context) error {
defer func(now time.Time) { log.Info("total time", "time", time.Since(now), "size (kb)", filesize) }(time.Now())
generateEndpoints(scheme, cluster, from, to)
generateEndpoints(scheme, cluster, appName, from, to)
log.Info("generating and uploading feeds to " + endpoints[0] + " and syncing")