Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Unable to install more than one plugin at once #115

Open
wenisman opened this issue Sep 27, 2018 · 0 comments
Open

Unable to install more than one plugin at once #115

wenisman opened this issue Sep 27, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@wenisman
Copy link

wenisman commented Sep 27, 2018

Describe the bug
When installing more than a single plugin Kombustion will not find the first plugins but only the last one in the list in the Kombustion.yaml

To Reproduce

  1. install the network plugin
  2. install the serverless plugin
  3. try and generate a stack

Expected behavior
A stack generation should run with no hassles using the stacks that were installed

Screenshots

➜  infrastructure kombustion add github.com/KablamoOSS/kombustion-plugin-network
➜  infrastructure kombustion add github.com/KablamoOSS/kombustion-plugin-serverless
➜  Add plugins
   └─ Found release v0.0.7 for KablamoOSS/kombustion-plugin-network
      └─ Adding plugin: github.com/KablamoOSS/kombustion-plugin-network
➜  Installing plugins
      └─ Installed github.com/KablamoOSS/kombustion-plugin-network                                  
      └─ Already installed github.com/KablamoOSS/kombustion-plugin-serverless@v0.1.2[linux/amd64]
      └─ Already installed github.com/KablamoOSS/kombustion-plugin-serverless@v0.1.2[linux/arm64]
      └─ Already installed github.com/KablamoOSS/kombustion-plugin-serverless@v0.1.2[darwin/amd64]
      └─ Already installed github.com/KablamoOSS/kombustion-plugin-serverless@v0.1.2[linux/386]
      └─ Installed github.com/KablamoOSS/kombustion-plugin-serverless
✔  Installed plugins
➜  infrastructure kombustion install                                            
➜  Install plugins
➜  Installing plugins
      └─ Already installed github.com/KablamoOSS/kombustion-plugin-network@v0.0.7[darwin/amd64]
      └─ Already installed github.com/KablamoOSS/kombustion-plugin-network@v0.0.7[linux/386]
      └─ Already installed github.com/KablamoOSS/kombustion-plugin-network@v0.0.7[linux/amd64]
      └─ Already installed github.com/KablamoOSS/kombustion-plugin-network@v0.0.7[linux/arm64]
      └─ Installed github.com/KablamoOSS/kombustion-plugin-network
      └─ Already installed github.com/KablamoOSS/kombustion-plugin-serverless@v0.1.2[linux/arm64]
      └─ Already installed github.com/KablamoOSS/kombustion-plugin-serverless@v0.1.2[darwin/amd64]
      └─ Already installed github.com/KablamoOSS/kombustion-plugin-serverless@v0.1.2[linux/386]
      └─ Already installed github.com/KablamoOSS/kombustion-plugin-serverless@v0.1.2[linux/amd64]
      └─ Installed github.com/KablamoOSS/kombustion-plugin-serverless
✔  Installed plugins
➜  infrastructure kombustion generate stacks/base.yaml                          
➜  Generate template
✖  Fatal: Plugin `github.com/KablamoOSS/kombustion-plugin-network` is not installed, but is included in kombustion.yaml
☞  Resolution: Run `kombustion install` to fix.

Desktop (please complete the following information):

  • MacOS High Sierra 10.13.6
  • Version 0.3.6
@ojkelly ojkelly added the bug Something isn't working label Sep 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants