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
$ infrared cloud-config --deployment-files virt --tasks launch_workload [...] TASK [Assign floating IP to workload instance] *************************************************************************** fatal: [undercloud-0 -> xxx.host.com]: FAILED! => {"changed": false, "extra_data": null, "msg": "ResourceNotFound: 404: Client Error for url: https://10.0.0.101:13774/v2.1/os-floating-ips, Floating IP pool not found."}
$ infrared cloud-config --deployment-files virt --tasks launch_workload
[...]
TASK [Assign floating IP to workload instance] ***************************************************************************
fatal: [undercloud-0 -> xxx.host.com]: FAILED! => {"changed": false, "extra_data": null, "msg": "ResourceNotFound: 404: Client Error for url: https://10.0.0.101:13774/v2.1/os-floating-ips, Floating IP pool not found."}
network_name: "{{ install.public.get('net', {}).name|default(pool_name.stdout_lines|last) }}"
network_name: "nova"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Infrared Plugin: cloud-config
Issue:
$ infrared cloud-config --deployment-files virt --tasks launch_workload
[...]
TASK [Assign floating IP to workload instance] ***************************************************************************
fatal: [undercloud-0 -> xxx.host.com]: FAILED! => {"changed": false, "extra_data": null, "msg": "ResourceNotFound: 404: Client Error for url: https://10.0.0.101:13774/v2.1/os-floating-ips, Floating IP pool not found."}
Analysis:
Workaround:
network_name: "{{ install.public.get('net', {}).name|default(pool_name.stdout_lines|last) }}"
network_name: "nova"
Require:
The text was updated successfully, but these errors were encountered: