安装 Spinnaker 时出现异常

Exception while Installing Spinnaker

我正在尝试安装 Spinnaker,但每次都遇到问题。 1. 尝试使用 Google Launcher 进行部署,它没有在端口 9000 上启动任何东西 2. 现在尝试使用 https://github.com/spinnaker/spinnaker 中提到的步骤进行安装。在这里我 ../spinnaker/dev/run_dev.sh 我得到一个异常

Invocation of init method failed; nested exception is com.netflix.astyanax.connectionpool.exceptions.NoAvailableHostsException: NoAvailableHostsException: [hos
t=None(0.0.0.0):0, latency=0(0), attempts=0]No hosts to borrow from
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:661)
    at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)

我还安装了 Cassandra(使用步骤 https://hostpresto.com/community/tutorials/how-to-install-apache-cassandra-on-ubuntu-14-04/)并检查了我是否能够执行 cqlsh。

请帮忙

谢谢, 阿莫尔

Google Spinnaker Cloud Launcher 确实坏了。我最近尝试了几次使用它来部署 Spinnaker,并遇到了与您相同的问题。

当你说:

Now trying to install using steps mentioned in https://github.com/spinnaker/spinnaker.

你的意思是你正在设置开发环境?这意味着当您真正想为 Spinnaker 编写代码时使用,而不是用于项目的正常使用。

获得 运行 Spinnaker 安装的推荐方法是使用 Halyard Spinnaker 部署工具。