Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid URL even if the template exists #7

Open
IceManGreen opened this issue May 29, 2024 · 0 comments
Open

Invalid URL even if the template exists #7

IceManGreen opened this issue May 29, 2024 · 0 comments

Comments

@IceManGreen
Copy link

Hello !

I created a TOSCA template in /tmp/valid/main.yaml.
I succeed in register it with :

$ khutulun template register valid-main file:///tmp/valid/main.yaml
$ khutulun template fetch valid-main
.lock
main.yaml
$ ls /tmp/khutulun/state/_/template/valid-main/main.yaml
> # OK

But every time I try to use the deploy command I get this error :

$ khutulun service deploy valid-main --template valid-main                                                             
Aborted: invalid URL: /home/freyja/khutulun/state/_/template/valid-main/main.yaml

Same with other option :

$ khutulun service deploy valid-main -m file:///tmp/valid/main.yaml
Aborted: invalid URL: # NOTE : the path is valid though
$ khutulun service deploy valid-main -m /tmp/valid/main.yaml
invalid URL: /tmp/valid/main.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant