We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello !
I created a TOSCA template in /tmp/valid/main.yaml. I succeed in register it with :
/tmp/valid/main.yaml
$ 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 :
deploy
$ 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello !
I created a TOSCA template in
/tmp/valid/main.yaml
.I succeed in register it with :
But every time I try to use the
deploy
command I get this error :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
The text was updated successfully, but these errors were encountered: