spinnaker / roer

A thin Spinnaker CLI
Apache License 2.0
45 stars 45 forks source link

The requested URL /pipelines/start was not found on this server #20

Closed loheswaran closed 6 years ago

loheswaran commented 6 years ago

I am trying to validate the template file but getting the URL not found error. Can someone please help me in solving this issue?

Command : SPINNAKER_API=http://localhost:9000 go run cmd/roer/main.go pipeline-template plan examples/wait-config.yml

Spinnaker Version : 1.5.4

Error Log :

WARN[0000] HTTP client not configured with TLS transport 
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /pipelines/start was not found on this server.</p>
<hr>
<address>Apache/2.4.25 (Debian) Server at localhost Port 9000</address>
</body></html>

plan request failed
github.com/spinnaker/roer/spinnaker.(*client).Plan