Coder Social home page Coder Social logo

Comments (7)

jervi avatar jervi commented on August 18, 2024 1

I validated buckets in eu-west-1, so it shouldn't have to be us-west-1...

from spinnaker.github.io.

ttomsu avatar ttomsu commented on August 18, 2024

@lwander or @jervi, can you take a look at this?

from spinnaker.github.io.

lwander avatar lwander commented on August 18, 2024

quick fix - region for some reason needs to be us-west-1 (I don't know enough about the AWS support to say why). I have a fix for the error explaining this coming in the next halyard release (0.22.0)

from spinnaker.github.io.

camilosantana avatar camilosantana commented on August 18, 2024

So it's not a region issue? Is there a policy I need to write up that's implied in the instructions?

from spinnaker.github.io.

jervi avatar jervi commented on August 18, 2024

I just tested this in a fresh AWS instance, and it worked as expected. I provided eu-west-1 where you have $REGION above.

from spinnaker.github.io.

camilosantana avatar camilosantana commented on August 18, 2024

from spinnaker.github.io.

camilosantana avatar camilosantana commented on August 18, 2024

@jervi

i'm still getting the same issue.

I deploy an Ubuntu 14 image from ami-ad4b33bb in us-east-1

i install halyard per instructions

curl -O https://raw.githubusercontent.com/spinnaker/halyard/master/install/stable/InstallHalyard.sh
sudo bash InstallHalyard.sh

i attempt to configure storage

$ echo $ACCESS_KEY | \
> hal config storage s3 edit --access-key-id $ACCESS_KEY_ID \
>   --region us-east-1 \
>   --bucket $BUCKET \
>   --root-folder d1c294e8_spinnaker_persistent_data \
>   --secret-access-key
+ Get current deployment
  Success
+ Get persistent store
  Success
- Edit persistent store
  Failure
Problems in Global:
! ERROR Unexpected exception: java.lang.RuntimeException: Failed to
  invoke validate() on "S3Validator" for node "S3PersistentStore

- Failed to edit persistent store "s3".

it fails.

I can configure, as @lwander stated, in us-west-1

$ echo $ACCESS_KEY | \
> hal config storage s3 edit --access-key-id $ACCESS_KEY_ID \
>   --region us-west-1 \
>   --bucket $BUCKET \
>   --root-folder d1c294e8_spinnaker_persistent_data \
>   --secret-access-key
+ Get current deployment
  Success
+ Get persistent store
  Success
+ Edit persistent store
  Success
Problems in default.persistentStorage:
- WARNING Your deployment will most likely fail until you configure
  and enable a persistent store.

Problems in default:
- WARNING You have not yet selected a version of Spinnaker to
  deploy.
? Options include:
  - 1.0.0

Conclusion: At this time, for US at least, it seems we have to create s3 bucket in us-west-1

from spinnaker.github.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.