1d40d26c04
This will allow us to support resources creation by using Ansible playbooks. Also, updated the floatinip playbook to include tasks for removing an istnace. As opposed to Heat, where we can just specify the stack name to remove it, to remove Ansible resources we need to specify their names (since there is no bundling of resources). Also, updated pipfile with Ansible requirement and removed walk assert since there is no need to test it, it doesn't tells us anything about Tobiko funcionaility. Change-Id: I7581818934fca635ddb9b037ecee7ceae7a02010
14 lines
191 B
TOML
14 lines
191 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
tobiko = {editable = true, path = "."}
|
|
ansible = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.7"
|