perun icon indicating copy to clipboard operation
perun copied to clipboard

A command-line validation tool for AWS Cloud Formation that allows to conquer the cloud faster!

Results 16 perun issues
Sort by recently updated
recently updated
newest added

Perun throws an error: ``` GOROOT=/usr/local/Cellar/go/1.9.3/libexec #gosetup GOPATH=/Users/maksymilian/go #gosetup /usr/local/Cellar/go/1.9.3/libexec/bin/go build -i -o /private/var/folders/0d/93p3r6493yg7p0rvl_4r983m0000gn/T/___1validate /Users/maksymilian/go/src/github.com/Appliscale/perun/main.go #gosetup /private/var/folders/0d/93p3r6493yg7p0rvl_4r983m0000gn/T/___1validate validate testTemplates/ec2-etl.yaml #gosetup INFO: Configuration file from the following location will be used:...

defect

```(venv) pub.direct ❯ perun create-stack my-test-stack cf.yml --progress --capabilities CAPABILITY_NAMED_IAM INFO: Configuration file from the following location will be used: /Users/maksymilian/.config/perun/main.yaml INFO: Session token will expire in 42m24s (2019-02-07 16:44:16)...

defect

Sometimes, when running tests an error appears: ``` INFO: Running on EC2 ERROR: RequestError: send request failed caused by: Get http://169.254.169.254/latest/meta-data/placement/availability-zone: dial tcp 169.254.169.254:80: connect: host is down --- FAIL:...

defect
help wanted

Currently _AWS API_ when asked for a price estimation for a _CloudFormation_ template returns link to the _AWS Calculator_ which is not exactly we want. 😉 We would like to...

feature
user experience
documentation

We need to clean up our readme file a bit. All the tutorials and documentation should be moved to the website, maintainers and contributors should be updated.

user experience
revision

We would like to be able to see `diff` state between what *CloudFormation* knows about particular stack from its state (based on the file) and how the current resource looks...

feature
discussion
not formalized

We need to gather feedback from current users (internally - knowledge sharing sessions and externally - other meet-ups), improve documentation and make a little more noise around `perun` in social...

user experience
documentation
marketing

Let's discuss here what we would love to see as a next step of validation / linting capabilities, our list so far: - In many cases fails during _CloudFormation_ run...

feature
discussion
not formalized

We did some research before we started and @pfigwer found couple of interesting facts - in most cases integration with _editors_ for _CloudFormation_ is based on basically _auto-completion_ (crude and...

feature
discussion
not formalized

It seems that Travis CI support for Windows build pipelines is still in beta and immature. After some research, I found tool that might be handy and it's free for...

feature
help wanted
documentation
internals