Skip to content

Instantly share code, notes, and snippets.

@a1git
Created December 11, 2020 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a1git/1c2364a0fd8b7573908d6c87c66c5d97 to your computer and use it in GitHub Desktop.
Save a1git/1c2364a0fd8b7573908d6c87c66c5d97 to your computer and use it in GitHub Desktop.
TASK [os_octavia : save iptables rules (CentOS)] ***********************************************************************************************************************
task path: /etc/ansible/roles/os_octavia/tasks/octavia_post_install.yml:31
<c1_octavia_server_container-50422f30> Task "save iptables rules (CentOS)" has been omitted from the job because the conditional "["ansible_distribution == 'CentOS'"]"
was evaluated as "False"
<c2_octavia_server_container-69cbc50b> Task "save iptables rules (CentOS)" has been omitted from the job because the conditional "["ansible_distribution == 'CentOS'"]"
was evaluated as "False"
<c3_octavia_server_container-692ae034> Task "save iptables rules (CentOS)" has been omitted from the job because the conditional "["ansible_distribution == 'CentOS'"]"
was evaluated as "False"
TASK [os_octavia : Copy user provided HAProxy templates] ***************************************************************************************************************
task path: /etc/ansible/roles/os_octavia/tasks/octavia_post_install.yml:36
<c1_octavia_server_container-50422f30> The "physical_host" variable of "c1" has been found to have a corresponding host entry in inventory.
<c1_octavia_server_container-50422f30> The "physical_host" variable of "c1" terminates at "10.101.72.10" using the host variable "ansible_host".
<c2_octavia_server_container-69cbc50b> The "physical_host" variable of "c2" has been found to have a corresponding host entry in inventory.
<c2_octavia_server_container-69cbc50b> The "physical_host" variable of "c2" terminates at "10.101.73.10" using the host variable "ansible_host".
<c3_octavia_server_container-692ae034> The "physical_host" variable of "c3" has been found to have a corresponding host entry in inventory.
<c3_octavia_server_container-692ae034> The "physical_host" variable of "c3" terminates at "10.101.74.10" using the host variable "ansible_host".
TASK [os_octavia : Get Octavia flavor details] *************************************************************************************************************************
task path: /etc/ansible/roles/os_octavia/tasks/octavia_post_install.yml:49
<c1_octavia_server_container-50422f30> The "physical_host" variable of "c1" has been found to have a corresponding host entry in inventory.
<c1_octavia_server_container-50422f30> The "physical_host" variable of "c1" terminates at "10.101.72.10" using the host variable "ansible_host".
<c2_octavia_server_container-69cbc50b> The "physical_host" variable of "c2" has been found to have a corresponding host entry in inventory.
<c2_octavia_server_container-69cbc50b> The "physical_host" variable of "c2" terminates at "10.101.73.10" using the host variable "ansible_host".
<c3_octavia_server_container-692ae034> The "physical_host" variable of "c3" has been found to have a corresponding host entry in inventory.
<c3_octavia_server_container-692ae034> The "physical_host" variable of "c3" terminates at "10.101.74.10" using the host variable "ansible_host".
FAILED - RETRYING: Get Octavia flavor details (5 retries left).
FAILED - RETRYING: Get Octavia flavor details (5 retries left).
FAILED - RETRYING: Get Octavia flavor details (5 retries left).
FAILED - RETRYING: Get Octavia flavor details (4 retries left).
FAILED - RETRYING: Get Octavia flavor details (4 retries left).
FAILED - RETRYING: Get Octavia flavor details (4 retries left).
FAILED - RETRYING: Get Octavia flavor details (3 retries left).
FAILED - RETRYING: Get Octavia flavor details (3 retries left).
FAILED - RETRYING: Get Octavia flavor details (3 retries left).
FAILED - RETRYING: Get Octavia flavor details (2 retries left).
FAILED - RETRYING: Get Octavia flavor details (2 retries left).
FAILED - RETRYING: Get Octavia flavor details (2 retries left).
FAILED - RETRYING: Get Octavia flavor details (1 retries left).
FAILED - RETRYING: Get Octavia flavor details (1 retries left).
FAILED - RETRYING: Get Octavia flavor details (1 retries left).
fatal: [c3_octavia_server_container-692ae034]: FAILED! => {"attempts": 5, "changed": false, "msg": "openstacksdk is required for this module"}
fatal: [c1_octavia_server_container-50422f30]: FAILED! => {"attempts": 5, "changed": false, "msg": "openstacksdk is required for this module"}
fatal: [c2_octavia_server_container-69cbc50b]: FAILED! => {"attempts": 5, "changed": false, "msg": "openstacksdk is required for this module"}
PLAY RECAP ************************************************************************************************************************************************************$
c1_octavia_server_container-50422f30 : ok=114 changed=6 unreachable=0 failed=1 skipped=30 rescued=0 ignored=0
c2_octavia_server_container-69cbc50b : ok=60 changed=2 unreachable=0 failed=1 skipped=28 rescued=0 ignored=0
c3_octavia_server_container-692ae034 : ok=60 changed=2 unreachable=0 failed=1 skipped=28 rescued=0 ignored=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment