Skip to content

Instantly share code, notes, and snippets.

@holtgrewe
Created November 15, 2021 16:16
Show Gist options
  • Save holtgrewe/4e93aa6d5cda12d1842ffa9b08a1db5f to your computer and use it in GitHub Desktop.
Save holtgrewe/4e93aa6d5cda12d1842ffa9b08a1db5f to your computer and use it in GitHub Desktop.
I'm trying the following configuration in kayobe-config
# cd kayobe-config
# git diff
diff --git a/etc/kayobe/bifrost.yml b/etc/kayobe/bifrost.yml
index 0bfcec7..ac16e23 100644
--- a/etc/kayobe/bifrost.yml
+++ b/etc/kayobe/bifrost.yml
@@ -23,10 +23,10 @@
# Diskimage-builder configuration.
# DIB base OS element. Default is {{ os_distribution }}.
-#kolla_bifrost_dib_os_element:
+kolla_bifrost_dib_os_element: "centos"
# DIB image OS release. Default is {{ os_release }}.
-#kolla_bifrost_dib_os_release:
+kolla_bifrost_dib_os_release: "8-stream"
# List of default DIB elements. Default is ["disable-selinux",
# "enable-serial-console", "vm"] when os_distribution is "centos", or
diff --git a/etc/kayobe/globals.yml b/etc/kayobe/globals.yml
index a4150d8..234198f 100644
--- a/etc/kayobe/globals.yml
+++ b/etc/kayobe/globals.yml
@@ -47,11 +47,11 @@
# OS distribution name. Valid options are "centos", "ubuntu". Default is
# "centos".
-#os_distribution:
+os_distribution: rocky
# OS release. Valid options are "8-stream" when os_distribution is "centos", or
# "focal" when os_distribution is "ubuntu".
-#os_release:
+os_release: 8
I'm applying the following patches to kayobe and kolla-ansible
# cd ../kayobe
# git diff
diff --git a/ansible/group_vars/all/infra-vms b/ansible/group_vars/all/infra-vms
index 71dec962..750b151c 100644
--- a/ansible/group_vars/all/infra-vms
+++ b/ansible/group_vars/all/infra-vms
@@ -48,6 +48,8 @@ infra_vm_root_format: qcow2
infra_vm_root_image: >-
{%- if os_distribution == 'ubuntu' %}
https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
+ {%- elif os_distribution == 'rocky' -%}
+ https://dl.rockylinux.org/pub/rocky/8.4/images/Rocky-8-GenericCloud-8.4-20210620.0.x86_64.qcow2
{%- else -%}
https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210210.0.x86_64.qcow2
{%- endif %}
diff --git a/ansible/group_vars/all/seed-vm b/ansible/group_vars/all/seed-vm
index 4dcda828..1463ebdb 100644
--- a/ansible/group_vars/all/seed-vm
+++ b/ansible/group_vars/all/seed-vm
@@ -48,6 +48,8 @@ seed_vm_root_format: qcow2
seed_vm_root_image: >-
{%- if os_distribution == 'ubuntu' %}
https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
+ {%- elif os_distribution == 'rocky' -%}
+ https://dl.rockylinux.org/pub/rocky/8.4/images/Rocky-8-GenericCloud-8.4-20210620.0.x86_64.qcow2
{%- else -%}
https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210210.0.x86_64.qcow2
{%- endif %}
# cd ../kolla-ansible
# git diff
diff --git a/ansible/roles/baremetal/defaults/main.yml b/ansible/roles/baremetal/defaults/main.yml
index bb19f40b7..f538ea695 100644
--- a/ansible/roles/baremetal/defaults/main.yml
+++ b/ansible/roles/baremetal/defaults/main.yml
@@ -10,7 +10,7 @@ docker_apt_key_id: "0EBFCD88"
docker_apt_package: "docker-ce"
# Docker Yum repository configuration.
-docker_yum_url: "https://download.docker.com/linux/{{ ansible_facts.distribution | lower }}"
+docker_yum_url: "https://download.docker.com/linux/{% if ansible_facts.distribution == 'Rocky' %}centos{% else %}{{ ansible_facts.distribution | lower }}{% endif %}"
docker_yum_baseurl: "{{ docker_yum_url }}/$releasever/$basearch/stable"
docker_yum_gpgkey: "{{ docker_yum_url }}/gpg"
docker_yum_gpgcheck: true
diff --git a/ansible/roles/prechecks/vars/main.yml b/ansible/roles/prechecks/vars/main.yml
index ea32bd291..e087faffc 100644
--- a/ansible/roles/prechecks/vars/main.yml
+++ b/ansible/roles/prechecks/vars/main.yml
@@ -15,5 +15,7 @@ host_os_distributions:
- "bullseye"
RHEL:
- "8"
+ Rocky:
+ - "8"
Ubuntu:
- "focal"
diff --git a/doc/source/user/support-matrix.rst b/doc/source/user/support-matrix.rst
index a57f95fa6..eeec537ba 100644
--- a/doc/source/user/support-matrix.rst
+++ b/doc/source/user/support-matrix.rst
@@ -24,6 +24,7 @@ Kolla Ansible supports the following host Operating Systems (OS):
* CentOS Stream 8
* Debian Bullseye (11)
* RHEL 8 (deprecated)
+* Rocky Linux 8
* Ubuntu Focal (20.04)
Supported container images
But I end up with CentOS 8 Stream on my overcloud.
Without using the settings
kolla_bifrost_dib_os_element: "centos"
kolla_bifrost_dib_os_release: "8-stream"
I end up with an error when trying to deploy seed images.
# kayobe seed service deploy -vvv
[...]
"stdout_lines": [
"ansible-playbook 2.10.15",
" config file = None",
" configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']",
" ansible python module location = /var/lib/kolla/venv/lib/python3.6/site-packages/ansible",
" executable location = /var/lib/kolla/venv/bin/ansible-playbook",
" python version = 3.6.8 (default, Oct 19 2021, 05:14:06) [GCC 8.5.0 20210514 (Red Hat 8.5.0-3)]",
"No config file found; using defaults",
"setting up inventory plugins",
"host_list declined parsing /bifrost/playbooks/inventory/target as it did not pass its verify_file() method",
"script declined parsing /bifrost/playbooks/inventory/target as it did not pass its verify_file() method",
"auto declined parsing /bifrost/playbooks/inventory/target as it did not pass its verify_file() method",
"Set default localhost to 127.0.0.1",
"Parsed /bifrost/playbooks/inventory/target inventory source with ini plugin",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/install.yml",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml",
"redirecting (type: modules) ansible.builtin.mysql_db to community.mysql.mysql_db",
"Loading collection community.mysql from /var/lib/kolla/venv/lib/python3.6/site-packages/ansible_collections/community/mysql",
"redirecting (type: modules) ansible.builtin.mysql_user to community.mysql.mysql_user",
"redirecting (type: modules) ansible.builtin.sysctl to ansible.posix.sysctl",
"Loading collection ansible.posix from /var/lib/kolla/venv/lib/python3.6/site-packages/ansible_collections/ansible/posix",
"redirecting (type: modules) ansible.builtin.seport to community.general.seport",
"Loading collection community.general from /var/lib/kolla/venv/lib/python3.6/site-packages/ansible_collections/community/general",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/upgrade.yml",
"Loading collection openstack.cloud from /bifrost/playbooks/collections/ansible_collections/openstack/cloud",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/start.yml",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/install.yml",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/vendor_deps.yml",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml",
"redirecting (type: modules) ansible.builtin.mysql_db to community.mysql.mysql_db",
"redirecting (type: modules) ansible.builtin.mysql_user to community.mysql.mysql_user",
"redirecting (type: modules) ansible.builtin.htpasswd to community.general.htpasswd",
"redirecting (type: modules) ansible.builtin.htpasswd to community.general.htpasswd",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml",
"redirecting (type: modules) ansible.builtin.os_project to openstack.cloud.project",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/ssh_public_key_path.yaml",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/ironic_config.yml",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/hw_types.yml",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml",
"redirecting (type: modules) ansible.builtin.mysql_db to community.mysql.mysql_db",
"redirecting (type: modules) ansible.builtin.mysql_user to community.mysql.mysql_user",
"redirecting (type: modules) ansible.builtin.htpasswd to community.general.htpasswd",
"redirecting (type: modules) ansible.builtin.htpasswd to community.general.htpasswd",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml",
"redirecting (type: modules) ansible.builtin.firewalld to ansible.posix.firewalld",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/get_ipxe.yml",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_esp.yml",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml",
"redirecting (type: modules) ansible.builtin.firewalld to ansible.posix.firewalld",
"redirecting (type: modules) ansible.builtin.firewalld to ansible.posix.firewalld",
"redirecting (type: modules) ansible.builtin.seport to community.general.seport",
"redirecting (type: modules) ansible.builtin.sefcontext to community.general.sefcontext",
"redirecting (type: modules) ansible.builtin.sefcontext to community.general.sefcontext",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/start.yml",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_start.yml",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/prometheus_exporter_start.yml",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/migrations.yml",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/validate.yml",
"statically imported: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-client-config/tasks/validate.yml",
"Loading callback plugin default of type stdout, v2.0 from /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/plugins/callback/default.py",
"Skipping callback 'default', as we already have a stdout callback.",
"Skipping callback 'minimal', as we already have a stdout callback.",
"Skipping callback 'oneline', as we already have a stdout callback.",
"",
"PLAYBOOK: install.yaml *********************************************************",
"Positional arguments: /bifrost/playbooks/install.yaml",
"verbosity: 4",
"connection: smart",
"timeout: 10",
"become_method: sudo",
"tags: ('all',)",
"inventory: ('/bifrost/playbooks/inventory/target',)",
"extra_vars: ('@/etc/bifrost/bifrost.yml', '@/etc/bifrost/dib.yml', 'skip_package_install=true')",
"forks: 5",
"1 plays in /bifrost/playbooks/install.yaml",
"",
"PLAY [Install Ironic on the target host.] **************************************",
"",
"TASK [Gathering Facts] *********************************************************",
"task path: /bifrost/playbooks/install.yaml:2",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986122.0399072-49-17712168477188 `\" && echo ansible-tmp-1636986122.0399072-49-17712168477188=\"` echo /root/.ansible/tmp/ansible-tmp-1636986122.0399072-49-17712168477188 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/setup.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmplqaxz8_f TO /root/.ansible/tmp/ansible-tmp-1636986122.0399072-49-17712168477188/AnsiballZ_setup.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986122.0399072-49-17712168477188/ /root/.ansible/tmp/ansible-tmp-1636986122.0399072-49-17712168477188/AnsiballZ_setup.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986122.0399072-49-17712168477188/AnsiballZ_setup.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986122.0399072-49-17712168477188/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1]",
"META: ran handlers",
"",
"TASK [bifrost-prep-for-install : ensure installation root folder exists] *******",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-prep-for-install/tasks/main.yml:16",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986123.339575-165-251693282964434 `\" && echo ansible-tmp-1636986123.339575-165-251693282964434=\"` echo /root/.ansible/tmp/ansible-tmp-1636986123.339575-165-251693282964434 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp0xlw2yv5 TO /root/.ansible/tmp/ansible-tmp-1636986123.339575-165-251693282964434/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986123.339575-165-251693282964434/ /root/.ansible/tmp/ansible-tmp-1636986123.339575-165-251693282964434/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986123.339575-165-251693282964434/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986123.339575-165-251693282964434/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => {",
" \"changed\": false,",
" \"diff\": {",
" \"after\": {",
" \"path\": \"/opt/stack\"",
" },",
" \"before\": {",
" \"path\": \"/opt/stack\"",
" }",
" },",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"dest\": \"/opt/stack\",",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"0\",",
" \"mode\": null,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"owner\": \"root\",",
" \"path\": \"/opt/stack\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"mode\": \"0755\",",
" \"owner\": \"root\",",
" \"path\": \"/opt/stack\",",
" \"size\": 181,",
" \"state\": \"directory\",",
" \"uid\": 0",
"}",
"",
"TASK [bifrost-prep-for-install : Download via GIT] *****************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-prep-for-install/tasks/main.yml:24",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986123.882104-181-52983186977852 `\" && echo ansible-tmp-1636986123.882104-181-52983186977852=\"` echo /root/.ansible/tmp/ansible-tmp-1636986123.882104-181-52983186977852 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/git.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpo2fsi0oe TO /root/.ansible/tmp/ansible-tmp-1636986123.882104-181-52983186977852/AnsiballZ_git.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986123.882104-181-52983186977852/ /root/.ansible/tmp/ansible-tmp-1636986123.882104-181-52983186977852/AnsiballZ_git.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986123.882104-181-52983186977852/AnsiballZ_git.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986123.882104-181-52983186977852/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic', 'git_url': 'https://opendev.org/openstack/ironic', 'git_branch': 'stable/xena', 'name': 'ironic'}) => {",
" \"after\": \"c9297ce7842172b0e6684698fc27af01bd544273\",",
" \"ansible_loop_var\": \"item\",",
" \"before\": \"c9297ce7842172b0e6684698fc27af01bd544273\",",
" \"changed\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"accept_hostkey\": false,",
" \"archive\": null,",
" \"archive_prefix\": null,",
" \"bare\": false,",
" \"clone\": true,",
" \"depth\": null,",
" \"dest\": \"/opt/stack/ironic\",",
" \"executable\": null,",
" \"force\": true,",
" \"gpg_whitelist\": [],",
" \"key_file\": null,",
" \"recursive\": true,",
" \"reference\": null,",
" \"refspec\": null,",
" \"remote\": \"origin\",",
" \"repo\": \"https://opendev.org/openstack/ironic\",",
" \"separate_git_dir\": null,",
" \"ssh_opts\": null,",
" \"track_submodules\": false,",
" \"umask\": null,",
" \"update\": true,",
" \"verify_commit\": false,",
" \"version\": \"stable/xena\"",
" }",
" },",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic\",",
" \"git_url\": \"https://opendev.org/openstack/ironic\",",
" \"name\": \"ironic\"",
" },",
" \"remote_url_changed\": false",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/python-ironicclient', 'git_url': 'https://opendev.org/openstack/python-ironicclient', 'git_branch': 'stable/xena', 'name': 'ironicclient', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/python-ironicclient\",",
" \"git_url\": \"https://opendev.org/openstack/python-ironicclient\",",
" \"name\": \"ironicclient\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/openstacksdk', 'git_url': 'https://opendev.org/openstack/openstacksdk', 'git_branch': 'stable/xena', 'name': 'openstacksdk', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/openstacksdk\",",
" \"git_url\": \"https://opendev.org/openstack/openstacksdk\",",
" \"name\": \"openstacksdk\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986130.2915308-181-207142142644195 `\" && echo ansible-tmp-1636986130.2915308-181-207142142644195=\"` echo /root/.ansible/tmp/ansible-tmp-1636986130.2915308-181-207142142644195 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/git.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpfsifnm0b TO /root/.ansible/tmp/ansible-tmp-1636986130.2915308-181-207142142644195/AnsiballZ_git.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986130.2915308-181-207142142644195/ /root/.ansible/tmp/ansible-tmp-1636986130.2915308-181-207142142644195/AnsiballZ_git.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986130.2915308-181-207142142644195/AnsiballZ_git.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986130.2915308-181-207142142644195/ > /dev/null 2>&1 && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"ok: [127.0.0.1] => (item={'git_folder': '/opt/stack/diskimage-builder', 'git_url': 'https://opendev.org/openstack/diskimage-builder', 'git_branch': 'master', 'name': 'dib'}) => {",
" \"after\": \"85e20d9852b34b307fad0cd4fae722f8f9161930\",",
" \"ansible_loop_var\": \"item\",",
" \"before\": \"85e20d9852b34b307fad0cd4fae722f8f9161930\",",
" \"changed\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"accept_hostkey\": false,",
" \"archive\": null,",
" \"archive_prefix\": null,",
" \"bare\": false,",
" \"clone\": true,",
" \"depth\": null,",
" \"dest\": \"/opt/stack/diskimage-builder\",",
" \"executable\": null,",
" \"force\": true,",
" \"gpg_whitelist\": [],",
" \"key_file\": null,",
" \"recursive\": true,",
" \"reference\": null,",
" \"refspec\": null,",
" \"remote\": \"origin\",",
" \"repo\": \"https://opendev.org/openstack/diskimage-builder\",",
" \"separate_git_dir\": null,",
" \"ssh_opts\": null,",
" \"track_submodules\": false,",
" \"umask\": null,",
" \"update\": true,",
" \"verify_commit\": false,",
" \"version\": \"master\"",
" }",
" },",
" \"item\": {",
" \"git_branch\": \"master\",",
" \"git_folder\": \"/opt/stack/diskimage-builder\",",
" \"git_url\": \"https://opendev.org/openstack/diskimage-builder\",",
" \"name\": \"dib\"",
" },",
" \"remote_url_changed\": false",
"}",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986133.84052-181-109866685505988 `\" && echo ansible-tmp-1636986133.84052-181-109866685505988=\"` echo /root/.ansible/tmp/ansible-tmp-1636986133.84052-181-109866685505988 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/git.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpo9mac5cz TO /root/.ansible/tmp/ansible-tmp-1636986133.84052-181-109866685505988/AnsiballZ_git.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986133.84052-181-109866685505988/ /root/.ansible/tmp/ansible-tmp-1636986133.84052-181-109866685505988/AnsiballZ_git.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986133.84052-181-109866685505988/AnsiballZ_git.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986133.84052-181-109866685505988/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic-inspector', 'git_url': 'https://opendev.org/openstack/ironic-inspector', 'git_branch': 'stable/xena', 'name': 'ironicinspector', 'source_install': True}) => {",
" \"after\": \"d2328f0d80aee120d17151dc3b15accf512b46bb\",",
" \"ansible_loop_var\": \"item\",",
" \"before\": \"d2328f0d80aee120d17151dc3b15accf512b46bb\",",
" \"changed\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"accept_hostkey\": false,",
" \"archive\": null,",
" \"archive_prefix\": null,",
" \"bare\": false,",
" \"clone\": true,",
" \"depth\": null,",
" \"dest\": \"/opt/stack/ironic-inspector\",",
" \"executable\": null,",
" \"force\": true,",
" \"gpg_whitelist\": [],",
" \"key_file\": null,",
" \"recursive\": true,",
" \"reference\": null,",
" \"refspec\": null,",
" \"remote\": \"origin\",",
" \"repo\": \"https://opendev.org/openstack/ironic-inspector\",",
" \"separate_git_dir\": null,",
" \"ssh_opts\": null,",
" \"track_submodules\": false,",
" \"umask\": null,",
" \"update\": true,",
" \"verify_commit\": false,",
" \"version\": \"stable/xena\"",
" }",
" },",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic-inspector\",",
" \"git_url\": \"https://opendev.org/openstack/ironic-inspector\",",
" \"name\": \"ironicinspector\",",
" \"source_install\": true",
" },",
" \"remote_url_changed\": false",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/python-ironic-inspector-client', 'git_url': 'https://opendev.org/openstack/python-ironic-inspector-client', 'git_branch': 'stable/xena', 'name': 'ironicinspectorclient', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/python-ironic-inspector-client\",",
" \"git_url\": \"https://opendev.org/openstack/python-ironic-inspector-client\",",
" \"name\": \"ironicinspectorclient\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986136.924193-181-157092643343269 `\" && echo ansible-tmp-1636986136.924193-181-157092643343269=\"` echo /root/.ansible/tmp/ansible-tmp-1636986136.924193-181-157092643343269 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/git.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp72ixp87l TO /root/.ansible/tmp/ansible-tmp-1636986136.924193-181-157092643343269/AnsiballZ_git.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986136.924193-181-157092643343269/ /root/.ansible/tmp/ansible-tmp-1636986136.924193-181-157092643343269/AnsiballZ_git.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986136.924193-181-157092643343269/AnsiballZ_git.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986136.924193-181-157092643343269/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => (item={'git_folder': '/opt/stack/requirements', 'git_url': 'https://opendev.org/openstack/requirements', 'git_branch': 'stable/xena', 'name': 'requirements'}) => {",
" \"after\": \"670bc6873ce85fcceb38adf1d37e329177c8494e\",",
" \"ansible_loop_var\": \"item\",",
" \"before\": \"670bc6873ce85fcceb38adf1d37e329177c8494e\",",
" \"changed\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"accept_hostkey\": false,",
" \"archive\": null,",
" \"archive_prefix\": null,",
" \"bare\": false,",
" \"clone\": true,",
" \"depth\": null,",
" \"dest\": \"/opt/stack/requirements\",",
" \"executable\": null,",
" \"force\": true,",
" \"gpg_whitelist\": [],",
" \"key_file\": null,",
" \"recursive\": true,",
" \"reference\": null,",
" \"refspec\": null,",
" \"remote\": \"origin\",",
" \"repo\": \"https://opendev.org/openstack/requirements\",",
" \"separate_git_dir\": null,",
" \"ssh_opts\": null,",
" \"track_submodules\": false,",
" \"umask\": null,",
" \"update\": true,",
" \"verify_commit\": false,",
" \"version\": \"stable/xena\"",
" }",
" },",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/requirements\",",
" \"git_url\": \"https://opendev.org/openstack/requirements\",",
" \"name\": \"requirements\"",
" },",
" \"remote_url_changed\": false",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986141.4462883-181-194414518443774 `\" && echo ansible-tmp-1636986141.4462883-181-194414518443774=\"` echo /root/.ansible/tmp/ansible-tmp-1636986141.4462883-181-194414518443774 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/git.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp4y_cox8p TO /root/.ansible/tmp/ansible-tmp-1636986141.4462883-181-194414518443774/AnsiballZ_git.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986141.4462883-181-194414518443774/ /root/.ansible/tmp/ansible-tmp-1636986141.4462883-181-194414518443774/AnsiballZ_git.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986141.4462883-181-194414518443774/AnsiballZ_git.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986141.4462883-181-194414518443774/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic-staging-drivers', 'git_url': 'https://opendev.org/x/ironic-staging-drivers', 'git_branch': 'stable/xena', 'name': 'ironic-staging-drivers', 'source_install': True}) => {",
" \"after\": \"96bb5184716bffc11312b33c463a8827fe45ea4c\",",
" \"ansible_loop_var\": \"item\",",
" \"before\": \"96bb5184716bffc11312b33c463a8827fe45ea4c\",",
" \"changed\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"accept_hostkey\": false,",
" \"archive\": null,",
" \"archive_prefix\": null,",
" \"bare\": false,",
" \"clone\": true,",
" \"depth\": null,",
" \"dest\": \"/opt/stack/ironic-staging-drivers\",",
" \"executable\": null,",
" \"force\": true,",
" \"gpg_whitelist\": [],",
" \"key_file\": null,",
" \"recursive\": true,",
" \"reference\": null,",
" \"refspec\": null,",
" \"remote\": \"origin\",",
" \"repo\": \"https://opendev.org/x/ironic-staging-drivers\",",
" \"separate_git_dir\": null,",
" \"ssh_opts\": null,",
" \"track_submodules\": false,",
" \"umask\": null,",
" \"update\": true,",
" \"verify_commit\": false,",
" \"version\": \"stable/xena\"",
" }",
" },",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic-staging-drivers\",",
" \"git_url\": \"https://opendev.org/x/ironic-staging-drivers\",",
" \"name\": \"ironic-staging-drivers\",",
" \"source_install\": true",
" },",
" \"remote_url_changed\": false",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/keystone', 'git_url': 'https://opendev.org/openstack/keystone', 'git_branch': 'stable/xena', 'name': 'keystone', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/keystone\",",
" \"git_url\": \"https://opendev.org/openstack/keystone\",",
" \"name\": \"keystone\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/sushy', 'git_url': 'https://opendev.org/openstack/sushy', 'git_branch': 'stable/xena', 'name': 'sushy', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/sushy\",",
" \"git_url\": \"https://opendev.org/openstack/sushy\",",
" \"name\": \"sushy\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986143.6184216-181-69258120781307 `\" && echo ansible-tmp-1636986143.6184216-181-69258120781307=\"` echo /root/.ansible/tmp/ansible-tmp-1636986143.6184216-181-69258120781307 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/git.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpe0_4tme9 TO /root/.ansible/tmp/ansible-tmp-1636986143.6184216-181-69258120781307/AnsiballZ_git.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986143.6184216-181-69258120781307/ /root/.ansible/tmp/ansible-tmp-1636986143.6184216-181-69258120781307/AnsiballZ_git.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986143.6184216-181-69258120781307/AnsiballZ_git.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986143.6184216-181-69258120781307/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic-python-agent', 'git_url': 'https://opendev.org/openstack/ironic-python-agent', 'git_branch': 'stable/xena', 'name': 'ironic-python-agent'}) => {",
" \"after\": \"8c88a400426a17f2c7b8a3b1b4cf951b18418b0d\",",
" \"ansible_loop_var\": \"item\",",
" \"before\": \"8c88a400426a17f2c7b8a3b1b4cf951b18418b0d\",",
" \"changed\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"accept_hostkey\": false,",
" \"archive\": null,",
" \"archive_prefix\": null,",
" \"bare\": false,",
" \"clone\": true,",
" \"depth\": null,",
" \"dest\": \"/opt/stack/ironic-python-agent\",",
" \"executable\": null,",
" \"force\": true,",
" \"gpg_whitelist\": [],",
" \"key_file\": null,",
" \"recursive\": true,",
" \"reference\": null,",
" \"refspec\": null,",
" \"remote\": \"origin\",",
" \"repo\": \"https://opendev.org/openstack/ironic-python-agent\",",
" \"separate_git_dir\": null,",
" \"ssh_opts\": null,",
" \"track_submodules\": false,",
" \"umask\": null,",
" \"update\": true,",
" \"verify_commit\": false,",
" \"version\": \"stable/xena\"",
" }",
" },",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic-python-agent\",",
" \"git_url\": \"https://opendev.org/openstack/ironic-python-agent\",",
" \"name\": \"ironic-python-agent\"",
" },",
" \"remote_url_changed\": false",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986147.1102805-181-207385045688216 `\" && echo ansible-tmp-1636986147.1102805-181-207385045688216=\"` echo /root/.ansible/tmp/ansible-tmp-1636986147.1102805-181-207385045688216 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/git.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpwjm43n4b TO /root/.ansible/tmp/ansible-tmp-1636986147.1102805-181-207385045688216/AnsiballZ_git.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986147.1102805-181-207385045688216/ /root/.ansible/tmp/ansible-tmp-1636986147.1102805-181-207385045688216/AnsiballZ_git.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986147.1102805-181-207385045688216/AnsiballZ_git.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986147.1102805-181-207385045688216/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic-python-agent-builder', 'git_url': 'https://opendev.org/openstack/ironic-python-agent-builder', 'git_branch': 'stable/xena', 'name': 'ironic-python-agent-builder'}) => {",
" \"after\": \"8e42151071aadd633057bfc0cd1c6e1722bae500\",",
" \"ansible_loop_var\": \"item\",",
" \"before\": \"8e42151071aadd633057bfc0cd1c6e1722bae500\",",
" \"changed\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"accept_hostkey\": false,",
" \"archive\": null,",
" \"archive_prefix\": null,",
" \"bare\": false,",
" \"clone\": true,",
" \"depth\": null,",
" \"dest\": \"/opt/stack/ironic-python-agent-builder\",",
" \"executable\": null,",
" \"force\": true,",
" \"gpg_whitelist\": [],",
" \"key_file\": null,",
" \"recursive\": true,",
" \"reference\": null,",
" \"refspec\": null,",
" \"remote\": \"origin\",",
" \"repo\": \"https://opendev.org/openstack/ironic-python-agent-builder\",",
" \"separate_git_dir\": null,",
" \"ssh_opts\": null,",
" \"track_submodules\": false,",
" \"umask\": null,",
" \"update\": true,",
" \"verify_commit\": false,",
" \"version\": \"stable/xena\"",
" }",
" },",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic-python-agent-builder\",",
" \"git_url\": \"https://opendev.org/openstack/ironic-python-agent-builder\",",
" \"name\": \"ironic-python-agent-builder\"",
" },",
" \"remote_url_changed\": false",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic-prometheus-exporter', 'git_url': 'https://opendev.org/openstack/ironic-prometheus-exporter', 'git_branch': 'stable/xena', 'name': 'ironic-prometheus-exporter', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic-prometheus-exporter\",",
" \"git_url\": \"https://opendev.org/openstack/ironic-prometheus-exporter\",",
" \"name\": \"ironic-prometheus-exporter\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-prep-for-install : Ensure ownership of repositories] *************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-prep-for-install/tasks/main.yml:37",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986149.5769947-432-73710031474439 `\" && echo ansible-tmp-1636986149.5769947-432-73710031474439=\"` echo /root/.ansible/tmp/ansible-tmp-1636986149.5769947-432-73710031474439 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmprt64nndz TO /root/.ansible/tmp/ansible-tmp-1636986149.5769947-432-73710031474439/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986149.5769947-432-73710031474439/ /root/.ansible/tmp/ansible-tmp-1636986149.5769947-432-73710031474439/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986149.5769947-432-73710031474439/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986149.5769947-432-73710031474439/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic', 'git_url': 'https://opendev.org/openstack/ironic', 'git_branch': 'stable/xena', 'name': 'ironic'}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"diff\": {",
" \"after\": {",
" \"path\": \"/opt/stack/ironic\"",
" },",
" \"before\": {",
" \"path\": \"/opt/stack/ironic\"",
" }",
" },",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"0\",",
" \"mode\": null,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"owner\": \"root\",",
" \"path\": \"/opt/stack/ironic\",",
" \"recurse\": true,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic\",",
" \"git_url\": \"https://opendev.org/openstack/ironic\",",
" \"name\": \"ironic\"",
" },",
" \"mode\": \"0755\",",
" \"owner\": \"root\",",
" \"path\": \"/opt/stack/ironic\",",
" \"size\": 18,",
" \"state\": \"directory\",",
" \"uid\": 0,",
" \"warnings\": [",
" \"The value \\\"0\\\" (type int) was converted to \\\"'0'\\\" (type string). If this does not look like what you expect, quote the entire value to ensure it does not change.\"",
" ]",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/python-ironicclient', 'git_url': 'https://opendev.org/openstack/python-ironicclient', 'git_branch': 'stable/xena', 'name': 'ironicclient', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/python-ironicclient\",",
" \"git_url\": \"https://opendev.org/openstack/python-ironicclient\",",
" \"name\": \"ironicclient\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/openstacksdk', 'git_url': 'https://opendev.org/openstack/openstacksdk', 'git_branch': 'stable/xena', 'name': 'openstacksdk', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/openstacksdk\",",
" \"git_url\": \"https://opendev.org/openstack/openstacksdk\",",
" \"name\": \"openstacksdk\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986150.0146403-432-92350354622750 `\" && echo ansible-tmp-1636986150.0146403-432-92350354622750=\"` echo /root/.ansible/tmp/ansible-tmp-1636986150.0146403-432-92350354622750 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpxyzw4kct TO /root/.ansible/tmp/ansible-tmp-1636986150.0146403-432-92350354622750/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986150.0146403-432-92350354622750/ /root/.ansible/tmp/ansible-tmp-1636986150.0146403-432-92350354622750/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986150.0146403-432-92350354622750/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986150.0146403-432-92350354622750/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => (item={'git_folder': '/opt/stack/diskimage-builder', 'git_url': 'https://opendev.org/openstack/diskimage-builder', 'git_branch': 'master', 'name': 'dib'}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"diff\": {",
" \"after\": {",
" \"path\": \"/opt/stack/diskimage-builder\"",
" },",
" \"before\": {",
" \"path\": \"/opt/stack/diskimage-builder\"",
" }",
" },",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"0\",",
" \"mode\": null,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"owner\": \"root\",",
" \"path\": \"/opt/stack/diskimage-builder\",",
" \"recurse\": true,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"item\": {",
" \"git_branch\": \"master\",",
" \"git_folder\": \"/opt/stack/diskimage-builder\",",
" \"git_url\": \"https://opendev.org/openstack/diskimage-builder\",",
" \"name\": \"dib\"",
" },",
" \"mode\": \"0755\",",
" \"owner\": \"root\",",
" \"path\": \"/opt/stack/diskimage-builder\",",
" \"size\": 18,",
" \"state\": \"directory\",",
" \"uid\": 0,",
" \"warnings\": [",
" \"The value \\\"0\\\" (type int) was converted to \\\"'0'\\\" (type string). If this does not look like what you expect, quote the entire value to ensure it does not change.\"",
" ]",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986150.43811-432-163381318273060 `\" && echo ansible-tmp-1636986150.43811-432-163381318273060=\"` echo /root/.ansible/tmp/ansible-tmp-1636986150.43811-432-163381318273060 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmppn7l_knz TO /root/.ansible/tmp/ansible-tmp-1636986150.43811-432-163381318273060/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986150.43811-432-163381318273060/ /root/.ansible/tmp/ansible-tmp-1636986150.43811-432-163381318273060/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986150.43811-432-163381318273060/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986150.43811-432-163381318273060/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic-inspector', 'git_url': 'https://opendev.org/openstack/ironic-inspector', 'git_branch': 'stable/xena', 'name': 'ironicinspector', 'source_install': True}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"diff\": {",
" \"after\": {",
" \"path\": \"/opt/stack/ironic-inspector\"",
" },",
" \"before\": {",
" \"path\": \"/opt/stack/ironic-inspector\"",
" }",
" },",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"0\",",
" \"mode\": null,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"owner\": \"root\",",
" \"path\": \"/opt/stack/ironic-inspector\",",
" \"recurse\": true,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic-inspector\",",
" \"git_url\": \"https://opendev.org/openstack/ironic-inspector\",",
" \"name\": \"ironicinspector\",",
" \"source_install\": true",
" },",
" \"mode\": \"0755\",",
" \"owner\": \"root\",",
" \"path\": \"/opt/stack/ironic-inspector\",",
" \"size\": 18,",
" \"state\": \"directory\",",
" \"uid\": 0,",
" \"warnings\": [",
" \"The value \\\"0\\\" (type int) was converted to \\\"'0'\\\" (type string). If this does not look like what you expect, quote the entire value to ensure it does not change.\"",
" ]",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/python-ironic-inspector-client', 'git_url': 'https://opendev.org/openstack/python-ironic-inspector-client', 'git_branch': 'stable/xena', 'name': 'ironicinspectorclient', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/python-ironic-inspector-client\",",
" \"git_url\": \"https://opendev.org/openstack/python-ironic-inspector-client\",",
" \"name\": \"ironicinspectorclient\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986150.7411914-432-256054388673409 `\" && echo ansible-tmp-1636986150.7411914-432-256054388673409=\"` echo /root/.ansible/tmp/ansible-tmp-1636986150.7411914-432-256054388673409 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp_6mnp82k TO /root/.ansible/tmp/ansible-tmp-1636986150.7411914-432-256054388673409/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986150.7411914-432-256054388673409/ /root/.ansible/tmp/ansible-tmp-1636986150.7411914-432-256054388673409/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986150.7411914-432-256054388673409/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986150.7411914-432-256054388673409/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => (item={'git_folder': '/opt/stack/requirements', 'git_url': 'https://opendev.org/openstack/requirements', 'git_branch': 'stable/xena', 'name': 'requirements'}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"diff\": {",
" \"after\": {",
" \"path\": \"/opt/stack/requirements\"",
" },",
" \"before\": {",
" \"path\": \"/opt/stack/requirements\"",
" }",
" },",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"0\",",
" \"mode\": null,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"owner\": \"root\",",
" \"path\": \"/opt/stack/requirements\",",
" \"recurse\": true,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/requirements\",",
" \"git_url\": \"https://opendev.org/openstack/requirements\",",
" \"name\": \"requirements\"",
" },",
" \"mode\": \"0755\",",
" \"owner\": \"root\",",
" \"path\": \"/opt/stack/requirements\",",
" \"size\": 18,",
" \"state\": \"directory\",",
" \"uid\": 0,",
" \"warnings\": [",
" \"The value \\\"0\\\" (type int) was converted to \\\"'0'\\\" (type string). If this does not look like what you expect, quote the entire value to ensure it does not change.\"",
" ]",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986151.0108318-432-112282688746023 `\" && echo ansible-tmp-1636986151.0108318-432-112282688746023=\"` echo /root/.ansible/tmp/ansible-tmp-1636986151.0108318-432-112282688746023 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmppq2csbor TO /root/.ansible/tmp/ansible-tmp-1636986151.0108318-432-112282688746023/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986151.0108318-432-112282688746023/ /root/.ansible/tmp/ansible-tmp-1636986151.0108318-432-112282688746023/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986151.0108318-432-112282688746023/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986151.0108318-432-112282688746023/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic-staging-drivers', 'git_url': 'https://opendev.org/x/ironic-staging-drivers', 'git_branch': 'stable/xena', 'name': 'ironic-staging-drivers', 'source_install': True}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"diff\": {",
" \"after\": {",
" \"path\": \"/opt/stack/ironic-staging-drivers\"",
" },",
" \"before\": {",
" \"path\": \"/opt/stack/ironic-staging-drivers\"",
" }",
" },",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"0\",",
" \"mode\": null,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"owner\": \"root\",",
" \"path\": \"/opt/stack/ironic-staging-drivers\",",
" \"recurse\": true,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic-staging-drivers\",",
" \"git_url\": \"https://opendev.org/x/ironic-staging-drivers\",",
" \"name\": \"ironic-staging-drivers\",",
" \"source_install\": true",
" },",
" \"mode\": \"0755\",",
" \"owner\": \"root\",",
" \"path\": \"/opt/stack/ironic-staging-drivers\",",
" \"size\": 18,",
" \"state\": \"directory\",",
" \"uid\": 0,",
" \"warnings\": [",
" \"The value \\\"0\\\" (type int) was converted to \\\"'0'\\\" (type string). If this does not look like what you expect, quote the entire value to ensure it does not change.\"",
" ]",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/keystone', 'git_url': 'https://opendev.org/openstack/keystone', 'git_branch': 'stable/xena', 'name': 'keystone', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/keystone\",",
" \"git_url\": \"https://opendev.org/openstack/keystone\",",
" \"name\": \"keystone\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/sushy', 'git_url': 'https://opendev.org/openstack/sushy', 'git_branch': 'stable/xena', 'name': 'sushy', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/sushy\",",
" \"git_url\": \"https://opendev.org/openstack/sushy\",",
" \"name\": \"sushy\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986151.3015072-432-105415756704490 `\" && echo ansible-tmp-1636986151.3015072-432-105415756704490=\"` echo /root/.ansible/tmp/ansible-tmp-1636986151.3015072-432-105415756704490 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpf_qc9_js TO /root/.ansible/tmp/ansible-tmp-1636986151.3015072-432-105415756704490/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986151.3015072-432-105415756704490/ /root/.ansible/tmp/ansible-tmp-1636986151.3015072-432-105415756704490/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986151.3015072-432-105415756704490/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986151.3015072-432-105415756704490/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic-python-agent', 'git_url': 'https://opendev.org/openstack/ironic-python-agent', 'git_branch': 'stable/xena', 'name': 'ironic-python-agent'}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"diff\": {",
" \"after\": {",
" \"path\": \"/opt/stack/ironic-python-agent\"",
" },",
" \"before\": {",
" \"path\": \"/opt/stack/ironic-python-agent\"",
" }",
" },",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"0\",",
" \"mode\": null,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"owner\": \"root\",",
" \"path\": \"/opt/stack/ironic-python-agent\",",
" \"recurse\": true,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic-python-agent\",",
" \"git_url\": \"https://opendev.org/openstack/ironic-python-agent\",",
" \"name\": \"ironic-python-agent\"",
" },",
" \"mode\": \"0755\",",
" \"owner\": \"root\",",
" \"path\": \"/opt/stack/ironic-python-agent\",",
" \"size\": 18,",
" \"state\": \"directory\",",
" \"uid\": 0,",
" \"warnings\": [",
" \"The value \\\"0\\\" (type int) was converted to \\\"'0'\\\" (type string). If this does not look like what you expect, quote the entire value to ensure it does not change.\"",
" ]",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986151.5950725-432-33015780400781 `\" && echo ansible-tmp-1636986151.5950725-432-33015780400781=\"` echo /root/.ansible/tmp/ansible-tmp-1636986151.5950725-432-33015780400781 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpvt_ce98q TO /root/.ansible/tmp/ansible-tmp-1636986151.5950725-432-33015780400781/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986151.5950725-432-33015780400781/ /root/.ansible/tmp/ansible-tmp-1636986151.5950725-432-33015780400781/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986151.5950725-432-33015780400781/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986151.5950725-432-33015780400781/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic-python-agent-builder', 'git_url': 'https://opendev.org/openstack/ironic-python-agent-builder', 'git_branch': 'stable/xena', 'name': 'ironic-python-agent-builder'}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"diff\": {",
" \"after\": {",
" \"path\": \"/opt/stack/ironic-python-agent-builder\"",
" },",
" \"before\": {",
" \"path\": \"/opt/stack/ironic-python-agent-builder\"",
" }",
" },",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"0\",",
" \"mode\": null,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"owner\": \"root\",",
" \"path\": \"/opt/stack/ironic-python-agent-builder\",",
" \"recurse\": true,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic-python-agent-builder\",",
" \"git_url\": \"https://opendev.org/openstack/ironic-python-agent-builder\",",
" \"name\": \"ironic-python-agent-builder\"",
" },",
" \"mode\": \"0755\",",
" \"owner\": \"root\",",
" \"path\": \"/opt/stack/ironic-python-agent-builder\",",
" \"size\": 18,",
" \"state\": \"directory\",",
" \"uid\": 0,",
" \"warnings\": [",
" \"The value \\\"0\\\" (type int) was converted to \\\"'0'\\\" (type string). If this does not look like what you expect, quote the entire value to ensure it does not change.\"",
" ]",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic-prometheus-exporter', 'git_url': 'https://opendev.org/openstack/ironic-prometheus-exporter', 'git_branch': 'stable/xena', 'name': 'ironic-prometheus-exporter', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic-prometheus-exporter\",",
" \"git_url\": \"https://opendev.org/openstack/ironic-prometheus-exporter\",",
" \"name\": \"ironic-prometheus-exporter\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-prep-for-install : Purge existing path when copying] *************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-prep-for-install/tasks/main.yml:48",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic', 'git_url': 'https://opendev.org/openstack/ironic', 'git_branch': 'stable/xena', 'name': 'ironic'}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic\",",
" \"git_url\": \"https://opendev.org/openstack/ironic\",",
" \"name\": \"ironic\"",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/python-ironicclient', 'git_url': 'https://opendev.org/openstack/python-ironicclient', 'git_branch': 'stable/xena', 'name': 'ironicclient', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/python-ironicclient\",",
" \"git_url\": \"https://opendev.org/openstack/python-ironicclient\",",
" \"name\": \"ironicclient\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/openstacksdk', 'git_url': 'https://opendev.org/openstack/openstacksdk', 'git_branch': 'stable/xena', 'name': 'openstacksdk', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/openstacksdk\",",
" \"git_url\": \"https://opendev.org/openstack/openstacksdk\",",
" \"name\": \"openstacksdk\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/diskimage-builder', 'git_url': 'https://opendev.org/openstack/diskimage-builder', 'git_branch': 'master', 'name': 'dib'}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"master\",",
" \"git_folder\": \"/opt/stack/diskimage-builder\",",
" \"git_url\": \"https://opendev.org/openstack/diskimage-builder\",",
" \"name\": \"dib\"",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic-inspector', 'git_url': 'https://opendev.org/openstack/ironic-inspector', 'git_branch': 'stable/xena', 'name': 'ironicinspector', 'source_install': True}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic-inspector\",",
" \"git_url\": \"https://opendev.org/openstack/ironic-inspector\",",
" \"name\": \"ironicinspector\",",
" \"source_install\": true",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/python-ironic-inspector-client', 'git_url': 'https://opendev.org/openstack/python-ironic-inspector-client', 'git_branch': 'stable/xena', 'name': 'ironicinspectorclient', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/python-ironic-inspector-client\",",
" \"git_url\": \"https://opendev.org/openstack/python-ironic-inspector-client\",",
" \"name\": \"ironicinspectorclient\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/requirements', 'git_url': 'https://opendev.org/openstack/requirements', 'git_branch': 'stable/xena', 'name': 'requirements'}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/requirements\",",
" \"git_url\": \"https://opendev.org/openstack/requirements\",",
" \"name\": \"requirements\"",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic-staging-drivers', 'git_url': 'https://opendev.org/x/ironic-staging-drivers', 'git_branch': 'stable/xena', 'name': 'ironic-staging-drivers', 'source_install': True}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic-staging-drivers\",",
" \"git_url\": \"https://opendev.org/x/ironic-staging-drivers\",",
" \"name\": \"ironic-staging-drivers\",",
" \"source_install\": true",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/keystone', 'git_url': 'https://opendev.org/openstack/keystone', 'git_branch': 'stable/xena', 'name': 'keystone', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/keystone\",",
" \"git_url\": \"https://opendev.org/openstack/keystone\",",
" \"name\": \"keystone\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/sushy', 'git_url': 'https://opendev.org/openstack/sushy', 'git_branch': 'stable/xena', 'name': 'sushy', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/sushy\",",
" \"git_url\": \"https://opendev.org/openstack/sushy\",",
" \"name\": \"sushy\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic-python-agent', 'git_url': 'https://opendev.org/openstack/ironic-python-agent', 'git_branch': 'stable/xena', 'name': 'ironic-python-agent'}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic-python-agent\",",
" \"git_url\": \"https://opendev.org/openstack/ironic-python-agent\",",
" \"name\": \"ironic-python-agent\"",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic-python-agent-builder', 'git_url': 'https://opendev.org/openstack/ironic-python-agent-builder', 'git_branch': 'stable/xena', 'name': 'ironic-python-agent-builder'}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic-python-agent-builder\",",
" \"git_url\": \"https://opendev.org/openstack/ironic-python-agent-builder\",",
" \"name\": \"ironic-python-agent-builder\"",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic-prometheus-exporter', 'git_url': 'https://opendev.org/openstack/ironic-prometheus-exporter', 'git_branch': 'stable/xena', 'name': 'ironic-prometheus-exporter', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic-prometheus-exporter\",",
" \"git_url\": \"https://opendev.org/openstack/ironic-prometheus-exporter\",",
" \"name\": \"ironic-prometheus-exporter\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-prep-for-install : Copy from local path] *************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-prep-for-install/tasks/main.yml:58",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic', 'git_url': 'https://opendev.org/openstack/ironic', 'git_branch': 'stable/xena', 'name': 'ironic'}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic\",",
" \"git_url\": \"https://opendev.org/openstack/ironic\",",
" \"name\": \"ironic\"",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/python-ironicclient', 'git_url': 'https://opendev.org/openstack/python-ironicclient', 'git_branch': 'stable/xena', 'name': 'ironicclient', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/python-ironicclient\",",
" \"git_url\": \"https://opendev.org/openstack/python-ironicclient\",",
" \"name\": \"ironicclient\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/openstacksdk', 'git_url': 'https://opendev.org/openstack/openstacksdk', 'git_branch': 'stable/xena', 'name': 'openstacksdk', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/openstacksdk\",",
" \"git_url\": \"https://opendev.org/openstack/openstacksdk\",",
" \"name\": \"openstacksdk\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/diskimage-builder', 'git_url': 'https://opendev.org/openstack/diskimage-builder', 'git_branch': 'master', 'name': 'dib'}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"master\",",
" \"git_folder\": \"/opt/stack/diskimage-builder\",",
" \"git_url\": \"https://opendev.org/openstack/diskimage-builder\",",
" \"name\": \"dib\"",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic-inspector', 'git_url': 'https://opendev.org/openstack/ironic-inspector', 'git_branch': 'stable/xena', 'name': 'ironicinspector', 'source_install': True}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic-inspector\",",
" \"git_url\": \"https://opendev.org/openstack/ironic-inspector\",",
" \"name\": \"ironicinspector\",",
" \"source_install\": true",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/python-ironic-inspector-client', 'git_url': 'https://opendev.org/openstack/python-ironic-inspector-client', 'git_branch': 'stable/xena', 'name': 'ironicinspectorclient', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/python-ironic-inspector-client\",",
" \"git_url\": \"https://opendev.org/openstack/python-ironic-inspector-client\",",
" \"name\": \"ironicinspectorclient\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/requirements', 'git_url': 'https://opendev.org/openstack/requirements', 'git_branch': 'stable/xena', 'name': 'requirements'}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/requirements\",",
" \"git_url\": \"https://opendev.org/openstack/requirements\",",
" \"name\": \"requirements\"",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic-staging-drivers', 'git_url': 'https://opendev.org/x/ironic-staging-drivers', 'git_branch': 'stable/xena', 'name': 'ironic-staging-drivers', 'source_install': True}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic-staging-drivers\",",
" \"git_url\": \"https://opendev.org/x/ironic-staging-drivers\",",
" \"name\": \"ironic-staging-drivers\",",
" \"source_install\": true",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/keystone', 'git_url': 'https://opendev.org/openstack/keystone', 'git_branch': 'stable/xena', 'name': 'keystone', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/keystone\",",
" \"git_url\": \"https://opendev.org/openstack/keystone\",",
" \"name\": \"keystone\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/sushy', 'git_url': 'https://opendev.org/openstack/sushy', 'git_branch': 'stable/xena', 'name': 'sushy', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/sushy\",",
" \"git_url\": \"https://opendev.org/openstack/sushy\",",
" \"name\": \"sushy\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic-python-agent', 'git_url': 'https://opendev.org/openstack/ironic-python-agent', 'git_branch': 'stable/xena', 'name': 'ironic-python-agent'}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic-python-agent\",",
" \"git_url\": \"https://opendev.org/openstack/ironic-python-agent\",",
" \"name\": \"ironic-python-agent\"",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic-python-agent-builder', 'git_url': 'https://opendev.org/openstack/ironic-python-agent-builder', 'git_branch': 'stable/xena', 'name': 'ironic-python-agent-builder'}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic-python-agent-builder\",",
" \"git_url\": \"https://opendev.org/openstack/ironic-python-agent-builder\",",
" \"name\": \"ironic-python-agent-builder\"",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item={'git_folder': '/opt/stack/ironic-prometheus-exporter', 'git_url': 'https://opendev.org/openstack/ironic-prometheus-exporter', 'git_branch': 'stable/xena', 'name': 'ironic-prometheus-exporter', 'source_install': False}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": {",
" \"git_branch\": \"stable/xena\",",
" \"git_folder\": \"/opt/stack/ironic-prometheus-exporter\",",
" \"git_url\": \"https://opendev.org/openstack/ironic-prometheus-exporter\",",
" \"name\": \"ironic-prometheus-exporter\",",
" \"source_install\": false",
" },",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Include OS family-specific defaults] **********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/main.yml:17",
"ok: [127.0.0.1] => (item=/bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/../defaults/required_defaults_RedHat_family.yml) => {",
" \"ansible_facts\": {",
" \"init_dest_dir\": \"/usr/lib/systemd/system/\",",
" \"mysql_service_name\": \"mariadb\",",
" \"required_packages\": [",
" \"mariadb-server\",",
" \"python3-devel\",",
" \"python3-PyMySQL\",",
" \"python3-iniparse\",",
" \"python3-libselinux\",",
" \"python3-policycoreutils\",",
" \"libffi-devel\",",
" \"libxslt-devel\",",
" \"openssl-devel\",",
" \"libxml2-devel\"",
" ],",
" \"virt_group\": \"libvirt\"",
" },",
" \"ansible_included_var_files\": [",
" \"/bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/defaults/required_defaults_RedHat_family.yml\"",
" ],",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"/bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/../defaults/required_defaults_RedHat_family.yml\"",
"}",
"",
"TASK [bifrost-keystone-install : Include OS distribution-specific defaults] ****",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/main.yml:23",
"ok: [127.0.0.1] => (item=/bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/../defaults/dummy-defaults.yml) => {",
" \"ansible_facts\": {},",
" \"ansible_included_var_files\": [",
" \"/bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/defaults/dummy-defaults.yml\"",
" ],",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"/bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/../defaults/dummy-defaults.yml\"",
"}",
"",
"TASK [bifrost-keystone-install : Include OS version-specific defaults] *********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/main.yml:29",
"ok: [127.0.0.1] => (item=/bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/../defaults/dummy-defaults.yml) => {",
" \"ansible_facts\": {},",
" \"ansible_included_var_files\": [",
" \"/bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/defaults/dummy-defaults.yml\"",
" ],",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"/bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/../defaults/dummy-defaults.yml\"",
"}",
"",
"TASK [bifrost-keystone-install : Install packages] *****************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/install.yml:14",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-nginx-install : Update Package Cache] ****************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-nginx-install/tasks/install.yml:14",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-nginx-install : Install Nginx] ***********************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-nginx-install/tasks/install.yml:19",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Ensure /opt/stack is present] *****************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/install.yml:27",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [Install uWSGI] ***********************************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/install.yml:31",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [Install pymysql] *********************************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/install.yml:36",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [Install python-openstackclient] ******************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/install.yml:42",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [Install keystone] ********************************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/install.yml:48",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Check that the provided interface is defined] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:14",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Get keystone-wsgi-admin location] *************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:25",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Start database service] ***********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:32",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Set mysql_username if environment variable mysql_user is set] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:35",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-keystone-install : Set mysql_password if environment variable mysql_pass is set] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:41",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-keystone-install : Set MySQL socket fact for Red Hat family] *****",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:47",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Set MySQL socket fact for Debian family] ******",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:52",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Set MySQL socket fact for other systems] ******",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:57",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : MySQL - Creating DB] **************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:62",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : MySQL - Creating user for keystone] ***********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:73",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-nginx-install : Deploy nginx configuration file for serving HTTP requests] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-nginx-install/tasks/bootstrap.yml:14",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [Generate TLS parameters] *************************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:89",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Create an keystone service group] *************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:98",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Create an keystone service user] **************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:102",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Ensure /etc/keystone exists] ******************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:107",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Write keystone configuration from template] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:115",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Apply/Update keystone DB Schema] **************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:123",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Setup Fernet key repositories] ****************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:127",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Setup Keystone Credentials] *******************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:133",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Setting external Keystone public URL] *********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:139",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Setting internal Keystone URL] ****************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:144",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Bootstrap Keystone Database] ******************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:149",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Reserve keystone admin port] ******************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:166",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Ensure /var/www/keystone exists] **************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:174",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Add keystone to web server group] *************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:182",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Make folder for keystone logs] ****************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:188",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Copy keystone-wsgi-public to /var/www/keystone/public] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:198",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Ensure owner and mode of keystone-wsgi-public] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:201",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Copy keystone-wsgi-admin to /var/www/keystone/admin] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:210",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Ensure owner and mode of keystone-wsgi-admin] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:213",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [Bootstrap uWSGI] *********************************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:220",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Place keystone uWSGI config] ******************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:225",
"skipping: [127.0.0.1] => (item=public) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"public\",",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item=admin) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"admin\",",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Enable keystone in uWSGI] *********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:236",
"skipping: [127.0.0.1] => (item=public) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"public\",",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item=admin) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"admin\",",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Place nginx configuration for keystone] *******",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:245",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Explicitly allow keystone port (TCP) on selinux] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:256",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Copy keystone policy file to temporary directory] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:263",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Check keystone policy module] *****************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:268",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Package keystone policy module] ***************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:271",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Include keystone policy module] ***************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:274",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Enable keystone policy module] ****************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml:277",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Change the bootstrap password from the static value on upgrade] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/upgrade.yml:15",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-keystone-install : Configure keystone auth with http] ************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/upgrade.yml:42",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-keystone-install : Configure keystone auth with https] ***********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/upgrade.yml:54",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-keystone-install : Ensure keystone service record for keystone] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/upgrade.yml:69",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-keystone-install : Update identity internal endpoint] ************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/upgrade.yml:82",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-keystone-install : Update identity admin endpoint] ***************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/upgrade.yml:95",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-keystone-install : Update identity public endpoint] **************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/upgrade.yml:110",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-keystone-install : Reload systemd configuration] *****************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/start.yml:14",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-install : Start Keystone services] **********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-install/tasks/start.yml:18",
"skipping: [127.0.0.1] => (item=public) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"public\",",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item=admin) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"admin\",",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-nginx-install : Ensure nginx is running with current config] *****",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-nginx-install/tasks/start.yml:14",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Include OS family-specific defaults] ************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/main.yml:19",
"ok: [127.0.0.1] => (item=/bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/vars/../defaults/required_defaults_RedHat_family.yml) => {",
" \"ansible_facts\": {",
" \"init_dest_dir\": \"/usr/lib/systemd/system/\",",
" \"ipxe_dir\": \"/usr/share/ipxe/\",",
" \"ipxe_efi_binary\": \"ipxe-x86_64.efi\",",
" \"ipxe_full_binary\": \"ipxe.lkrn\",",
" \"ironic_rootwrap_dir\": \"/usr/bin/\",",
" \"mysql_service_name\": \"mariadb\",",
" \"required_packages\": [",
" \"mariadb-server\",",
" \"dnsmasq\",",
" \"python3-devel\",",
" \"python3-PyMySQL\",",
" \"python3-iniparse\",",
" \"libffi-devel\",",
" \"libxslt-devel\",",
" \"openssl-devel\",",
" \"libxml2-devel\",",
" \"ipxe-bootimgs\",",
" \"parted\",",
" \"ipmitool\",",
" \"psmisc\",",
" \"wget\",",
" \"genisoimage\",",
" \"kpartx\",",
" \"kernel-tools\",",
" \"qemu-img\",",
" \"python3-libselinux\",",
" \"python3-policycoreutils\",",
" \"gcc\",",
" \"python3-pip\",",
" \"socat\",",
" \"firewalld\",",
" \"python3-firewall\",",
" \"httpd-tools\",",
" \"syslinux-nonlinux\",",
" \"grub2-efi-x64\",",
" \"shim-x64\",",
" \"dosfstools\"",
" ],",
" \"tftp_service_name\": \"tftp\"",
" },",
" \"ansible_included_var_files\": [",
" \"/bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_RedHat_family.yml\"",
" ],",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"/bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/vars/../defaults/required_defaults_RedHat_family.yml\"",
"}",
"",
"TASK [bifrost-ironic-install : Include OS distribution-specific defaults] ******",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/main.yml:25",
"ok: [127.0.0.1] => (item=/bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/vars/../defaults/required_defaults_CentOS.yml) => {",
" \"ansible_facts\": {",
" \"efi_distro\": \"centos\",",
" \"grub_efi_binary\": \"/boot/efi/EFI/centos/grubx64.efi\",",
" \"shim_efi_binary\": \"/boot/efi/EFI/centos/shimx64.efi\"",
" },",
" \"ansible_included_var_files\": [",
" \"/bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_CentOS.yml\"",
" ],",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"/bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/vars/../defaults/required_defaults_CentOS.yml\"",
"}",
"",
"TASK [bifrost-ironic-install : Include OS version-specific defaults] ***********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/main.yml:31",
"ok: [127.0.0.1] => (item=/bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/vars/../defaults/dummy-defaults.yml) => {",
" \"ansible_facts\": {},",
" \"ansible_included_var_files\": [",
" \"/bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/defaults/dummy-defaults.yml\"",
" ],",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"/bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/vars/../defaults/dummy-defaults.yml\"",
"}",
"",
"TASK [bifrost-ironic-install : Update Package Cache] ***************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/install.yml:16",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Install packages] *******************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/install.yml:20",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-nginx-install : Update Package Cache] ****************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-nginx-install/tasks/install.yml:14",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-nginx-install : Install Nginx] ***********************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-nginx-install/tasks/install.yml:19",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Ensure /opt/stack is present] *******************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/install.yml:33",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [IPA-builder - Install] ***************************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/install.yml:36",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [Diskimage-builder - Install] *********************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/install.yml:47",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Ensure required packages are installed] *********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/install.yml:56",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [sushy - Install] *********************************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/install.yml:62",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [proliantutils - Install] *************************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/vendor_deps.yml:14",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [dracclient, sushy-oem-idrac - Install] ***********************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/vendor_deps.yml:21",
"skipping: [127.0.0.1] => (item=python-dracclient) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"python-dracclient\",",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item=sushy-oem-idrac) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"sushy-oem-idrac\",",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [Ironic Client - Install] *************************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/install.yml:73",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [metalsmith - Install] ****************************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/install.yml:83",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [Install pymysql] *********************************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/install.yml:90",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [Install extra packages for ironic] ***************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/install.yml:96",
"",
"TASK [Install Ironic using pip] ************************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/install.yml:103",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Install ironic-inspector to permit use of inspection interface] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/install.yml:111",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Install ironic-staging-drivers] *****************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/install.yml:115",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [Install openstacksdk] ****************************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/install.yml:119",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Install Ironic Prometheus Exporter] *************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/install.yml:127",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Check that the provided interface is defined] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:16",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Fail if authentication configuration conflicts.] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:27",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Fail if TLS is inconsistently configured] *******",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:36",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Setup firewalld] ********************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:43",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Start database service] *************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:49",
"Running ansible.legacy.systemd",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986158.4044797-712-1313885767531 `\" && echo ansible-tmp-1636986158.4044797-712-1313885767531=\"` echo /root/.ansible/tmp/ansible-tmp-1636986158.4044797-712-1313885767531 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/systemd.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp5kp1fcp5 TO /root/.ansible/tmp/ansible-tmp-1636986158.4044797-712-1313885767531/AnsiballZ_systemd.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986158.4044797-712-1313885767531/ /root/.ansible/tmp/ansible-tmp-1636986158.4044797-712-1313885767531/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986158.4044797-712-1313885767531/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986158.4044797-712-1313885767531/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"enabled\": true,",
" \"invocation\": {",
" \"module_args\": {",
" \"daemon_reexec\": false,",
" \"daemon_reload\": false,",
" \"enabled\": true,",
" \"force\": null,",
" \"masked\": null,",
" \"name\": \"mariadb\",",
" \"no_block\": false,",
" \"scope\": \"system\",",
" \"state\": \"started\",",
" \"user\": null",
" }",
" },",
" \"name\": \"mariadb\",",
" \"state\": \"started\",",
" \"status\": {",
" \"ActiveEnterTimestampMonotonic\": \"0\",",
" \"ActiveExitTimestampMonotonic\": \"0\",",
" \"ActiveState\": \"inactive\",",
" \"After\": \"systemd-journald.socket network.target basic.target systemd-tmpfiles-setup.service sysinit.target -.mount tmp.mount system.slice\",",
" \"AllowIsolate\": \"no\",",
" \"AllowedCPUs\": \"\",",
" \"AllowedMemoryNodes\": \"\",",
" \"AmbientCapabilities\": \"\",",
" \"AssertResult\": \"no\",",
" \"AssertTimestampMonotonic\": \"0\",",
" \"Before\": \"shutdown.target\",",
" \"BlockIOAccounting\": \"no\",",
" \"BlockIOWeight\": \"[not set]\",",
" \"CPUAccounting\": \"no\",",
" \"CPUAffinity\": \"\",",
" \"CPUAffinityFromNUMA\": \"no\",",
" \"CPUQuotaPerSecUSec\": \"infinity\",",
" \"CPUQuotaPeriodUSec\": \"infinity\",",
" \"CPUSchedulingPolicy\": \"0\",",
" \"CPUSchedulingPriority\": \"0\",",
" \"CPUSchedulingResetOnFork\": \"no\",",
" \"CPUShares\": \"[not set]\",",
" \"CPUUsageNSec\": \"[not set]\",",
" \"CPUWeight\": \"[not set]\",",
" \"CacheDirectoryMode\": \"0755\",",
" \"CanFreeze\": \"yes\",",
" \"CanIsolate\": \"no\",",
" \"CanReload\": \"no\",",
" \"CanStart\": \"yes\",",
" \"CanStop\": \"yes\",",
" \"CapabilityBoundingSet\": \"cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon\",",
" \"CollectMode\": \"inactive\",",
" \"ConditionResult\": \"no\",",
" \"ConditionTimestampMonotonic\": \"0\",",
" \"ConfigurationDirectoryMode\": \"0755\",",
" \"Conflicts\": \"shutdown.target\",",
" \"ControlPID\": \"0\",",
" \"DefaultDependencies\": \"yes\",",
" \"DefaultMemoryLow\": \"0\",",
" \"DefaultMemoryMin\": \"0\",",
" \"Delegate\": \"no\",",
" \"Description\": \"MariaDB 10.3 database server\",",
" \"DevicePolicy\": \"auto\",",
" \"Documentation\": \"man:mysqld(8) https://mariadb.com/kb/en/library/systemd/\",",
" \"DynamicUser\": \"no\",",
" \"EffectiveCPUs\": \"\",",
" \"EffectiveMemoryNodes\": \"\",",
" \"ExecMainCode\": \"0\",",
" \"ExecMainExitTimestampMonotonic\": \"0\",",
" \"ExecMainPID\": \"0\",",
" \"ExecMainStartTimestampMonotonic\": \"0\",",
" \"ExecMainStatus\": \"0\",",
" \"ExecStart\": \"{ path=/usr/libexec/mysqld ; argv[]=/usr/libexec/mysqld --basedir=/usr $MYSQLD_OPTS $_WSREP_NEW_CLUSTER ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",",
" \"ExecStartPost\": \"{ path=/usr/libexec/mysql-check-upgrade ; argv[]=/usr/libexec/mysql-check-upgrade ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",",
" \"ExecStartPre\": \"{ path=/usr/libexec/mysql-prepare-db-dir ; argv[]=/usr/libexec/mysql-prepare-db-dir mariadb.service ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",",
" \"FailureAction\": \"none\",",
" \"FileDescriptorStoreMax\": \"0\",",
" \"FragmentPath\": \"/usr/lib/systemd/system/mariadb.service\",",
" \"FreezerState\": \"running\",",
" \"GID\": \"[not set]\",",
" \"Group\": \"mysql\",",
" \"GuessMainPID\": \"yes\",",
" \"IOAccounting\": \"no\",",
" \"IOSchedulingClass\": \"0\",",
" \"IOSchedulingPriority\": \"0\",",
" \"IOWeight\": \"[not set]\",",
" \"IPAccounting\": \"no\",",
" \"IPEgressBytes\": \"18446744073709551615\",",
" \"IPEgressPackets\": \"18446744073709551615\",",
" \"IPIngressBytes\": \"18446744073709551615\",",
" \"IPIngressPackets\": \"18446744073709551615\",",
" \"Id\": \"mariadb.service\",",
" \"IgnoreOnIsolate\": \"no\",",
" \"IgnoreSIGPIPE\": \"yes\",",
" \"InactiveEnterTimestampMonotonic\": \"0\",",
" \"InactiveExitTimestampMonotonic\": \"0\",",
" \"JobRunningTimeoutUSec\": \"infinity\",",
" \"JobTimeoutAction\": \"none\",",
" \"JobTimeoutUSec\": \"infinity\",",
" \"KeyringMode\": \"private\",",
" \"KillMode\": \"process\",",
" \"KillSignal\": \"15\",",
" \"LimitAS\": \"infinity\",",
" \"LimitASSoft\": \"infinity\",",
" \"LimitCORE\": \"infinity\",",
" \"LimitCORESoft\": \"0\",",
" \"LimitCPU\": \"infinity\",",
" \"LimitCPUSoft\": \"infinity\",",
" \"LimitDATA\": \"infinity\",",
" \"LimitDATASoft\": \"infinity\",",
" \"LimitFSIZE\": \"infinity\",",
" \"LimitFSIZESoft\": \"infinity\",",
" \"LimitLOCKS\": \"infinity\",",
" \"LimitLOCKSSoft\": \"infinity\",",
" \"LimitMEMLOCK\": \"65536\",",
" \"LimitMEMLOCKSoft\": \"65536\",",
" \"LimitMSGQUEUE\": \"819200\",",
" \"LimitMSGQUEUESoft\": \"819200\",",
" \"LimitNICE\": \"0\",",
" \"LimitNICESoft\": \"0\",",
" \"LimitNOFILE\": \"1048576\",",
" \"LimitNOFILESoft\": \"1024\",",
" \"LimitNPROC\": \"infinity\",",
" \"LimitNPROCSoft\": \"infinity\",",
" \"LimitRSS\": \"infinity\",",
" \"LimitRSSSoft\": \"infinity\",",
" \"LimitRTPRIO\": \"0\",",
" \"LimitRTPRIOSoft\": \"0\",",
" \"LimitRTTIME\": \"infinity\",",
" \"LimitRTTIMESoft\": \"infinity\",",
" \"LimitSIGPENDING\": \"63053\",",
" \"LimitSIGPENDINGSoft\": \"63053\",",
" \"LimitSTACK\": \"infinity\",",
" \"LimitSTACKSoft\": \"8388608\",",
" \"LoadState\": \"loaded\",",
" \"LockPersonality\": \"no\",",
" \"LogLevelMax\": \"-1\",",
" \"LogRateLimitBurst\": \"0\",",
" \"LogRateLimitIntervalUSec\": \"0\",",
" \"LogsDirectoryMode\": \"0755\",",
" \"MainPID\": \"0\",",
" \"MemoryAccounting\": \"yes\",",
" \"MemoryCurrent\": \"[not set]\",",
" \"MemoryDenyWriteExecute\": \"no\",",
" \"MemoryHigh\": \"infinity\",",
" \"MemoryLimit\": \"infinity\",",
" \"MemoryLow\": \"0\",",
" \"MemoryMax\": \"infinity\",",
" \"MemoryMin\": \"0\",",
" \"MemorySwapMax\": \"infinity\",",
" \"MountAPIVFS\": \"no\",",
" \"MountFlags\": \"\",",
" \"NFileDescriptorStore\": \"0\",",
" \"NRestarts\": \"0\",",
" \"NUMAMask\": \"\",",
" \"NUMAPolicy\": \"n/a\",",
" \"Names\": \"mariadb.service\",",
" \"NeedDaemonReload\": \"no\",",
" \"Nice\": \"0\",",
" \"NoNewPrivileges\": \"no\",",
" \"NonBlocking\": \"no\",",
" \"NotifyAccess\": \"main\",",
" \"OOMScoreAdjust\": \"0\",",
" \"OnFailureJobMode\": \"replace\",",
" \"PermissionsStartOnly\": \"no\",",
" \"Perpetual\": \"no\",",
" \"PrivateDevices\": \"no\",",
" \"PrivateMounts\": \"no\",",
" \"PrivateNetwork\": \"no\",",
" \"PrivateTmp\": \"yes\",",
" \"PrivateUsers\": \"no\",",
" \"ProtectControlGroups\": \"no\",",
" \"ProtectHome\": \"no\",",
" \"ProtectKernelModules\": \"no\",",
" \"ProtectKernelTunables\": \"no\",",
" \"ProtectSystem\": \"no\",",
" \"RefuseManualStart\": \"no\",",
" \"RefuseManualStop\": \"no\",",
" \"RemainAfterExit\": \"no\",",
" \"RemoveIPC\": \"no\",",
" \"Requires\": \"sysinit.target system.slice\",",
" \"RequiresMountsFor\": \"/var/tmp\",",
" \"Restart\": \"on-abort\",",
" \"RestartUSec\": \"5s\",",
" \"RestrictNamespaces\": \"no\",",
" \"RestrictRealtime\": \"no\",",
" \"RestrictSUIDSGID\": \"no\",",
" \"Result\": \"success\",",
" \"RootDirectoryStartOnly\": \"no\",",
" \"RuntimeDirectoryMode\": \"0755\",",
" \"RuntimeDirectoryPreserve\": \"no\",",
" \"RuntimeMaxUSec\": \"infinity\",",
" \"SameProcessGroup\": \"no\",",
" \"SecureBits\": \"0\",",
" \"SendSIGHUP\": \"no\",",
" \"SendSIGKILL\": \"no\",",
" \"Slice\": \"system.slice\",",
" \"StandardError\": \"inherit\",",
" \"StandardInput\": \"null\",",
" \"StandardInputData\": \"\",",
" \"StandardOutput\": \"journal\",",
" \"StartLimitAction\": \"none\",",
" \"StartLimitBurst\": \"5\",",
" \"StartLimitIntervalUSec\": \"10s\",",
" \"StartupBlockIOWeight\": \"[not set]\",",
" \"StartupCPUShares\": \"[not set]\",",
" \"StartupCPUWeight\": \"[not set]\",",
" \"StartupIOWeight\": \"[not set]\",",
" \"StateChangeTimestampMonotonic\": \"0\",",
" \"StateDirectoryMode\": \"0755\",",
" \"StatusErrno\": \"0\",",
" \"StopWhenUnneeded\": \"no\",",
" \"SubState\": \"dead\",",
" \"SuccessAction\": \"none\",",
" \"SyslogFacility\": \"3\",",
" \"SyslogLevel\": \"6\",",
" \"SyslogLevelPrefix\": \"yes\",",
" \"SyslogPriority\": \"30\",",
" \"SystemCallErrorNumber\": \"0\",",
" \"TTYReset\": \"no\",",
" \"TTYVHangup\": \"no\",",
" \"TTYVTDisallocate\": \"no\",",
" \"TasksAccounting\": \"yes\",",
" \"TasksCurrent\": \"[not set]\",",
" \"TasksMax\": \"100884\",",
" \"TimeoutStartUSec\": \"5min\",",
" \"TimeoutStopUSec\": \"5min\",",
" \"TimerSlackNSec\": \"50000\",",
" \"Transient\": \"no\",",
" \"Type\": \"notify\",",
" \"UID\": \"[not set]\",",
" \"UMask\": \"0007\",",
" \"UnitFilePreset\": \"disabled\",",
" \"UnitFileState\": \"disabled\",",
" \"User\": \"mysql\",",
" \"UtmpMode\": \"init\",",
" \"WatchdogTimestampMonotonic\": \"0\",",
" \"WatchdogUSec\": \"0\"",
" }",
"}",
"",
"TASK [bifrost-ironic-install : Set mysql_username if environment variable mysql_user is set] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:53",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Set mysql_password if environment variable mysql_pass is set] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:59",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Set MySQL socket fact for Red Hat family] *******",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:65",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"mysql_socket_path\": \"/var/lib/mysql/mysql.sock\"",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Set MySQL socket fact for Debian family] ********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:70",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Set MySQL socket fact for other systems] ********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:75",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : MySQL - Creating DB] ****************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:80",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986170.0237343-949-63836726015527 `\" && echo ansible-tmp-1636986170.0237343-949-63836726015527=\"` echo /root/.ansible/tmp/ansible-tmp-1636986170.0237343-949-63836726015527 `\" ) && sleep 0'",
"redirecting (type: modules) ansible.builtin.mysql_db to community.mysql.mysql_db",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible_collections/community/mysql/plugins/modules/mysql_db.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmplxgj6kmq TO /root/.ansible/tmp/ansible-tmp-1636986170.0237343-949-63836726015527/AnsiballZ_mysql_db.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986170.0237343-949-63836726015527/ /root/.ansible/tmp/ansible-tmp-1636986170.0237343-949-63836726015527/AnsiballZ_mysql_db.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986170.0237343-949-63836726015527/AnsiballZ_mysql_db.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986170.0237343-949-63836726015527/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"db\": \"ironic\",",
" \"db_list\": [",
" \"ironic\"",
" ],",
" \"executed_commands\": [",
" \"CREATE DATABASE `ironic` CHARACTER SET 'utf8'\"",
" ],",
" \"invocation\": {",
" \"module_args\": {",
" \"ca_cert\": null,",
" \"check_hostname\": null,",
" \"check_implicit_admin\": false,",
" \"client_cert\": null,",
" \"client_key\": null,",
" \"collation\": \"\",",
" \"config_file\": \"/root/.my.cnf\",",
" \"config_overrides_defaults\": false,",
" \"connect_timeout\": 30,",
" \"dump_extra_args\": null,",
" \"encoding\": \"utf8\",",
" \"force\": false,",
" \"hex_blob\": false,",
" \"ignore_tables\": [],",
" \"login_host\": \"localhost\",",
" \"login_password\": \"\",",
" \"login_port\": 3306,",
" \"login_unix_socket\": \"/var/lib/mysql/mysql.sock\",",
" \"login_user\": \"root\",",
" \"master_data\": 0,",
" \"name\": [",
" \"ironic\"",
" ],",
" \"quick\": true,",
" \"restrict_config_file\": false,",
" \"single_transaction\": false,",
" \"skip_lock_tables\": false,",
" \"state\": \"present\",",
" \"target\": null,",
" \"unsafe_login_password\": false,",
" \"use_shell\": false",
" }",
" }",
"}",
"",
"TASK [bifrost-ironic-install : MySQL - Creating user for Ironic] ***************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:91",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986170.6342893-966-122313395344464 `\" && echo ansible-tmp-1636986170.6342893-966-122313395344464=\"` echo /root/.ansible/tmp/ansible-tmp-1636986170.6342893-966-122313395344464 `\" ) && sleep 0'",
"redirecting (type: modules) ansible.builtin.mysql_user to community.mysql.mysql_user",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible_collections/community/mysql/plugins/modules/mysql_user.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpl2g9zoy6 TO /root/.ansible/tmp/ansible-tmp-1636986170.6342893-966-122313395344464/AnsiballZ_mysql_user.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986170.6342893-966-122313395344464/ /root/.ansible/tmp/ansible-tmp-1636986170.6342893-966-122313395344464/AnsiballZ_mysql_user.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986170.6342893-966-122313395344464/AnsiballZ_mysql_user.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986170.6342893-966-122313395344464/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"invocation\": {",
" \"module_args\": {",
" \"append_privs\": false,",
" \"ca_cert\": null,",
" \"check_hostname\": null,",
" \"check_implicit_admin\": false,",
" \"client_cert\": null,",
" \"client_key\": null,",
" \"config_file\": \"/root/.my.cnf\",",
" \"connect_timeout\": 30,",
" \"encrypted\": false,",
" \"host\": \"localhost\",",
" \"host_all\": false,",
" \"login_host\": \"localhost\",",
" \"login_password\": \"\",",
" \"login_port\": 3306,",
" \"login_unix_socket\": \"/var/lib/mysql/mysql.sock\",",
" \"login_user\": \"root\",",
" \"name\": \"ironic\",",
" \"password\": \"VALUE_SPECIFIED_IN_NO_LOG_PARAMETER\",",
" \"plugin\": null,",
" \"plugin_auth_string\": null,",
" \"plugin_hash_string\": null,",
" \"priv\": \"ironic.*:ALL\",",
" \"resource_limits\": null,",
" \"sql_log_bin\": true,",
" \"state\": \"present\",",
" \"tls_requires\": null,",
" \"update_password\": \"always\",",
" \"user\": \"ironic\"",
" }",
" },",
" \"msg\": \"User added\",",
" \"user\": \"ironic\"",
"}",
"",
"TASK [bifrost-ironic-install : Create an ironic service group] *****************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:102",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986171.198209-982-187310506093819 `\" && echo ansible-tmp-1636986171.198209-982-187310506093819=\"` echo /root/.ansible/tmp/ansible-tmp-1636986171.198209-982-187310506093819 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/group.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpz_bgsqd3 TO /root/.ansible/tmp/ansible-tmp-1636986171.198209-982-187310506093819/AnsiballZ_group.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986171.198209-982-187310506093819/ /root/.ansible/tmp/ansible-tmp-1636986171.198209-982-187310506093819/AnsiballZ_group.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986171.198209-982-187310506093819/AnsiballZ_group.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986171.198209-982-187310506093819/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => {",
" \"changed\": false,",
" \"gid\": 42422,",
" \"invocation\": {",
" \"module_args\": {",
" \"gid\": null,",
" \"local\": false,",
" \"name\": \"ironic\",",
" \"non_unique\": false,",
" \"state\": \"present\",",
" \"system\": false",
" }",
" },",
" \"name\": \"ironic\",",
" \"state\": \"present\",",
" \"system\": false",
"}",
"",
"TASK [bifrost-ironic-install : Create an ironic service user] ******************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:105",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986171.6682868-1000-56296478246780 `\" && echo ansible-tmp-1636986171.6682868-1000-56296478246780=\"` echo /root/.ansible/tmp/ansible-tmp-1636986171.6682868-1000-56296478246780 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/user.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpdaia_gme TO /root/.ansible/tmp/ansible-tmp-1636986171.6682868-1000-56296478246780/AnsiballZ_user.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986171.6682868-1000-56296478246780/ /root/.ansible/tmp/ansible-tmp-1636986171.6682868-1000-56296478246780/AnsiballZ_user.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986171.6682868-1000-56296478246780/AnsiballZ_user.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986171.6682868-1000-56296478246780/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"append\": false,",
" \"changed\": true,",
" \"comment\": \"\",",
" \"group\": 42422,",
" \"home\": \"/home/ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"append\": false,",
" \"authorization\": null,",
" \"comment\": null,",
" \"create_home\": true,",
" \"expires\": null,",
" \"force\": false,",
" \"generate_ssh_key\": null,",
" \"group\": \"ironic\",",
" \"groups\": null,",
" \"hidden\": null,",
" \"home\": null,",
" \"local\": null,",
" \"login_class\": null,",
" \"move_home\": false,",
" \"name\": \"ironic\",",
" \"non_unique\": false,",
" \"password\": null,",
" \"password_lock\": null,",
" \"profile\": null,",
" \"remove\": false,",
" \"role\": null,",
" \"seuser\": null,",
" \"shell\": null,",
" \"skeleton\": null,",
" \"ssh_key_bits\": 0,",
" \"ssh_key_comment\": \"ansible-generated on stack-seed\",",
" \"ssh_key_file\": null,",
" \"ssh_key_passphrase\": null,",
" \"ssh_key_type\": \"rsa\",",
" \"state\": \"present\",",
" \"system\": false,",
" \"uid\": null,",
" \"update_password\": \"always\"",
" }",
" },",
" \"move_home\": false,",
" \"name\": \"ironic\",",
" \"shell\": \"/usr/sbin/nologin\",",
" \"state\": \"present\",",
" \"uid\": 42422",
"}",
"",
"TASK [bifrost-ironic-install : Ensure /etc/ironic exists] **********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:109",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986172.2155504-1019-209109135094772 `\" && echo ansible-tmp-1636986172.2155504-1019-209109135094772=\"` echo /root/.ansible/tmp/ansible-tmp-1636986172.2155504-1019-209109135094772 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpd1j08it_ TO /root/.ansible/tmp/ansible-tmp-1636986172.2155504-1019-209109135094772/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986172.2155504-1019-209109135094772/ /root/.ansible/tmp/ansible-tmp-1636986172.2155504-1019-209109135094772/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986172.2155504-1019-209109135094772/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986172.2155504-1019-209109135094772/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"diff\": {",
" \"after\": {",
" \"group\": 42422,",
" \"owner\": 42422,",
" \"path\": \"/etc/ironic\",",
" \"state\": \"directory\"",
" },",
" \"before\": {",
" \"group\": 0,",
" \"owner\": 0,",
" \"path\": \"/etc/ironic\",",
" \"state\": \"absent\"",
" }",
" },",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"ironic\",",
" \"mode\": 493,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"name\": \"/etc/ironic\",",
" \"owner\": \"ironic\",",
" \"path\": \"/etc/ironic\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"mode\": \"0755\",",
" \"owner\": \"ironic\",",
" \"path\": \"/etc/ironic\",",
" \"size\": 6,",
" \"state\": \"directory\",",
" \"uid\": 42422",
"}",
"",
"TASK [bifrost-ironic-install : Copy rootwrap.conf from ironic source folder] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:119",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986172.5343916-1035-217161887113520 `\" && echo ansible-tmp-1636986172.5343916-1035-217161887113520=\"` echo /root/.ansible/tmp/ansible-tmp-1636986172.5343916-1035-217161887113520 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpzq9ylv6n TO /root/.ansible/tmp/ansible-tmp-1636986172.5343916-1035-217161887113520/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986172.5343916-1035-217161887113520/ /root/.ansible/tmp/ansible-tmp-1636986172.5343916-1035-217161887113520/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986172.5343916-1035-217161887113520/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986172.5343916-1035-217161887113520/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum\": \"96af6e533b53a598ce8f84415185ab8879f57a48\",",
" \"dest\": \"/etc/ironic/rootwrap.conf\",",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": null,",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": null,",
" \"content\": null,",
" \"dest\": \"/etc/ironic/rootwrap.conf\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": \"root\",",
" \"local_follow\": null,",
" \"mode\": 420,",
" \"owner\": \"root\",",
" \"remote_src\": true,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/opt/stack/ironic/etc/ironic/rootwrap.conf\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"md5sum\": \"e27114011125e565a0bb4f360ee16868\",",
" \"mode\": \"0644\",",
" \"owner\": \"root\",",
" \"size\": 936,",
" \"src\": \"/opt/stack/ironic/etc/ironic/rootwrap.conf\",",
" \"state\": \"file\",",
" \"uid\": 0",
"}",
"",
"TASK [bifrost-ironic-install : Copy rootwrap.d contents from ironic source folder] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:128",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986173.0304244-1053-103472929248336 `\" && echo ansible-tmp-1636986173.0304244-1053-103472929248336=\"` echo /root/.ansible/tmp/ansible-tmp-1636986173.0304244-1053-103472929248336 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpatcyq702 TO /root/.ansible/tmp/ansible-tmp-1636986173.0304244-1053-103472929248336/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986173.0304244-1053-103472929248336/ /root/.ansible/tmp/ansible-tmp-1636986173.0304244-1053-103472929248336/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986173.0304244-1053-103472929248336/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986173.0304244-1053-103472929248336/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum\": null,",
" \"dest\": \"/etc/ironic/rootwrap.d/\",",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": null,",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": null,",
" \"content\": null,",
" \"dest\": \"/etc/ironic/rootwrap.d/\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": \"root\",",
" \"local_follow\": null,",
" \"mode\": null,",
" \"owner\": \"root\",",
" \"remote_src\": true,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/opt/stack/ironic/etc/ironic/rootwrap.d/\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"md5sum\": null,",
" \"mode\": \"0755\",",
" \"owner\": \"root\",",
" \"size\": 34,",
" \"src\": \"/opt/stack/ironic/etc/ironic/rootwrap.d/\",",
" \"state\": \"directory\",",
" \"uid\": 0",
"}",
"",
"TASK [bifrost-ironic-install : Copy rootwrap.d contents from ironic-lib installation] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:136",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986173.3533013-1069-50412565875625 `\" && echo ansible-tmp-1636986173.3533013-1069-50412565875625=\"` echo /root/.ansible/tmp/ansible-tmp-1636986173.3533013-1069-50412565875625 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpdg4s0bji TO /root/.ansible/tmp/ansible-tmp-1636986173.3533013-1069-50412565875625/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986173.3533013-1069-50412565875625/ /root/.ansible/tmp/ansible-tmp-1636986173.3533013-1069-50412565875625/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986173.3533013-1069-50412565875625/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986173.3533013-1069-50412565875625/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum\": \"a295aaeda4abcdfc15c5fd97034e93b96ee6d1a5\",",
" \"dest\": \"/etc/ironic/rootwrap.d/ironic-lib.filters\",",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": null,",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": null,",
" \"content\": null,",
" \"dest\": \"/etc/ironic/rootwrap.d/\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": \"root\",",
" \"local_follow\": null,",
" \"mode\": null,",
" \"owner\": \"root\",",
" \"remote_src\": true,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/var/lib/kolla/venv/etc/ironic/rootwrap.d/ironic-lib.filters\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"md5sum\": \"6a085d6c4caad68e5f8487daab1a4f63\",",
" \"mode\": \"0644\",",
" \"owner\": \"root\",",
" \"size\": 911,",
" \"src\": \"/var/lib/kolla/venv/etc/ironic/rootwrap.d/ironic-lib.filters\",",
" \"state\": \"file\",",
" \"uid\": 0",
"}",
"",
"TASK [bifrost-ironic-install : Generate admin htpasswd for ironic] *************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:145",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986173.687635-1087-104874719007515 `\" && echo ansible-tmp-1636986173.687635-1087-104874719007515=\"` echo /root/.ansible/tmp/ansible-tmp-1636986173.687635-1087-104874719007515 `\" ) && sleep 0'",
"redirecting (type: modules) ansible.builtin.htpasswd to community.general.htpasswd",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible_collections/community/general/plugins/modules/htpasswd.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpn9_n6q6v TO /root/.ansible/tmp/ansible-tmp-1636986173.687635-1087-104874719007515/AnsiballZ_htpasswd.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986173.687635-1087-104874719007515/ /root/.ansible/tmp/ansible-tmp-1636986173.687635-1087-104874719007515/AnsiballZ_htpasswd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986173.687635-1087-104874719007515/AnsiballZ_htpasswd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986173.687635-1087-104874719007515/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"invocation\": {",
" \"module_args\": {",
" \"attributes\": null,",
" \"create\": true,",
" \"crypt_scheme\": \"bcrypt\",",
" \"group\": null,",
" \"mode\": null,",
" \"name\": \"admin\",",
" \"owner\": null,",
" \"password\": \"VALUE_SPECIFIED_IN_NO_LOG_PARAMETER\",",
" \"path\": \"/etc/ironic/htpasswd\",",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"state\": \"present\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"msg\": \"Created /etc/ironic/htpasswd and added admin\"",
"}",
"",
"TASK [bifrost-ironic-install : Generate user htpasswd for ironic] **************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:154",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [Generate TLS parameters] *************************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:164",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [Generate vmedia TLS parameters] ******************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:173",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Error if credentials are undefined.] ************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:19",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Configure keystone auth] ************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:37",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Ensure service project is present] **************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:48",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Create service user for ironic] *****************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:60",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Associate ironic user to admin role] ************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:74",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Create keystone service record for ironic] ******",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:85",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Create ironic admin endpoint] *******************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:98",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Setting external Ironic public URL] *************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:110",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Create ironic public endpoint] ******************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:115",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Setting internal Ironic URL] ********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:127",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Create ironic internal endpoint] ****************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:132",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Create baremetal_admin role] ********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:144",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Create baremetal_observer role] *****************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:153",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Create baremetal project] ***********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:162",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Create bifrost user] ****************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:174",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Associate bifrost user with baremetal_admin] ****",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:186",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Find a suitable SSH public key] *****************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/ssh_public_key_path.yaml:16",
"fatal: [127.0.0.1 -> localhost]: FAILED! => {",
" \"msg\": \"No file was found when using first_found. Use errors='ignore' to allow this task to be skipped if no files are found\"",
"}",
"...ignoring",
"",
"TASK [bifrost-ironic-install : Error if ssh_public_key_path cannot be detected] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/ssh_public_key_path.yaml:25",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Check to see if there is a file where the ssh_public_key_path is defined] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/ssh_public_key_path.yaml:30",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Error if ssh_public_key_path is not valid] ******",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/ssh_public_key_path.yaml:35",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Read SSH public key in ssh_public_key] **********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/ssh_public_key_path.yaml:41",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Refresh facts] **********************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:191",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986176.1165226-1151-77327218905890 `\" && echo ansible-tmp-1636986176.1165226-1151-77327218905890=\"` echo /root/.ansible/tmp/ansible-tmp-1636986176.1165226-1151-77327218905890 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/setup.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpy1216qbl TO /root/.ansible/tmp/ansible-tmp-1636986176.1165226-1151-77327218905890/AnsiballZ_setup.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986176.1165226-1151-77327218905890/ /root/.ansible/tmp/ansible-tmp-1636986176.1165226-1151-77327218905890/AnsiballZ_setup.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986176.1165226-1151-77327218905890/AnsiballZ_setup.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986176.1165226-1151-77327218905890/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1]",
"",
"TASK [bifrost-ironic-install : Interface name fact] ****************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/ironic_config.yml:16",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"provisioning_itf_name\": \"ansible_eth0\"",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Fail if the network interface does not exist] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/ironic_config.yml:19",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Fail if the network interface has no IP address assigned] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/ironic_config.yml:25",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Fail if credential-less deploy is misconfigured] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/hw_types.yml:14",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Configure BIOS interfaces if required] **********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/hw_types.yml:21",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"enabled_bios_interfaces\": \"no-bios\"",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Configure boot interfaces if required] **********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/hw_types.yml:30",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"enabled_boot_interfaces\": \"ipxe,pxe\"",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Configure management interfaces if required] ****",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/hw_types.yml:40",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"enabled_management_interfaces\": \"noop,ipmitool\"",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Configure power interfaces if required] *********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/hw_types.yml:52",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"enabled_power_interfaces\": \"fake,ipmitool\"",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Configure raid interfaces if required] **********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/hw_types.yml:64",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"enabled_raid_interfaces\": \"no-raid,agent\"",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Configure vendor interfaces if required] ********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/hw_types.yml:73",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"enabled_vendor_interfaces\": \"no-vendor,ipmitool\"",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Locate ISOLINUX binary] *************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/ironic_config.yml:33",
"ok: [127.0.0.1] => (item=/usr/share/syslinux/isolinux.bin) => {",
" \"ansible_facts\": {",
" \"isolinux_bin_path\": \"/usr/share/syslinux/isolinux.bin\"",
" },",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"/usr/share/syslinux/isolinux.bin\"",
"}",
"",
"TASK [bifrost-ironic-install : Create ironic config] ***************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/ironic_config.yml:39",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986178.3123474-1289-19774910786985 `\" && echo ansible-tmp-1636986178.3123474-1289-19774910786985=\"` echo /root/.ansible/tmp/ansible-tmp-1636986178.3123474-1289-19774910786985 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/stat.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmptein4lgb TO /root/.ansible/tmp/ansible-tmp-1636986178.3123474-1289-19774910786985/AnsiballZ_stat.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986178.3123474-1289-19774910786985/ /root/.ansible/tmp/ansible-tmp-1636986178.3123474-1289-19774910786985/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986178.3123474-1289-19774910786985/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpjsa2h_dk/ironic.conf.j2 TO /root/.ansible/tmp/ansible-tmp-1636986178.3123474-1289-19774910786985/source",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986178.3123474-1289-19774910786985/ /root/.ansible/tmp/ansible-tmp-1636986178.3123474-1289-19774910786985/source && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpujqs4ypn TO /root/.ansible/tmp/ansible-tmp-1636986178.3123474-1289-19774910786985/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986178.3123474-1289-19774910786985/ /root/.ansible/tmp/ansible-tmp-1636986178.3123474-1289-19774910786985/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986178.3123474-1289-19774910786985/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986178.3123474-1289-19774910786985/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum\": \"b3dae050b568fd037289a9781d7163b2ddc258da\",",
" \"dest\": \"/etc/ironic/ironic.conf\",",
" \"diff\": [],",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": \"ironic.conf.j2\",",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": \"b3dae050b568fd037289a9781d7163b2ddc258da\",",
" \"content\": null,",
" \"dest\": \"/etc/ironic/ironic.conf\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": \"ironic\",",
" \"local_follow\": null,",
" \"mode\": \"0640\",",
" \"owner\": \"ironic\",",
" \"remote_src\": null,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986178.3123474-1289-19774910786985/source\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"md5sum\": \"0466dfc44c06f578ecb33410367d99ea\",",
" \"mode\": \"0640\",",
" \"owner\": \"ironic\",",
" \"size\": 2730,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986178.3123474-1289-19774910786985/source\",",
" \"state\": \"file\",",
" \"uid\": 42422",
"}",
"",
"TASK [bifrost-ironic-install : Symlinks from venv] *****************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/ironic_config.yml:46",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986179.1816254-1313-13229140312547 `\" && echo ansible-tmp-1636986179.1816254-1313-13229140312547=\"` echo /root/.ansible/tmp/ansible-tmp-1636986179.1816254-1313-13229140312547 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmppkewjt5z TO /root/.ansible/tmp/ansible-tmp-1636986179.1816254-1313-13229140312547/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986179.1816254-1313-13229140312547/ /root/.ansible/tmp/ansible-tmp-1636986179.1816254-1313-13229140312547/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986179.1816254-1313-13229140312547/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986179.1816254-1313-13229140312547/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item=/var/lib/kolla/venv/bin/ironic-rootwrap) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": true,",
" \"dest\": \"/usr/bin//ironic-rootwrap\",",
" \"diff\": {",
" \"after\": {",
" \"path\": \"/usr/bin//ironic-rootwrap\",",
" \"state\": \"link\"",
" },",
" \"before\": {",
" \"path\": \"/usr/bin//ironic-rootwrap\",",
" \"state\": \"absent\"",
" }",
" },",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"root\",",
" \"mode\": null,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"owner\": \"root\",",
" \"path\": \"/usr/bin//ironic-rootwrap\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/var/lib/kolla/venv/bin/ironic-rootwrap\",",
" \"state\": \"link\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"item\": \"/var/lib/kolla/venv/bin/ironic-rootwrap\",",
" \"mode\": \"0777\",",
" \"owner\": \"root\",",
" \"size\": 39,",
" \"src\": \"/var/lib/kolla/venv/bin/ironic-rootwrap\",",
" \"state\": \"link\",",
" \"uid\": 0",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986179.4562643-1313-36300941955035 `\" && echo ansible-tmp-1636986179.4562643-1313-36300941955035=\"` echo /root/.ansible/tmp/ansible-tmp-1636986179.4562643-1313-36300941955035 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpv4cs8dl1 TO /root/.ansible/tmp/ansible-tmp-1636986179.4562643-1313-36300941955035/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986179.4562643-1313-36300941955035/ /root/.ansible/tmp/ansible-tmp-1636986179.4562643-1313-36300941955035/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986179.4562643-1313-36300941955035/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986179.4562643-1313-36300941955035/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item=/var/lib/kolla/venv/bin/ironic-inspector-rootwrap) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": true,",
" \"dest\": \"/usr/bin//ironic-inspector-rootwrap\",",
" \"diff\": {",
" \"after\": {",
" \"path\": \"/usr/bin//ironic-inspector-rootwrap\",",
" \"state\": \"link\"",
" },",
" \"before\": {",
" \"path\": \"/usr/bin//ironic-inspector-rootwrap\",",
" \"state\": \"absent\"",
" }",
" },",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"root\",",
" \"mode\": null,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"owner\": \"root\",",
" \"path\": \"/usr/bin//ironic-inspector-rootwrap\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/var/lib/kolla/venv/bin/ironic-inspector-rootwrap\",",
" \"state\": \"link\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"item\": \"/var/lib/kolla/venv/bin/ironic-inspector-rootwrap\",",
" \"mode\": \"0777\",",
" \"owner\": \"root\",",
" \"size\": 49,",
" \"src\": \"/var/lib/kolla/venv/bin/ironic-inspector-rootwrap\",",
" \"state\": \"link\",",
" \"uid\": 0",
"}",
"",
"TASK [bifrost-ironic-install : Set sudoers for rootwrap] ***********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/ironic_config.yml:56",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986179.7763178-1343-177010334112155 `\" && echo ansible-tmp-1636986179.7763178-1343-177010334112155=\"` echo /root/.ansible/tmp/ansible-tmp-1636986179.7763178-1343-177010334112155 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/lineinfile.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp1t42blq6 TO /root/.ansible/tmp/ansible-tmp-1636986179.7763178-1343-177010334112155/AnsiballZ_lineinfile.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986179.7763178-1343-177010334112155/ /root/.ansible/tmp/ansible-tmp-1636986179.7763178-1343-177010334112155/AnsiballZ_lineinfile.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986179.7763178-1343-177010334112155/AnsiballZ_lineinfile.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986179.7763178-1343-177010334112155/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item=ironic) => {",
" \"ansible_loop_var\": \"item\",",
" \"backup\": \"\",",
" \"changed\": true,",
" \"diff\": [",
" {",
" \"after\": \"\",",
" \"after_header\": \"/etc/sudoers (content)\",",
" \"before\": \"\",",
" \"before_header\": \"/etc/sudoers (content)\"",
" },",
" {",
" \"after_header\": \"/etc/sudoers (file attributes)\",",
" \"before_header\": \"/etc/sudoers (file attributes)\"",
" }",
" ],",
" \"invocation\": {",
" \"module_args\": {",
" \"attributes\": null,",
" \"backrefs\": false,",
" \"backup\": false,",
" \"create\": false,",
" \"dest\": \"/etc/sudoers\",",
" \"firstmatch\": false,",
" \"group\": null,",
" \"insertafter\": null,",
" \"insertbefore\": null,",
" \"line\": \"ironic ALL = (root) NOPASSWD: /usr/bin//ironic-rootwrap /etc/ironic/rootwrap.conf *\",",
" \"mode\": null,",
" \"owner\": null,",
" \"path\": \"/etc/sudoers\",",
" \"regexp\": \"^ironic(.*)/ironic-rootwrap /etc/ironic/rootwrap.conf(.*)\",",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"state\": \"present\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"item\": \"ironic\",",
" \"msg\": \"line added\"",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986180.2125926-1343-112976061199495 `\" && echo ansible-tmp-1636986180.2125926-1343-112976061199495=\"` echo /root/.ansible/tmp/ansible-tmp-1636986180.2125926-1343-112976061199495 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/lineinfile.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpsug1iu_v TO /root/.ansible/tmp/ansible-tmp-1636986180.2125926-1343-112976061199495/AnsiballZ_lineinfile.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986180.2125926-1343-112976061199495/ /root/.ansible/tmp/ansible-tmp-1636986180.2125926-1343-112976061199495/AnsiballZ_lineinfile.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986180.2125926-1343-112976061199495/AnsiballZ_lineinfile.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986180.2125926-1343-112976061199495/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item=ironic-inspector) => {",
" \"ansible_loop_var\": \"item\",",
" \"backup\": \"\",",
" \"changed\": true,",
" \"diff\": [",
" {",
" \"after\": \"\",",
" \"after_header\": \"/etc/sudoers (content)\",",
" \"before\": \"\",",
" \"before_header\": \"/etc/sudoers (content)\"",
" },",
" {",
" \"after_header\": \"/etc/sudoers (file attributes)\",",
" \"before_header\": \"/etc/sudoers (file attributes)\"",
" }",
" ],",
" \"invocation\": {",
" \"module_args\": {",
" \"attributes\": null,",
" \"backrefs\": false,",
" \"backup\": false,",
" \"create\": false,",
" \"dest\": \"/etc/sudoers\",",
" \"firstmatch\": false,",
" \"group\": null,",
" \"insertafter\": null,",
" \"insertbefore\": null,",
" \"line\": \"ironic ALL = (root) NOPASSWD: /usr/bin//ironic-inspector-rootwrap /etc/ironic-inspector/rootwrap.conf *\",",
" \"mode\": null,",
" \"owner\": null,",
" \"path\": \"/etc/sudoers\",",
" \"regexp\": \"^ironic(.*)/ironic-inspector-rootwrap /etc/ironic-inspector/rootwrap.conf(.*)\",",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"state\": \"present\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"item\": \"ironic-inspector\",",
" \"msg\": \"line added\"",
"}",
"",
"TASK [bifrost-ironic-install : Create the log directories (if requested)] ******",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:198",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986180.538009-1373-101703794519407 `\" && echo ansible-tmp-1636986180.538009-1373-101703794519407=\"` echo /root/.ansible/tmp/ansible-tmp-1636986180.538009-1373-101703794519407 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpyiku79ya TO /root/.ansible/tmp/ansible-tmp-1636986180.538009-1373-101703794519407/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986180.538009-1373-101703794519407/ /root/.ansible/tmp/ansible-tmp-1636986180.538009-1373-101703794519407/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986180.538009-1373-101703794519407/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986180.538009-1373-101703794519407/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item=/var/log/kolla/ironic) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": true,",
" \"diff\": {",
" \"after\": {",
" \"mode\": \"0700\",",
" \"path\": \"/var/log/kolla/ironic\"",
" },",
" \"before\": {",
" \"mode\": \"02755\",",
" \"path\": \"/var/log/kolla/ironic\"",
" }",
" },",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"ironic\",",
" \"mode\": 448,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"owner\": \"ironic\",",
" \"path\": \"/var/log/kolla/ironic\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"item\": \"/var/log/kolla/ironic\",",
" \"mode\": \"0700\",",
" \"owner\": \"ironic\",",
" \"path\": \"/var/log/kolla/ironic\",",
" \"size\": 6,",
" \"state\": \"directory\",",
" \"uid\": 42422",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986180.8265855-1373-58821724554957 `\" && echo ansible-tmp-1636986180.8265855-1373-58821724554957=\"` echo /root/.ansible/tmp/ansible-tmp-1636986180.8265855-1373-58821724554957 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp5scjgolq TO /root/.ansible/tmp/ansible-tmp-1636986180.8265855-1373-58821724554957/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986180.8265855-1373-58821724554957/ /root/.ansible/tmp/ansible-tmp-1636986180.8265855-1373-58821724554957/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986180.8265855-1373-58821724554957/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986180.8265855-1373-58821724554957/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item=/var/log/ironic/deploy) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": true,",
" \"diff\": {",
" \"after\": {",
" \"group\": 42422,",
" \"mode\": \"0700\",",
" \"owner\": 42422,",
" \"path\": \"/var/log/ironic/deploy\",",
" \"state\": \"directory\"",
" },",
" \"before\": {",
" \"group\": 0,",
" \"mode\": \"0755\",",
" \"owner\": 0,",
" \"path\": \"/var/log/ironic/deploy\",",
" \"state\": \"absent\"",
" }",
" },",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"ironic\",",
" \"mode\": 448,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"owner\": \"ironic\",",
" \"path\": \"/var/log/ironic/deploy\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"item\": \"/var/log/ironic/deploy\",",
" \"mode\": \"0700\",",
" \"owner\": \"ironic\",",
" \"path\": \"/var/log/ironic/deploy\",",
" \"size\": 6,",
" \"state\": \"directory\",",
" \"uid\": 42422",
"}",
"",
"TASK [bifrost-ironic-install : Create ironic DB Schema] ************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:210",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986181.2091265-1403-140323682956707 `\" && echo ansible-tmp-1636986181.2091265-1403-140323682956707=\"` echo /root/.ansible/tmp/ansible-tmp-1636986181.2091265-1403-140323682956707 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/command.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp5kv2c_w5 TO /root/.ansible/tmp/ansible-tmp-1636986181.2091265-1403-140323682956707/AnsiballZ_command.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986181.2091265-1403-140323682956707/ /root/.ansible/tmp/ansible-tmp-1636986181.2091265-1403-140323682956707/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 VIRTUAL_ENV=/var/lib/kolla/venv PATH=/var/lib/kolla/venv/bin:/var/lib/kolla/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin pydoc='\"'\"'python -m pydoc'\"'\"' /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986181.2091265-1403-140323682956707/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986181.2091265-1403-140323682956707/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"cmd\": [",
" \"ironic-dbsync\",",
" \"--config-file\",",
" \"/etc/ironic/ironic.conf\",",
" \"create_schema\"",
" ],",
" \"delta\": \"0:00:32.263844\",",
" \"end\": \"2021-11-15 15:23:33.829021\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_raw_params\": \"ironic-dbsync --config-file /etc/ironic/ironic.conf create_schema\",",
" \"_uses_shell\": false,",
" \"argv\": null,",
" \"chdir\": null,",
" \"creates\": null,",
" \"executable\": null,",
" \"removes\": null,",
" \"stdin\": null,",
" \"stdin_add_newline\": true,",
" \"strip_empty_ends\": true,",
" \"warn\": true",
" }",
" },",
" \"msg\": \"\",",
" \"rc\": 0,",
" \"start\": \"2021-11-15 15:23:01.565177\",",
" \"stderr\": \"INFO [alembic.runtime.migration] Context impl MySQLImpl.\\nINFO [alembic.runtime.migration] Will assume non-transactional DDL.\\nINFO [alembic.runtime.migration] Running stamp_revision -> 9ef41f07cb58\",",
" \"stderr_lines\": [",
" \"INFO [alembic.runtime.migration] Context impl MySQLImpl.\",",
" \"INFO [alembic.runtime.migration] Will assume non-transactional DDL.\",",
" \"INFO [alembic.runtime.migration] Running stamp_revision -> 9ef41f07cb58\"",
" ],",
" \"stdout\": \"\",",
" \"stdout_lines\": []",
"}",
"",
"TASK [bifrost-ironic-install : Upgrade ironic DB Schema] ***********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:217",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Create service folder] **************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:223",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986214.0150847-1425-251956443956304 `\" && echo ansible-tmp-1636986214.0150847-1425-251956443956304=\"` echo /root/.ansible/tmp/ansible-tmp-1636986214.0150847-1425-251956443956304 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpzr3n3r3r TO /root/.ansible/tmp/ansible-tmp-1636986214.0150847-1425-251956443956304/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986214.0150847-1425-251956443956304/ /root/.ansible/tmp/ansible-tmp-1636986214.0150847-1425-251956443956304/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986214.0150847-1425-251956443956304/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986214.0150847-1425-251956443956304/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => {",
" \"changed\": false,",
" \"diff\": {",
" \"after\": {",
" \"path\": \"/usr/lib/systemd/system/\"",
" },",
" \"before\": {",
" \"path\": \"/usr/lib/systemd/system/\"",
" }",
" },",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": null,",
" \"mode\": 493,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"owner\": null,",
" \"path\": \"/usr/lib/systemd/system/\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"mode\": \"0755\",",
" \"owner\": \"root\",",
" \"path\": \"/usr/lib/systemd/system/\",",
" \"size\": 122,",
" \"state\": \"directory\",",
" \"uid\": 0",
"}",
"",
"TASK [bifrost-ironic-install : Set MySQL socket fact for Red Hat family] *******",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:16",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"mysql_socket_path\": \"/var/lib/mysql/mysql.sock\"",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Set MySQL socket fact for Debian family] ********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:21",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Set MySQL socket fact for other systems] ********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:26",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : MySQL - Create database] ************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:31",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986214.5118556-1447-267666622881395 `\" && echo ansible-tmp-1636986214.5118556-1447-267666622881395=\"` echo /root/.ansible/tmp/ansible-tmp-1636986214.5118556-1447-267666622881395 `\" ) && sleep 0'",
"redirecting (type: modules) ansible.builtin.mysql_db to community.mysql.mysql_db",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible_collections/community/mysql/plugins/modules/mysql_db.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpv1k9l09j TO /root/.ansible/tmp/ansible-tmp-1636986214.5118556-1447-267666622881395/AnsiballZ_mysql_db.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986214.5118556-1447-267666622881395/ /root/.ansible/tmp/ansible-tmp-1636986214.5118556-1447-267666622881395/AnsiballZ_mysql_db.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986214.5118556-1447-267666622881395/AnsiballZ_mysql_db.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986214.5118556-1447-267666622881395/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"db\": \"inspector\",",
" \"db_list\": [",
" \"inspector\"",
" ],",
" \"executed_commands\": [",
" \"CREATE DATABASE `inspector` CHARACTER SET 'utf8'\"",
" ],",
" \"invocation\": {",
" \"module_args\": {",
" \"ca_cert\": null,",
" \"check_hostname\": null,",
" \"check_implicit_admin\": false,",
" \"client_cert\": null,",
" \"client_key\": null,",
" \"collation\": \"\",",
" \"config_file\": \"/root/.my.cnf\",",
" \"config_overrides_defaults\": false,",
" \"connect_timeout\": 30,",
" \"dump_extra_args\": null,",
" \"encoding\": \"utf8\",",
" \"force\": false,",
" \"hex_blob\": false,",
" \"ignore_tables\": [],",
" \"login_host\": \"localhost\",",
" \"login_password\": null,",
" \"login_port\": 3306,",
" \"login_unix_socket\": \"/var/lib/mysql/mysql.sock\",",
" \"login_user\": \"root\",",
" \"master_data\": 0,",
" \"name\": [",
" \"inspector\"",
" ],",
" \"quick\": true,",
" \"restrict_config_file\": false,",
" \"single_transaction\": false,",
" \"skip_lock_tables\": false,",
" \"state\": \"present\",",
" \"target\": null,",
" \"unsafe_login_password\": false,",
" \"use_shell\": false",
" }",
" }",
"}",
"",
"TASK [bifrost-ironic-install : MySQL - Create user for inspector] **************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:41",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986214.941127-1463-229306771768192 `\" && echo ansible-tmp-1636986214.941127-1463-229306771768192=\"` echo /root/.ansible/tmp/ansible-tmp-1636986214.941127-1463-229306771768192 `\" ) && sleep 0'",
"redirecting (type: modules) ansible.builtin.mysql_user to community.mysql.mysql_user",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible_collections/community/mysql/plugins/modules/mysql_user.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpl__3tenq TO /root/.ansible/tmp/ansible-tmp-1636986214.941127-1463-229306771768192/AnsiballZ_mysql_user.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986214.941127-1463-229306771768192/ /root/.ansible/tmp/ansible-tmp-1636986214.941127-1463-229306771768192/AnsiballZ_mysql_user.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986214.941127-1463-229306771768192/AnsiballZ_mysql_user.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986214.941127-1463-229306771768192/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"invocation\": {",
" \"module_args\": {",
" \"append_privs\": false,",
" \"ca_cert\": null,",
" \"check_hostname\": null,",
" \"check_implicit_admin\": false,",
" \"client_cert\": null,",
" \"client_key\": null,",
" \"config_file\": \"/root/.my.cnf\",",
" \"connect_timeout\": 30,",
" \"encrypted\": false,",
" \"host\": \"localhost\",",
" \"host_all\": false,",
" \"login_host\": \"localhost\",",
" \"login_password\": null,",
" \"login_port\": 3306,",
" \"login_unix_socket\": \"/var/lib/mysql/mysql.sock\",",
" \"login_user\": \"root\",",
" \"name\": \"inspector\",",
" \"password\": \"VALUE_SPECIFIED_IN_NO_LOG_PARAMETER\",",
" \"plugin\": null,",
" \"plugin_auth_string\": null,",
" \"plugin_hash_string\": null,",
" \"priv\": \"inspector.*:ALL\",",
" \"resource_limits\": null,",
" \"sql_log_bin\": true,",
" \"state\": \"present\",",
" \"tls_requires\": null,",
" \"update_password\": \"always\",",
" \"user\": \"inspector\"",
" }",
" },",
" \"msg\": \"User added\",",
" \"user\": \"inspector\"",
"}",
"",
"TASK [bifrost-ironic-install : Inspector - Ensure /etc/ironic-inspector/ exists] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:52",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986215.350035-1479-233193435595480 `\" && echo ansible-tmp-1636986215.350035-1479-233193435595480=\"` echo /root/.ansible/tmp/ansible-tmp-1636986215.350035-1479-233193435595480 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmptoewwu7k TO /root/.ansible/tmp/ansible-tmp-1636986215.350035-1479-233193435595480/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986215.350035-1479-233193435595480/ /root/.ansible/tmp/ansible-tmp-1636986215.350035-1479-233193435595480/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986215.350035-1479-233193435595480/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986215.350035-1479-233193435595480/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"diff\": {",
" \"after\": {",
" \"group\": 42422,",
" \"owner\": 42422,",
" \"path\": \"/etc/ironic-inspector\",",
" \"state\": \"directory\"",
" },",
" \"before\": {",
" \"group\": 0,",
" \"owner\": 0,",
" \"path\": \"/etc/ironic-inspector\",",
" \"state\": \"absent\"",
" }",
" },",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"dest\": \"/etc/ironic-inspector\",",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"ironic\",",
" \"mode\": \"0755\",",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"owner\": \"ironic\",",
" \"path\": \"/etc/ironic-inspector\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"mode\": \"0755\",",
" \"owner\": \"ironic\",",
" \"path\": \"/etc/ironic-inspector\",",
" \"size\": 6,",
" \"state\": \"directory\",",
" \"uid\": 42422",
"}",
"",
"TASK [bifrost-ironic-install : Copy rootwrap.conf from ironic-inspector source folder] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:62",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986215.6603012-1495-120138233722812 `\" && echo ansible-tmp-1636986215.6603012-1495-120138233722812=\"` echo /root/.ansible/tmp/ansible-tmp-1636986215.6603012-1495-120138233722812 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp80nvtht5 TO /root/.ansible/tmp/ansible-tmp-1636986215.6603012-1495-120138233722812/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986215.6603012-1495-120138233722812/ /root/.ansible/tmp/ansible-tmp-1636986215.6603012-1495-120138233722812/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986215.6603012-1495-120138233722812/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986215.6603012-1495-120138233722812/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum\": \"23c992a21a4fad62f1091737f691cb827b9e8239\",",
" \"dest\": \"/etc/ironic-inspector/rootwrap.conf\",",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": null,",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": null,",
" \"content\": null,",
" \"dest\": \"/etc/ironic-inspector/rootwrap.conf\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": \"root\",",
" \"local_follow\": null,",
" \"mode\": 420,",
" \"owner\": \"root\",",
" \"remote_src\": true,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/opt/stack/ironic-inspector/rootwrap.conf\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"md5sum\": \"d32715f4958c25e7a75c36219e0c166f\",",
" \"mode\": \"0644\",",
" \"owner\": \"root\",",
" \"size\": 969,",
" \"src\": \"/opt/stack/ironic-inspector/rootwrap.conf\",",
" \"state\": \"file\",",
" \"uid\": 0",
"}",
"",
"TASK [bifrost-ironic-install : Copy rootwrap.d contents from ironic-inspector source folder] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:72",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986215.971928-1513-80754547792567 `\" && echo ansible-tmp-1636986215.971928-1513-80754547792567=\"` echo /root/.ansible/tmp/ansible-tmp-1636986215.971928-1513-80754547792567 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/command.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp4ftbwkfl TO /root/.ansible/tmp/ansible-tmp-1636986215.971928-1513-80754547792567/AnsiballZ_command.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986215.971928-1513-80754547792567/ /root/.ansible/tmp/ansible-tmp-1636986215.971928-1513-80754547792567/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986215.971928-1513-80754547792567/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986215.971928-1513-80754547792567/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"cmd\": [",
" \"cp\",",
" \"-r\",",
" \"/opt/stack/ironic-inspector/rootwrap.d/\",",
" \"/etc/ironic-inspector/rootwrap.d\"",
" ],",
" \"delta\": \"0:00:00.008493\",",
" \"end\": \"2021-11-15 15:23:36.171551\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_raw_params\": \"cp -r \\\"/opt/stack/ironic-inspector/rootwrap.d/\\\" \\\"/etc/ironic-inspector/rootwrap.d\\\"\",",
" \"_uses_shell\": false,",
" \"argv\": null,",
" \"chdir\": null,",
" \"creates\": null,",
" \"executable\": null,",
" \"removes\": null,",
" \"stdin\": null,",
" \"stdin_add_newline\": true,",
" \"strip_empty_ends\": true,",
" \"warn\": true",
" }",
" },",
" \"msg\": \"\",",
" \"rc\": 0,",
" \"start\": \"2021-11-15 15:23:36.163058\",",
" \"stderr\": \"\",",
" \"stderr_lines\": [],",
" \"stdout\": \"\",",
" \"stdout_lines\": []",
"}",
"",
"TASK [bifrost-ironic-install : Generate admin htpasswd for ironic-inspector] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:75",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Generate user htpasswd for ironic-inspector] ****",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:85",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [Generate TLS parameters] *************************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:95",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Error if credentials are undefined.] ************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:19",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Configure keystone auth] ************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:36",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Create service user for ironic-inspector] *******",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:47",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Associate ironic_inspector user to admin role] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:60",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Create keystone service record for ironic-inspector] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:71",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Create ironic-inspector admin endpoint] *********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:84",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Setting external ironic-inspector public URL] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:96",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Create ironic-inspector public endpoint] ********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:101",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Setting internal ironic-inspector URL] **********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:113",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Create ironic-inspector internal endpoint] ******",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:118",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Create inspector_user user] *********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:130",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Associate inspector_user with baremetal_admin] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:143",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Inspector - Place Configuration] ****************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:108",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986216.9541304-1560-118657916861284 `\" && echo ansible-tmp-1636986216.9541304-1560-118657916861284=\"` echo /root/.ansible/tmp/ansible-tmp-1636986216.9541304-1560-118657916861284 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/stat.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp0oa10t1j TO /root/.ansible/tmp/ansible-tmp-1636986216.9541304-1560-118657916861284/AnsiballZ_stat.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986216.9541304-1560-118657916861284/ /root/.ansible/tmp/ansible-tmp-1636986216.9541304-1560-118657916861284/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986216.9541304-1560-118657916861284/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp8drzla9e/ironic-inspector.conf.j2 TO /root/.ansible/tmp/ansible-tmp-1636986216.9541304-1560-118657916861284/source",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986216.9541304-1560-118657916861284/ /root/.ansible/tmp/ansible-tmp-1636986216.9541304-1560-118657916861284/source && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp3j6txu5c TO /root/.ansible/tmp/ansible-tmp-1636986216.9541304-1560-118657916861284/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986216.9541304-1560-118657916861284/ /root/.ansible/tmp/ansible-tmp-1636986216.9541304-1560-118657916861284/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986216.9541304-1560-118657916861284/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986216.9541304-1560-118657916861284/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum\": \"8402785cadbc5057279188bead61301da5869d26\",",
" \"dest\": \"/etc/ironic-inspector/inspector.conf\",",
" \"diff\": [],",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": \"ironic-inspector.conf.j2\",",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": \"8402785cadbc5057279188bead61301da5869d26\",",
" \"content\": null,",
" \"dest\": \"/etc/ironic-inspector/inspector.conf\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": \"ironic\",",
" \"local_follow\": null,",
" \"mode\": \"0740\",",
" \"owner\": \"ironic\",",
" \"remote_src\": null,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986216.9541304-1560-118657916861284/source\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"md5sum\": \"75f28cca8eb5ac72852b929b9f859af2\",",
" \"mode\": \"0740\",",
" \"owner\": \"ironic\",",
" \"size\": 705,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986216.9541304-1560-118657916861284/source\",",
" \"state\": \"file\",",
" \"uid\": 42422",
"}",
"",
"TASK [bifrost-ironic-install : Inspector - Create the log directories (if requested)] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:115",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986217.592204-1584-189604017626957 `\" && echo ansible-tmp-1636986217.592204-1584-189604017626957=\"` echo /root/.ansible/tmp/ansible-tmp-1636986217.592204-1584-189604017626957 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpjis515wj TO /root/.ansible/tmp/ansible-tmp-1636986217.592204-1584-189604017626957/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986217.592204-1584-189604017626957/ /root/.ansible/tmp/ansible-tmp-1636986217.592204-1584-189604017626957/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986217.592204-1584-189604017626957/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986217.592204-1584-189604017626957/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item=/var/log/kolla/ironic-inspector) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": true,",
" \"diff\": {",
" \"after\": {",
" \"mode\": \"0700\",",
" \"path\": \"/var/log/kolla/ironic-inspector\"",
" },",
" \"before\": {",
" \"mode\": \"02755\",",
" \"path\": \"/var/log/kolla/ironic-inspector\"",
" }",
" },",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"ironic\",",
" \"mode\": 448,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"name\": \"/var/log/kolla/ironic-inspector\",",
" \"owner\": \"ironic\",",
" \"path\": \"/var/log/kolla/ironic-inspector\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"item\": \"/var/log/kolla/ironic-inspector\",",
" \"mode\": \"0700\",",
" \"owner\": \"ironic\",",
" \"path\": \"/var/log/kolla/ironic-inspector\",",
" \"size\": 6,",
" \"state\": \"directory\",",
" \"uid\": 42422",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986217.8746817-1584-253739706319277 `\" && echo ansible-tmp-1636986217.8746817-1584-253739706319277=\"` echo /root/.ansible/tmp/ansible-tmp-1636986217.8746817-1584-253739706319277 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpl0760481 TO /root/.ansible/tmp/ansible-tmp-1636986217.8746817-1584-253739706319277/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986217.8746817-1584-253739706319277/ /root/.ansible/tmp/ansible-tmp-1636986217.8746817-1584-253739706319277/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986217.8746817-1584-253739706319277/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986217.8746817-1584-253739706319277/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item=/var/log/ironic-inspector/ramdisk) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": true,",
" \"diff\": {",
" \"after\": {",
" \"group\": 42422,",
" \"mode\": \"0700\",",
" \"owner\": 42422,",
" \"path\": \"/var/log/ironic-inspector/ramdisk\",",
" \"state\": \"directory\"",
" },",
" \"before\": {",
" \"group\": 0,",
" \"mode\": \"0755\",",
" \"owner\": 0,",
" \"path\": \"/var/log/ironic-inspector/ramdisk\",",
" \"state\": \"absent\"",
" }",
" },",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"ironic\",",
" \"mode\": 448,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"name\": \"/var/log/ironic-inspector/ramdisk\",",
" \"owner\": \"ironic\",",
" \"path\": \"/var/log/ironic-inspector/ramdisk\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"item\": \"/var/log/ironic-inspector/ramdisk\",",
" \"mode\": \"0700\",",
" \"owner\": \"ironic\",",
" \"path\": \"/var/log/ironic-inspector/ramdisk\",",
" \"size\": 6,",
" \"state\": \"directory\",",
" \"uid\": 42422",
"}",
"",
"TASK [bifrost-ironic-install : Upgrade inspector DB Schema] ********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:126",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986218.1997051-1614-26551205046895 `\" && echo ansible-tmp-1636986218.1997051-1614-26551205046895=\"` echo /root/.ansible/tmp/ansible-tmp-1636986218.1997051-1614-26551205046895 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/command.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpbmpx92xb TO /root/.ansible/tmp/ansible-tmp-1636986218.1997051-1614-26551205046895/AnsiballZ_command.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986218.1997051-1614-26551205046895/ /root/.ansible/tmp/ansible-tmp-1636986218.1997051-1614-26551205046895/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 VIRTUAL_ENV=/var/lib/kolla/venv PATH=/var/lib/kolla/venv/bin:/var/lib/kolla/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin pydoc='\"'\"'python -m pydoc'\"'\"' /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986218.1997051-1614-26551205046895/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986218.1997051-1614-26551205046895/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"cmd\": [",
" \"ironic-inspector-dbsync\",",
" \"--config-file\",",
" \"/etc/ironic-inspector/inspector.conf\",",
" \"upgrade\"",
" ],",
" \"delta\": \"0:00:23.200422\",",
" \"end\": \"2021-11-15 15:24:01.601360\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_raw_params\": \"ironic-inspector-dbsync --config-file /etc/ironic-inspector/inspector.conf upgrade\",",
" \"_uses_shell\": false,",
" \"argv\": null,",
" \"chdir\": null,",
" \"creates\": null,",
" \"executable\": null,",
" \"removes\": null,",
" \"stdin\": null,",
" \"stdin_add_newline\": true,",
" \"strip_empty_ends\": true,",
" \"warn\": true",
" }",
" },",
" \"msg\": \"\",",
" \"rc\": 0,",
" \"start\": \"2021-11-15 15:23:38.400938\",",
" \"stderr\": \"INFO [alembic.runtime.migration] Context impl MySQLImpl.\\nINFO [alembic.runtime.migration] Will assume non-transactional DDL.\\nINFO [alembic.runtime.migration] Running upgrade -> 578f84f38d, inital_db_schema\\nINFO [alembic.runtime.migration] Running upgrade 578f84f38d -> d588418040d, Add Rules\\nINFO [alembic.runtime.migration] Running upgrade d588418040d -> e169a4a81d88, Add invert field to rule condition\\nINFO [alembic.runtime.migration] Running upgrade e169a4a81d88 -> d2e48801c8ef, Introducing Node.state attribute\\nINFO [alembic.runtime.migration] Running upgrade d2e48801c8ef -> d00d6e3f38c4, Change created|finished_at type to DateTime\\nINFO [alembic.runtime.migration] Running upgrade d00d6e3f38c4 -> 882b2d84cb1b, attribute_constraints_relaxing\\nINFO [alembic.runtime.migration] Running upgrade 882b2d84cb1b -> 18440d0834af, Introducing the aborting state\\nINFO [alembic.runtime.migration] Running upgrade 18440d0834af -> 2970d2d44edc, Add manage_boot to nodes\\nINFO [alembic.runtime.migration] Running upgrade 2970d2d44edc -> bf8dec16023c, add_introspection_data_table\\nINFO [alembic.runtime.migration] Running upgrade bf8dec16023c -> b55109d5063a, Added 'scope' column to 'Rules' table\",",
" \"stderr_lines\": [",
" \"INFO [alembic.runtime.migration] Context impl MySQLImpl.\",",
" \"INFO [alembic.runtime.migration] Will assume non-transactional DDL.\",",
" \"INFO [alembic.runtime.migration] Running upgrade -> 578f84f38d, inital_db_schema\",",
" \"INFO [alembic.runtime.migration] Running upgrade 578f84f38d -> d588418040d, Add Rules\",",
" \"INFO [alembic.runtime.migration] Running upgrade d588418040d -> e169a4a81d88, Add invert field to rule condition\",",
" \"INFO [alembic.runtime.migration] Running upgrade e169a4a81d88 -> d2e48801c8ef, Introducing Node.state attribute\",",
" \"INFO [alembic.runtime.migration] Running upgrade d2e48801c8ef -> d00d6e3f38c4, Change created|finished_at type to DateTime\",",
" \"INFO [alembic.runtime.migration] Running upgrade d00d6e3f38c4 -> 882b2d84cb1b, attribute_constraints_relaxing\",",
" \"INFO [alembic.runtime.migration] Running upgrade 882b2d84cb1b -> 18440d0834af, Introducing the aborting state\",",
" \"INFO [alembic.runtime.migration] Running upgrade 18440d0834af -> 2970d2d44edc, Add manage_boot to nodes\",",
" \"INFO [alembic.runtime.migration] Running upgrade 2970d2d44edc -> bf8dec16023c, add_introspection_data_table\",",
" \"INFO [alembic.runtime.migration] Running upgrade bf8dec16023c -> b55109d5063a, Added 'scope' column to 'Rules' table\"",
" ],",
" \"stdout\": \"\",",
" \"stdout_lines\": []",
"}",
"",
"TASK [bifrost-ironic-install : Inspector - Get ironic-inspector install location] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:130",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986241.7070594-1760-44627107978654 `\" && echo ansible-tmp-1636986241.7070594-1760-44627107978654=\"` echo /root/.ansible/tmp/ansible-tmp-1636986241.7070594-1760-44627107978654 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/command.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpawf90s8g TO /root/.ansible/tmp/ansible-tmp-1636986241.7070594-1760-44627107978654/AnsiballZ_command.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986241.7070594-1760-44627107978654/ /root/.ansible/tmp/ansible-tmp-1636986241.7070594-1760-44627107978654/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 VIRTUAL_ENV=/var/lib/kolla/venv PATH=/var/lib/kolla/venv/bin:/var/lib/kolla/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin pydoc='\"'\"'python -m pydoc'\"'\"' /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986241.7070594-1760-44627107978654/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986241.7070594-1760-44627107978654/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"cmd\": \"echo $(dirname $(which ironic-inspector))\",",
" \"delta\": \"0:00:00.017471\",",
" \"end\": \"2021-11-15 15:24:01.929609\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_raw_params\": \"echo $(dirname $(which ironic-inspector))\",",
" \"_uses_shell\": true,",
" \"argv\": null,",
" \"chdir\": null,",
" \"creates\": null,",
" \"executable\": null,",
" \"removes\": null,",
" \"stdin\": null,",
" \"stdin_add_newline\": true,",
" \"strip_empty_ends\": true,",
" \"warn\": true",
" }",
" },",
" \"msg\": \"\",",
" \"rc\": 0,",
" \"start\": \"2021-11-15 15:24:01.912138\",",
" \"stderr\": \"\",",
" \"stderr_lines\": [],",
" \"stdout\": \"/var/lib/kolla/venv/bin\",",
" \"stdout_lines\": [",
" \"/var/lib/kolla/venv/bin\"",
" ]",
"}",
"",
"TASK [bifrost-ironic-install : Inspector - Place service] **********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:134",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986242.0439773-1781-18060561780709 `\" && echo ansible-tmp-1636986242.0439773-1781-18060561780709=\"` echo /root/.ansible/tmp/ansible-tmp-1636986242.0439773-1781-18060561780709 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/stat.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp3byyoq5b TO /root/.ansible/tmp/ansible-tmp-1636986242.0439773-1781-18060561780709/AnsiballZ_stat.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986242.0439773-1781-18060561780709/ /root/.ansible/tmp/ansible-tmp-1636986242.0439773-1781-18060561780709/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986242.0439773-1781-18060561780709/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpdxzx52al/systemd_template.j2 TO /root/.ansible/tmp/ansible-tmp-1636986242.0439773-1781-18060561780709/source",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986242.0439773-1781-18060561780709/ /root/.ansible/tmp/ansible-tmp-1636986242.0439773-1781-18060561780709/source && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp_9syk6p7 TO /root/.ansible/tmp/ansible-tmp-1636986242.0439773-1781-18060561780709/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986242.0439773-1781-18060561780709/ /root/.ansible/tmp/ansible-tmp-1636986242.0439773-1781-18060561780709/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986242.0439773-1781-18060561780709/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986242.0439773-1781-18060561780709/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item={'service_path': '/var/lib/kolla/venv/bin', 'service_name': 'ironic-inspector', 'username': 'ironic', 'args': '--config-file /etc/ironic-inspector/inspector.conf'}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": true,",
" \"checksum\": \"e8e394c75be917172a99df25bc068e0312c9f6e6\",",
" \"dest\": \"/usr/lib/systemd/system/ironic-inspector.service\",",
" \"diff\": [],",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": \"systemd_template.j2\",",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": \"e8e394c75be917172a99df25bc068e0312c9f6e6\",",
" \"content\": null,",
" \"dest\": \"/usr/lib/systemd/system/ironic-inspector.service\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": \"root\",",
" \"local_follow\": null,",
" \"mode\": null,",
" \"owner\": \"root\",",
" \"remote_src\": null,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986242.0439773-1781-18060561780709/source\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"item\": {",
" \"args\": \"--config-file /etc/ironic-inspector/inspector.conf\",",
" \"service_name\": \"ironic-inspector\",",
" \"service_path\": \"/var/lib/kolla/venv/bin\",",
" \"username\": \"ironic\"",
" },",
" \"md5sum\": \"80f48b2b1f32e00664cecea3dc7cd6cc\",",
" \"mode\": \"0644\",",
" \"owner\": \"root\",",
" \"size\": 238,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986242.0439773-1781-18060561780709/source\",",
" \"state\": \"file\",",
" \"uid\": 0",
"}",
"",
"TASK [bifrost-ironic-install : Inspector - Explicitly permit TCP/5050 for ironic-inspector callback] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:146",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986242.6415157-1805-126471907805623 `\" && echo ansible-tmp-1636986242.6415157-1805-126471907805623=\"` echo /root/.ansible/tmp/ansible-tmp-1636986242.6415157-1805-126471907805623 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/iptables.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp3kyksp_b TO /root/.ansible/tmp/ansible-tmp-1636986242.6415157-1805-126471907805623/AnsiballZ_iptables.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986242.6415157-1805-126471907805623/ /root/.ansible/tmp/ansible-tmp-1636986242.6415157-1805-126471907805623/AnsiballZ_iptables.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986242.6415157-1805-126471907805623/AnsiballZ_iptables.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986242.6415157-1805-126471907805623/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"chain\": \"INPUT\",",
" \"changed\": true,",
" \"flush\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"action\": \"insert\",",
" \"chain\": \"INPUT\",",
" \"comment\": null,",
" \"ctstate\": [],",
" \"destination\": null,",
" \"destination_port\": \"5050\",",
" \"dst_range\": null,",
" \"flush\": false,",
" \"fragment\": null,",
" \"gateway\": null,",
" \"gid_owner\": null,",
" \"goto\": null,",
" \"icmp_type\": null,",
" \"in_interface\": \"eth0\",",
" \"ip_version\": \"ipv4\",",
" \"jump\": \"ACCEPT\",",
" \"limit\": null,",
" \"limit_burst\": null,",
" \"log_level\": null,",
" \"log_prefix\": null,",
" \"match\": [],",
" \"out_interface\": null,",
" \"policy\": null,",
" \"protocol\": \"tcp\",",
" \"reject_with\": null,",
" \"rule_num\": null,",
" \"set_counters\": null,",
" \"set_dscp_mark\": null,",
" \"set_dscp_mark_class\": null,",
" \"source\": null,",
" \"source_port\": null,",
" \"src_range\": null,",
" \"state\": \"present\",",
" \"syn\": \"ignore\",",
" \"table\": \"filter\",",
" \"tcp_flags\": null,",
" \"to_destination\": null,",
" \"to_ports\": null,",
" \"to_source\": null,",
" \"uid_owner\": null,",
" \"wait\": null",
" }",
" },",
" \"ip_version\": \"ipv4\",",
" \"rule\": \"-p tcp -j ACCEPT -i eth0 --destination-port 5050\",",
" \"state\": \"present\",",
" \"table\": \"filter\"",
"}",
"",
"TASK [bifrost-ironic-install : Inspector - Enable port in firewalld] ***********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:156",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Get ironic-api & ironic-conductor install location] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:233",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986243.5755913-1826-34884402610277 `\" && echo ansible-tmp-1636986243.5755913-1826-34884402610277=\"` echo /root/.ansible/tmp/ansible-tmp-1636986243.5755913-1826-34884402610277 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/command.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp9qijfjjk TO /root/.ansible/tmp/ansible-tmp-1636986243.5755913-1826-34884402610277/AnsiballZ_command.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986243.5755913-1826-34884402610277/ /root/.ansible/tmp/ansible-tmp-1636986243.5755913-1826-34884402610277/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 VIRTUAL_ENV=/var/lib/kolla/venv PATH=/var/lib/kolla/venv/bin:/var/lib/kolla/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin pydoc='\"'\"'python -m pydoc'\"'\"' /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986243.5755913-1826-34884402610277/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986243.5755913-1826-34884402610277/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"cmd\": \"echo $(dirname $(which ironic-api))\",",
" \"delta\": \"0:00:00.019643\",",
" \"end\": \"2021-11-15 15:24:03.784384\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_raw_params\": \"echo $(dirname $(which ironic-api))\",",
" \"_uses_shell\": true,",
" \"argv\": null,",
" \"chdir\": null,",
" \"creates\": null,",
" \"executable\": null,",
" \"removes\": null,",
" \"stdin\": null,",
" \"stdin_add_newline\": true,",
" \"strip_empty_ends\": true,",
" \"warn\": true",
" }",
" },",
" \"msg\": \"\",",
" \"rc\": 0,",
" \"start\": \"2021-11-15 15:24:03.764741\",",
" \"stderr\": \"\",",
" \"stderr_lines\": [],",
" \"stdout\": \"/var/lib/kolla/venv/bin\",",
" \"stdout_lines\": [",
" \"/var/lib/kolla/venv/bin\"",
" ]",
"}",
"",
"TASK [bifrost-ironic-install : Place ironic services] **************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:238",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986243.8867319-1847-35418464200724 `\" && echo ansible-tmp-1636986243.8867319-1847-35418464200724=\"` echo /root/.ansible/tmp/ansible-tmp-1636986243.8867319-1847-35418464200724 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/stat.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmphl_bjuot TO /root/.ansible/tmp/ansible-tmp-1636986243.8867319-1847-35418464200724/AnsiballZ_stat.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986243.8867319-1847-35418464200724/ /root/.ansible/tmp/ansible-tmp-1636986243.8867319-1847-35418464200724/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986243.8867319-1847-35418464200724/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpfbds33v8/systemd_template.j2 TO /root/.ansible/tmp/ansible-tmp-1636986243.8867319-1847-35418464200724/source",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986243.8867319-1847-35418464200724/ /root/.ansible/tmp/ansible-tmp-1636986243.8867319-1847-35418464200724/source && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpqsfejmti TO /root/.ansible/tmp/ansible-tmp-1636986243.8867319-1847-35418464200724/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986243.8867319-1847-35418464200724/ /root/.ansible/tmp/ansible-tmp-1636986243.8867319-1847-35418464200724/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986243.8867319-1847-35418464200724/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986243.8867319-1847-35418464200724/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item={'service_path': '/var/lib/kolla/venv/bin', 'service_name': 'ironic-api', 'username': 'ironic', 'args': '--config-file /etc/ironic/ironic.conf'}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": true,",
" \"checksum\": \"297ffe34a816a71073a183edb743130b18b5a56d\",",
" \"dest\": \"/usr/lib/systemd/system/ironic-api.service\",",
" \"diff\": [],",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": \"systemd_template.j2\",",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": \"297ffe34a816a71073a183edb743130b18b5a56d\",",
" \"content\": null,",
" \"dest\": \"/usr/lib/systemd/system/ironic-api.service\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": \"root\",",
" \"local_follow\": null,",
" \"mode\": null,",
" \"owner\": \"root\",",
" \"remote_src\": null,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986243.8867319-1847-35418464200724/source\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"item\": {",
" \"args\": \"--config-file /etc/ironic/ironic.conf\",",
" \"service_name\": \"ironic-api\",",
" \"service_path\": \"/var/lib/kolla/venv/bin\",",
" \"username\": \"ironic\"",
" },",
" \"md5sum\": \"54c556594845b5281f7b9338431d890d\",",
" \"mode\": \"0644\",",
" \"owner\": \"root\",",
" \"size\": 207,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986243.8867319-1847-35418464200724/source\",",
" \"state\": \"file\",",
" \"uid\": 0",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986244.4444876-1847-135506730106037 `\" && echo ansible-tmp-1636986244.4444876-1847-135506730106037=\"` echo /root/.ansible/tmp/ansible-tmp-1636986244.4444876-1847-135506730106037 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/stat.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp61dkrdcc TO /root/.ansible/tmp/ansible-tmp-1636986244.4444876-1847-135506730106037/AnsiballZ_stat.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986244.4444876-1847-135506730106037/ /root/.ansible/tmp/ansible-tmp-1636986244.4444876-1847-135506730106037/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986244.4444876-1847-135506730106037/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpo2c351gk/systemd_template.j2 TO /root/.ansible/tmp/ansible-tmp-1636986244.4444876-1847-135506730106037/source",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986244.4444876-1847-135506730106037/ /root/.ansible/tmp/ansible-tmp-1636986244.4444876-1847-135506730106037/source && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp1tdo4752 TO /root/.ansible/tmp/ansible-tmp-1636986244.4444876-1847-135506730106037/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986244.4444876-1847-135506730106037/ /root/.ansible/tmp/ansible-tmp-1636986244.4444876-1847-135506730106037/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986244.4444876-1847-135506730106037/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986244.4444876-1847-135506730106037/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item={'service_path': '/var/lib/kolla/venv/bin', 'service_name': 'ironic-conductor', 'username': 'ironic', 'args': '--config-file /etc/ironic/ironic.conf'}) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": true,",
" \"checksum\": \"9edc449f73ae1d07651d9dc1cc2888b5fcd4776b\",",
" \"dest\": \"/usr/lib/systemd/system/ironic-conductor.service\",",
" \"diff\": [],",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": \"systemd_template.j2\",",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": \"9edc449f73ae1d07651d9dc1cc2888b5fcd4776b\",",
" \"content\": null,",
" \"dest\": \"/usr/lib/systemd/system/ironic-conductor.service\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": \"root\",",
" \"local_follow\": null,",
" \"mode\": null,",
" \"owner\": \"root\",",
" \"remote_src\": null,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986244.4444876-1847-135506730106037/source\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"item\": {",
" \"args\": \"--config-file /etc/ironic/ironic.conf\",",
" \"service_name\": \"ironic-conductor\",",
" \"service_path\": \"/var/lib/kolla/venv/bin\",",
" \"username\": \"ironic\"",
" },",
" \"md5sum\": \"916e41a590fec152597025757a107be9\",",
" \"mode\": \"0644\",",
" \"owner\": \"root\",",
" \"size\": 225,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986244.4444876-1847-135506730106037/source\",",
" \"state\": \"file\",",
" \"uid\": 0",
"}",
"",
"TASK [bifrost-ironic-install : Set up PXE and iPXE folders] ********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:18",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986245.0606735-1893-108717206335017 `\" && echo ansible-tmp-1636986245.0606735-1893-108717206335017=\"` echo /root/.ansible/tmp/ansible-tmp-1636986245.0606735-1893-108717206335017 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp3vzluagt TO /root/.ansible/tmp/ansible-tmp-1636986245.0606735-1893-108717206335017/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986245.0606735-1893-108717206335017/ /root/.ansible/tmp/ansible-tmp-1636986245.0606735-1893-108717206335017/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986245.0606735-1893-108717206335017/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986245.0606735-1893-108717206335017/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item=/tftpboot) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": true,",
" \"diff\": {",
" \"after\": {",
" \"group\": 42422,",
" \"owner\": 42422,",
" \"path\": \"/tftpboot\"",
" },",
" \"before\": {",
" \"group\": 0,",
" \"owner\": 0,",
" \"path\": \"/tftpboot\"",
" }",
" },",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"ironic\",",
" \"mode\": \"0755\",",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"name\": \"/tftpboot\",",
" \"owner\": \"ironic\",",
" \"path\": \"/tftpboot\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"item\": \"/tftpboot\",",
" \"mode\": \"0755\",",
" \"owner\": \"ironic\",",
" \"path\": \"/tftpboot\",",
" \"size\": 6,",
" \"state\": \"directory\",",
" \"uid\": 42422",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986245.346944-1893-223231347461127 `\" && echo ansible-tmp-1636986245.346944-1893-223231347461127=\"` echo /root/.ansible/tmp/ansible-tmp-1636986245.346944-1893-223231347461127 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpm1_w66jc TO /root/.ansible/tmp/ansible-tmp-1636986245.346944-1893-223231347461127/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986245.346944-1893-223231347461127/ /root/.ansible/tmp/ansible-tmp-1636986245.346944-1893-223231347461127/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986245.346944-1893-223231347461127/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986245.346944-1893-223231347461127/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item=/tftpboot/pxelinux.cfg) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": true,",
" \"diff\": {",
" \"after\": {",
" \"group\": 42422,",
" \"owner\": 42422,",
" \"path\": \"/tftpboot/pxelinux.cfg\",",
" \"state\": \"directory\"",
" },",
" \"before\": {",
" \"group\": 0,",
" \"owner\": 0,",
" \"path\": \"/tftpboot/pxelinux.cfg\",",
" \"state\": \"absent\"",
" }",
" },",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"ironic\",",
" \"mode\": \"0755\",",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"name\": \"/tftpboot/pxelinux.cfg\",",
" \"owner\": \"ironic\",",
" \"path\": \"/tftpboot/pxelinux.cfg\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"item\": \"/tftpboot/pxelinux.cfg\",",
" \"mode\": \"0755\",",
" \"owner\": \"ironic\",",
" \"path\": \"/tftpboot/pxelinux.cfg\",",
" \"size\": 6,",
" \"state\": \"directory\",",
" \"uid\": 42422",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986245.6334655-1893-114240188169761 `\" && echo ansible-tmp-1636986245.6334655-1893-114240188169761=\"` echo /root/.ansible/tmp/ansible-tmp-1636986245.6334655-1893-114240188169761 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpjl76kill TO /root/.ansible/tmp/ansible-tmp-1636986245.6334655-1893-114240188169761/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986245.6334655-1893-114240188169761/ /root/.ansible/tmp/ansible-tmp-1636986245.6334655-1893-114240188169761/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986245.6334655-1893-114240188169761/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986245.6334655-1893-114240188169761/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item=/httpboot) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": true,",
" \"diff\": {",
" \"after\": {",
" \"group\": 42422,",
" \"owner\": 42422,",
" \"path\": \"/httpboot\"",
" },",
" \"before\": {",
" \"group\": 0,",
" \"owner\": 0,",
" \"path\": \"/httpboot\"",
" }",
" },",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"ironic\",",
" \"mode\": \"0755\",",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"name\": \"/httpboot\",",
" \"owner\": \"ironic\",",
" \"path\": \"/httpboot\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"item\": \"/httpboot\",",
" \"mode\": \"0755\",",
" \"owner\": \"ironic\",",
" \"path\": \"/httpboot\",",
" \"size\": 6,",
" \"state\": \"directory\",",
" \"uid\": 42422",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986245.9014983-1893-110910293629950 `\" && echo ansible-tmp-1636986245.9014983-1893-110910293629950=\"` echo /root/.ansible/tmp/ansible-tmp-1636986245.9014983-1893-110910293629950 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp3as9_njk TO /root/.ansible/tmp/ansible-tmp-1636986245.9014983-1893-110910293629950/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986245.9014983-1893-110910293629950/ /root/.ansible/tmp/ansible-tmp-1636986245.9014983-1893-110910293629950/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986245.9014983-1893-110910293629950/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986245.9014983-1893-110910293629950/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item=/httpboot/pxelinux.cfg) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": true,",
" \"diff\": {",
" \"after\": {",
" \"group\": 42422,",
" \"owner\": 42422,",
" \"path\": \"/httpboot/pxelinux.cfg\",",
" \"state\": \"directory\"",
" },",
" \"before\": {",
" \"group\": 0,",
" \"owner\": 0,",
" \"path\": \"/httpboot/pxelinux.cfg\",",
" \"state\": \"absent\"",
" }",
" },",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"ironic\",",
" \"mode\": \"0755\",",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"name\": \"/httpboot/pxelinux.cfg\",",
" \"owner\": \"ironic\",",
" \"path\": \"/httpboot/pxelinux.cfg\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"item\": \"/httpboot/pxelinux.cfg\",",
" \"mode\": \"0755\",",
" \"owner\": \"ironic\",",
" \"path\": \"/httpboot/pxelinux.cfg\",",
" \"size\": 6,",
" \"state\": \"directory\",",
" \"uid\": 42422",
"}",
"",
"TASK [bifrost-ironic-install : Disable service tftp] ***************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:26",
"Running ansible.legacy.systemd",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986246.2166605-1951-20332898345218 `\" && echo ansible-tmp-1636986246.2166605-1951-20332898345218=\"` echo /root/.ansible/tmp/ansible-tmp-1636986246.2166605-1951-20332898345218 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/systemd.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp9fu0izc0 TO /root/.ansible/tmp/ansible-tmp-1636986246.2166605-1951-20332898345218/AnsiballZ_systemd.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986246.2166605-1951-20332898345218/ /root/.ansible/tmp/ansible-tmp-1636986246.2166605-1951-20332898345218/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986246.2166605-1951-20332898345218/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986246.2166605-1951-20332898345218/ > /dev/null 2>&1 && sleep 0'",
"fatal: [127.0.0.1]: FAILED! => {",
" \"changed\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"daemon_reexec\": false,",
" \"daemon_reload\": false,",
" \"enabled\": false,",
" \"force\": null,",
" \"masked\": null,",
" \"name\": \"tftp\",",
" \"no_block\": false,",
" \"scope\": \"system\",",
" \"state\": \"stopped\",",
" \"user\": null",
" }",
" },",
" \"msg\": \"Could not find the requested service tftp: host\"",
"}",
"...ignoring",
"",
"TASK [bifrost-ironic-install : Place boot.ipxe helper script /etc/ironic] ******",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:30",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986246.689036-1970-71364479651151 `\" && echo ansible-tmp-1636986246.689036-1970-71364479651151=\"` echo /root/.ansible/tmp/ansible-tmp-1636986246.689036-1970-71364479651151 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/stat.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpjin8rt4g TO /root/.ansible/tmp/ansible-tmp-1636986246.689036-1970-71364479651151/AnsiballZ_stat.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986246.689036-1970-71364479651151/ /root/.ansible/tmp/ansible-tmp-1636986246.689036-1970-71364479651151/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986246.689036-1970-71364479651151/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> PUT /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/files/boot.ipxe TO /root/.ansible/tmp/ansible-tmp-1636986246.689036-1970-71364479651151/source",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986246.689036-1970-71364479651151/ /root/.ansible/tmp/ansible-tmp-1636986246.689036-1970-71364479651151/source && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpt632y_8f TO /root/.ansible/tmp/ansible-tmp-1636986246.689036-1970-71364479651151/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986246.689036-1970-71364479651151/ /root/.ansible/tmp/ansible-tmp-1636986246.689036-1970-71364479651151/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986246.689036-1970-71364479651151/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986246.689036-1970-71364479651151/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum\": \"bddc7c7763918cb8911681c1f8975772533ee07a\",",
" \"dest\": \"/etc/ironic/boot.ipxe\",",
" \"diff\": [],",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": \"boot.ipxe\",",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": \"bddc7c7763918cb8911681c1f8975772533ee07a\",",
" \"content\": null,",
" \"dest\": \"/etc/ironic/boot.ipxe\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": \"ironic\",",
" \"local_follow\": null,",
" \"mode\": \"0744\",",
" \"owner\": \"ironic\",",
" \"remote_src\": null,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986246.689036-1970-71364479651151/source\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"md5sum\": \"30a41ecc89a99f680d8e69230a97043b\",",
" \"mode\": \"0744\",",
" \"owner\": \"ironic\",",
" \"size\": 423,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986246.689036-1970-71364479651151/source\",",
" \"state\": \"file\",",
" \"uid\": 42422",
"}",
"",
"TASK [bifrost-ironic-install : Find xinetd TFTP service configs] ***************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:35",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986247.2028925-1994-134284249110285 `\" && echo ansible-tmp-1636986247.2028925-1994-134284249110285=\"` echo /root/.ansible/tmp/ansible-tmp-1636986247.2028925-1994-134284249110285 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/find.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp_bnelcyy TO /root/.ansible/tmp/ansible-tmp-1636986247.2028925-1994-134284249110285/AnsiballZ_find.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986247.2028925-1994-134284249110285/ /root/.ansible/tmp/ansible-tmp-1636986247.2028925-1994-134284249110285/AnsiballZ_find.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986247.2028925-1994-134284249110285/AnsiballZ_find.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986247.2028925-1994-134284249110285/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => {",
" \"changed\": false,",
" \"examined\": 0,",
" \"files\": [],",
" \"invocation\": {",
" \"module_args\": {",
" \"age\": null,",
" \"age_stamp\": \"mtime\",",
" \"contains\": null,",
" \"depth\": null,",
" \"excludes\": null,",
" \"file_type\": \"file\",",
" \"follow\": true,",
" \"get_checksum\": false,",
" \"hidden\": false,",
" \"paths\": [",
" \"/etc/xinetd.d\"",
" ],",
" \"patterns\": [",
" \"tftp*\"",
" ],",
" \"recurse\": false,",
" \"size\": null,",
" \"use_regex\": false",
" }",
" },",
" \"matched\": 0,",
" \"msg\": \"\"",
"}",
"",
"TASK [bifrost-ironic-install : Disable xinetd TFTP service] ********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:44",
"",
"TASK [bifrost-ironic-install : Restart xinetd] *********************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:54",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Create /usr/share/ipxe/] ************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/get_ipxe.yml:16",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Get iPXE files] *********************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/get_ipxe.yml:24",
"skipping: [127.0.0.1] => (item=undionly.kpxe) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"undionly.kpxe\",",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item=ipxe.pxe) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"ipxe.pxe\",",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Get iPXE EFI binary] ****************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/get_ipxe.yml:40",
"skipping: [127.0.0.1] => (item=ipxe-x86_64.efi) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"ipxe-x86_64.efi\",",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Copy iPXE image into place] *********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:65",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986247.8803177-2020-220873656134325 `\" && echo ansible-tmp-1636986247.8803177-2020-220873656134325=\"` echo /root/.ansible/tmp/ansible-tmp-1636986247.8803177-2020-220873656134325 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmplpfeijr8 TO /root/.ansible/tmp/ansible-tmp-1636986247.8803177-2020-220873656134325/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986247.8803177-2020-220873656134325/ /root/.ansible/tmp/ansible-tmp-1636986247.8803177-2020-220873656134325/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986247.8803177-2020-220873656134325/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986247.8803177-2020-220873656134325/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum\": \"9e27c9a591ce4c727d62ffdcb0024337df2c589b\",",
" \"dest\": \"/tftpboot/undionly.kpxe\",",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": null,",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": null,",
" \"content\": null,",
" \"dest\": \"/tftpboot\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": \"ironic\",",
" \"local_follow\": null,",
" \"mode\": 420,",
" \"owner\": \"ironic\",",
" \"remote_src\": true,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/usr/share/ipxe//undionly.kpxe\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"md5sum\": \"f2c10b79c4c526bdc6d278f7fbe955c5\",",
" \"mode\": \"0644\",",
" \"owner\": \"ironic\",",
" \"size\": 73125,",
" \"src\": \"/usr/share/ipxe//undionly.kpxe\",",
" \"state\": \"file\",",
" \"uid\": 42422",
"}",
"",
"TASK [bifrost-ironic-install : Copy full iPXE image into /httpboot/] ***********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:75",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986248.1959379-2038-221574353511170 `\" && echo ansible-tmp-1636986248.1959379-2038-221574353511170=\"` echo /root/.ansible/tmp/ansible-tmp-1636986248.1959379-2038-221574353511170 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpna2qve10 TO /root/.ansible/tmp/ansible-tmp-1636986248.1959379-2038-221574353511170/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986248.1959379-2038-221574353511170/ /root/.ansible/tmp/ansible-tmp-1636986248.1959379-2038-221574353511170/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986248.1959379-2038-221574353511170/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986248.1959379-2038-221574353511170/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum\": \"5bd538eaf0d6d171c6bfd5acb5c113f2479102ac\",",
" \"dest\": \"/httpboot/ipxe.lkrn\",",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": null,",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": null,",
" \"content\": null,",
" \"dest\": \"/httpboot/\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": \"ironic\",",
" \"local_follow\": null,",
" \"mode\": 420,",
" \"owner\": \"ironic\",",
" \"remote_src\": true,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/usr/share/ipxe//ipxe.lkrn\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"md5sum\": \"8dc1a4a41a7f1d25f9d39e3cf1208842\",",
" \"mode\": \"0644\",",
" \"owner\": \"ironic\",",
" \"size\": 283173,",
" \"src\": \"/usr/share/ipxe//ipxe.lkrn\",",
" \"state\": \"file\",",
" \"uid\": 42422",
"}",
"",
"TASK [bifrost-ironic-install : Copy full iPXE image into /tftpboot] ************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:84",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986248.5316882-2056-177445973867503 `\" && echo ansible-tmp-1636986248.5316882-2056-177445973867503=\"` echo /root/.ansible/tmp/ansible-tmp-1636986248.5316882-2056-177445973867503 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpehhgpx9t TO /root/.ansible/tmp/ansible-tmp-1636986248.5316882-2056-177445973867503/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986248.5316882-2056-177445973867503/ /root/.ansible/tmp/ansible-tmp-1636986248.5316882-2056-177445973867503/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986248.5316882-2056-177445973867503/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986248.5316882-2056-177445973867503/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum\": \"5bd538eaf0d6d171c6bfd5acb5c113f2479102ac\",",
" \"dest\": \"/tftpboot/ipxe.lkrn\",",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": null,",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": null,",
" \"content\": null,",
" \"dest\": \"/tftpboot\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": \"ironic\",",
" \"local_follow\": null,",
" \"mode\": 420,",
" \"owner\": \"ironic\",",
" \"remote_src\": true,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/usr/share/ipxe//ipxe.lkrn\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"md5sum\": \"8dc1a4a41a7f1d25f9d39e3cf1208842\",",
" \"mode\": \"0644\",",
" \"owner\": \"ironic\",",
" \"size\": 283173,",
" \"src\": \"/usr/share/ipxe//ipxe.lkrn\",",
" \"state\": \"file\",",
" \"uid\": 42422",
"}",
"",
"TASK [bifrost-ironic-install : Check if the iPXE EFI image is present] *********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:95",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986248.8614779-2074-222423834433459 `\" && echo ansible-tmp-1636986248.8614779-2074-222423834433459=\"` echo /root/.ansible/tmp/ansible-tmp-1636986248.8614779-2074-222423834433459 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/stat.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp871hp13a TO /root/.ansible/tmp/ansible-tmp-1636986248.8614779-2074-222423834433459/AnsiballZ_stat.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986248.8614779-2074-222423834433459/ /root/.ansible/tmp/ansible-tmp-1636986248.8614779-2074-222423834433459/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986248.8614779-2074-222423834433459/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986248.8614779-2074-222423834433459/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => {",
" \"changed\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"checksum_algorithm\": \"sha1\",",
" \"follow\": false,",
" \"get_attributes\": true,",
" \"get_checksum\": true,",
" \"get_md5\": false,",
" \"get_mime\": true,",
" \"path\": \"/usr/share/ipxe//ipxe-x86_64.efi\"",
" }",
" },",
" \"stat\": {",
" \"atime\": 1614063828.0,",
" \"attr_flags\": \"\",",
" \"attributes\": [],",
" \"block_size\": 4096,",
" \"blocks\": 1440,",
" \"charset\": \"binary\",",
" \"checksum\": \"a5b3748a1d0978228b608aa84683bc79130fdbe2\",",
" \"ctime\": 1636985913.1747723,",
" \"dev\": 46,",
" \"device_type\": 0,",
" \"executable\": false,",
" \"exists\": true,",
" \"gid\": 0,",
" \"gr_name\": \"root\",",
" \"inode\": 88158551,",
" \"isblk\": false,",
" \"ischr\": false,",
" \"isdir\": false,",
" \"isfifo\": false,",
" \"isgid\": false,",
" \"islnk\": false,",
" \"isreg\": true,",
" \"issock\": false,",
" \"isuid\": false,",
" \"mimetype\": \"application/x-dosexec\",",
" \"mode\": \"0644\",",
" \"mtime\": 1614063828.0,",
" \"nlink\": 1,",
" \"path\": \"/usr/share/ipxe//ipxe-x86_64.efi\",",
" \"pw_name\": \"root\",",
" \"readable\": true,",
" \"rgrp\": true,",
" \"roth\": true,",
" \"rusr\": true,",
" \"size\": 733440,",
" \"uid\": 0,",
" \"version\": null,",
" \"wgrp\": false,",
" \"woth\": false,",
" \"writeable\": true,",
" \"wusr\": true,",
" \"xgrp\": false,",
" \"xoth\": false,",
" \"xusr\": false",
" }",
"}",
"",
"TASK [bifrost-ironic-install : Abort if iPXE EFI image is missing] *************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:102",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Copy iPXE EFI image into /httpboot/] ************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:111",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986249.4140368-2094-54330959552438 `\" && echo ansible-tmp-1636986249.4140368-2094-54330959552438=\"` echo /root/.ansible/tmp/ansible-tmp-1636986249.4140368-2094-54330959552438 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpsr3xd0ge TO /root/.ansible/tmp/ansible-tmp-1636986249.4140368-2094-54330959552438/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986249.4140368-2094-54330959552438/ /root/.ansible/tmp/ansible-tmp-1636986249.4140368-2094-54330959552438/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986249.4140368-2094-54330959552438/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986249.4140368-2094-54330959552438/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum\": \"a5b3748a1d0978228b608aa84683bc79130fdbe2\",",
" \"dest\": \"/httpboot/ipxe-x86_64.efi\",",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": null,",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": null,",
" \"content\": null,",
" \"dest\": \"/httpboot/\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": \"ironic\",",
" \"local_follow\": null,",
" \"mode\": 420,",
" \"owner\": \"ironic\",",
" \"remote_src\": true,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/usr/share/ipxe//ipxe-x86_64.efi\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"md5sum\": \"a0a40beacc318ee4507a2b88e6984174\",",
" \"mode\": \"0644\",",
" \"owner\": \"ironic\",",
" \"size\": 733440,",
" \"src\": \"/usr/share/ipxe//ipxe-x86_64.efi\",",
" \"state\": \"file\",",
" \"uid\": 42422",
"}",
"",
"TASK [bifrost-ironic-install : Copy iPXE EFI image into /tftpboot] *************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:120",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986249.765387-2112-167129888234383 `\" && echo ansible-tmp-1636986249.765387-2112-167129888234383=\"` echo /root/.ansible/tmp/ansible-tmp-1636986249.765387-2112-167129888234383 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp2y0lxxom TO /root/.ansible/tmp/ansible-tmp-1636986249.765387-2112-167129888234383/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986249.765387-2112-167129888234383/ /root/.ansible/tmp/ansible-tmp-1636986249.765387-2112-167129888234383/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986249.765387-2112-167129888234383/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986249.765387-2112-167129888234383/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum\": \"a5b3748a1d0978228b608aa84683bc79130fdbe2\",",
" \"dest\": \"/tftpboot/ipxe-x86_64.efi\",",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": null,",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": null,",
" \"content\": null,",
" \"dest\": \"/tftpboot\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": \"ironic\",",
" \"local_follow\": null,",
" \"mode\": 420,",
" \"owner\": \"ironic\",",
" \"remote_src\": true,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/usr/share/ipxe//ipxe-x86_64.efi\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"md5sum\": \"a0a40beacc318ee4507a2b88e6984174\",",
" \"mode\": \"0644\",",
" \"owner\": \"ironic\",",
" \"size\": 733440,",
" \"src\": \"/usr/share/ipxe//ipxe-x86_64.efi\",",
" \"state\": \"file\",",
" \"uid\": 42422",
"}",
"",
"TASK [bifrost-ironic-install : Determine if folder exists, else create and populate folder.] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:132",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986250.0817032-2130-43727262220975 `\" && echo ansible-tmp-1636986250.0817032-2130-43727262220975=\"` echo /root/.ansible/tmp/ansible-tmp-1636986250.0817032-2130-43727262220975 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/stat.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp3gk1ppie TO /root/.ansible/tmp/ansible-tmp-1636986250.0817032-2130-43727262220975/AnsiballZ_stat.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986250.0817032-2130-43727262220975/ /root/.ansible/tmp/ansible-tmp-1636986250.0817032-2130-43727262220975/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986250.0817032-2130-43727262220975/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986250.0817032-2130-43727262220975/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => {",
" \"changed\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"checksum_algorithm\": \"sha1\",",
" \"follow\": false,",
" \"get_attributes\": true,",
" \"get_checksum\": true,",
" \"get_md5\": false,",
" \"get_mime\": true,",
" \"path\": \"/httpboot/master_images\"",
" }",
" },",
" \"stat\": {",
" \"exists\": false",
" }",
"}",
"",
"TASK [bifrost-ironic-install : Create master_images folder] ********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:136",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986250.3893354-2146-155299574547380 `\" && echo ansible-tmp-1636986250.3893354-2146-155299574547380=\"` echo /root/.ansible/tmp/ansible-tmp-1636986250.3893354-2146-155299574547380 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp6zvxyp6v TO /root/.ansible/tmp/ansible-tmp-1636986250.3893354-2146-155299574547380/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986250.3893354-2146-155299574547380/ /root/.ansible/tmp/ansible-tmp-1636986250.3893354-2146-155299574547380/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986250.3893354-2146-155299574547380/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986250.3893354-2146-155299574547380/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"diff\": {",
" \"after\": {",
" \"group\": 42422,",
" \"owner\": 42422,",
" \"path\": \"/httpboot/master_images\",",
" \"state\": \"directory\"",
" },",
" \"before\": {",
" \"group\": 0,",
" \"owner\": 0,",
" \"path\": \"/httpboot/master_images\",",
" \"state\": \"absent\"",
" }",
" },",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"ironic\",",
" \"mode\": null,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"name\": \"/httpboot/master_images\",",
" \"owner\": \"ironic\",",
" \"path\": \"/httpboot/master_images\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"mode\": \"0755\",",
" \"owner\": \"ironic\",",
" \"path\": \"/httpboot/master_images\",",
" \"size\": 6,",
" \"state\": \"directory\",",
" \"uid\": 42422",
"}",
"",
"TASK [bifrost-ironic-install : Inspector - Place default tftp boot file in /httpboot/pxelinux.cfg/] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:142",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986250.7273438-2162-254641272349746 `\" && echo ansible-tmp-1636986250.7273438-2162-254641272349746=\"` echo /root/.ansible/tmp/ansible-tmp-1636986250.7273438-2162-254641272349746 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/stat.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpo7_rwohz TO /root/.ansible/tmp/ansible-tmp-1636986250.7273438-2162-254641272349746/AnsiballZ_stat.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986250.7273438-2162-254641272349746/ /root/.ansible/tmp/ansible-tmp-1636986250.7273438-2162-254641272349746/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986250.7273438-2162-254641272349746/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpphad9_4b/inspector-default-boot-ipxe.j2 TO /root/.ansible/tmp/ansible-tmp-1636986250.7273438-2162-254641272349746/source",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986250.7273438-2162-254641272349746/ /root/.ansible/tmp/ansible-tmp-1636986250.7273438-2162-254641272349746/source && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpav1gd3gc TO /root/.ansible/tmp/ansible-tmp-1636986250.7273438-2162-254641272349746/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986250.7273438-2162-254641272349746/ /root/.ansible/tmp/ansible-tmp-1636986250.7273438-2162-254641272349746/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986250.7273438-2162-254641272349746/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986250.7273438-2162-254641272349746/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum\": \"beb4964e61438309b84156066c2643004dc862b8\",",
" \"dest\": \"/httpboot/pxelinux.cfg/default\",",
" \"diff\": [],",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": \"inspector-default-boot-ipxe.j2\",",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": \"beb4964e61438309b84156066c2643004dc862b8\",",
" \"content\": null,",
" \"dest\": \"/httpboot/pxelinux.cfg/default\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": \"ironic\",",
" \"local_follow\": null,",
" \"mode\": 420,",
" \"owner\": \"ironic\",",
" \"remote_src\": null,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986250.7273438-2162-254641272349746/source\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"md5sum\": \"196509f09c76ae0414ae0ce6f5977b60\",",
" \"mode\": \"0644\",",
" \"owner\": \"ironic\",",
" \"size\": 476,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986250.7273438-2162-254641272349746/source\",",
" \"state\": \"file\",",
" \"uid\": 42422",
"}",
"",
"TASK [bifrost-ironic-install : Create a temporary directory for mounting ESP] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_esp.yml:14",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986251.2986035-2186-5215043868884 `\" && echo ansible-tmp-1636986251.2986035-2186-5215043868884=\"` echo /root/.ansible/tmp/ansible-tmp-1636986251.2986035-2186-5215043868884 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/tempfile.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpwjpjmgat TO /root/.ansible/tmp/ansible-tmp-1636986251.2986035-2186-5215043868884/AnsiballZ_tempfile.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986251.2986035-2186-5215043868884/ /root/.ansible/tmp/ansible-tmp-1636986251.2986035-2186-5215043868884/AnsiballZ_tempfile.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986251.2986035-2186-5215043868884/AnsiballZ_tempfile.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986251.2986035-2186-5215043868884/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"path\": null,",
" \"prefix\": \"ansible.\",",
" \"state\": \"directory\",",
" \"suffix\": \"\"",
" }",
" },",
" \"mode\": \"0700\",",
" \"owner\": \"root\",",
" \"path\": \"/tmp/ansible.7lq3u3en\",",
" \"size\": 6,",
" \"state\": \"directory\",",
" \"uid\": 0",
"}",
"",
"TASK [bifrost-ironic-install : Create an empty ESP image] **********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_esp.yml:19",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986251.758959-2202-266414288315919 `\" && echo ansible-tmp-1636986251.758959-2202-266414288315919=\"` echo /root/.ansible/tmp/ansible-tmp-1636986251.758959-2202-266414288315919 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/command.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpum7tx4j0 TO /root/.ansible/tmp/ansible-tmp-1636986251.758959-2202-266414288315919/AnsiballZ_command.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986251.758959-2202-266414288315919/ /root/.ansible/tmp/ansible-tmp-1636986251.758959-2202-266414288315919/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986251.758959-2202-266414288315919/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986251.758959-2202-266414288315919/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"cmd\": [",
" \"dd\",",
" \"if=/dev/zero\",",
" \"of=/httpboot/esp.img\",",
" \"bs=4096\",",
" \"count=1024\"",
" ],",
" \"delta\": \"0:00:00.016788\",",
" \"end\": \"2021-11-15 15:24:11.981407\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_raw_params\": \"dd if=/dev/zero of=/httpboot/esp.img bs=4096 count=1024\",",
" \"_uses_shell\": false,",
" \"argv\": null,",
" \"chdir\": null,",
" \"creates\": null,",
" \"executable\": null,",
" \"removes\": null,",
" \"stdin\": null,",
" \"stdin_add_newline\": true,",
" \"strip_empty_ends\": true,",
" \"warn\": true",
" }",
" },",
" \"msg\": \"\",",
" \"rc\": 0,",
" \"start\": \"2021-11-15 15:24:11.964619\",",
" \"stderr\": \"1024+0 records in\\n1024+0 records out\\n4194304 bytes (4.2 MB, 4.0 MiB) copied, 0.00876525 s, 479 MB/s\",",
" \"stderr_lines\": [",
" \"1024+0 records in\",",
" \"1024+0 records out\",",
" \"4194304 bytes (4.2 MB, 4.0 MiB) copied, 0.00876525 s, 479 MB/s\"",
" ],",
" \"stdout\": \"\",",
" \"stdout_lines\": []",
"}",
"",
"TASK [bifrost-ironic-install : Initialize ESP filesystem] **********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_esp.yml:22",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986252.0871572-2219-88729543545854 `\" && echo ansible-tmp-1636986252.0871572-2219-88729543545854=\"` echo /root/.ansible/tmp/ansible-tmp-1636986252.0871572-2219-88729543545854 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/command.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpe30rrecj TO /root/.ansible/tmp/ansible-tmp-1636986252.0871572-2219-88729543545854/AnsiballZ_command.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986252.0871572-2219-88729543545854/ /root/.ansible/tmp/ansible-tmp-1636986252.0871572-2219-88729543545854/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986252.0871572-2219-88729543545854/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986252.0871572-2219-88729543545854/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"cmd\": [",
" \"mkfs.fat\",",
" \"-s\",",
" \"4\",",
" \"-r\",",
" \"512\",",
" \"-S\",",
" \"4096\",",
" \"/httpboot/esp.img\"",
" ],",
" \"delta\": \"0:00:00.005950\",",
" \"end\": \"2021-11-15 15:24:12.304071\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_raw_params\": \"mkfs.fat -s 4 -r 512 -S 4096 /httpboot/esp.img\",",
" \"_uses_shell\": false,",
" \"argv\": null,",
" \"chdir\": null,",
" \"creates\": null,",
" \"executable\": null,",
" \"removes\": null,",
" \"stdin\": null,",
" \"stdin_add_newline\": true,",
" \"strip_empty_ends\": true,",
" \"warn\": true",
" }",
" },",
" \"msg\": \"\",",
" \"rc\": 0,",
" \"start\": \"2021-11-15 15:24:12.298121\",",
" \"stderr\": \"\",",
" \"stderr_lines\": [],",
" \"stdout\": \"mkfs.fat 4.1 (2017-01-24)\",",
" \"stdout_lines\": [",
" \"mkfs.fat 4.1 (2017-01-24)\"",
" ]",
"}",
"",
"TASK [bifrost-ironic-install : Mount ESP filesystem] ***************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_esp.yml:25",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986252.4117312-2236-269414237814085 `\" && echo ansible-tmp-1636986252.4117312-2236-269414237814085=\"` echo /root/.ansible/tmp/ansible-tmp-1636986252.4117312-2236-269414237814085 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/command.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpxez78drw TO /root/.ansible/tmp/ansible-tmp-1636986252.4117312-2236-269414237814085/AnsiballZ_command.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986252.4117312-2236-269414237814085/ /root/.ansible/tmp/ansible-tmp-1636986252.4117312-2236-269414237814085/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986252.4117312-2236-269414237814085/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986252.4117312-2236-269414237814085/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"cmd\": [",
" \"mount\",",
" \"/httpboot/esp.img\",",
" \"/tmp/ansible.7lq3u3en\"",
" ],",
" \"delta\": \"0:00:00.078725\",",
" \"end\": \"2021-11-15 15:24:12.689945\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_raw_params\": \"mount /httpboot/esp.img /tmp/ansible.7lq3u3en\",",
" \"_uses_shell\": false,",
" \"argv\": null,",
" \"chdir\": null,",
" \"creates\": null,",
" \"executable\": null,",
" \"removes\": null,",
" \"stdin\": null,",
" \"stdin_add_newline\": true,",
" \"strip_empty_ends\": true,",
" \"warn\": true",
" }",
" },",
" \"msg\": \"\",",
" \"rc\": 0,",
" \"start\": \"2021-11-15 15:24:12.611220\",",
" \"stderr\": \"\",",
" \"stderr_lines\": [],",
" \"stdout\": \"\",",
" \"stdout_lines\": []",
"}",
"",
"TASK [bifrost-ironic-install : Create ESP boot directory] **********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_esp.yml:29",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986252.794039-2253-1993759483325 `\" && echo ansible-tmp-1636986252.794039-2253-1993759483325=\"` echo /root/.ansible/tmp/ansible-tmp-1636986252.794039-2253-1993759483325 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpgll81awi TO /root/.ansible/tmp/ansible-tmp-1636986252.794039-2253-1993759483325/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986252.794039-2253-1993759483325/ /root/.ansible/tmp/ansible-tmp-1636986252.794039-2253-1993759483325/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986252.794039-2253-1993759483325/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986252.794039-2253-1993759483325/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"diff\": {",
" \"after\": {",
" \"path\": \"/tmp/ansible.7lq3u3en/EFI/BOOT\",",
" \"state\": \"directory\"",
" },",
" \"before\": {",
" \"path\": \"/tmp/ansible.7lq3u3en/EFI/BOOT\",",
" \"state\": \"absent\"",
" }",
" },",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": null,",
" \"mode\": null,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"owner\": null,",
" \"path\": \"/tmp/ansible.7lq3u3en/EFI/BOOT\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"mode\": \"0755\",",
" \"owner\": \"root\",",
" \"path\": \"/tmp/ansible.7lq3u3en/EFI/BOOT\",",
" \"size\": 16384,",
" \"state\": \"directory\",",
" \"uid\": 0",
"}",
"",
"TASK [bifrost-ironic-install : Copy the shim image to ESP] *********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_esp.yml:34",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986253.1059666-2269-219728711176676 `\" && echo ansible-tmp-1636986253.1059666-2269-219728711176676=\"` echo /root/.ansible/tmp/ansible-tmp-1636986253.1059666-2269-219728711176676 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpl2egu9wf TO /root/.ansible/tmp/ansible-tmp-1636986253.1059666-2269-219728711176676/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986253.1059666-2269-219728711176676/ /root/.ansible/tmp/ansible-tmp-1636986253.1059666-2269-219728711176676/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986253.1059666-2269-219728711176676/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986253.1059666-2269-219728711176676/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum\": \"9e2e19fa2f1d8371748d67b59f27ae9828734d03\",",
" \"dest\": \"/tmp/ansible.7lq3u3en/EFI/BOOT/BOOTX64.efi\",",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": null,",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": null,",
" \"content\": null,",
" \"dest\": \"/tmp/ansible.7lq3u3en/EFI/BOOT/BOOTX64.efi\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": null,",
" \"local_follow\": null,",
" \"mode\": null,",
" \"owner\": null,",
" \"remote_src\": true,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/boot/efi/EFI/centos/shimx64.efi\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"md5sum\": \"25d9ccc49c419d76324a29615e8371c2\",",
" \"mode\": \"0755\",",
" \"owner\": \"root\",",
" \"size\": 1244496,",
" \"src\": \"/boot/efi/EFI/centos/shimx64.efi\",",
" \"state\": \"file\",",
" \"uid\": 0",
"}",
"",
"TASK [bifrost-ironic-install : Copy the grub2 image to ESP] ********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_esp.yml:40",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986253.4348447-2287-171424287884437 `\" && echo ansible-tmp-1636986253.4348447-2287-171424287884437=\"` echo /root/.ansible/tmp/ansible-tmp-1636986253.4348447-2287-171424287884437 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmplzxk7q1m TO /root/.ansible/tmp/ansible-tmp-1636986253.4348447-2287-171424287884437/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986253.4348447-2287-171424287884437/ /root/.ansible/tmp/ansible-tmp-1636986253.4348447-2287-171424287884437/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986253.4348447-2287-171424287884437/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986253.4348447-2287-171424287884437/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum\": \"40bf31f29f5b67de07e5a9fc0cbc170c78ace810\",",
" \"dest\": \"/tmp/ansible.7lq3u3en/EFI/BOOT/GRUBX64.efi\",",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": null,",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": null,",
" \"content\": null,",
" \"dest\": \"/tmp/ansible.7lq3u3en/EFI/BOOT/GRUBX64.efi\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": null,",
" \"local_follow\": null,",
" \"mode\": null,",
" \"owner\": null,",
" \"remote_src\": true,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/boot/efi/EFI/centos/grubx64.efi\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"md5sum\": \"d29b1c50403feb300db417f7673f0054\",",
" \"mode\": \"0755\",",
" \"owner\": \"root\",",
" \"size\": 2285848,",
" \"src\": \"/boot/efi/EFI/centos/grubx64.efi\",",
" \"state\": \"file\",",
" \"uid\": 0",
"}",
"",
"TASK [bifrost-ironic-install : Unmount ESP filesystem] *************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_esp.yml:47",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986253.7877438-2305-269553401155700 `\" && echo ansible-tmp-1636986253.7877438-2305-269553401155700=\"` echo /root/.ansible/tmp/ansible-tmp-1636986253.7877438-2305-269553401155700 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/command.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp0lj5p_nx TO /root/.ansible/tmp/ansible-tmp-1636986253.7877438-2305-269553401155700/AnsiballZ_command.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986253.7877438-2305-269553401155700/ /root/.ansible/tmp/ansible-tmp-1636986253.7877438-2305-269553401155700/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986253.7877438-2305-269553401155700/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986253.7877438-2305-269553401155700/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"cmd\": [",
" \"umount\",",
" \"/tmp/ansible.7lq3u3en\"",
" ],",
" \"delta\": \"0:00:00.044794\",",
" \"end\": \"2021-11-15 15:24:14.034974\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_raw_params\": \"umount /tmp/ansible.7lq3u3en\",",
" \"_uses_shell\": false,",
" \"argv\": null,",
" \"chdir\": null,",
" \"creates\": null,",
" \"executable\": null,",
" \"removes\": null,",
" \"stdin\": null,",
" \"stdin_add_newline\": true,",
" \"strip_empty_ends\": true,",
" \"warn\": true",
" }",
" },",
" \"msg\": \"\",",
" \"rc\": 0,",
" \"start\": \"2021-11-15 15:24:13.990180\",",
" \"stderr\": \"\",",
" \"stderr_lines\": [],",
" \"stdout\": \"\",",
" \"stdout_lines\": []",
"}",
"",
"TASK [bifrost-ironic-install : Ensure ESP image is readable] *******************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/create_esp.yml:50",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986254.1303837-2322-278798766460956 `\" && echo ansible-tmp-1636986254.1303837-2322-278798766460956=\"` echo /root/.ansible/tmp/ansible-tmp-1636986254.1303837-2322-278798766460956 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpt2gw56no TO /root/.ansible/tmp/ansible-tmp-1636986254.1303837-2322-278798766460956/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986254.1303837-2322-278798766460956/ /root/.ansible/tmp/ansible-tmp-1636986254.1303837-2322-278798766460956/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986254.1303837-2322-278798766460956/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986254.1303837-2322-278798766460956/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"diff\": {",
" \"after\": {",
" \"group\": 42422,",
" \"owner\": 42422,",
" \"path\": \"/httpboot/esp.img\"",
" },",
" \"before\": {",
" \"group\": 0,",
" \"owner\": 0,",
" \"path\": \"/httpboot/esp.img\"",
" }",
" },",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"ironic\",",
" \"mode\": 420,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"owner\": \"ironic\",",
" \"path\": \"/httpboot/esp.img\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"file\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"mode\": \"0644\",",
" \"owner\": \"ironic\",",
" \"path\": \"/httpboot/esp.img\",",
" \"size\": 4194304,",
" \"state\": \"file\",",
" \"uid\": 42422",
"}",
"",
"TASK [bifrost-ironic-install : Setup additional DHCP hosts directory] **********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:260",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Setup inventory DHCP hosts directory] ***********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:269",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986254.5015411-2340-36591061824345 `\" && echo ansible-tmp-1636986254.5015411-2340-36591061824345=\"` echo /root/.ansible/tmp/ansible-tmp-1636986254.5015411-2340-36591061824345 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmptoq3cg2d TO /root/.ansible/tmp/ansible-tmp-1636986254.5015411-2340-36591061824345/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986254.5015411-2340-36591061824345/ /root/.ansible/tmp/ansible-tmp-1636986254.5015411-2340-36591061824345/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986254.5015411-2340-36591061824345/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986254.5015411-2340-36591061824345/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"diff\": {",
" \"after\": {",
" \"path\": \"/etc/dnsmasq.d/bifrost.dhcp-hosts.d\",",
" \"state\": \"directory\"",
" },",
" \"before\": {",
" \"path\": \"/etc/dnsmasq.d/bifrost.dhcp-hosts.d\",",
" \"state\": \"absent\"",
" }",
" },",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"root\",",
" \"mode\": 493,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"owner\": \"root\",",
" \"path\": \"/etc/dnsmasq.d/bifrost.dhcp-hosts.d\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"mode\": \"0755\",",
" \"owner\": \"root\",",
" \"path\": \"/etc/dnsmasq.d/bifrost.dhcp-hosts.d\",",
" \"size\": 6,",
" \"state\": \"directory\",",
" \"uid\": 0",
"}",
"",
"TASK [bifrost-ironic-install : Retrieve interface IP informations] *************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:277",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"dhcp_netaddr\": \"172.16.32.201/255.255.255.0\",",
" \"itf_infos\": {",
" \"address\": \"172.16.32.10\",",
" \"broadcast\": \"172.16.63.255\",",
" \"netmask\": \"255.255.224.0\",",
" \"network\": \"172.16.32.0\"",
" }",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Compute interface and DHCP network informations] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:282",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"Loading collection ansible.netcommon from /var/lib/kolla/venv/lib/python3.6/site-packages/ansible_collections/ansible/netcommon",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"dhcp_netaddr\": \"172.16.32.0/255.255.255.0\",",
" \"itf_broadcast\": \"172.16.63.255/255.255.224.0\",",
" \"itf_netaddr1\": \"172.16.32.10/255.255.224.0\",",
" \"itf_netaddr2\": \"172.16.32.0/255.255.224.0\"",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Validate interface network addresses] ***********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:289",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"Loading collection ansible.netcommon from /var/lib/kolla/venv/lib/python3.6/site-packages/ansible_collections/ansible/netcommon",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Validate interface broadcast addresses] *********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:298",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"Loading collection ansible.netcommon from /var/lib/kolla/venv/lib/python3.6/site-packages/ansible_collections/ansible/netcommon",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Validate DHCP and interface addresses] **********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:307",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"Loading collection ansible.netcommon from /var/lib/kolla/venv/lib/python3.6/site-packages/ansible_collections/ansible/netcommon",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"skipping: [127.0.0.1] => {}",
"",
"TASK [bifrost-ironic-install : Computing new DHCP informations] ****************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:317",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"Loading collection ansible.netcommon from /var/lib/kolla/venv/lib/python3.6/site-packages/ansible_collections/ansible/netcommon",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Computing new DHCP range] ***********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:328",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"Loading collection ansible.netcommon from /var/lib/kolla/venv/lib/python3.6/site-packages/ansible_collections/ansible/netcommon",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Deploy dnsmasq configuration file] **************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:335",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986255.3630543-2370-156688244025808 `\" && echo ansible-tmp-1636986255.3630543-2370-156688244025808=\"` echo /root/.ansible/tmp/ansible-tmp-1636986255.3630543-2370-156688244025808 `\" ) && sleep 0'",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"Loading collection ansible.netcommon from /var/lib/kolla/venv/lib/python3.6/site-packages/ansible_collections/ansible/netcommon",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"redirecting filter ansible.builtin.ipaddr to ansible.netcommon.ipaddr",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/stat.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpxz8m2dio TO /root/.ansible/tmp/ansible-tmp-1636986255.3630543-2370-156688244025808/AnsiballZ_stat.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986255.3630543-2370-156688244025808/ /root/.ansible/tmp/ansible-tmp-1636986255.3630543-2370-156688244025808/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986255.3630543-2370-156688244025808/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp0xpzs32b/dnsmasq.conf.j2 TO /root/.ansible/tmp/ansible-tmp-1636986255.3630543-2370-156688244025808/source",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986255.3630543-2370-156688244025808/ /root/.ansible/tmp/ansible-tmp-1636986255.3630543-2370-156688244025808/source && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpfqi6l3wy TO /root/.ansible/tmp/ansible-tmp-1636986255.3630543-2370-156688244025808/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986255.3630543-2370-156688244025808/ /root/.ansible/tmp/ansible-tmp-1636986255.3630543-2370-156688244025808/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986255.3630543-2370-156688244025808/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986255.3630543-2370-156688244025808/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum\": \"cb744118de262d832369035633b3aca46978e605\",",
" \"dest\": \"/etc/dnsmasq.conf\",",
" \"diff\": [],",
" \"gid\": 995,",
" \"group\": \"dnsmasq\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": \"dnsmasq.conf.j2\",",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": \"cb744118de262d832369035633b3aca46978e605\",",
" \"content\": null,",
" \"dest\": \"/etc/dnsmasq.conf\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": null,",
" \"local_follow\": null,",
" \"mode\": null,",
" \"owner\": null,",
" \"remote_src\": null,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986255.3630543-2370-156688244025808/source\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"md5sum\": \"fb0697e0245f8ac93a9555854b4b9840\",",
" \"mode\": \"0644\",",
" \"owner\": \"root\",",
" \"size\": 2936,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986255.3630543-2370-156688244025808/source\",",
" \"state\": \"file\",",
" \"uid\": 0",
"}",
"",
"TASK [bifrost-ironic-install : Look for libvirt dnsmasq config] ****************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:340",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986256.0543752-2396-235315724081799 `\" && echo ansible-tmp-1636986256.0543752-2396-235315724081799=\"` echo /root/.ansible/tmp/ansible-tmp-1636986256.0543752-2396-235315724081799 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/stat.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp2ju0_prz TO /root/.ansible/tmp/ansible-tmp-1636986256.0543752-2396-235315724081799/AnsiballZ_stat.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986256.0543752-2396-235315724081799/ /root/.ansible/tmp/ansible-tmp-1636986256.0543752-2396-235315724081799/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986256.0543752-2396-235315724081799/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986256.0543752-2396-235315724081799/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => {",
" \"changed\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"checksum_algorithm\": \"sha1\",",
" \"follow\": false,",
" \"get_attributes\": true,",
" \"get_checksum\": true,",
" \"get_md5\": false,",
" \"get_mime\": true,",
" \"path\": \"/etc/dnsmasq.d/libvirt-bin\"",
" }",
" },",
" \"stat\": {",
" \"exists\": false",
" }",
"}",
"",
"TASK [bifrost-ironic-install : Disable libvirt dnsmasq config] *****************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:344",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Test if IPA kernel is present] ******************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml:18",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986256.4183578-2414-180421652547568 `\" && echo ansible-tmp-1636986256.4183578-2414-180421652547568=\"` echo /root/.ansible/tmp/ansible-tmp-1636986256.4183578-2414-180421652547568 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/stat.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp6hs2w8fg TO /root/.ansible/tmp/ansible-tmp-1636986256.4183578-2414-180421652547568/AnsiballZ_stat.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986256.4183578-2414-180421652547568/ /root/.ansible/tmp/ansible-tmp-1636986256.4183578-2414-180421652547568/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986256.4183578-2414-180421652547568/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986256.4183578-2414-180421652547568/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => {",
" \"changed\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"checksum_algorithm\": \"sha1\",",
" \"follow\": false,",
" \"get_attributes\": true,",
" \"get_checksum\": true,",
" \"get_md5\": false,",
" \"get_mime\": true,",
" \"path\": \"/httpboot/ipa.kernel\"",
" }",
" },",
" \"stat\": {",
" \"exists\": false",
" }",
"}",
"",
"TASK [bifrost-ironic-install : Download IPA kernel checksum file] **************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml:22",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986256.7424917-2430-86128210343160 `\" && echo ansible-tmp-1636986256.7424917-2430-86128210343160=\"` echo /root/.ansible/tmp/ansible-tmp-1636986256.7424917-2430-86128210343160 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/get_url.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp1gmuvgn4 TO /root/.ansible/tmp/ansible-tmp-1636986256.7424917-2430-86128210343160/AnsiballZ_get_url.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986256.7424917-2430-86128210343160/ /root/.ansible/tmp/ansible-tmp-1636986256.7424917-2430-86128210343160/AnsiballZ_get_url.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986256.7424917-2430-86128210343160/AnsiballZ_get_url.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986256.7424917-2430-86128210343160/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum_dest\": null,",
" \"checksum_src\": \"50f9f27e6661c7d96bdf1a013989881790ea0bf7\",",
" \"dest\": \"/httpboot/ipa.kernel.sha256\",",
" \"elapsed\": 1,",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": \"\",",
" \"client_cert\": null,",
" \"client_key\": null,",
" \"dest\": \"/httpboot/ipa.kernel.sha256\",",
" \"force\": true,",
" \"force_basic_auth\": false,",
" \"group\": \"ironic\",",
" \"headers\": null,",
" \"http_agent\": \"ansible-httpget\",",
" \"mode\": 420,",
" \"owner\": \"ironic\",",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"sha256sum\": \"\",",
" \"timeout\": 300,",
" \"tmp_dest\": null,",
" \"unsafe_writes\": false,",
" \"url\": \"https://tarballs.openstack.org/ironic-python-agent/dib/files/ipa-centos8-stable-xena.kernel.sha256\",",
" \"url_password\": null,",
" \"url_username\": null,",
" \"use_proxy\": true,",
" \"validate_certs\": true",
" }",
" },",
" \"md5sum\": \"d190b1f404d5b62ce85975880b455df8\",",
" \"mode\": \"0644\",",
" \"msg\": \"OK (97 bytes)\",",
" \"owner\": \"ironic\",",
" \"size\": 97,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986256.7424917-2430-86128210343160/tmp5t4ul8dq\",",
" \"state\": \"file\",",
" \"status_code\": 200,",
" \"uid\": 42422,",
" \"url\": \"https://tarballs.openstack.org/ironic-python-agent/dib/files/ipa-centos8-stable-xena.kernel.sha256\"",
"}",
"",
"TASK [bifrost-ironic-install : Extract IPA kernel checksum] ********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml:33",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986259.3953378-2448-139109864307894 `\" && echo ansible-tmp-1636986259.3953378-2448-139109864307894=\"` echo /root/.ansible/tmp/ansible-tmp-1636986259.3953378-2448-139109864307894 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/command.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpzsu7csjd TO /root/.ansible/tmp/ansible-tmp-1636986259.3953378-2448-139109864307894/AnsiballZ_command.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986259.3953378-2448-139109864307894/ /root/.ansible/tmp/ansible-tmp-1636986259.3953378-2448-139109864307894/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986259.3953378-2448-139109864307894/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986259.3953378-2448-139109864307894/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"cmd\": [",
" \"awk\",",
" \"/ipa-centos8-stable-xena.kernel|^[a-z0-9]+$/{print $1}\",",
" \"/httpboot/ipa.kernel.sha256\"",
" ],",
" \"delta\": \"0:00:00.011965\",",
" \"end\": \"2021-11-15 15:24:19.599282\",",
" \"failed_when_result\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"_raw_params\": \"awk '/ipa-centos8-stable-xena.kernel|^[a-z0-9]+$/{print $1}' \\\"/httpboot/ipa.kernel.sha256\\\"\",",
" \"_uses_shell\": false,",
" \"argv\": null,",
" \"chdir\": null,",
" \"creates\": null,",
" \"executable\": null,",
" \"removes\": null,",
" \"stdin\": null,",
" \"stdin_add_newline\": true,",
" \"strip_empty_ends\": true,",
" \"warn\": true",
" }",
" },",
" \"msg\": \"\",",
" \"rc\": 0,",
" \"start\": \"2021-11-15 15:24:19.587317\",",
" \"stderr\": \"\",",
" \"stderr_lines\": [],",
" \"stdout\": \"4a3fd527f304d772be6e0391e84cb1fde4bec712d94fbf5fe02f912a30be22cd\",",
" \"stdout_lines\": [",
" \"4a3fd527f304d772be6e0391e84cb1fde4bec712d94fbf5fe02f912a30be22cd\"",
" ]",
"}",
"",
"TASK [bifrost-ironic-install : set_fact] ***************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml:39",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"ipa_kernel_checksum\": \"sha256:4a3fd527f304d772be6e0391e84cb1fde4bec712d94fbf5fe02f912a30be22cd\"",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Download IPA kernel] ****************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml:42",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986259.7995832-2467-265388259435044 `\" && echo ansible-tmp-1636986259.7995832-2467-265388259435044=\"` echo /root/.ansible/tmp/ansible-tmp-1636986259.7995832-2467-265388259435044 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/get_url.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp2j8bzb0_ TO /root/.ansible/tmp/ansible-tmp-1636986259.7995832-2467-265388259435044/AnsiballZ_get_url.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986259.7995832-2467-265388259435044/ /root/.ansible/tmp/ansible-tmp-1636986259.7995832-2467-265388259435044/AnsiballZ_get_url.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986259.7995832-2467-265388259435044/AnsiballZ_get_url.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986259.7995832-2467-265388259435044/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"attempts\": 1,",
" \"changed\": true,",
" \"checksum_dest\": null,",
" \"checksum_src\": \"752fd7d5b98fe5bf8c4b50660bfed593f3206f1a\",",
" \"dest\": \"/httpboot/ipa.kernel\",",
" \"elapsed\": 3,",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": \"sha256:4a3fd527f304d772be6e0391e84cb1fde4bec712d94fbf5fe02f912a30be22cd\",",
" \"client_cert\": null,",
" \"client_key\": null,",
" \"dest\": \"/httpboot/ipa.kernel\",",
" \"force\": true,",
" \"force_basic_auth\": false,",
" \"group\": \"ironic\",",
" \"headers\": null,",
" \"http_agent\": \"ansible-httpget\",",
" \"mode\": 420,",
" \"owner\": \"ironic\",",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"sha256sum\": \"\",",
" \"timeout\": 300,",
" \"tmp_dest\": null,",
" \"unsafe_writes\": false,",
" \"url\": \"https://tarballs.openstack.org/ironic-python-agent/dib/files/ipa-centos8-stable-xena.kernel\",",
" \"url_password\": null,",
" \"url_username\": null,",
" \"use_proxy\": true,",
" \"validate_certs\": true",
" }",
" },",
" \"md5sum\": \"0247786fe432d81186b8ee7dc375b73a\",",
" \"mode\": \"0644\",",
" \"msg\": \"OK (10271880 bytes)\",",
" \"owner\": \"ironic\",",
" \"size\": 10271880,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986259.7995832-2467-265388259435044/tmpedhzj0kd\",",
" \"state\": \"file\",",
" \"status_code\": 200,",
" \"uid\": 42422,",
" \"url\": \"https://tarballs.openstack.org/ironic-python-agent/dib/files/ipa-centos8-stable-xena.kernel\"",
"}",
"",
"TASK [bifrost-ironic-install : Test if IPA image is present] *******************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml:63",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986263.8099198-2485-88787470386577 `\" && echo ansible-tmp-1636986263.8099198-2485-88787470386577=\"` echo /root/.ansible/tmp/ansible-tmp-1636986263.8099198-2485-88787470386577 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/stat.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpzqk5mhay TO /root/.ansible/tmp/ansible-tmp-1636986263.8099198-2485-88787470386577/AnsiballZ_stat.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986263.8099198-2485-88787470386577/ /root/.ansible/tmp/ansible-tmp-1636986263.8099198-2485-88787470386577/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986263.8099198-2485-88787470386577/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986263.8099198-2485-88787470386577/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => {",
" \"changed\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"checksum_algorithm\": \"sha1\",",
" \"follow\": false,",
" \"get_attributes\": true,",
" \"get_checksum\": true,",
" \"get_md5\": false,",
" \"get_mime\": true,",
" \"path\": \"/httpboot/ipa.initramfs\"",
" }",
" },",
" \"stat\": {",
" \"exists\": false",
" }",
"}",
"",
"TASK [bifrost-ironic-install : Download IPA image checksum] ********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml:67",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986264.1411996-2501-186203352414734 `\" && echo ansible-tmp-1636986264.1411996-2501-186203352414734=\"` echo /root/.ansible/tmp/ansible-tmp-1636986264.1411996-2501-186203352414734 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/get_url.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpgbvu6xq8 TO /root/.ansible/tmp/ansible-tmp-1636986264.1411996-2501-186203352414734/AnsiballZ_get_url.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986264.1411996-2501-186203352414734/ /root/.ansible/tmp/ansible-tmp-1636986264.1411996-2501-186203352414734/AnsiballZ_get_url.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986264.1411996-2501-186203352414734/AnsiballZ_get_url.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986264.1411996-2501-186203352414734/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum_dest\": null,",
" \"checksum_src\": \"e7259ef6a336885f94d1055bdb357e6b734c919c\",",
" \"dest\": \"/httpboot/ipa.initramfs.sha256\",",
" \"elapsed\": 1,",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": \"\",",
" \"client_cert\": null,",
" \"client_key\": null,",
" \"dest\": \"/httpboot/ipa.initramfs.sha256\",",
" \"force\": true,",
" \"force_basic_auth\": false,",
" \"group\": \"ironic\",",
" \"headers\": null,",
" \"http_agent\": \"ansible-httpget\",",
" \"mode\": 420,",
" \"owner\": \"ironic\",",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"sha256sum\": \"\",",
" \"timeout\": 300,",
" \"tmp_dest\": null,",
" \"unsafe_writes\": false,",
" \"url\": \"https://tarballs.openstack.org/ironic-python-agent/dib/files/ipa-centos8-stable-xena.initramfs.sha256\",",
" \"url_password\": null,",
" \"url_username\": null,",
" \"use_proxy\": true,",
" \"validate_certs\": true",
" }",
" },",
" \"md5sum\": \"259691c75b4d10681e0cb8034cf74af5\",",
" \"mode\": \"0644\",",
" \"msg\": \"OK (100 bytes)\",",
" \"owner\": \"ironic\",",
" \"size\": 100,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986264.1411996-2501-186203352414734/tmpnk1jyq5q\",",
" \"state\": \"file\",",
" \"status_code\": 200,",
" \"uid\": 42422,",
" \"url\": \"https://tarballs.openstack.org/ironic-python-agent/dib/files/ipa-centos8-stable-xena.initramfs.sha256\"",
"}",
"",
"TASK [bifrost-ironic-install : Extract IPA ramdisk checksum] *******************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml:78",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986265.7467406-2519-116084506158043 `\" && echo ansible-tmp-1636986265.7467406-2519-116084506158043=\"` echo /root/.ansible/tmp/ansible-tmp-1636986265.7467406-2519-116084506158043 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/command.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp4_x32uly TO /root/.ansible/tmp/ansible-tmp-1636986265.7467406-2519-116084506158043/AnsiballZ_command.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986265.7467406-2519-116084506158043/ /root/.ansible/tmp/ansible-tmp-1636986265.7467406-2519-116084506158043/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986265.7467406-2519-116084506158043/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986265.7467406-2519-116084506158043/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"cmd\": [",
" \"awk\",",
" \"/ipa-centos8-stable-xena.initramfs|^[a-z0-9]+$/{print $1}\",",
" \"/httpboot/ipa.initramfs.sha256\"",
" ],",
" \"delta\": \"0:00:00.010824\",",
" \"end\": \"2021-11-15 15:24:25.963246\",",
" \"failed_when_result\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"_raw_params\": \"awk '/ipa-centos8-stable-xena.initramfs|^[a-z0-9]+$/{print $1}' \\\"/httpboot/ipa.initramfs.sha256\\\"\",",
" \"_uses_shell\": false,",
" \"argv\": null,",
" \"chdir\": null,",
" \"creates\": null,",
" \"executable\": null,",
" \"removes\": null,",
" \"stdin\": null,",
" \"stdin_add_newline\": true,",
" \"strip_empty_ends\": true,",
" \"warn\": true",
" }",
" },",
" \"msg\": \"\",",
" \"rc\": 0,",
" \"start\": \"2021-11-15 15:24:25.952422\",",
" \"stderr\": \"\",",
" \"stderr_lines\": [],",
" \"stdout\": \"2f99bc17b8f35e1b7930ac0ce3e323147fa6431a94208dff51b1c99c3718de7b\",",
" \"stdout_lines\": [",
" \"2f99bc17b8f35e1b7930ac0ce3e323147fa6431a94208dff51b1c99c3718de7b\"",
" ]",
"}",
"",
"TASK [bifrost-ironic-install : set_fact] ***************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml:84",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"ipa_ramdisk_checksum\": \"sha256:2f99bc17b8f35e1b7930ac0ce3e323147fa6431a94208dff51b1c99c3718de7b\"",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Download IPA image] *****************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml:87",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986266.1678748-2538-249587831276978 `\" && echo ansible-tmp-1636986266.1678748-2538-249587831276978=\"` echo /root/.ansible/tmp/ansible-tmp-1636986266.1678748-2538-249587831276978 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/get_url.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpqeczw6_p TO /root/.ansible/tmp/ansible-tmp-1636986266.1678748-2538-249587831276978/AnsiballZ_get_url.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986266.1678748-2538-249587831276978/ /root/.ansible/tmp/ansible-tmp-1636986266.1678748-2538-249587831276978/AnsiballZ_get_url.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986266.1678748-2538-249587831276978/AnsiballZ_get_url.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986266.1678748-2538-249587831276978/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"attempts\": 1,",
" \"changed\": true,",
" \"checksum_dest\": null,",
" \"checksum_src\": \"87205d309998a596702015b8b1120f51fb7337b4\",",
" \"dest\": \"/httpboot/ipa.initramfs\",",
" \"elapsed\": 72,",
" \"gid\": 42422,",
" \"group\": \"ironic\",",
" \"invocation\": {",
" \"module_args\": {",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": \"sha256:2f99bc17b8f35e1b7930ac0ce3e323147fa6431a94208dff51b1c99c3718de7b\",",
" \"client_cert\": null,",
" \"client_key\": null,",
" \"dest\": \"/httpboot/ipa.initramfs\",",
" \"force\": true,",
" \"force_basic_auth\": false,",
" \"group\": \"ironic\",",
" \"headers\": null,",
" \"http_agent\": \"ansible-httpget\",",
" \"mode\": 420,",
" \"owner\": \"ironic\",",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"sha256sum\": \"\",",
" \"timeout\": 300,",
" \"tmp_dest\": null,",
" \"unsafe_writes\": false,",
" \"url\": \"https://tarballs.openstack.org/ironic-python-agent/dib/files/ipa-centos8-stable-xena.initramfs\",",
" \"url_password\": null,",
" \"url_username\": null,",
" \"use_proxy\": true,",
" \"validate_certs\": true",
" }",
" },",
" \"md5sum\": \"1ec2d6b392e5544a2fe3415284623027\",",
" \"mode\": \"0644\",",
" \"msg\": \"OK (402420244 bytes)\",",
" \"owner\": \"ironic\",",
" \"size\": 402420244,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986266.1678748-2538-249587831276978/tmp4v7fb4hc\",",
" \"state\": \"file\",",
" \"status_code\": 200,",
" \"uid\": 42422,",
" \"url\": \"https://tarballs.openstack.org/ironic-python-agent/dib/files/ipa-centos8-stable-xena.initramfs\"",
"}",
"",
"TASK [bifrost-ironic-install : Download cirros to use for deployment if requested] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:357",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Create a checksum file for cirros] **************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:364",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Ensure the checksum file is readable] ***********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:368",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-nginx-install : Deploy nginx configuration file for serving HTTP requests] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-nginx-install/tasks/bootstrap.yml:14",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986342.1186085-2562-63801303873586 `\" && echo ansible-tmp-1636986342.1186085-2562-63801303873586=\"` echo /root/.ansible/tmp/ansible-tmp-1636986342.1186085-2562-63801303873586 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/stat.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmppuvif_s9 TO /root/.ansible/tmp/ansible-tmp-1636986342.1186085-2562-63801303873586/AnsiballZ_stat.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986342.1186085-2562-63801303873586/ /root/.ansible/tmp/ansible-tmp-1636986342.1186085-2562-63801303873586/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986342.1186085-2562-63801303873586/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpj656zkhs/nginx.conf.j2 TO /root/.ansible/tmp/ansible-tmp-1636986342.1186085-2562-63801303873586/source",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986342.1186085-2562-63801303873586/ /root/.ansible/tmp/ansible-tmp-1636986342.1186085-2562-63801303873586/source && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpzb8cxrw8 TO /root/.ansible/tmp/ansible-tmp-1636986342.1186085-2562-63801303873586/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986342.1186085-2562-63801303873586/ /root/.ansible/tmp/ansible-tmp-1636986342.1186085-2562-63801303873586/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986342.1186085-2562-63801303873586/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986342.1186085-2562-63801303873586/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum\": \"06a4e99e04ac4066afec489473048292aebecf53\",",
" \"dest\": \"/etc/nginx/nginx.conf\",",
" \"diff\": [],",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": \"nginx.conf.j2\",",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": \"06a4e99e04ac4066afec489473048292aebecf53\",",
" \"content\": null,",
" \"dest\": \"/etc/nginx/nginx.conf\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": null,",
" \"local_follow\": null,",
" \"mode\": null,",
" \"owner\": null,",
" \"remote_src\": null,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986342.1186085-2562-63801303873586/source\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"md5sum\": \"35c70c9adbd4a25381815437a3fc5fd1\",",
" \"mode\": \"0644\",",
" \"owner\": \"root\",",
" \"size\": 631,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986342.1186085-2562-63801303873586/source\",",
" \"state\": \"file\",",
" \"uid\": 0",
"}",
"",
"TASK [bifrost-ironic-install : Place nginx configuration for ironic] ***********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:381",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986342.6833558-2588-103559473084106 `\" && echo ansible-tmp-1636986342.6833558-2588-103559473084106=\"` echo /root/.ansible/tmp/ansible-tmp-1636986342.6833558-2588-103559473084106 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/stat.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpnwylx933 TO /root/.ansible/tmp/ansible-tmp-1636986342.6833558-2588-103559473084106/AnsiballZ_stat.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986342.6833558-2588-103559473084106/ /root/.ansible/tmp/ansible-tmp-1636986342.6833558-2588-103559473084106/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986342.6833558-2588-103559473084106/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp_9gr4c55/nginx_conf.d_bifrost-httpboot.conf.j2 TO /root/.ansible/tmp/ansible-tmp-1636986342.6833558-2588-103559473084106/source",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986342.6833558-2588-103559473084106/ /root/.ansible/tmp/ansible-tmp-1636986342.6833558-2588-103559473084106/source && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp9tlfwdqe TO /root/.ansible/tmp/ansible-tmp-1636986342.6833558-2588-103559473084106/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986342.6833558-2588-103559473084106/ /root/.ansible/tmp/ansible-tmp-1636986342.6833558-2588-103559473084106/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986342.6833558-2588-103559473084106/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986342.6833558-2588-103559473084106/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum\": \"078adaf22462d2af0ea91bec6c881329698bc1d6\",",
" \"dest\": \"/etc/nginx/conf.d/bifrost-httpboot.conf\",",
" \"diff\": [],",
" \"gid\": 994,",
" \"group\": \"nginx\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": \"nginx_conf.d_bifrost-httpboot.conf.j2\",",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": \"078adaf22462d2af0ea91bec6c881329698bc1d6\",",
" \"content\": null,",
" \"dest\": \"/etc/nginx/conf.d/bifrost-httpboot.conf\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": \"nginx\",",
" \"local_follow\": null,",
" \"mode\": 493,",
" \"owner\": \"nginx\",",
" \"remote_src\": null,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986342.6833558-2588-103559473084106/source\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"md5sum\": \"5041f029e49f73d2a96ce03631df0609\",",
" \"mode\": \"0755\",",
" \"owner\": \"nginx\",",
" \"size\": 171,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986342.6833558-2588-103559473084106/source\",",
" \"state\": \"file\",",
" \"uid\": 994",
"}",
"",
"TASK [bifrost-ironic-install : Set permissions for /var/lib/ironic for the ironic user] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:389",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986343.2265613-2612-33151929994581 `\" && echo ansible-tmp-1636986343.2265613-2612-33151929994581=\"` echo /root/.ansible/tmp/ansible-tmp-1636986343.2265613-2612-33151929994581 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmppv7_6o0c TO /root/.ansible/tmp/ansible-tmp-1636986343.2265613-2612-33151929994581/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986343.2265613-2612-33151929994581/ /root/.ansible/tmp/ansible-tmp-1636986343.2265613-2612-33151929994581/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986343.2265613-2612-33151929994581/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986343.2265613-2612-33151929994581/ > /dev/null 2>&1 && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"changed: [127.0.0.1] => (item=/var/lib/ironic) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": true,",
" \"diff\": {",
" \"after\": {",
" \"group\": 994,",
" \"mode\": \"0750\",",
" \"owner\": 42422,",
" \"path\": \"/var/lib/ironic\"",
" },",
" \"before\": {",
" \"group\": 0,",
" \"mode\": \"0755\",",
" \"owner\": 0,",
" \"path\": \"/var/lib/ironic\"",
" }",
" },",
" \"gid\": 994,",
" \"group\": \"nginx\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"nginx\",",
" \"mode\": 488,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"owner\": \"ironic\",",
" \"path\": \"/var/lib/ironic\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"item\": \"/var/lib/ironic\",",
" \"mode\": \"0750\",",
" \"owner\": \"ironic\",",
" \"path\": \"/var/lib/ironic\",",
" \"size\": 6,",
" \"state\": \"directory\",",
" \"uid\": 42422",
"}",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986343.5039482-2612-113432097991693 `\" && echo ansible-tmp-1636986343.5039482-2612-113432097991693=\"` echo /root/.ansible/tmp/ansible-tmp-1636986343.5039482-2612-113432097991693 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpllrl9s03 TO /root/.ansible/tmp/ansible-tmp-1636986343.5039482-2612-113432097991693/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986343.5039482-2612-113432097991693/ /root/.ansible/tmp/ansible-tmp-1636986343.5039482-2612-113432097991693/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986343.5039482-2612-113432097991693/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986343.5039482-2612-113432097991693/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item=/var/lib/ironic/master_images) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": true,",
" \"diff\": {",
" \"after\": {",
" \"group\": 994,",
" \"mode\": \"0750\",",
" \"owner\": 42422,",
" \"path\": \"/var/lib/ironic/master_images\",",
" \"state\": \"directory\"",
" },",
" \"before\": {",
" \"group\": 0,",
" \"mode\": \"0755\",",
" \"owner\": 0,",
" \"path\": \"/var/lib/ironic/master_images\",",
" \"state\": \"absent\"",
" }",
" },",
" \"gid\": 994,",
" \"group\": \"nginx\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"nginx\",",
" \"mode\": 488,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"owner\": \"ironic\",",
" \"path\": \"/var/lib/ironic/master_images\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"item\": \"/var/lib/ironic/master_images\",",
" \"mode\": \"0750\",",
" \"owner\": \"ironic\",",
" \"path\": \"/var/lib/ironic/master_images\",",
" \"size\": 6,",
" \"state\": \"directory\",",
" \"uid\": 42422",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986343.7911398-2612-137452330650789 `\" && echo ansible-tmp-1636986343.7911398-2612-137452330650789=\"` echo /root/.ansible/tmp/ansible-tmp-1636986343.7911398-2612-137452330650789 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp4beiz6ld TO /root/.ansible/tmp/ansible-tmp-1636986343.7911398-2612-137452330650789/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986343.7911398-2612-137452330650789/ /root/.ansible/tmp/ansible-tmp-1636986343.7911398-2612-137452330650789/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986343.7911398-2612-137452330650789/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986343.7911398-2612-137452330650789/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item=/var/lib/ironic/images) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": true,",
" \"diff\": {",
" \"after\": {",
" \"group\": 994,",
" \"mode\": \"0750\",",
" \"owner\": 42422,",
" \"path\": \"/var/lib/ironic/images\",",
" \"state\": \"directory\"",
" },",
" \"before\": {",
" \"group\": 0,",
" \"mode\": \"0755\",",
" \"owner\": 0,",
" \"path\": \"/var/lib/ironic/images\",",
" \"state\": \"absent\"",
" }",
" },",
" \"gid\": 994,",
" \"group\": \"nginx\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": \"nginx\",",
" \"mode\": 488,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"owner\": \"ironic\",",
" \"path\": \"/var/lib/ironic/images\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"item\": \"/var/lib/ironic/images\",",
" \"mode\": \"0750\",",
" \"owner\": \"ironic\",",
" \"path\": \"/var/lib/ironic/images\",",
" \"size\": 6,",
" \"state\": \"directory\",",
" \"uid\": 42422",
"}",
"",
"TASK [bifrost-ironic-install : \"Explicitly permit nginx port (TCP) for file downloads from nodes to be provisioned",
" and TCP/6385 for IPA callback\"] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:401",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986344.1066635-2656-112130372429719 `\" && echo ansible-tmp-1636986344.1066635-2656-112130372429719=\"` echo /root/.ansible/tmp/ansible-tmp-1636986344.1066635-2656-112130372429719 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/iptables.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp9s2l52i6 TO /root/.ansible/tmp/ansible-tmp-1636986344.1066635-2656-112130372429719/AnsiballZ_iptables.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986344.1066635-2656-112130372429719/ /root/.ansible/tmp/ansible-tmp-1636986344.1066635-2656-112130372429719/AnsiballZ_iptables.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986344.1066635-2656-112130372429719/AnsiballZ_iptables.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986344.1066635-2656-112130372429719/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item=68) => {",
" \"ansible_loop_var\": \"item\",",
" \"chain\": \"INPUT\",",
" \"changed\": true,",
" \"flush\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"action\": \"insert\",",
" \"chain\": \"INPUT\",",
" \"comment\": null,",
" \"ctstate\": [],",
" \"destination\": null,",
" \"destination_port\": \"68\",",
" \"dst_range\": null,",
" \"flush\": false,",
" \"fragment\": null,",
" \"gateway\": null,",
" \"gid_owner\": null,",
" \"goto\": null,",
" \"icmp_type\": null,",
" \"in_interface\": \"eth0\",",
" \"ip_version\": \"ipv4\",",
" \"jump\": \"ACCEPT\",",
" \"limit\": null,",
" \"limit_burst\": null,",
" \"log_level\": null,",
" \"log_prefix\": null,",
" \"match\": [],",
" \"out_interface\": null,",
" \"policy\": null,",
" \"protocol\": \"tcp\",",
" \"reject_with\": null,",
" \"rule_num\": null,",
" \"set_counters\": null,",
" \"set_dscp_mark\": null,",
" \"set_dscp_mark_class\": null,",
" \"source\": null,",
" \"source_port\": null,",
" \"src_range\": null,",
" \"state\": \"present\",",
" \"syn\": \"ignore\",",
" \"table\": \"filter\",",
" \"tcp_flags\": null,",
" \"to_destination\": null,",
" \"to_ports\": null,",
" \"to_source\": null,",
" \"uid_owner\": null,",
" \"wait\": null",
" }",
" },",
" \"ip_version\": \"ipv4\",",
" \"item\": 68,",
" \"rule\": \"-p tcp -j ACCEPT -i eth0 --destination-port 68\",",
" \"state\": \"present\",",
" \"table\": \"filter\",",
" \"warnings\": [",
" \"The value \\\"68\\\" (type int) was converted to \\\"'68'\\\" (type string). If this does not look like what you expect, quote the entire value to ensure it does not change.\"",
" ]",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986344.4023106-2656-24409865066888 `\" && echo ansible-tmp-1636986344.4023106-2656-24409865066888=\"` echo /root/.ansible/tmp/ansible-tmp-1636986344.4023106-2656-24409865066888 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/iptables.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp36x0oul4 TO /root/.ansible/tmp/ansible-tmp-1636986344.4023106-2656-24409865066888/AnsiballZ_iptables.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986344.4023106-2656-24409865066888/ /root/.ansible/tmp/ansible-tmp-1636986344.4023106-2656-24409865066888/AnsiballZ_iptables.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986344.4023106-2656-24409865066888/AnsiballZ_iptables.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986344.4023106-2656-24409865066888/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item=69) => {",
" \"ansible_loop_var\": \"item\",",
" \"chain\": \"INPUT\",",
" \"changed\": true,",
" \"flush\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"action\": \"insert\",",
" \"chain\": \"INPUT\",",
" \"comment\": null,",
" \"ctstate\": [],",
" \"destination\": null,",
" \"destination_port\": \"69\",",
" \"dst_range\": null,",
" \"flush\": false,",
" \"fragment\": null,",
" \"gateway\": null,",
" \"gid_owner\": null,",
" \"goto\": null,",
" \"icmp_type\": null,",
" \"in_interface\": \"eth0\",",
" \"ip_version\": \"ipv4\",",
" \"jump\": \"ACCEPT\",",
" \"limit\": null,",
" \"limit_burst\": null,",
" \"log_level\": null,",
" \"log_prefix\": null,",
" \"match\": [],",
" \"out_interface\": null,",
" \"policy\": null,",
" \"protocol\": \"tcp\",",
" \"reject_with\": null,",
" \"rule_num\": null,",
" \"set_counters\": null,",
" \"set_dscp_mark\": null,",
" \"set_dscp_mark_class\": null,",
" \"source\": null,",
" \"source_port\": null,",
" \"src_range\": null,",
" \"state\": \"present\",",
" \"syn\": \"ignore\",",
" \"table\": \"filter\",",
" \"tcp_flags\": null,",
" \"to_destination\": null,",
" \"to_ports\": null,",
" \"to_source\": null,",
" \"uid_owner\": null,",
" \"wait\": null",
" }",
" },",
" \"ip_version\": \"ipv4\",",
" \"item\": 69,",
" \"rule\": \"-p tcp -j ACCEPT -i eth0 --destination-port 69\",",
" \"state\": \"present\",",
" \"table\": \"filter\",",
" \"warnings\": [",
" \"The value \\\"69\\\" (type int) was converted to \\\"'69'\\\" (type string). If this does not look like what you expect, quote the entire value to ensure it does not change.\"",
" ]",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986344.742108-2656-190542176168072 `\" && echo ansible-tmp-1636986344.742108-2656-190542176168072=\"` echo /root/.ansible/tmp/ansible-tmp-1636986344.742108-2656-190542176168072 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/iptables.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmph3njw2ux TO /root/.ansible/tmp/ansible-tmp-1636986344.742108-2656-190542176168072/AnsiballZ_iptables.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986344.742108-2656-190542176168072/ /root/.ansible/tmp/ansible-tmp-1636986344.742108-2656-190542176168072/AnsiballZ_iptables.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986344.742108-2656-190542176168072/AnsiballZ_iptables.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986344.742108-2656-190542176168072/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item=8080) => {",
" \"ansible_loop_var\": \"item\",",
" \"chain\": \"INPUT\",",
" \"changed\": true,",
" \"flush\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"action\": \"insert\",",
" \"chain\": \"INPUT\",",
" \"comment\": null,",
" \"ctstate\": [],",
" \"destination\": null,",
" \"destination_port\": \"8080\",",
" \"dst_range\": null,",
" \"flush\": false,",
" \"fragment\": null,",
" \"gateway\": null,",
" \"gid_owner\": null,",
" \"goto\": null,",
" \"icmp_type\": null,",
" \"in_interface\": \"eth0\",",
" \"ip_version\": \"ipv4\",",
" \"jump\": \"ACCEPT\",",
" \"limit\": null,",
" \"limit_burst\": null,",
" \"log_level\": null,",
" \"log_prefix\": null,",
" \"match\": [],",
" \"out_interface\": null,",
" \"policy\": null,",
" \"protocol\": \"tcp\",",
" \"reject_with\": null,",
" \"rule_num\": null,",
" \"set_counters\": null,",
" \"set_dscp_mark\": null,",
" \"set_dscp_mark_class\": null,",
" \"source\": null,",
" \"source_port\": null,",
" \"src_range\": null,",
" \"state\": \"present\",",
" \"syn\": \"ignore\",",
" \"table\": \"filter\",",
" \"tcp_flags\": null,",
" \"to_destination\": null,",
" \"to_ports\": null,",
" \"to_source\": null,",
" \"uid_owner\": null,",
" \"wait\": null",
" }",
" },",
" \"ip_version\": \"ipv4\",",
" \"item\": \"8080\",",
" \"rule\": \"-p tcp -j ACCEPT -i eth0 --destination-port 8080\",",
" \"state\": \"present\",",
" \"table\": \"filter\"",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986345.0462186-2656-18083735083918 `\" && echo ansible-tmp-1636986345.0462186-2656-18083735083918=\"` echo /root/.ansible/tmp/ansible-tmp-1636986345.0462186-2656-18083735083918 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/iptables.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpd9deq4ac TO /root/.ansible/tmp/ansible-tmp-1636986345.0462186-2656-18083735083918/AnsiballZ_iptables.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986345.0462186-2656-18083735083918/ /root/.ansible/tmp/ansible-tmp-1636986345.0462186-2656-18083735083918/AnsiballZ_iptables.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986345.0462186-2656-18083735083918/AnsiballZ_iptables.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986345.0462186-2656-18083735083918/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item=8083) => {",
" \"ansible_loop_var\": \"item\",",
" \"chain\": \"INPUT\",",
" \"changed\": true,",
" \"flush\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"action\": \"insert\",",
" \"chain\": \"INPUT\",",
" \"comment\": null,",
" \"ctstate\": [],",
" \"destination\": null,",
" \"destination_port\": \"8083\",",
" \"dst_range\": null,",
" \"flush\": false,",
" \"fragment\": null,",
" \"gateway\": null,",
" \"gid_owner\": null,",
" \"goto\": null,",
" \"icmp_type\": null,",
" \"in_interface\": \"eth0\",",
" \"ip_version\": \"ipv4\",",
" \"jump\": \"ACCEPT\",",
" \"limit\": null,",
" \"limit_burst\": null,",
" \"log_level\": null,",
" \"log_prefix\": null,",
" \"match\": [],",
" \"out_interface\": null,",
" \"policy\": null,",
" \"protocol\": \"tcp\",",
" \"reject_with\": null,",
" \"rule_num\": null,",
" \"set_counters\": null,",
" \"set_dscp_mark\": null,",
" \"set_dscp_mark_class\": null,",
" \"source\": null,",
" \"source_port\": null,",
" \"src_range\": null,",
" \"state\": \"present\",",
" \"syn\": \"ignore\",",
" \"table\": \"filter\",",
" \"tcp_flags\": null,",
" \"to_destination\": null,",
" \"to_ports\": null,",
" \"to_source\": null,",
" \"uid_owner\": null,",
" \"wait\": null",
" }",
" },",
" \"ip_version\": \"ipv4\",",
" \"item\": \"8083\",",
" \"rule\": \"-p tcp -j ACCEPT -i eth0 --destination-port 8083\",",
" \"state\": \"present\",",
" \"table\": \"filter\"",
"}",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986345.3461688-2656-113028689220112 `\" && echo ansible-tmp-1636986345.3461688-2656-113028689220112=\"` echo /root/.ansible/tmp/ansible-tmp-1636986345.3461688-2656-113028689220112 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/iptables.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpjzfm7r45 TO /root/.ansible/tmp/ansible-tmp-1636986345.3461688-2656-113028689220112/AnsiballZ_iptables.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986345.3461688-2656-113028689220112/ /root/.ansible/tmp/ansible-tmp-1636986345.3461688-2656-113028689220112/AnsiballZ_iptables.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986345.3461688-2656-113028689220112/AnsiballZ_iptables.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986345.3461688-2656-113028689220112/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item=6385) => {",
" \"ansible_loop_var\": \"item\",",
" \"chain\": \"INPUT\",",
" \"changed\": true,",
" \"flush\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"action\": \"insert\",",
" \"chain\": \"INPUT\",",
" \"comment\": null,",
" \"ctstate\": [],",
" \"destination\": null,",
" \"destination_port\": \"6385\",",
" \"dst_range\": null,",
" \"flush\": false,",
" \"fragment\": null,",
" \"gateway\": null,",
" \"gid_owner\": null,",
" \"goto\": null,",
" \"icmp_type\": null,",
" \"in_interface\": \"eth0\",",
" \"ip_version\": \"ipv4\",",
" \"jump\": \"ACCEPT\",",
" \"limit\": null,",
" \"limit_burst\": null,",
" \"log_level\": null,",
" \"log_prefix\": null,",
" \"match\": [],",
" \"out_interface\": null,",
" \"policy\": null,",
" \"protocol\": \"tcp\",",
" \"reject_with\": null,",
" \"rule_num\": null,",
" \"set_counters\": null,",
" \"set_dscp_mark\": null,",
" \"set_dscp_mark_class\": null,",
" \"source\": null,",
" \"source_port\": null,",
" \"src_range\": null,",
" \"state\": \"present\",",
" \"syn\": \"ignore\",",
" \"table\": \"filter\",",
" \"tcp_flags\": null,",
" \"to_destination\": null,",
" \"to_ports\": null,",
" \"to_source\": null,",
" \"uid_owner\": null,",
" \"wait\": null",
" }",
" },",
" \"ip_version\": \"ipv4\",",
" \"item\": 6385,",
" \"rule\": \"-p tcp -j ACCEPT -i eth0 --destination-port 6385\",",
" \"state\": \"present\",",
" \"table\": \"filter\",",
" \"warnings\": [",
" \"The value \\\"6385\\\" (type int) was converted to \\\"'6385'\\\" (type string). If this does not look like what you expect, quote the entire value to ensure it does not change.\"",
" ]",
"}",
"",
"TASK [bifrost-ironic-install : Enable services in firewalld] *******************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:419",
"skipping: [127.0.0.1] => (item=dhcp) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"dhcp\",",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item=dhcpv6) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"dhcpv6\",",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item=tftp) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"tftp\",",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Enable ports in firewalld] **********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:432",
"skipping: [127.0.0.1] => (item=8080) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"8080\",",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item=8083) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"8083\",",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item=6385) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": 6385,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Allow nginx, ironic, inspector and IPA ports on SELinux] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:446",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Add proper context on created data for tftpboot] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:453",
"skipping: [127.0.0.1] => (item=/tftpboot) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"/tftpboot\",",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item=/tftpboot/pxelinux.cfg) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"/tftpboot/pxelinux.cfg\",",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Add proper context on created data for http_boot] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:462",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Disable the old ironic policy if it was enabled] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:468",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Apply the correct SELinux context to the directories] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:472",
"skipping: [127.0.0.1] => (item=/httpboot) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"/httpboot\",",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"skipping: [127.0.0.1] => (item=/tftpboot) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": false,",
" \"item\": \"/tftpboot\",",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Configure remote logging] ***********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:479",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Reload systemd configuration] *******************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/start.yml:16",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986346.1633737-2759-72775420997326 `\" && echo ansible-tmp-1636986346.1633737-2759-72775420997326=\"` echo /root/.ansible/tmp/ansible-tmp-1636986346.1633737-2759-72775420997326 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/systemd.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpku5hg__p TO /root/.ansible/tmp/ansible-tmp-1636986346.1633737-2759-72775420997326/AnsiballZ_systemd.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986346.1633737-2759-72775420997326/ /root/.ansible/tmp/ansible-tmp-1636986346.1633737-2759-72775420997326/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986346.1633737-2759-72775420997326/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986346.1633737-2759-72775420997326/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => {",
" \"changed\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"daemon_reexec\": false,",
" \"daemon_reload\": true,",
" \"enabled\": null,",
" \"force\": null,",
" \"masked\": null,",
" \"name\": null,",
" \"no_block\": false,",
" \"scope\": \"system\",",
" \"state\": null,",
" \"user\": null",
" }",
" },",
" \"name\": null,",
" \"status\": {}",
"}",
"",
"TASK [bifrost-ironic-install : Ensure rsyslog is running with current config] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/start.yml:20",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Start database service] *************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/start.yml:26",
"Running ansible.legacy.systemd",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986347.067592-2795-23468393196936 `\" && echo ansible-tmp-1636986347.067592-2795-23468393196936=\"` echo /root/.ansible/tmp/ansible-tmp-1636986347.067592-2795-23468393196936 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/systemd.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp16u521m1 TO /root/.ansible/tmp/ansible-tmp-1636986347.067592-2795-23468393196936/AnsiballZ_systemd.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986347.067592-2795-23468393196936/ /root/.ansible/tmp/ansible-tmp-1636986347.067592-2795-23468393196936/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986347.067592-2795-23468393196936/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986347.067592-2795-23468393196936/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => {",
" \"changed\": false,",
" \"enabled\": true,",
" \"invocation\": {",
" \"module_args\": {",
" \"daemon_reexec\": false,",
" \"daemon_reload\": false,",
" \"enabled\": true,",
" \"force\": null,",
" \"masked\": null,",
" \"name\": \"mariadb\",",
" \"no_block\": false,",
" \"scope\": \"system\",",
" \"state\": \"started\",",
" \"user\": null",
" }",
" },",
" \"name\": \"mariadb\",",
" \"state\": \"started\",",
" \"status\": {",
" \"ActiveEnterTimestamp\": \"Mon 2021-11-15 15:22:49 CET\",",
" \"ActiveEnterTimestampMonotonic\": \"3875072781\",",
" \"ActiveExitTimestampMonotonic\": \"0\",",
" \"ActiveState\": \"active\",",
" \"After\": \"systemd-journald.socket systemd-tmpfiles-setup.service sysinit.target tmp.mount -.mount basic.target network.target system.slice\",",
" \"AllowIsolate\": \"no\",",
" \"AllowedCPUs\": \"\",",
" \"AllowedMemoryNodes\": \"\",",
" \"AmbientCapabilities\": \"\",",
" \"AssertResult\": \"yes\",",
" \"AssertTimestamp\": \"Mon 2021-11-15 15:22:39 CET\",",
" \"AssertTimestampMonotonic\": \"3864754789\",",
" \"Before\": \"multi-user.target shutdown.target\",",
" \"BlockIOAccounting\": \"no\",",
" \"BlockIOWeight\": \"[not set]\",",
" \"CPUAccounting\": \"no\",",
" \"CPUAffinity\": \"\",",
" \"CPUAffinityFromNUMA\": \"no\",",
" \"CPUQuotaPerSecUSec\": \"infinity\",",
" \"CPUQuotaPeriodUSec\": \"infinity\",",
" \"CPUSchedulingPolicy\": \"0\",",
" \"CPUSchedulingPriority\": \"0\",",
" \"CPUSchedulingResetOnFork\": \"no\",",
" \"CPUShares\": \"[not set]\",",
" \"CPUUsageNSec\": \"[not set]\",",
" \"CPUWeight\": \"[not set]\",",
" \"CacheDirectoryMode\": \"0755\",",
" \"CanFreeze\": \"yes\",",
" \"CanIsolate\": \"no\",",
" \"CanReload\": \"no\",",
" \"CanStart\": \"yes\",",
" \"CanStop\": \"yes\",",
" \"CapabilityBoundingSet\": \"cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon\",",
" \"CollectMode\": \"inactive\",",
" \"ConditionResult\": \"yes\",",
" \"ConditionTimestamp\": \"Mon 2021-11-15 15:22:39 CET\",",
" \"ConditionTimestampMonotonic\": \"3864754788\",",
" \"ConfigurationDirectoryMode\": \"0755\",",
" \"Conflicts\": \"shutdown.target\",",
" \"ControlGroup\": \"/docker/7cfb01252a4eb686a1a27c561c9597694d274cc555454d531a0c073e862c4042/system.slice/mariadb.service\",",
" \"ControlPID\": \"0\",",
" \"DefaultDependencies\": \"yes\",",
" \"DefaultMemoryLow\": \"0\",",
" \"DefaultMemoryMin\": \"0\",",
" \"Delegate\": \"no\",",
" \"Description\": \"MariaDB 10.3 database server\",",
" \"DevicePolicy\": \"auto\",",
" \"Documentation\": \"man:mysqld(8) https://mariadb.com/kb/en/library/systemd/\",",
" \"DynamicUser\": \"no\",",
" \"EffectiveCPUs\": \"\",",
" \"EffectiveMemoryNodes\": \"\",",
" \"ExecMainCode\": \"0\",",
" \"ExecMainExitTimestampMonotonic\": \"0\",",
" \"ExecMainPID\": \"873\",",
" \"ExecMainStartTimestamp\": \"Mon 2021-11-15 15:22:48 CET\",",
" \"ExecMainStartTimestampMonotonic\": \"3874477200\",",
" \"ExecMainStatus\": \"0\",",
" \"ExecStart\": \"{ path=/usr/libexec/mysqld ; argv[]=/usr/libexec/mysqld --basedir=/usr $MYSQLD_OPTS $_WSREP_NEW_CLUSTER ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",",
" \"ExecStartPost\": \"{ path=/usr/libexec/mysql-check-upgrade ; argv[]=/usr/libexec/mysql-check-upgrade ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",",
" \"ExecStartPre\": \"{ path=/usr/libexec/mysql-prepare-db-dir ; argv[]=/usr/libexec/mysql-prepare-db-dir mariadb.service ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",",
" \"FailureAction\": \"none\",",
" \"FileDescriptorStoreMax\": \"0\",",
" \"FragmentPath\": \"/usr/lib/systemd/system/mariadb.service\",",
" \"FreezerState\": \"running\",",
" \"GID\": \"42434\",",
" \"Group\": \"mysql\",",
" \"GuessMainPID\": \"yes\",",
" \"IOAccounting\": \"no\",",
" \"IOSchedulingClass\": \"0\",",
" \"IOSchedulingPriority\": \"0\",",
" \"IOWeight\": \"[not set]\",",
" \"IPAccounting\": \"no\",",
" \"IPEgressBytes\": \"18446744073709551615\",",
" \"IPEgressPackets\": \"18446744073709551615\",",
" \"IPIngressBytes\": \"18446744073709551615\",",
" \"IPIngressPackets\": \"18446744073709551615\",",
" \"Id\": \"mariadb.service\",",
" \"IgnoreOnIsolate\": \"no\",",
" \"IgnoreSIGPIPE\": \"yes\",",
" \"InactiveEnterTimestampMonotonic\": \"0\",",
" \"InactiveExitTimestamp\": \"Mon 2021-11-15 15:22:39 CET\",",
" \"InactiveExitTimestampMonotonic\": \"3864755759\",",
" \"InvocationID\": \"2cb632fcf69a464eb5bed1c1835c3626\",",
" \"JobRunningTimeoutUSec\": \"infinity\",",
" \"JobTimeoutAction\": \"none\",",
" \"JobTimeoutUSec\": \"infinity\",",
" \"KeyringMode\": \"private\",",
" \"KillMode\": \"process\",",
" \"KillSignal\": \"15\",",
" \"LimitAS\": \"infinity\",",
" \"LimitASSoft\": \"infinity\",",
" \"LimitCORE\": \"infinity\",",
" \"LimitCORESoft\": \"0\",",
" \"LimitCPU\": \"infinity\",",
" \"LimitCPUSoft\": \"infinity\",",
" \"LimitDATA\": \"infinity\",",
" \"LimitDATASoft\": \"infinity\",",
" \"LimitFSIZE\": \"infinity\",",
" \"LimitFSIZESoft\": \"infinity\",",
" \"LimitLOCKS\": \"infinity\",",
" \"LimitLOCKSSoft\": \"infinity\",",
" \"LimitMEMLOCK\": \"65536\",",
" \"LimitMEMLOCKSoft\": \"65536\",",
" \"LimitMSGQUEUE\": \"819200\",",
" \"LimitMSGQUEUESoft\": \"819200\",",
" \"LimitNICE\": \"0\",",
" \"LimitNICESoft\": \"0\",",
" \"LimitNOFILE\": \"1048576\",",
" \"LimitNOFILESoft\": \"1024\",",
" \"LimitNPROC\": \"infinity\",",
" \"LimitNPROCSoft\": \"infinity\",",
" \"LimitRSS\": \"infinity\",",
" \"LimitRSSSoft\": \"infinity\",",
" \"LimitRTPRIO\": \"0\",",
" \"LimitRTPRIOSoft\": \"0\",",
" \"LimitRTTIME\": \"infinity\",",
" \"LimitRTTIMESoft\": \"infinity\",",
" \"LimitSIGPENDING\": \"63053\",",
" \"LimitSIGPENDINGSoft\": \"63053\",",
" \"LimitSTACK\": \"infinity\",",
" \"LimitSTACKSoft\": \"8388608\",",
" \"LoadState\": \"loaded\",",
" \"LockPersonality\": \"no\",",
" \"LogLevelMax\": \"-1\",",
" \"LogRateLimitBurst\": \"0\",",
" \"LogRateLimitIntervalUSec\": \"0\",",
" \"LogsDirectoryMode\": \"0755\",",
" \"MainPID\": \"873\",",
" \"MemoryAccounting\": \"yes\",",
" \"MemoryCurrent\": \"101974016\",",
" \"MemoryDenyWriteExecute\": \"no\",",
" \"MemoryHigh\": \"infinity\",",
" \"MemoryLimit\": \"infinity\",",
" \"MemoryLow\": \"0\",",
" \"MemoryMax\": \"infinity\",",
" \"MemoryMin\": \"0\",",
" \"MemorySwapMax\": \"infinity\",",
" \"MountAPIVFS\": \"no\",",
" \"MountFlags\": \"\",",
" \"NFileDescriptorStore\": \"0\",",
" \"NRestarts\": \"0\",",
" \"NUMAMask\": \"\",",
" \"NUMAPolicy\": \"n/a\",",
" \"Names\": \"mariadb.service\",",
" \"NeedDaemonReload\": \"no\",",
" \"Nice\": \"0\",",
" \"NoNewPrivileges\": \"no\",",
" \"NonBlocking\": \"no\",",
" \"NotifyAccess\": \"main\",",
" \"OOMScoreAdjust\": \"0\",",
" \"OnFailureJobMode\": \"replace\",",
" \"PermissionsStartOnly\": \"no\",",
" \"Perpetual\": \"no\",",
" \"PrivateDevices\": \"no\",",
" \"PrivateMounts\": \"no\",",
" \"PrivateNetwork\": \"no\",",
" \"PrivateTmp\": \"yes\",",
" \"PrivateUsers\": \"no\",",
" \"ProtectControlGroups\": \"no\",",
" \"ProtectHome\": \"no\",",
" \"ProtectKernelModules\": \"no\",",
" \"ProtectKernelTunables\": \"no\",",
" \"ProtectSystem\": \"no\",",
" \"RefuseManualStart\": \"no\",",
" \"RefuseManualStop\": \"no\",",
" \"RemainAfterExit\": \"no\",",
" \"RemoveIPC\": \"no\",",
" \"Requires\": \"sysinit.target system.slice\",",
" \"RequiresMountsFor\": \"/var/tmp\",",
" \"Restart\": \"on-abort\",",
" \"RestartUSec\": \"5s\",",
" \"RestrictNamespaces\": \"no\",",
" \"RestrictRealtime\": \"no\",",
" \"RestrictSUIDSGID\": \"no\",",
" \"Result\": \"success\",",
" \"RootDirectoryStartOnly\": \"no\",",
" \"RuntimeDirectoryMode\": \"0755\",",
" \"RuntimeDirectoryPreserve\": \"no\",",
" \"RuntimeMaxUSec\": \"infinity\",",
" \"SameProcessGroup\": \"no\",",
" \"SecureBits\": \"0\",",
" \"SendSIGHUP\": \"no\",",
" \"SendSIGKILL\": \"no\",",
" \"Slice\": \"system.slice\",",
" \"StandardError\": \"inherit\",",
" \"StandardInput\": \"null\",",
" \"StandardInputData\": \"\",",
" \"StandardOutput\": \"journal\",",
" \"StartLimitAction\": \"none\",",
" \"StartLimitBurst\": \"5\",",
" \"StartLimitIntervalUSec\": \"10s\",",
" \"StartupBlockIOWeight\": \"[not set]\",",
" \"StartupCPUShares\": \"[not set]\",",
" \"StartupCPUWeight\": \"[not set]\",",
" \"StartupIOWeight\": \"[not set]\",",
" \"StateChangeTimestamp\": \"Mon 2021-11-15 15:22:49 CET\",",
" \"StateChangeTimestampMonotonic\": \"3875072781\",",
" \"StateDirectoryMode\": \"0755\",",
" \"StatusErrno\": \"0\",",
" \"StatusText\": \"Taking your SQL requests now...\",",
" \"StopWhenUnneeded\": \"no\",",
" \"SubState\": \"running\",",
" \"SuccessAction\": \"none\",",
" \"SyslogFacility\": \"3\",",
" \"SyslogLevel\": \"6\",",
" \"SyslogLevelPrefix\": \"yes\",",
" \"SyslogPriority\": \"30\",",
" \"SystemCallErrorNumber\": \"0\",",
" \"TTYReset\": \"no\",",
" \"TTYVHangup\": \"no\",",
" \"TTYVTDisallocate\": \"no\",",
" \"TasksAccounting\": \"yes\",",
" \"TasksCurrent\": \"31\",",
" \"TasksMax\": \"100884\",",
" \"TimeoutStartUSec\": \"5min\",",
" \"TimeoutStopUSec\": \"5min\",",
" \"TimerSlackNSec\": \"50000\",",
" \"Transient\": \"no\",",
" \"Type\": \"notify\",",
" \"UID\": \"42434\",",
" \"UMask\": \"0007\",",
" \"UnitFilePreset\": \"disabled\",",
" \"UnitFileState\": \"enabled\",",
" \"User\": \"mysql\",",
" \"UtmpMode\": \"init\",",
" \"WantedBy\": \"multi-user.target\",",
" \"WatchdogTimestamp\": \"Mon 2021-11-15 15:22:49 CET\",",
" \"WatchdogTimestampMonotonic\": \"3875005326\",",
" \"WatchdogUSec\": \"0\"",
" }",
"}",
"",
"TASK [bifrost-ironic-install : Inspector - (re)starting ironic-inspector service] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/inspector_start.yml:16",
"Running ansible.legacy.systemd",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986347.5666585-2815-234058263665215 `\" && echo ansible-tmp-1636986347.5666585-2815-234058263665215=\"` echo /root/.ansible/tmp/ansible-tmp-1636986347.5666585-2815-234058263665215 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/systemd.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmps8c5czst TO /root/.ansible/tmp/ansible-tmp-1636986347.5666585-2815-234058263665215/AnsiballZ_systemd.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986347.5666585-2815-234058263665215/ /root/.ansible/tmp/ansible-tmp-1636986347.5666585-2815-234058263665215/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986347.5666585-2815-234058263665215/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986347.5666585-2815-234058263665215/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"enabled\": true,",
" \"invocation\": {",
" \"module_args\": {",
" \"daemon_reexec\": false,",
" \"daemon_reload\": false,",
" \"enabled\": true,",
" \"force\": null,",
" \"masked\": null,",
" \"name\": \"ironic-inspector\",",
" \"no_block\": false,",
" \"scope\": \"system\",",
" \"state\": \"restarted\",",
" \"user\": null",
" }",
" },",
" \"name\": \"ironic-inspector\",",
" \"state\": \"started\",",
" \"status\": {",
" \"ActiveEnterTimestampMonotonic\": \"0\",",
" \"ActiveExitTimestampMonotonic\": \"0\",",
" \"ActiveState\": \"inactive\",",
" \"After\": \"sysinit.target systemd-journald.socket basic.target system.slice\",",
" \"AllowIsolate\": \"no\",",
" \"AllowedCPUs\": \"\",",
" \"AllowedMemoryNodes\": \"\",",
" \"AmbientCapabilities\": \"\",",
" \"AssertResult\": \"no\",",
" \"AssertTimestampMonotonic\": \"0\",",
" \"Before\": \"shutdown.target\",",
" \"BlockIOAccounting\": \"no\",",
" \"BlockIOWeight\": \"[not set]\",",
" \"CPUAccounting\": \"no\",",
" \"CPUAffinity\": \"\",",
" \"CPUAffinityFromNUMA\": \"no\",",
" \"CPUQuotaPerSecUSec\": \"infinity\",",
" \"CPUQuotaPeriodUSec\": \"infinity\",",
" \"CPUSchedulingPolicy\": \"0\",",
" \"CPUSchedulingPriority\": \"0\",",
" \"CPUSchedulingResetOnFork\": \"no\",",
" \"CPUShares\": \"[not set]\",",
" \"CPUUsageNSec\": \"[not set]\",",
" \"CPUWeight\": \"[not set]\",",
" \"CacheDirectoryMode\": \"0755\",",
" \"CanFreeze\": \"yes\",",
" \"CanIsolate\": \"no\",",
" \"CanReload\": \"no\",",
" \"CanStart\": \"yes\",",
" \"CanStop\": \"yes\",",
" \"CapabilityBoundingSet\": \"cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon\",",
" \"CollectMode\": \"inactive\",",
" \"ConditionResult\": \"no\",",
" \"ConditionTimestampMonotonic\": \"0\",",
" \"ConfigurationDirectoryMode\": \"0755\",",
" \"Conflicts\": \"shutdown.target\",",
" \"ControlPID\": \"0\",",
" \"DefaultDependencies\": \"yes\",",
" \"DefaultMemoryLow\": \"0\",",
" \"DefaultMemoryMin\": \"0\",",
" \"Delegate\": \"no\",",
" \"Description\": \"ironic-inspector service\",",
" \"DevicePolicy\": \"auto\",",
" \"DynamicUser\": \"no\",",
" \"EffectiveCPUs\": \"\",",
" \"EffectiveMemoryNodes\": \"\",",
" \"ExecMainCode\": \"0\",",
" \"ExecMainExitTimestampMonotonic\": \"0\",",
" \"ExecMainPID\": \"0\",",
" \"ExecMainStartTimestampMonotonic\": \"0\",",
" \"ExecMainStatus\": \"0\",",
" \"ExecStart\": \"{ path=/var/lib/kolla/venv/bin/ironic-inspector ; argv[]=/var/lib/kolla/venv/bin/ironic-inspector --config-file /etc/ironic-inspector/inspector.conf ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",",
" \"FailureAction\": \"none\",",
" \"FileDescriptorStoreMax\": \"0\",",
" \"FragmentPath\": \"/usr/lib/systemd/system/ironic-inspector.service\",",
" \"FreezerState\": \"running\",",
" \"GID\": \"[not set]\",",
" \"GuessMainPID\": \"yes\",",
" \"IOAccounting\": \"no\",",
" \"IOSchedulingClass\": \"0\",",
" \"IOSchedulingPriority\": \"0\",",
" \"IOWeight\": \"[not set]\",",
" \"IPAccounting\": \"no\",",
" \"IPEgressBytes\": \"18446744073709551615\",",
" \"IPEgressPackets\": \"18446744073709551615\",",
" \"IPIngressBytes\": \"18446744073709551615\",",
" \"IPIngressPackets\": \"18446744073709551615\",",
" \"Id\": \"ironic-inspector.service\",",
" \"IgnoreOnIsolate\": \"no\",",
" \"IgnoreSIGPIPE\": \"yes\",",
" \"InactiveEnterTimestampMonotonic\": \"0\",",
" \"InactiveExitTimestampMonotonic\": \"0\",",
" \"JobRunningTimeoutUSec\": \"infinity\",",
" \"JobTimeoutAction\": \"none\",",
" \"JobTimeoutUSec\": \"infinity\",",
" \"KeyringMode\": \"private\",",
" \"KillMode\": \"control-group\",",
" \"KillSignal\": \"15\",",
" \"LimitAS\": \"infinity\",",
" \"LimitASSoft\": \"infinity\",",
" \"LimitCORE\": \"infinity\",",
" \"LimitCORESoft\": \"0\",",
" \"LimitCPU\": \"infinity\",",
" \"LimitCPUSoft\": \"infinity\",",
" \"LimitDATA\": \"infinity\",",
" \"LimitDATASoft\": \"infinity\",",
" \"LimitFSIZE\": \"infinity\",",
" \"LimitFSIZESoft\": \"infinity\",",
" \"LimitLOCKS\": \"infinity\",",
" \"LimitLOCKSSoft\": \"infinity\",",
" \"LimitMEMLOCK\": \"65536\",",
" \"LimitMEMLOCKSoft\": \"65536\",",
" \"LimitMSGQUEUE\": \"819200\",",
" \"LimitMSGQUEUESoft\": \"819200\",",
" \"LimitNICE\": \"0\",",
" \"LimitNICESoft\": \"0\",",
" \"LimitNOFILE\": \"1048576\",",
" \"LimitNOFILESoft\": \"1024\",",
" \"LimitNPROC\": \"infinity\",",
" \"LimitNPROCSoft\": \"infinity\",",
" \"LimitRSS\": \"infinity\",",
" \"LimitRSSSoft\": \"infinity\",",
" \"LimitRTPRIO\": \"0\",",
" \"LimitRTPRIOSoft\": \"0\",",
" \"LimitRTTIME\": \"infinity\",",
" \"LimitRTTIMESoft\": \"infinity\",",
" \"LimitSIGPENDING\": \"63053\",",
" \"LimitSIGPENDINGSoft\": \"63053\",",
" \"LimitSTACK\": \"infinity\",",
" \"LimitSTACKSoft\": \"8388608\",",
" \"LoadState\": \"loaded\",",
" \"LockPersonality\": \"no\",",
" \"LogLevelMax\": \"-1\",",
" \"LogRateLimitBurst\": \"0\",",
" \"LogRateLimitIntervalUSec\": \"0\",",
" \"LogsDirectoryMode\": \"0755\",",
" \"MainPID\": \"0\",",
" \"MemoryAccounting\": \"yes\",",
" \"MemoryCurrent\": \"[not set]\",",
" \"MemoryDenyWriteExecute\": \"no\",",
" \"MemoryHigh\": \"infinity\",",
" \"MemoryLimit\": \"infinity\",",
" \"MemoryLow\": \"0\",",
" \"MemoryMax\": \"infinity\",",
" \"MemoryMin\": \"0\",",
" \"MemorySwapMax\": \"infinity\",",
" \"MountAPIVFS\": \"no\",",
" \"MountFlags\": \"\",",
" \"NFileDescriptorStore\": \"0\",",
" \"NRestarts\": \"0\",",
" \"NUMAMask\": \"\",",
" \"NUMAPolicy\": \"n/a\",",
" \"Names\": \"ironic-inspector.service\",",
" \"NeedDaemonReload\": \"no\",",
" \"Nice\": \"0\",",
" \"NoNewPrivileges\": \"no\",",
" \"NonBlocking\": \"no\",",
" \"NotifyAccess\": \"none\",",
" \"OOMScoreAdjust\": \"0\",",
" \"OnFailureJobMode\": \"replace\",",
" \"PermissionsStartOnly\": \"no\",",
" \"Perpetual\": \"no\",",
" \"PrivateDevices\": \"no\",",
" \"PrivateMounts\": \"no\",",
" \"PrivateNetwork\": \"no\",",
" \"PrivateTmp\": \"no\",",
" \"PrivateUsers\": \"no\",",
" \"ProtectControlGroups\": \"no\",",
" \"ProtectHome\": \"no\",",
" \"ProtectKernelModules\": \"no\",",
" \"ProtectKernelTunables\": \"no\",",
" \"ProtectSystem\": \"no\",",
" \"RefuseManualStart\": \"no\",",
" \"RefuseManualStop\": \"no\",",
" \"RemainAfterExit\": \"no\",",
" \"RemoveIPC\": \"no\",",
" \"Requires\": \"sysinit.target system.slice\",",
" \"Restart\": \"no\",",
" \"RestartUSec\": \"100ms\",",
" \"RestrictNamespaces\": \"no\",",
" \"RestrictRealtime\": \"no\",",
" \"RestrictSUIDSGID\": \"no\",",
" \"Result\": \"success\",",
" \"RootDirectoryStartOnly\": \"no\",",
" \"RuntimeDirectoryMode\": \"0755\",",
" \"RuntimeDirectoryPreserve\": \"no\",",
" \"RuntimeMaxUSec\": \"infinity\",",
" \"SameProcessGroup\": \"no\",",
" \"SecureBits\": \"0\",",
" \"SendSIGHUP\": \"no\",",
" \"SendSIGKILL\": \"yes\",",
" \"Slice\": \"system.slice\",",
" \"StandardError\": \"inherit\",",
" \"StandardInput\": \"null\",",
" \"StandardInputData\": \"\",",
" \"StandardOutput\": \"journal\",",
" \"StartLimitAction\": \"none\",",
" \"StartLimitBurst\": \"5\",",
" \"StartLimitIntervalUSec\": \"10s\",",
" \"StartupBlockIOWeight\": \"[not set]\",",
" \"StartupCPUShares\": \"[not set]\",",
" \"StartupCPUWeight\": \"[not set]\",",
" \"StartupIOWeight\": \"[not set]\",",
" \"StateChangeTimestampMonotonic\": \"0\",",
" \"StateDirectoryMode\": \"0755\",",
" \"StatusErrno\": \"0\",",
" \"StopWhenUnneeded\": \"no\",",
" \"SubState\": \"dead\",",
" \"SuccessAction\": \"none\",",
" \"SyslogFacility\": \"3\",",
" \"SyslogLevel\": \"6\",",
" \"SyslogLevelPrefix\": \"yes\",",
" \"SyslogPriority\": \"30\",",
" \"SystemCallErrorNumber\": \"0\",",
" \"TTYReset\": \"no\",",
" \"TTYVHangup\": \"no\",",
" \"TTYVTDisallocate\": \"no\",",
" \"TasksAccounting\": \"yes\",",
" \"TasksCurrent\": \"[not set]\",",
" \"TasksMax\": \"100884\",",
" \"TimeoutStartUSec\": \"1min 30s\",",
" \"TimeoutStopUSec\": \"1min 30s\",",
" \"TimerSlackNSec\": \"50000\",",
" \"Transient\": \"no\",",
" \"Type\": \"simple\",",
" \"UID\": \"[not set]\",",
" \"UMask\": \"0022\",",
" \"UnitFilePreset\": \"disabled\",",
" \"UnitFileState\": \"disabled\",",
" \"User\": \"ironic\",",
" \"UtmpMode\": \"init\",",
" \"WatchdogTimestampMonotonic\": \"0\",",
" \"WatchdogUSec\": \"0\"",
" }",
"}",
"",
"TASK [bifrost-ironic-install : Start ironic-conductor] *************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/start.yml:33",
"Running ansible.legacy.systemd",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986348.1641257-2853-164320497525854 `\" && echo ansible-tmp-1636986348.1641257-2853-164320497525854=\"` echo /root/.ansible/tmp/ansible-tmp-1636986348.1641257-2853-164320497525854 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/systemd.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp4glbi961 TO /root/.ansible/tmp/ansible-tmp-1636986348.1641257-2853-164320497525854/AnsiballZ_systemd.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986348.1641257-2853-164320497525854/ /root/.ansible/tmp/ansible-tmp-1636986348.1641257-2853-164320497525854/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986348.1641257-2853-164320497525854/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986348.1641257-2853-164320497525854/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"enabled\": true,",
" \"invocation\": {",
" \"module_args\": {",
" \"daemon_reexec\": false,",
" \"daemon_reload\": false,",
" \"enabled\": true,",
" \"force\": null,",
" \"masked\": null,",
" \"name\": \"ironic-conductor\",",
" \"no_block\": false,",
" \"scope\": \"system\",",
" \"state\": \"restarted\",",
" \"user\": null",
" }",
" },",
" \"name\": \"ironic-conductor\",",
" \"state\": \"started\",",
" \"status\": {",
" \"ActiveEnterTimestampMonotonic\": \"0\",",
" \"ActiveExitTimestampMonotonic\": \"0\",",
" \"ActiveState\": \"inactive\",",
" \"After\": \"sysinit.target systemd-journald.socket system.slice basic.target\",",
" \"AllowIsolate\": \"no\",",
" \"AllowedCPUs\": \"\",",
" \"AllowedMemoryNodes\": \"\",",
" \"AmbientCapabilities\": \"\",",
" \"AssertResult\": \"no\",",
" \"AssertTimestampMonotonic\": \"0\",",
" \"Before\": \"shutdown.target\",",
" \"BlockIOAccounting\": \"no\",",
" \"BlockIOWeight\": \"[not set]\",",
" \"CPUAccounting\": \"no\",",
" \"CPUAffinity\": \"\",",
" \"CPUAffinityFromNUMA\": \"no\",",
" \"CPUQuotaPerSecUSec\": \"infinity\",",
" \"CPUQuotaPeriodUSec\": \"infinity\",",
" \"CPUSchedulingPolicy\": \"0\",",
" \"CPUSchedulingPriority\": \"0\",",
" \"CPUSchedulingResetOnFork\": \"no\",",
" \"CPUShares\": \"[not set]\",",
" \"CPUUsageNSec\": \"[not set]\",",
" \"CPUWeight\": \"[not set]\",",
" \"CacheDirectoryMode\": \"0755\",",
" \"CanFreeze\": \"yes\",",
" \"CanIsolate\": \"no\",",
" \"CanReload\": \"no\",",
" \"CanStart\": \"yes\",",
" \"CanStop\": \"yes\",",
" \"CapabilityBoundingSet\": \"cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon\",",
" \"CollectMode\": \"inactive\",",
" \"ConditionResult\": \"no\",",
" \"ConditionTimestampMonotonic\": \"0\",",
" \"ConfigurationDirectoryMode\": \"0755\",",
" \"Conflicts\": \"shutdown.target\",",
" \"ControlPID\": \"0\",",
" \"DefaultDependencies\": \"yes\",",
" \"DefaultMemoryLow\": \"0\",",
" \"DefaultMemoryMin\": \"0\",",
" \"Delegate\": \"no\",",
" \"Description\": \"ironic-conductor service\",",
" \"DevicePolicy\": \"auto\",",
" \"DynamicUser\": \"no\",",
" \"EffectiveCPUs\": \"\",",
" \"EffectiveMemoryNodes\": \"\",",
" \"ExecMainCode\": \"0\",",
" \"ExecMainExitTimestampMonotonic\": \"0\",",
" \"ExecMainPID\": \"0\",",
" \"ExecMainStartTimestampMonotonic\": \"0\",",
" \"ExecMainStatus\": \"0\",",
" \"ExecStart\": \"{ path=/var/lib/kolla/venv/bin/ironic-conductor ; argv[]=/var/lib/kolla/venv/bin/ironic-conductor --config-file /etc/ironic/ironic.conf ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",",
" \"FailureAction\": \"none\",",
" \"FileDescriptorStoreMax\": \"0\",",
" \"FragmentPath\": \"/usr/lib/systemd/system/ironic-conductor.service\",",
" \"FreezerState\": \"running\",",
" \"GID\": \"[not set]\",",
" \"GuessMainPID\": \"yes\",",
" \"IOAccounting\": \"no\",",
" \"IOSchedulingClass\": \"0\",",
" \"IOSchedulingPriority\": \"0\",",
" \"IOWeight\": \"[not set]\",",
" \"IPAccounting\": \"no\",",
" \"IPEgressBytes\": \"18446744073709551615\",",
" \"IPEgressPackets\": \"18446744073709551615\",",
" \"IPIngressBytes\": \"18446744073709551615\",",
" \"IPIngressPackets\": \"18446744073709551615\",",
" \"Id\": \"ironic-conductor.service\",",
" \"IgnoreOnIsolate\": \"no\",",
" \"IgnoreSIGPIPE\": \"yes\",",
" \"InactiveEnterTimestampMonotonic\": \"0\",",
" \"InactiveExitTimestampMonotonic\": \"0\",",
" \"JobRunningTimeoutUSec\": \"infinity\",",
" \"JobTimeoutAction\": \"none\",",
" \"JobTimeoutUSec\": \"infinity\",",
" \"KeyringMode\": \"private\",",
" \"KillMode\": \"control-group\",",
" \"KillSignal\": \"15\",",
" \"LimitAS\": \"infinity\",",
" \"LimitASSoft\": \"infinity\",",
" \"LimitCORE\": \"infinity\",",
" \"LimitCORESoft\": \"0\",",
" \"LimitCPU\": \"infinity\",",
" \"LimitCPUSoft\": \"infinity\",",
" \"LimitDATA\": \"infinity\",",
" \"LimitDATASoft\": \"infinity\",",
" \"LimitFSIZE\": \"infinity\",",
" \"LimitFSIZESoft\": \"infinity\",",
" \"LimitLOCKS\": \"infinity\",",
" \"LimitLOCKSSoft\": \"infinity\",",
" \"LimitMEMLOCK\": \"65536\",",
" \"LimitMEMLOCKSoft\": \"65536\",",
" \"LimitMSGQUEUE\": \"819200\",",
" \"LimitMSGQUEUESoft\": \"819200\",",
" \"LimitNICE\": \"0\",",
" \"LimitNICESoft\": \"0\",",
" \"LimitNOFILE\": \"1048576\",",
" \"LimitNOFILESoft\": \"1024\",",
" \"LimitNPROC\": \"infinity\",",
" \"LimitNPROCSoft\": \"infinity\",",
" \"LimitRSS\": \"infinity\",",
" \"LimitRSSSoft\": \"infinity\",",
" \"LimitRTPRIO\": \"0\",",
" \"LimitRTPRIOSoft\": \"0\",",
" \"LimitRTTIME\": \"infinity\",",
" \"LimitRTTIMESoft\": \"infinity\",",
" \"LimitSIGPENDING\": \"63053\",",
" \"LimitSIGPENDINGSoft\": \"63053\",",
" \"LimitSTACK\": \"infinity\",",
" \"LimitSTACKSoft\": \"8388608\",",
" \"LoadState\": \"loaded\",",
" \"LockPersonality\": \"no\",",
" \"LogLevelMax\": \"-1\",",
" \"LogRateLimitBurst\": \"0\",",
" \"LogRateLimitIntervalUSec\": \"0\",",
" \"LogsDirectoryMode\": \"0755\",",
" \"MainPID\": \"0\",",
" \"MemoryAccounting\": \"yes\",",
" \"MemoryCurrent\": \"[not set]\",",
" \"MemoryDenyWriteExecute\": \"no\",",
" \"MemoryHigh\": \"infinity\",",
" \"MemoryLimit\": \"infinity\",",
" \"MemoryLow\": \"0\",",
" \"MemoryMax\": \"infinity\",",
" \"MemoryMin\": \"0\",",
" \"MemorySwapMax\": \"infinity\",",
" \"MountAPIVFS\": \"no\",",
" \"MountFlags\": \"\",",
" \"NFileDescriptorStore\": \"0\",",
" \"NRestarts\": \"0\",",
" \"NUMAMask\": \"\",",
" \"NUMAPolicy\": \"n/a\",",
" \"Names\": \"ironic-conductor.service\",",
" \"NeedDaemonReload\": \"no\",",
" \"Nice\": \"0\",",
" \"NoNewPrivileges\": \"no\",",
" \"NonBlocking\": \"no\",",
" \"NotifyAccess\": \"none\",",
" \"OOMScoreAdjust\": \"0\",",
" \"OnFailureJobMode\": \"replace\",",
" \"PermissionsStartOnly\": \"no\",",
" \"Perpetual\": \"no\",",
" \"PrivateDevices\": \"no\",",
" \"PrivateMounts\": \"no\",",
" \"PrivateNetwork\": \"no\",",
" \"PrivateTmp\": \"no\",",
" \"PrivateUsers\": \"no\",",
" \"ProtectControlGroups\": \"no\",",
" \"ProtectHome\": \"no\",",
" \"ProtectKernelModules\": \"no\",",
" \"ProtectKernelTunables\": \"no\",",
" \"ProtectSystem\": \"no\",",
" \"RefuseManualStart\": \"no\",",
" \"RefuseManualStop\": \"no\",",
" \"RemainAfterExit\": \"no\",",
" \"RemoveIPC\": \"no\",",
" \"Requires\": \"sysinit.target system.slice\",",
" \"Restart\": \"no\",",
" \"RestartUSec\": \"100ms\",",
" \"RestrictNamespaces\": \"no\",",
" \"RestrictRealtime\": \"no\",",
" \"RestrictSUIDSGID\": \"no\",",
" \"Result\": \"success\",",
" \"RootDirectoryStartOnly\": \"no\",",
" \"RuntimeDirectoryMode\": \"0755\",",
" \"RuntimeDirectoryPreserve\": \"no\",",
" \"RuntimeMaxUSec\": \"infinity\",",
" \"SameProcessGroup\": \"no\",",
" \"SecureBits\": \"0\",",
" \"SendSIGHUP\": \"no\",",
" \"SendSIGKILL\": \"yes\",",
" \"Slice\": \"system.slice\",",
" \"StandardError\": \"inherit\",",
" \"StandardInput\": \"null\",",
" \"StandardInputData\": \"\",",
" \"StandardOutput\": \"journal\",",
" \"StartLimitAction\": \"none\",",
" \"StartLimitBurst\": \"5\",",
" \"StartLimitIntervalUSec\": \"10s\",",
" \"StartupBlockIOWeight\": \"[not set]\",",
" \"StartupCPUShares\": \"[not set]\",",
" \"StartupCPUWeight\": \"[not set]\",",
" \"StartupIOWeight\": \"[not set]\",",
" \"StateChangeTimestampMonotonic\": \"0\",",
" \"StateDirectoryMode\": \"0755\",",
" \"StatusErrno\": \"0\",",
" \"StopWhenUnneeded\": \"no\",",
" \"SubState\": \"dead\",",
" \"SuccessAction\": \"none\",",
" \"SyslogFacility\": \"3\",",
" \"SyslogLevel\": \"6\",",
" \"SyslogLevelPrefix\": \"yes\",",
" \"SyslogPriority\": \"30\",",
" \"SystemCallErrorNumber\": \"0\",",
" \"TTYReset\": \"no\",",
" \"TTYVHangup\": \"no\",",
" \"TTYVTDisallocate\": \"no\",",
" \"TasksAccounting\": \"yes\",",
" \"TasksCurrent\": \"[not set]\",",
" \"TasksMax\": \"100884\",",
" \"TimeoutStartUSec\": \"1min 30s\",",
" \"TimeoutStopUSec\": \"1min 30s\",",
" \"TimerSlackNSec\": \"50000\",",
" \"Transient\": \"no\",",
" \"Type\": \"simple\",",
" \"UID\": \"[not set]\",",
" \"UMask\": \"0022\",",
" \"UnitFilePreset\": \"disabled\",",
" \"UnitFileState\": \"disabled\",",
" \"User\": \"ironic\",",
" \"UtmpMode\": \"init\",",
" \"WatchdogTimestampMonotonic\": \"0\",",
" \"WatchdogUSec\": \"0\"",
" }",
"}",
"",
"TASK [bifrost-ironic-install : Start ironic-api] *******************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/start.yml:36",
"Running ansible.legacy.systemd",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986348.7124007-2942-261300666378651 `\" && echo ansible-tmp-1636986348.7124007-2942-261300666378651=\"` echo /root/.ansible/tmp/ansible-tmp-1636986348.7124007-2942-261300666378651 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/systemd.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmper3f6kjh TO /root/.ansible/tmp/ansible-tmp-1636986348.7124007-2942-261300666378651/AnsiballZ_systemd.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986348.7124007-2942-261300666378651/ /root/.ansible/tmp/ansible-tmp-1636986348.7124007-2942-261300666378651/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986348.7124007-2942-261300666378651/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986348.7124007-2942-261300666378651/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"enabled\": true,",
" \"invocation\": {",
" \"module_args\": {",
" \"daemon_reexec\": false,",
" \"daemon_reload\": false,",
" \"enabled\": true,",
" \"force\": null,",
" \"masked\": null,",
" \"name\": \"ironic-api\",",
" \"no_block\": false,",
" \"scope\": \"system\",",
" \"state\": \"restarted\",",
" \"user\": null",
" }",
" },",
" \"name\": \"ironic-api\",",
" \"state\": \"started\",",
" \"status\": {",
" \"ActiveEnterTimestampMonotonic\": \"0\",",
" \"ActiveExitTimestampMonotonic\": \"0\",",
" \"ActiveState\": \"inactive\",",
" \"After\": \"sysinit.target basic.target system.slice systemd-journald.socket\",",
" \"AllowIsolate\": \"no\",",
" \"AllowedCPUs\": \"\",",
" \"AllowedMemoryNodes\": \"\",",
" \"AmbientCapabilities\": \"\",",
" \"AssertResult\": \"no\",",
" \"AssertTimestampMonotonic\": \"0\",",
" \"Before\": \"shutdown.target\",",
" \"BlockIOAccounting\": \"no\",",
" \"BlockIOWeight\": \"[not set]\",",
" \"CPUAccounting\": \"no\",",
" \"CPUAffinity\": \"\",",
" \"CPUAffinityFromNUMA\": \"no\",",
" \"CPUQuotaPerSecUSec\": \"infinity\",",
" \"CPUQuotaPeriodUSec\": \"infinity\",",
" \"CPUSchedulingPolicy\": \"0\",",
" \"CPUSchedulingPriority\": \"0\",",
" \"CPUSchedulingResetOnFork\": \"no\",",
" \"CPUShares\": \"[not set]\",",
" \"CPUUsageNSec\": \"[not set]\",",
" \"CPUWeight\": \"[not set]\",",
" \"CacheDirectoryMode\": \"0755\",",
" \"CanFreeze\": \"yes\",",
" \"CanIsolate\": \"no\",",
" \"CanReload\": \"no\",",
" \"CanStart\": \"yes\",",
" \"CanStop\": \"yes\",",
" \"CapabilityBoundingSet\": \"cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon\",",
" \"CollectMode\": \"inactive\",",
" \"ConditionResult\": \"no\",",
" \"ConditionTimestampMonotonic\": \"0\",",
" \"ConfigurationDirectoryMode\": \"0755\",",
" \"Conflicts\": \"shutdown.target\",",
" \"ControlPID\": \"0\",",
" \"DefaultDependencies\": \"yes\",",
" \"DefaultMemoryLow\": \"0\",",
" \"DefaultMemoryMin\": \"0\",",
" \"Delegate\": \"no\",",
" \"Description\": \"ironic-api service\",",
" \"DevicePolicy\": \"auto\",",
" \"DynamicUser\": \"no\",",
" \"EffectiveCPUs\": \"\",",
" \"EffectiveMemoryNodes\": \"\",",
" \"ExecMainCode\": \"0\",",
" \"ExecMainExitTimestampMonotonic\": \"0\",",
" \"ExecMainPID\": \"0\",",
" \"ExecMainStartTimestampMonotonic\": \"0\",",
" \"ExecMainStatus\": \"0\",",
" \"ExecStart\": \"{ path=/var/lib/kolla/venv/bin/ironic-api ; argv[]=/var/lib/kolla/venv/bin/ironic-api --config-file /etc/ironic/ironic.conf ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",",
" \"FailureAction\": \"none\",",
" \"FileDescriptorStoreMax\": \"0\",",
" \"FragmentPath\": \"/usr/lib/systemd/system/ironic-api.service\",",
" \"FreezerState\": \"running\",",
" \"GID\": \"[not set]\",",
" \"GuessMainPID\": \"yes\",",
" \"IOAccounting\": \"no\",",
" \"IOSchedulingClass\": \"0\",",
" \"IOSchedulingPriority\": \"0\",",
" \"IOWeight\": \"[not set]\",",
" \"IPAccounting\": \"no\",",
" \"IPEgressBytes\": \"18446744073709551615\",",
" \"IPEgressPackets\": \"18446744073709551615\",",
" \"IPIngressBytes\": \"18446744073709551615\",",
" \"IPIngressPackets\": \"18446744073709551615\",",
" \"Id\": \"ironic-api.service\",",
" \"IgnoreOnIsolate\": \"no\",",
" \"IgnoreSIGPIPE\": \"yes\",",
" \"InactiveEnterTimestampMonotonic\": \"0\",",
" \"InactiveExitTimestampMonotonic\": \"0\",",
" \"JobRunningTimeoutUSec\": \"infinity\",",
" \"JobTimeoutAction\": \"none\",",
" \"JobTimeoutUSec\": \"infinity\",",
" \"KeyringMode\": \"private\",",
" \"KillMode\": \"control-group\",",
" \"KillSignal\": \"15\",",
" \"LimitAS\": \"infinity\",",
" \"LimitASSoft\": \"infinity\",",
" \"LimitCORE\": \"infinity\",",
" \"LimitCORESoft\": \"0\",",
" \"LimitCPU\": \"infinity\",",
" \"LimitCPUSoft\": \"infinity\",",
" \"LimitDATA\": \"infinity\",",
" \"LimitDATASoft\": \"infinity\",",
" \"LimitFSIZE\": \"infinity\",",
" \"LimitFSIZESoft\": \"infinity\",",
" \"LimitLOCKS\": \"infinity\",",
" \"LimitLOCKSSoft\": \"infinity\",",
" \"LimitMEMLOCK\": \"65536\",",
" \"LimitMEMLOCKSoft\": \"65536\",",
" \"LimitMSGQUEUE\": \"819200\",",
" \"LimitMSGQUEUESoft\": \"819200\",",
" \"LimitNICE\": \"0\",",
" \"LimitNICESoft\": \"0\",",
" \"LimitNOFILE\": \"1048576\",",
" \"LimitNOFILESoft\": \"1024\",",
" \"LimitNPROC\": \"infinity\",",
" \"LimitNPROCSoft\": \"infinity\",",
" \"LimitRSS\": \"infinity\",",
" \"LimitRSSSoft\": \"infinity\",",
" \"LimitRTPRIO\": \"0\",",
" \"LimitRTPRIOSoft\": \"0\",",
" \"LimitRTTIME\": \"infinity\",",
" \"LimitRTTIMESoft\": \"infinity\",",
" \"LimitSIGPENDING\": \"63053\",",
" \"LimitSIGPENDINGSoft\": \"63053\",",
" \"LimitSTACK\": \"infinity\",",
" \"LimitSTACKSoft\": \"8388608\",",
" \"LoadState\": \"loaded\",",
" \"LockPersonality\": \"no\",",
" \"LogLevelMax\": \"-1\",",
" \"LogRateLimitBurst\": \"0\",",
" \"LogRateLimitIntervalUSec\": \"0\",",
" \"LogsDirectoryMode\": \"0755\",",
" \"MainPID\": \"0\",",
" \"MemoryAccounting\": \"yes\",",
" \"MemoryCurrent\": \"[not set]\",",
" \"MemoryDenyWriteExecute\": \"no\",",
" \"MemoryHigh\": \"infinity\",",
" \"MemoryLimit\": \"infinity\",",
" \"MemoryLow\": \"0\",",
" \"MemoryMax\": \"infinity\",",
" \"MemoryMin\": \"0\",",
" \"MemorySwapMax\": \"infinity\",",
" \"MountAPIVFS\": \"no\",",
" \"MountFlags\": \"\",",
" \"NFileDescriptorStore\": \"0\",",
" \"NRestarts\": \"0\",",
" \"NUMAMask\": \"\",",
" \"NUMAPolicy\": \"n/a\",",
" \"Names\": \"ironic-api.service\",",
" \"NeedDaemonReload\": \"no\",",
" \"Nice\": \"0\",",
" \"NoNewPrivileges\": \"no\",",
" \"NonBlocking\": \"no\",",
" \"NotifyAccess\": \"none\",",
" \"OOMScoreAdjust\": \"0\",",
" \"OnFailureJobMode\": \"replace\",",
" \"PermissionsStartOnly\": \"no\",",
" \"Perpetual\": \"no\",",
" \"PrivateDevices\": \"no\",",
" \"PrivateMounts\": \"no\",",
" \"PrivateNetwork\": \"no\",",
" \"PrivateTmp\": \"no\",",
" \"PrivateUsers\": \"no\",",
" \"ProtectControlGroups\": \"no\",",
" \"ProtectHome\": \"no\",",
" \"ProtectKernelModules\": \"no\",",
" \"ProtectKernelTunables\": \"no\",",
" \"ProtectSystem\": \"no\",",
" \"RefuseManualStart\": \"no\",",
" \"RefuseManualStop\": \"no\",",
" \"RemainAfterExit\": \"no\",",
" \"RemoveIPC\": \"no\",",
" \"Requires\": \"system.slice sysinit.target\",",
" \"Restart\": \"no\",",
" \"RestartUSec\": \"100ms\",",
" \"RestrictNamespaces\": \"no\",",
" \"RestrictRealtime\": \"no\",",
" \"RestrictSUIDSGID\": \"no\",",
" \"Result\": \"success\",",
" \"RootDirectoryStartOnly\": \"no\",",
" \"RuntimeDirectoryMode\": \"0755\",",
" \"RuntimeDirectoryPreserve\": \"no\",",
" \"RuntimeMaxUSec\": \"infinity\",",
" \"SameProcessGroup\": \"no\",",
" \"SecureBits\": \"0\",",
" \"SendSIGHUP\": \"no\",",
" \"SendSIGKILL\": \"yes\",",
" \"Slice\": \"system.slice\",",
" \"StandardError\": \"inherit\",",
" \"StandardInput\": \"null\",",
" \"StandardInputData\": \"\",",
" \"StandardOutput\": \"journal\",",
" \"StartLimitAction\": \"none\",",
" \"StartLimitBurst\": \"5\",",
" \"StartLimitIntervalUSec\": \"10s\",",
" \"StartupBlockIOWeight\": \"[not set]\",",
" \"StartupCPUShares\": \"[not set]\",",
" \"StartupCPUWeight\": \"[not set]\",",
" \"StartupIOWeight\": \"[not set]\",",
" \"StateChangeTimestampMonotonic\": \"0\",",
" \"StateDirectoryMode\": \"0755\",",
" \"StatusErrno\": \"0\",",
" \"StopWhenUnneeded\": \"no\",",
" \"SubState\": \"dead\",",
" \"SuccessAction\": \"none\",",
" \"SyslogFacility\": \"3\",",
" \"SyslogLevel\": \"6\",",
" \"SyslogLevelPrefix\": \"yes\",",
" \"SyslogPriority\": \"30\",",
" \"SystemCallErrorNumber\": \"0\",",
" \"TTYReset\": \"no\",",
" \"TTYVHangup\": \"no\",",
" \"TTYVTDisallocate\": \"no\",",
" \"TasksAccounting\": \"yes\",",
" \"TasksCurrent\": \"[not set]\",",
" \"TasksMax\": \"100884\",",
" \"TimeoutStartUSec\": \"1min 30s\",",
" \"TimeoutStopUSec\": \"1min 30s\",",
" \"TimerSlackNSec\": \"50000\",",
" \"Transient\": \"no\",",
" \"Type\": \"simple\",",
" \"UID\": \"[not set]\",",
" \"UMask\": \"0022\",",
" \"UnitFilePreset\": \"disabled\",",
" \"UnitFileState\": \"disabled\",",
" \"User\": \"ironic\",",
" \"UtmpMode\": \"init\",",
" \"WatchdogTimestampMonotonic\": \"0\",",
" \"WatchdogUSec\": \"0\"",
" }",
"}",
"",
"TASK [bifrost-ironic-install : Set up IPE data dir] ****************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/prometheus_exporter_start.yml:14",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Ensure IPE Flask Application is configured on systemd] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/prometheus_exporter_start.yml:22",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Ensure IPE Flask Application systemd service is started and enabled] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/prometheus_exporter_start.yml:32",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Stop dnsmasq explicitly.] ***********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/start.yml:45",
"Running ansible.legacy.systemd",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986349.4009583-3062-151503272731876 `\" && echo ansible-tmp-1636986349.4009583-3062-151503272731876=\"` echo /root/.ansible/tmp/ansible-tmp-1636986349.4009583-3062-151503272731876 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/systemd.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp0jgmwu30 TO /root/.ansible/tmp/ansible-tmp-1636986349.4009583-3062-151503272731876/AnsiballZ_systemd.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986349.4009583-3062-151503272731876/ /root/.ansible/tmp/ansible-tmp-1636986349.4009583-3062-151503272731876/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986349.4009583-3062-151503272731876/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986349.4009583-3062-151503272731876/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => {",
" \"changed\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"daemon_reexec\": false,",
" \"daemon_reload\": false,",
" \"enabled\": null,",
" \"force\": null,",
" \"masked\": null,",
" \"name\": \"dnsmasq\",",
" \"no_block\": false,",
" \"scope\": \"system\",",
" \"state\": \"stopped\",",
" \"user\": null",
" }",
" },",
" \"name\": \"dnsmasq\",",
" \"state\": \"stopped\",",
" \"status\": {",
" \"ActiveEnterTimestampMonotonic\": \"0\",",
" \"ActiveExitTimestampMonotonic\": \"0\",",
" \"ActiveState\": \"inactive\",",
" \"After\": \"systemd-journald.socket system.slice network.target sysinit.target basic.target\",",
" \"AllowIsolate\": \"no\",",
" \"AllowedCPUs\": \"\",",
" \"AllowedMemoryNodes\": \"\",",
" \"AmbientCapabilities\": \"\",",
" \"AssertResult\": \"no\",",
" \"AssertTimestampMonotonic\": \"0\",",
" \"Before\": \"shutdown.target\",",
" \"BlockIOAccounting\": \"no\",",
" \"BlockIOWeight\": \"[not set]\",",
" \"CPUAccounting\": \"no\",",
" \"CPUAffinity\": \"\",",
" \"CPUAffinityFromNUMA\": \"no\",",
" \"CPUQuotaPerSecUSec\": \"infinity\",",
" \"CPUQuotaPeriodUSec\": \"infinity\",",
" \"CPUSchedulingPolicy\": \"0\",",
" \"CPUSchedulingPriority\": \"0\",",
" \"CPUSchedulingResetOnFork\": \"no\",",
" \"CPUShares\": \"[not set]\",",
" \"CPUUsageNSec\": \"[not set]\",",
" \"CPUWeight\": \"[not set]\",",
" \"CacheDirectoryMode\": \"0755\",",
" \"CanFreeze\": \"yes\",",
" \"CanIsolate\": \"no\",",
" \"CanReload\": \"no\",",
" \"CanStart\": \"yes\",",
" \"CanStop\": \"yes\",",
" \"CapabilityBoundingSet\": \"cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon\",",
" \"CollectMode\": \"inactive\",",
" \"ConditionResult\": \"no\",",
" \"ConditionTimestampMonotonic\": \"0\",",
" \"ConfigurationDirectoryMode\": \"0755\",",
" \"Conflicts\": \"shutdown.target\",",
" \"ControlPID\": \"0\",",
" \"DefaultDependencies\": \"yes\",",
" \"DefaultMemoryLow\": \"0\",",
" \"DefaultMemoryMin\": \"0\",",
" \"Delegate\": \"no\",",
" \"Description\": \"DNS caching server.\",",
" \"DevicePolicy\": \"auto\",",
" \"DynamicUser\": \"no\",",
" \"EffectiveCPUs\": \"\",",
" \"EffectiveMemoryNodes\": \"\",",
" \"ExecMainCode\": \"0\",",
" \"ExecMainExitTimestampMonotonic\": \"0\",",
" \"ExecMainPID\": \"0\",",
" \"ExecMainStartTimestampMonotonic\": \"0\",",
" \"ExecMainStatus\": \"0\",",
" \"ExecStart\": \"{ path=/usr/sbin/dnsmasq ; argv[]=/usr/sbin/dnsmasq -k ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",",
" \"FailureAction\": \"none\",",
" \"FileDescriptorStoreMax\": \"0\",",
" \"FragmentPath\": \"/usr/lib/systemd/system/dnsmasq.service\",",
" \"FreezerState\": \"running\",",
" \"GID\": \"[not set]\",",
" \"GuessMainPID\": \"yes\",",
" \"IOAccounting\": \"no\",",
" \"IOSchedulingClass\": \"0\",",
" \"IOSchedulingPriority\": \"0\",",
" \"IOWeight\": \"[not set]\",",
" \"IPAccounting\": \"no\",",
" \"IPEgressBytes\": \"18446744073709551615\",",
" \"IPEgressPackets\": \"18446744073709551615\",",
" \"IPIngressBytes\": \"18446744073709551615\",",
" \"IPIngressPackets\": \"18446744073709551615\",",
" \"Id\": \"dnsmasq.service\",",
" \"IgnoreOnIsolate\": \"no\",",
" \"IgnoreSIGPIPE\": \"yes\",",
" \"InactiveEnterTimestampMonotonic\": \"0\",",
" \"InactiveExitTimestampMonotonic\": \"0\",",
" \"JobRunningTimeoutUSec\": \"infinity\",",
" \"JobTimeoutAction\": \"none\",",
" \"JobTimeoutUSec\": \"infinity\",",
" \"KeyringMode\": \"private\",",
" \"KillMode\": \"control-group\",",
" \"KillSignal\": \"15\",",
" \"LimitAS\": \"infinity\",",
" \"LimitASSoft\": \"infinity\",",
" \"LimitCORE\": \"infinity\",",
" \"LimitCORESoft\": \"0\",",
" \"LimitCPU\": \"infinity\",",
" \"LimitCPUSoft\": \"infinity\",",
" \"LimitDATA\": \"infinity\",",
" \"LimitDATASoft\": \"infinity\",",
" \"LimitFSIZE\": \"infinity\",",
" \"LimitFSIZESoft\": \"infinity\",",
" \"LimitLOCKS\": \"infinity\",",
" \"LimitLOCKSSoft\": \"infinity\",",
" \"LimitMEMLOCK\": \"65536\",",
" \"LimitMEMLOCKSoft\": \"65536\",",
" \"LimitMSGQUEUE\": \"819200\",",
" \"LimitMSGQUEUESoft\": \"819200\",",
" \"LimitNICE\": \"0\",",
" \"LimitNICESoft\": \"0\",",
" \"LimitNOFILE\": \"1048576\",",
" \"LimitNOFILESoft\": \"1024\",",
" \"LimitNPROC\": \"infinity\",",
" \"LimitNPROCSoft\": \"infinity\",",
" \"LimitRSS\": \"infinity\",",
" \"LimitRSSSoft\": \"infinity\",",
" \"LimitRTPRIO\": \"0\",",
" \"LimitRTPRIOSoft\": \"0\",",
" \"LimitRTTIME\": \"infinity\",",
" \"LimitRTTIMESoft\": \"infinity\",",
" \"LimitSIGPENDING\": \"63053\",",
" \"LimitSIGPENDINGSoft\": \"63053\",",
" \"LimitSTACK\": \"infinity\",",
" \"LimitSTACKSoft\": \"8388608\",",
" \"LoadState\": \"loaded\",",
" \"LockPersonality\": \"no\",",
" \"LogLevelMax\": \"-1\",",
" \"LogRateLimitBurst\": \"0\",",
" \"LogRateLimitIntervalUSec\": \"0\",",
" \"LogsDirectoryMode\": \"0755\",",
" \"MainPID\": \"0\",",
" \"MemoryAccounting\": \"yes\",",
" \"MemoryCurrent\": \"[not set]\",",
" \"MemoryDenyWriteExecute\": \"no\",",
" \"MemoryHigh\": \"infinity\",",
" \"MemoryLimit\": \"infinity\",",
" \"MemoryLow\": \"0\",",
" \"MemoryMax\": \"infinity\",",
" \"MemoryMin\": \"0\",",
" \"MemorySwapMax\": \"infinity\",",
" \"MountAPIVFS\": \"no\",",
" \"MountFlags\": \"\",",
" \"NFileDescriptorStore\": \"0\",",
" \"NRestarts\": \"0\",",
" \"NUMAMask\": \"\",",
" \"NUMAPolicy\": \"n/a\",",
" \"Names\": \"dnsmasq.service\",",
" \"NeedDaemonReload\": \"no\",",
" \"Nice\": \"0\",",
" \"NoNewPrivileges\": \"no\",",
" \"NonBlocking\": \"no\",",
" \"NotifyAccess\": \"none\",",
" \"OOMScoreAdjust\": \"0\",",
" \"OnFailureJobMode\": \"replace\",",
" \"PermissionsStartOnly\": \"no\",",
" \"Perpetual\": \"no\",",
" \"PrivateDevices\": \"no\",",
" \"PrivateMounts\": \"no\",",
" \"PrivateNetwork\": \"no\",",
" \"PrivateTmp\": \"no\",",
" \"PrivateUsers\": \"no\",",
" \"ProtectControlGroups\": \"no\",",
" \"ProtectHome\": \"no\",",
" \"ProtectKernelModules\": \"no\",",
" \"ProtectKernelTunables\": \"no\",",
" \"ProtectSystem\": \"no\",",
" \"RefuseManualStart\": \"no\",",
" \"RefuseManualStop\": \"no\",",
" \"RemainAfterExit\": \"no\",",
" \"RemoveIPC\": \"no\",",
" \"Requires\": \"system.slice sysinit.target\",",
" \"Restart\": \"no\",",
" \"RestartUSec\": \"100ms\",",
" \"RestrictNamespaces\": \"no\",",
" \"RestrictRealtime\": \"no\",",
" \"RestrictSUIDSGID\": \"no\",",
" \"Result\": \"success\",",
" \"RootDirectoryStartOnly\": \"no\",",
" \"RuntimeDirectoryMode\": \"0755\",",
" \"RuntimeDirectoryPreserve\": \"no\",",
" \"RuntimeMaxUSec\": \"infinity\",",
" \"SameProcessGroup\": \"no\",",
" \"SecureBits\": \"0\",",
" \"SendSIGHUP\": \"no\",",
" \"SendSIGKILL\": \"yes\",",
" \"Slice\": \"system.slice\",",
" \"StandardError\": \"inherit\",",
" \"StandardInput\": \"null\",",
" \"StandardInputData\": \"\",",
" \"StandardOutput\": \"journal\",",
" \"StartLimitAction\": \"none\",",
" \"StartLimitBurst\": \"5\",",
" \"StartLimitIntervalUSec\": \"10s\",",
" \"StartupBlockIOWeight\": \"[not set]\",",
" \"StartupCPUShares\": \"[not set]\",",
" \"StartupCPUWeight\": \"[not set]\",",
" \"StartupIOWeight\": \"[not set]\",",
" \"StateChangeTimestampMonotonic\": \"0\",",
" \"StateDirectoryMode\": \"0755\",",
" \"StatusErrno\": \"0\",",
" \"StopWhenUnneeded\": \"no\",",
" \"SubState\": \"dead\",",
" \"SuccessAction\": \"none\",",
" \"SyslogFacility\": \"3\",",
" \"SyslogLevel\": \"6\",",
" \"SyslogLevelPrefix\": \"yes\",",
" \"SyslogPriority\": \"30\",",
" \"SystemCallErrorNumber\": \"0\",",
" \"TTYReset\": \"no\",",
" \"TTYVHangup\": \"no\",",
" \"TTYVTDisallocate\": \"no\",",
" \"TasksAccounting\": \"yes\",",
" \"TasksCurrent\": \"[not set]\",",
" \"TasksMax\": \"100884\",",
" \"TimeoutStartUSec\": \"1min 30s\",",
" \"TimeoutStopUSec\": \"1min 30s\",",
" \"TimerSlackNSec\": \"50000\",",
" \"Transient\": \"no\",",
" \"Type\": \"simple\",",
" \"UID\": \"[not set]\",",
" \"UMask\": \"0022\",",
" \"UnitFilePreset\": \"disabled\",",
" \"UnitFileState\": \"disabled\",",
" \"UtmpMode\": \"init\",",
" \"WatchdogTimestampMonotonic\": \"0\",",
" \"WatchdogUSec\": \"0\"",
" }",
"}",
"",
"TASK [bifrost-ironic-install : Ensure dnsmasq is running with current config] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/start.yml:48",
"Running ansible.legacy.systemd",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986349.8496373-3088-247138700870906 `\" && echo ansible-tmp-1636986349.8496373-3088-247138700870906=\"` echo /root/.ansible/tmp/ansible-tmp-1636986349.8496373-3088-247138700870906 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/systemd.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpghnnh5t4 TO /root/.ansible/tmp/ansible-tmp-1636986349.8496373-3088-247138700870906/AnsiballZ_systemd.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986349.8496373-3088-247138700870906/ /root/.ansible/tmp/ansible-tmp-1636986349.8496373-3088-247138700870906/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986349.8496373-3088-247138700870906/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986349.8496373-3088-247138700870906/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => (item=dnsmasq) => {",
" \"ansible_loop_var\": \"item\",",
" \"changed\": true,",
" \"enabled\": true,",
" \"invocation\": {",
" \"module_args\": {",
" \"daemon_reexec\": false,",
" \"daemon_reload\": false,",
" \"enabled\": true,",
" \"force\": null,",
" \"masked\": null,",
" \"name\": \"dnsmasq\",",
" \"no_block\": false,",
" \"scope\": \"system\",",
" \"state\": \"restarted\",",
" \"user\": null",
" }",
" },",
" \"item\": \"dnsmasq\",",
" \"name\": \"dnsmasq\",",
" \"state\": \"started\",",
" \"status\": {",
" \"ActiveEnterTimestampMonotonic\": \"0\",",
" \"ActiveExitTimestampMonotonic\": \"0\",",
" \"ActiveState\": \"inactive\",",
" \"After\": \"basic.target system.slice network.target sysinit.target systemd-journald.socket\",",
" \"AllowIsolate\": \"no\",",
" \"AllowedCPUs\": \"\",",
" \"AllowedMemoryNodes\": \"\",",
" \"AmbientCapabilities\": \"\",",
" \"AssertResult\": \"no\",",
" \"AssertTimestampMonotonic\": \"0\",",
" \"Before\": \"shutdown.target\",",
" \"BlockIOAccounting\": \"no\",",
" \"BlockIOWeight\": \"[not set]\",",
" \"CPUAccounting\": \"no\",",
" \"CPUAffinity\": \"\",",
" \"CPUAffinityFromNUMA\": \"no\",",
" \"CPUQuotaPerSecUSec\": \"infinity\",",
" \"CPUQuotaPeriodUSec\": \"infinity\",",
" \"CPUSchedulingPolicy\": \"0\",",
" \"CPUSchedulingPriority\": \"0\",",
" \"CPUSchedulingResetOnFork\": \"no\",",
" \"CPUShares\": \"[not set]\",",
" \"CPUUsageNSec\": \"[not set]\",",
" \"CPUWeight\": \"[not set]\",",
" \"CacheDirectoryMode\": \"0755\",",
" \"CanFreeze\": \"yes\",",
" \"CanIsolate\": \"no\",",
" \"CanReload\": \"no\",",
" \"CanStart\": \"yes\",",
" \"CanStop\": \"yes\",",
" \"CapabilityBoundingSet\": \"cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon\",",
" \"CollectMode\": \"inactive\",",
" \"ConditionResult\": \"no\",",
" \"ConditionTimestampMonotonic\": \"0\",",
" \"ConfigurationDirectoryMode\": \"0755\",",
" \"Conflicts\": \"shutdown.target\",",
" \"ControlPID\": \"0\",",
" \"DefaultDependencies\": \"yes\",",
" \"DefaultMemoryLow\": \"0\",",
" \"DefaultMemoryMin\": \"0\",",
" \"Delegate\": \"no\",",
" \"Description\": \"DNS caching server.\",",
" \"DevicePolicy\": \"auto\",",
" \"DynamicUser\": \"no\",",
" \"EffectiveCPUs\": \"\",",
" \"EffectiveMemoryNodes\": \"\",",
" \"ExecMainCode\": \"0\",",
" \"ExecMainExitTimestampMonotonic\": \"0\",",
" \"ExecMainPID\": \"0\",",
" \"ExecMainStartTimestampMonotonic\": \"0\",",
" \"ExecMainStatus\": \"0\",",
" \"ExecStart\": \"{ path=/usr/sbin/dnsmasq ; argv[]=/usr/sbin/dnsmasq -k ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",",
" \"FailureAction\": \"none\",",
" \"FileDescriptorStoreMax\": \"0\",",
" \"FragmentPath\": \"/usr/lib/systemd/system/dnsmasq.service\",",
" \"FreezerState\": \"running\",",
" \"GID\": \"[not set]\",",
" \"GuessMainPID\": \"yes\",",
" \"IOAccounting\": \"no\",",
" \"IOSchedulingClass\": \"0\",",
" \"IOSchedulingPriority\": \"0\",",
" \"IOWeight\": \"[not set]\",",
" \"IPAccounting\": \"no\",",
" \"IPEgressBytes\": \"18446744073709551615\",",
" \"IPEgressPackets\": \"18446744073709551615\",",
" \"IPIngressBytes\": \"18446744073709551615\",",
" \"IPIngressPackets\": \"18446744073709551615\",",
" \"Id\": \"dnsmasq.service\",",
" \"IgnoreOnIsolate\": \"no\",",
" \"IgnoreSIGPIPE\": \"yes\",",
" \"InactiveEnterTimestampMonotonic\": \"0\",",
" \"InactiveExitTimestampMonotonic\": \"0\",",
" \"JobRunningTimeoutUSec\": \"infinity\",",
" \"JobTimeoutAction\": \"none\",",
" \"JobTimeoutUSec\": \"infinity\",",
" \"KeyringMode\": \"private\",",
" \"KillMode\": \"control-group\",",
" \"KillSignal\": \"15\",",
" \"LimitAS\": \"infinity\",",
" \"LimitASSoft\": \"infinity\",",
" \"LimitCORE\": \"infinity\",",
" \"LimitCORESoft\": \"0\",",
" \"LimitCPU\": \"infinity\",",
" \"LimitCPUSoft\": \"infinity\",",
" \"LimitDATA\": \"infinity\",",
" \"LimitDATASoft\": \"infinity\",",
" \"LimitFSIZE\": \"infinity\",",
" \"LimitFSIZESoft\": \"infinity\",",
" \"LimitLOCKS\": \"infinity\",",
" \"LimitLOCKSSoft\": \"infinity\",",
" \"LimitMEMLOCK\": \"65536\",",
" \"LimitMEMLOCKSoft\": \"65536\",",
" \"LimitMSGQUEUE\": \"819200\",",
" \"LimitMSGQUEUESoft\": \"819200\",",
" \"LimitNICE\": \"0\",",
" \"LimitNICESoft\": \"0\",",
" \"LimitNOFILE\": \"1048576\",",
" \"LimitNOFILESoft\": \"1024\",",
" \"LimitNPROC\": \"infinity\",",
" \"LimitNPROCSoft\": \"infinity\",",
" \"LimitRSS\": \"infinity\",",
" \"LimitRSSSoft\": \"infinity\",",
" \"LimitRTPRIO\": \"0\",",
" \"LimitRTPRIOSoft\": \"0\",",
" \"LimitRTTIME\": \"infinity\",",
" \"LimitRTTIMESoft\": \"infinity\",",
" \"LimitSIGPENDING\": \"63053\",",
" \"LimitSIGPENDINGSoft\": \"63053\",",
" \"LimitSTACK\": \"infinity\",",
" \"LimitSTACKSoft\": \"8388608\",",
" \"LoadState\": \"loaded\",",
" \"LockPersonality\": \"no\",",
" \"LogLevelMax\": \"-1\",",
" \"LogRateLimitBurst\": \"0\",",
" \"LogRateLimitIntervalUSec\": \"0\",",
" \"LogsDirectoryMode\": \"0755\",",
" \"MainPID\": \"0\",",
" \"MemoryAccounting\": \"yes\",",
" \"MemoryCurrent\": \"[not set]\",",
" \"MemoryDenyWriteExecute\": \"no\",",
" \"MemoryHigh\": \"infinity\",",
" \"MemoryLimit\": \"infinity\",",
" \"MemoryLow\": \"0\",",
" \"MemoryMax\": \"infinity\",",
" \"MemoryMin\": \"0\",",
" \"MemorySwapMax\": \"infinity\",",
" \"MountAPIVFS\": \"no\",",
" \"MountFlags\": \"\",",
" \"NFileDescriptorStore\": \"0\",",
" \"NRestarts\": \"0\",",
" \"NUMAMask\": \"\",",
" \"NUMAPolicy\": \"n/a\",",
" \"Names\": \"dnsmasq.service\",",
" \"NeedDaemonReload\": \"no\",",
" \"Nice\": \"0\",",
" \"NoNewPrivileges\": \"no\",",
" \"NonBlocking\": \"no\",",
" \"NotifyAccess\": \"none\",",
" \"OOMScoreAdjust\": \"0\",",
" \"OnFailureJobMode\": \"replace\",",
" \"PermissionsStartOnly\": \"no\",",
" \"Perpetual\": \"no\",",
" \"PrivateDevices\": \"no\",",
" \"PrivateMounts\": \"no\",",
" \"PrivateNetwork\": \"no\",",
" \"PrivateTmp\": \"no\",",
" \"PrivateUsers\": \"no\",",
" \"ProtectControlGroups\": \"no\",",
" \"ProtectHome\": \"no\",",
" \"ProtectKernelModules\": \"no\",",
" \"ProtectKernelTunables\": \"no\",",
" \"ProtectSystem\": \"no\",",
" \"RefuseManualStart\": \"no\",",
" \"RefuseManualStop\": \"no\",",
" \"RemainAfterExit\": \"no\",",
" \"RemoveIPC\": \"no\",",
" \"Requires\": \"system.slice sysinit.target\",",
" \"Restart\": \"no\",",
" \"RestartUSec\": \"100ms\",",
" \"RestrictNamespaces\": \"no\",",
" \"RestrictRealtime\": \"no\",",
" \"RestrictSUIDSGID\": \"no\",",
" \"Result\": \"success\",",
" \"RootDirectoryStartOnly\": \"no\",",
" \"RuntimeDirectoryMode\": \"0755\",",
" \"RuntimeDirectoryPreserve\": \"no\",",
" \"RuntimeMaxUSec\": \"infinity\",",
" \"SameProcessGroup\": \"no\",",
" \"SecureBits\": \"0\",",
" \"SendSIGHUP\": \"no\",",
" \"SendSIGKILL\": \"yes\",",
" \"Slice\": \"system.slice\",",
" \"StandardError\": \"inherit\",",
" \"StandardInput\": \"null\",",
" \"StandardInputData\": \"\",",
" \"StandardOutput\": \"journal\",",
" \"StartLimitAction\": \"none\",",
" \"StartLimitBurst\": \"5\",",
" \"StartLimitIntervalUSec\": \"10s\",",
" \"StartupBlockIOWeight\": \"[not set]\",",
" \"StartupCPUShares\": \"[not set]\",",
" \"StartupCPUWeight\": \"[not set]\",",
" \"StartupIOWeight\": \"[not set]\",",
" \"StateChangeTimestampMonotonic\": \"0\",",
" \"StateDirectoryMode\": \"0755\",",
" \"StatusErrno\": \"0\",",
" \"StopWhenUnneeded\": \"no\",",
" \"SubState\": \"dead\",",
" \"SuccessAction\": \"none\",",
" \"SyslogFacility\": \"3\",",
" \"SyslogLevel\": \"6\",",
" \"SyslogLevelPrefix\": \"yes\",",
" \"SyslogPriority\": \"30\",",
" \"SystemCallErrorNumber\": \"0\",",
" \"TTYReset\": \"no\",",
" \"TTYVHangup\": \"no\",",
" \"TTYVTDisallocate\": \"no\",",
" \"TasksAccounting\": \"yes\",",
" \"TasksCurrent\": \"[not set]\",",
" \"TasksMax\": \"100884\",",
" \"TimeoutStartUSec\": \"1min 30s\",",
" \"TimeoutStopUSec\": \"1min 30s\",",
" \"TimerSlackNSec\": \"50000\",",
" \"Transient\": \"no\",",
" \"Type\": \"simple\",",
" \"UID\": \"[not set]\",",
" \"UMask\": \"0022\",",
" \"UnitFilePreset\": \"disabled\",",
" \"UnitFileState\": \"disabled\",",
" \"UtmpMode\": \"init\",",
" \"WatchdogTimestampMonotonic\": \"0\",",
" \"WatchdogUSec\": \"0\"",
" }",
"}",
"",
"TASK [bifrost-ironic-install : Send dnsmasq a force-reload signal] *************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/start.yml:54",
"Running ansible.legacy.systemd",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986350.4463084-3128-169223948917781 `\" && echo ansible-tmp-1636986350.4463084-3128-169223948917781=\"` echo /root/.ansible/tmp/ansible-tmp-1636986350.4463084-3128-169223948917781 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/systemd.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpv_b2mqnn TO /root/.ansible/tmp/ansible-tmp-1636986350.4463084-3128-169223948917781/AnsiballZ_systemd.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986350.4463084-3128-169223948917781/ /root/.ansible/tmp/ansible-tmp-1636986350.4463084-3128-169223948917781/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986350.4463084-3128-169223948917781/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986350.4463084-3128-169223948917781/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"invocation\": {",
" \"module_args\": {",
" \"daemon_reexec\": false,",
" \"daemon_reload\": false,",
" \"enabled\": null,",
" \"force\": null,",
" \"masked\": null,",
" \"name\": \"dnsmasq\",",
" \"no_block\": false,",
" \"scope\": \"system\",",
" \"state\": \"restarted\",",
" \"user\": null",
" }",
" },",
" \"name\": \"dnsmasq\",",
" \"state\": \"started\",",
" \"status\": {",
" \"ActiveEnterTimestamp\": \"Mon 2021-11-15 15:25:50 CET\",",
" \"ActiveEnterTimestampMonotonic\": \"4055886828\",",
" \"ActiveExitTimestampMonotonic\": \"0\",",
" \"ActiveState\": \"active\",",
" \"After\": \"basic.target system.slice sysinit.target network.target systemd-journald.socket\",",
" \"AllowIsolate\": \"no\",",
" \"AllowedCPUs\": \"\",",
" \"AllowedMemoryNodes\": \"\",",
" \"AmbientCapabilities\": \"\",",
" \"AssertResult\": \"yes\",",
" \"AssertTimestamp\": \"Mon 2021-11-15 15:25:50 CET\",",
" \"AssertTimestampMonotonic\": \"4055885978\",",
" \"Before\": \"shutdown.target multi-user.target\",",
" \"BlockIOAccounting\": \"no\",",
" \"BlockIOWeight\": \"[not set]\",",
" \"CPUAccounting\": \"no\",",
" \"CPUAffinity\": \"\",",
" \"CPUAffinityFromNUMA\": \"no\",",
" \"CPUQuotaPerSecUSec\": \"infinity\",",
" \"CPUQuotaPeriodUSec\": \"infinity\",",
" \"CPUSchedulingPolicy\": \"0\",",
" \"CPUSchedulingPriority\": \"0\",",
" \"CPUSchedulingResetOnFork\": \"no\",",
" \"CPUShares\": \"[not set]\",",
" \"CPUUsageNSec\": \"[not set]\",",
" \"CPUWeight\": \"[not set]\",",
" \"CacheDirectoryMode\": \"0755\",",
" \"CanFreeze\": \"yes\",",
" \"CanIsolate\": \"no\",",
" \"CanReload\": \"no\",",
" \"CanStart\": \"yes\",",
" \"CanStop\": \"yes\",",
" \"CapabilityBoundingSet\": \"cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon\",",
" \"CollectMode\": \"inactive\",",
" \"ConditionResult\": \"yes\",",
" \"ConditionTimestamp\": \"Mon 2021-11-15 15:25:50 CET\",",
" \"ConditionTimestampMonotonic\": \"4055885977\",",
" \"ConfigurationDirectoryMode\": \"0755\",",
" \"Conflicts\": \"shutdown.target\",",
" \"ControlGroup\": \"/docker/7cfb01252a4eb686a1a27c561c9597694d274cc555454d531a0c073e862c4042/system.slice/dnsmasq.service\",",
" \"ControlPID\": \"0\",",
" \"DefaultDependencies\": \"yes\",",
" \"DefaultMemoryLow\": \"0\",",
" \"DefaultMemoryMin\": \"0\",",
" \"Delegate\": \"no\",",
" \"Description\": \"DNS caching server.\",",
" \"DevicePolicy\": \"auto\",",
" \"DynamicUser\": \"no\",",
" \"EffectiveCPUs\": \"\",",
" \"EffectiveMemoryNodes\": \"\",",
" \"ExecMainCode\": \"0\",",
" \"ExecMainExitTimestampMonotonic\": \"0\",",
" \"ExecMainPID\": \"3124\",",
" \"ExecMainStartTimestamp\": \"Mon 2021-11-15 15:25:50 CET\",",
" \"ExecMainStartTimestampMonotonic\": \"4055886783\",",
" \"ExecMainStatus\": \"0\",",
" \"ExecStart\": \"{ path=/usr/sbin/dnsmasq ; argv[]=/usr/sbin/dnsmasq -k ; ignore_errors=no ; start_time=[Mon 2021-11-15 15:25:50 CET] ; stop_time=[n/a] ; pid=3124 ; code=(null) ; status=0/0 }\",",
" \"FailureAction\": \"none\",",
" \"FileDescriptorStoreMax\": \"0\",",
" \"FragmentPath\": \"/usr/lib/systemd/system/dnsmasq.service\",",
" \"FreezerState\": \"running\",",
" \"GID\": \"[not set]\",",
" \"GuessMainPID\": \"yes\",",
" \"IOAccounting\": \"no\",",
" \"IOSchedulingClass\": \"0\",",
" \"IOSchedulingPriority\": \"0\",",
" \"IOWeight\": \"[not set]\",",
" \"IPAccounting\": \"no\",",
" \"IPEgressBytes\": \"18446744073709551615\",",
" \"IPEgressPackets\": \"18446744073709551615\",",
" \"IPIngressBytes\": \"18446744073709551615\",",
" \"IPIngressPackets\": \"18446744073709551615\",",
" \"Id\": \"dnsmasq.service\",",
" \"IgnoreOnIsolate\": \"no\",",
" \"IgnoreSIGPIPE\": \"yes\",",
" \"InactiveEnterTimestampMonotonic\": \"0\",",
" \"InactiveExitTimestamp\": \"Mon 2021-11-15 15:25:50 CET\",",
" \"InactiveExitTimestampMonotonic\": \"4055886828\",",
" \"InvocationID\": \"ada1791a4201479284acd112d7d30490\",",
" \"JobRunningTimeoutUSec\": \"infinity\",",
" \"JobTimeoutAction\": \"none\",",
" \"JobTimeoutUSec\": \"infinity\",",
" \"KeyringMode\": \"private\",",
" \"KillMode\": \"control-group\",",
" \"KillSignal\": \"15\",",
" \"LimitAS\": \"infinity\",",
" \"LimitASSoft\": \"infinity\",",
" \"LimitCORE\": \"infinity\",",
" \"LimitCORESoft\": \"0\",",
" \"LimitCPU\": \"infinity\",",
" \"LimitCPUSoft\": \"infinity\",",
" \"LimitDATA\": \"infinity\",",
" \"LimitDATASoft\": \"infinity\",",
" \"LimitFSIZE\": \"infinity\",",
" \"LimitFSIZESoft\": \"infinity\",",
" \"LimitLOCKS\": \"infinity\",",
" \"LimitLOCKSSoft\": \"infinity\",",
" \"LimitMEMLOCK\": \"65536\",",
" \"LimitMEMLOCKSoft\": \"65536\",",
" \"LimitMSGQUEUE\": \"819200\",",
" \"LimitMSGQUEUESoft\": \"819200\",",
" \"LimitNICE\": \"0\",",
" \"LimitNICESoft\": \"0\",",
" \"LimitNOFILE\": \"1048576\",",
" \"LimitNOFILESoft\": \"1024\",",
" \"LimitNPROC\": \"infinity\",",
" \"LimitNPROCSoft\": \"infinity\",",
" \"LimitRSS\": \"infinity\",",
" \"LimitRSSSoft\": \"infinity\",",
" \"LimitRTPRIO\": \"0\",",
" \"LimitRTPRIOSoft\": \"0\",",
" \"LimitRTTIME\": \"infinity\",",
" \"LimitRTTIMESoft\": \"infinity\",",
" \"LimitSIGPENDING\": \"63053\",",
" \"LimitSIGPENDINGSoft\": \"63053\",",
" \"LimitSTACK\": \"infinity\",",
" \"LimitSTACKSoft\": \"8388608\",",
" \"LoadState\": \"loaded\",",
" \"LockPersonality\": \"no\",",
" \"LogLevelMax\": \"-1\",",
" \"LogRateLimitBurst\": \"0\",",
" \"LogRateLimitIntervalUSec\": \"0\",",
" \"LogsDirectoryMode\": \"0755\",",
" \"MainPID\": \"3124\",",
" \"MemoryAccounting\": \"yes\",",
" \"MemoryCurrent\": \"708608\",",
" \"MemoryDenyWriteExecute\": \"no\",",
" \"MemoryHigh\": \"infinity\",",
" \"MemoryLimit\": \"infinity\",",
" \"MemoryLow\": \"0\",",
" \"MemoryMax\": \"infinity\",",
" \"MemoryMin\": \"0\",",
" \"MemorySwapMax\": \"infinity\",",
" \"MountAPIVFS\": \"no\",",
" \"MountFlags\": \"\",",
" \"NFileDescriptorStore\": \"0\",",
" \"NRestarts\": \"0\",",
" \"NUMAMask\": \"\",",
" \"NUMAPolicy\": \"n/a\",",
" \"Names\": \"dnsmasq.service\",",
" \"NeedDaemonReload\": \"no\",",
" \"Nice\": \"0\",",
" \"NoNewPrivileges\": \"no\",",
" \"NonBlocking\": \"no\",",
" \"NotifyAccess\": \"none\",",
" \"OOMScoreAdjust\": \"0\",",
" \"OnFailureJobMode\": \"replace\",",
" \"PermissionsStartOnly\": \"no\",",
" \"Perpetual\": \"no\",",
" \"PrivateDevices\": \"no\",",
" \"PrivateMounts\": \"no\",",
" \"PrivateNetwork\": \"no\",",
" \"PrivateTmp\": \"no\",",
" \"PrivateUsers\": \"no\",",
" \"ProtectControlGroups\": \"no\",",
" \"ProtectHome\": \"no\",",
" \"ProtectKernelModules\": \"no\",",
" \"ProtectKernelTunables\": \"no\",",
" \"ProtectSystem\": \"no\",",
" \"RefuseManualStart\": \"no\",",
" \"RefuseManualStop\": \"no\",",
" \"RemainAfterExit\": \"no\",",
" \"RemoveIPC\": \"no\",",
" \"Requires\": \"system.slice sysinit.target\",",
" \"Restart\": \"no\",",
" \"RestartUSec\": \"100ms\",",
" \"RestrictNamespaces\": \"no\",",
" \"RestrictRealtime\": \"no\",",
" \"RestrictSUIDSGID\": \"no\",",
" \"Result\": \"success\",",
" \"RootDirectoryStartOnly\": \"no\",",
" \"RuntimeDirectoryMode\": \"0755\",",
" \"RuntimeDirectoryPreserve\": \"no\",",
" \"RuntimeMaxUSec\": \"infinity\",",
" \"SameProcessGroup\": \"no\",",
" \"SecureBits\": \"0\",",
" \"SendSIGHUP\": \"no\",",
" \"SendSIGKILL\": \"yes\",",
" \"Slice\": \"system.slice\",",
" \"StandardError\": \"inherit\",",
" \"StandardInput\": \"null\",",
" \"StandardInputData\": \"\",",
" \"StandardOutput\": \"journal\",",
" \"StartLimitAction\": \"none\",",
" \"StartLimitBurst\": \"5\",",
" \"StartLimitIntervalUSec\": \"10s\",",
" \"StartupBlockIOWeight\": \"[not set]\",",
" \"StartupCPUShares\": \"[not set]\",",
" \"StartupCPUWeight\": \"[not set]\",",
" \"StartupIOWeight\": \"[not set]\",",
" \"StateChangeTimestamp\": \"Mon 2021-11-15 15:25:50 CET\",",
" \"StateChangeTimestampMonotonic\": \"4055886828\",",
" \"StateDirectoryMode\": \"0755\",",
" \"StatusErrno\": \"0\",",
" \"StopWhenUnneeded\": \"no\",",
" \"SubState\": \"running\",",
" \"SuccessAction\": \"none\",",
" \"SyslogFacility\": \"3\",",
" \"SyslogLevel\": \"6\",",
" \"SyslogLevelPrefix\": \"yes\",",
" \"SyslogPriority\": \"30\",",
" \"SystemCallErrorNumber\": \"0\",",
" \"TTYReset\": \"no\",",
" \"TTYVHangup\": \"no\",",
" \"TTYVTDisallocate\": \"no\",",
" \"TasksAccounting\": \"yes\",",
" \"TasksCurrent\": \"1\",",
" \"TasksMax\": \"100884\",",
" \"TimeoutStartUSec\": \"1min 30s\",",
" \"TimeoutStopUSec\": \"1min 30s\",",
" \"TimerSlackNSec\": \"50000\",",
" \"Transient\": \"no\",",
" \"Type\": \"simple\",",
" \"UID\": \"[not set]\",",
" \"UMask\": \"0022\",",
" \"UnitFilePreset\": \"disabled\",",
" \"UnitFileState\": \"enabled\",",
" \"UtmpMode\": \"init\",",
" \"WantedBy\": \"multi-user.target\",",
" \"WatchdogTimestamp\": \"Mon 2021-11-15 15:25:50 CET\",",
" \"WatchdogTimestampMonotonic\": \"4055886825\",",
" \"WatchdogUSec\": \"0\"",
" }",
"}",
"",
"TASK [bifrost-nginx-install : Ensure nginx is running with current config] *****",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-nginx-install/tasks/start.yml:14",
"Running ansible.legacy.systemd",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986350.982033-3151-249736711776706 `\" && echo ansible-tmp-1636986350.982033-3151-249736711776706=\"` echo /root/.ansible/tmp/ansible-tmp-1636986350.982033-3151-249736711776706 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/systemd.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmplgx42ukc TO /root/.ansible/tmp/ansible-tmp-1636986350.982033-3151-249736711776706/AnsiballZ_systemd.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986350.982033-3151-249736711776706/ /root/.ansible/tmp/ansible-tmp-1636986350.982033-3151-249736711776706/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986350.982033-3151-249736711776706/AnsiballZ_systemd.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986350.982033-3151-249736711776706/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"enabled\": true,",
" \"invocation\": {",
" \"module_args\": {",
" \"daemon_reexec\": false,",
" \"daemon_reload\": false,",
" \"enabled\": true,",
" \"force\": null,",
" \"masked\": null,",
" \"name\": \"nginx\",",
" \"no_block\": false,",
" \"scope\": \"system\",",
" \"state\": \"restarted\",",
" \"user\": null",
" }",
" },",
" \"name\": \"nginx\",",
" \"state\": \"started\",",
" \"status\": {",
" \"ActiveEnterTimestampMonotonic\": \"0\",",
" \"ActiveExitTimestampMonotonic\": \"0\",",
" \"ActiveState\": \"inactive\",",
" \"After\": \"tmp.mount remote-fs.target -.mount sysinit.target system.slice systemd-journald.socket network.target basic.target systemd-tmpfiles-setup.service nss-lookup.target\",",
" \"AllowIsolate\": \"no\",",
" \"AllowedCPUs\": \"\",",
" \"AllowedMemoryNodes\": \"\",",
" \"AmbientCapabilities\": \"\",",
" \"AssertResult\": \"no\",",
" \"AssertTimestampMonotonic\": \"0\",",
" \"Before\": \"shutdown.target\",",
" \"BlockIOAccounting\": \"no\",",
" \"BlockIOWeight\": \"[not set]\",",
" \"CPUAccounting\": \"no\",",
" \"CPUAffinity\": \"\",",
" \"CPUAffinityFromNUMA\": \"no\",",
" \"CPUQuotaPerSecUSec\": \"infinity\",",
" \"CPUQuotaPeriodUSec\": \"infinity\",",
" \"CPUSchedulingPolicy\": \"0\",",
" \"CPUSchedulingPriority\": \"0\",",
" \"CPUSchedulingResetOnFork\": \"no\",",
" \"CPUShares\": \"[not set]\",",
" \"CPUUsageNSec\": \"[not set]\",",
" \"CPUWeight\": \"[not set]\",",
" \"CacheDirectoryMode\": \"0755\",",
" \"CanFreeze\": \"yes\",",
" \"CanIsolate\": \"no\",",
" \"CanReload\": \"yes\",",
" \"CanStart\": \"yes\",",
" \"CanStop\": \"yes\",",
" \"CapabilityBoundingSet\": \"cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon\",",
" \"CollectMode\": \"inactive\",",
" \"ConditionResult\": \"no\",",
" \"ConditionTimestampMonotonic\": \"0\",",
" \"ConfigurationDirectoryMode\": \"0755\",",
" \"Conflicts\": \"shutdown.target\",",
" \"ControlPID\": \"0\",",
" \"DefaultDependencies\": \"yes\",",
" \"DefaultMemoryLow\": \"0\",",
" \"DefaultMemoryMin\": \"0\",",
" \"Delegate\": \"no\",",
" \"Description\": \"The nginx HTTP and reverse proxy server\",",
" \"DevicePolicy\": \"auto\",",
" \"DynamicUser\": \"no\",",
" \"EffectiveCPUs\": \"\",",
" \"EffectiveMemoryNodes\": \"\",",
" \"ExecMainCode\": \"0\",",
" \"ExecMainExitTimestampMonotonic\": \"0\",",
" \"ExecMainPID\": \"0\",",
" \"ExecMainStartTimestampMonotonic\": \"0\",",
" \"ExecMainStatus\": \"0\",",
" \"ExecReload\": \"{ path=/bin/kill ; argv[]=/bin/kill -s HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",",
" \"ExecStart\": \"{ path=/usr/sbin/nginx ; argv[]=/usr/sbin/nginx ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",",
" \"ExecStartPre\": \"{ path=/usr/sbin/nginx ; argv[]=/usr/sbin/nginx -t ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",",
" \"FailureAction\": \"none\",",
" \"FileDescriptorStoreMax\": \"0\",",
" \"FragmentPath\": \"/usr/lib/systemd/system/nginx.service\",",
" \"FreezerState\": \"running\",",
" \"GID\": \"[not set]\",",
" \"GuessMainPID\": \"yes\",",
" \"IOAccounting\": \"no\",",
" \"IOSchedulingClass\": \"0\",",
" \"IOSchedulingPriority\": \"0\",",
" \"IOWeight\": \"[not set]\",",
" \"IPAccounting\": \"no\",",
" \"IPEgressBytes\": \"18446744073709551615\",",
" \"IPEgressPackets\": \"18446744073709551615\",",
" \"IPIngressBytes\": \"18446744073709551615\",",
" \"IPIngressPackets\": \"18446744073709551615\",",
" \"Id\": \"nginx.service\",",
" \"IgnoreOnIsolate\": \"no\",",
" \"IgnoreSIGPIPE\": \"yes\",",
" \"InactiveEnterTimestampMonotonic\": \"0\",",
" \"InactiveExitTimestampMonotonic\": \"0\",",
" \"JobRunningTimeoutUSec\": \"infinity\",",
" \"JobTimeoutAction\": \"none\",",
" \"JobTimeoutUSec\": \"infinity\",",
" \"KeyringMode\": \"private\",",
" \"KillMode\": \"mixed\",",
" \"KillSignal\": \"3\",",
" \"LimitAS\": \"infinity\",",
" \"LimitASSoft\": \"infinity\",",
" \"LimitCORE\": \"infinity\",",
" \"LimitCORESoft\": \"0\",",
" \"LimitCPU\": \"infinity\",",
" \"LimitCPUSoft\": \"infinity\",",
" \"LimitDATA\": \"infinity\",",
" \"LimitDATASoft\": \"infinity\",",
" \"LimitFSIZE\": \"infinity\",",
" \"LimitFSIZESoft\": \"infinity\",",
" \"LimitLOCKS\": \"infinity\",",
" \"LimitLOCKSSoft\": \"infinity\",",
" \"LimitMEMLOCK\": \"65536\",",
" \"LimitMEMLOCKSoft\": \"65536\",",
" \"LimitMSGQUEUE\": \"819200\",",
" \"LimitMSGQUEUESoft\": \"819200\",",
" \"LimitNICE\": \"0\",",
" \"LimitNICESoft\": \"0\",",
" \"LimitNOFILE\": \"1048576\",",
" \"LimitNOFILESoft\": \"1024\",",
" \"LimitNPROC\": \"infinity\",",
" \"LimitNPROCSoft\": \"infinity\",",
" \"LimitRSS\": \"infinity\",",
" \"LimitRSSSoft\": \"infinity\",",
" \"LimitRTPRIO\": \"0\",",
" \"LimitRTPRIOSoft\": \"0\",",
" \"LimitRTTIME\": \"infinity\",",
" \"LimitRTTIMESoft\": \"infinity\",",
" \"LimitSIGPENDING\": \"63053\",",
" \"LimitSIGPENDINGSoft\": \"63053\",",
" \"LimitSTACK\": \"infinity\",",
" \"LimitSTACKSoft\": \"8388608\",",
" \"LoadState\": \"loaded\",",
" \"LockPersonality\": \"no\",",
" \"LogLevelMax\": \"-1\",",
" \"LogRateLimitBurst\": \"0\",",
" \"LogRateLimitIntervalUSec\": \"0\",",
" \"LogsDirectoryMode\": \"0755\",",
" \"MainPID\": \"0\",",
" \"MemoryAccounting\": \"yes\",",
" \"MemoryCurrent\": \"[not set]\",",
" \"MemoryDenyWriteExecute\": \"no\",",
" \"MemoryHigh\": \"infinity\",",
" \"MemoryLimit\": \"infinity\",",
" \"MemoryLow\": \"0\",",
" \"MemoryMax\": \"infinity\",",
" \"MemoryMin\": \"0\",",
" \"MemorySwapMax\": \"infinity\",",
" \"MountAPIVFS\": \"no\",",
" \"MountFlags\": \"\",",
" \"NFileDescriptorStore\": \"0\",",
" \"NRestarts\": \"0\",",
" \"NUMAMask\": \"\",",
" \"NUMAPolicy\": \"n/a\",",
" \"Names\": \"nginx.service\",",
" \"NeedDaemonReload\": \"no\",",
" \"Nice\": \"0\",",
" \"NoNewPrivileges\": \"no\",",
" \"NonBlocking\": \"no\",",
" \"NotifyAccess\": \"none\",",
" \"OOMScoreAdjust\": \"0\",",
" \"OnFailureJobMode\": \"replace\",",
" \"PIDFile\": \"/run/nginx.pid\",",
" \"PermissionsStartOnly\": \"no\",",
" \"Perpetual\": \"no\",",
" \"PrivateDevices\": \"no\",",
" \"PrivateMounts\": \"no\",",
" \"PrivateNetwork\": \"no\",",
" \"PrivateTmp\": \"yes\",",
" \"PrivateUsers\": \"no\",",
" \"ProtectControlGroups\": \"no\",",
" \"ProtectHome\": \"no\",",
" \"ProtectKernelModules\": \"no\",",
" \"ProtectKernelTunables\": \"no\",",
" \"ProtectSystem\": \"no\",",
" \"RefuseManualStart\": \"no\",",
" \"RefuseManualStop\": \"no\",",
" \"RemainAfterExit\": \"no\",",
" \"RemoveIPC\": \"no\",",
" \"Requires\": \"system.slice sysinit.target\",",
" \"RequiresMountsFor\": \"/var/tmp\",",
" \"Restart\": \"no\",",
" \"RestartUSec\": \"100ms\",",
" \"RestrictNamespaces\": \"no\",",
" \"RestrictRealtime\": \"no\",",
" \"RestrictSUIDSGID\": \"no\",",
" \"Result\": \"success\",",
" \"RootDirectoryStartOnly\": \"no\",",
" \"RuntimeDirectoryMode\": \"0755\",",
" \"RuntimeDirectoryPreserve\": \"no\",",
" \"RuntimeMaxUSec\": \"infinity\",",
" \"SameProcessGroup\": \"no\",",
" \"SecureBits\": \"0\",",
" \"SendSIGHUP\": \"no\",",
" \"SendSIGKILL\": \"yes\",",
" \"Slice\": \"system.slice\",",
" \"StandardError\": \"inherit\",",
" \"StandardInput\": \"null\",",
" \"StandardInputData\": \"\",",
" \"StandardOutput\": \"journal\",",
" \"StartLimitAction\": \"none\",",
" \"StartLimitBurst\": \"5\",",
" \"StartLimitIntervalUSec\": \"10s\",",
" \"StartupBlockIOWeight\": \"[not set]\",",
" \"StartupCPUShares\": \"[not set]\",",
" \"StartupCPUWeight\": \"[not set]\",",
" \"StartupIOWeight\": \"[not set]\",",
" \"StateChangeTimestampMonotonic\": \"0\",",
" \"StateDirectoryMode\": \"0755\",",
" \"StatusErrno\": \"0\",",
" \"StopWhenUnneeded\": \"no\",",
" \"SubState\": \"dead\",",
" \"SuccessAction\": \"none\",",
" \"SyslogFacility\": \"3\",",
" \"SyslogLevel\": \"6\",",
" \"SyslogLevelPrefix\": \"yes\",",
" \"SyslogPriority\": \"30\",",
" \"SystemCallErrorNumber\": \"0\",",
" \"TTYReset\": \"no\",",
" \"TTYVHangup\": \"no\",",
" \"TTYVTDisallocate\": \"no\",",
" \"TasksAccounting\": \"yes\",",
" \"TasksCurrent\": \"[not set]\",",
" \"TasksMax\": \"100884\",",
" \"TimeoutStartUSec\": \"1min 30s\",",
" \"TimeoutStopUSec\": \"5s\",",
" \"TimerSlackNSec\": \"50000\",",
" \"Transient\": \"no\",",
" \"Type\": \"forking\",",
" \"UID\": \"[not set]\",",
" \"UMask\": \"0022\",",
" \"UnitFilePreset\": \"disabled\",",
" \"UnitFileState\": \"disabled\",",
" \"UtmpMode\": \"init\",",
" \"WatchdogTimestampMonotonic\": \"0\",",
" \"WatchdogUSec\": \"0\"",
" }",
"}",
"",
"TASK [bifrost-ironic-install : Perform ironic online data migrations] **********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/migrations.yml:14",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Authentication environment - keystone version] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/validate.yml:15",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Authentication environment - no-auth version] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/validate.yml:28",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"testing_env\": {",
" \"OS_AUTH_TYPE\": \"none\",",
" \"OS_ENDPOINT\": \"http://172.16.32.10:6385\"",
" }",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Authentication environment - HTTP basic version] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/validate.yml:35",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Set OS_CACERT if required] **********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/validate.yml:47",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Validate API access and at least one conductor] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/validate.yml:52",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986351.858679-3214-71851383104553 `\" && echo ansible-tmp-1636986351.858679-3214-71851383104553=\"` echo /root/.ansible/tmp/ansible-tmp-1636986351.858679-3214-71851383104553 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/command.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpzmx27gwe TO /root/.ansible/tmp/ansible-tmp-1636986351.858679-3214-71851383104553/AnsiballZ_command.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986351.858679-3214-71851383104553/ /root/.ansible/tmp/ansible-tmp-1636986351.858679-3214-71851383104553/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 OS_AUTH_TYPE=none OS_ENDPOINT=http://172.16.32.10:6385 VIRTUAL_ENV=/var/lib/kolla/venv PATH=/var/lib/kolla/venv/bin:/var/lib/kolla/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin pydoc='\"'\"'python -m pydoc'\"'\"' /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986351.858679-3214-71851383104553/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986351.858679-3214-71851383104553/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"attempts\": 1,",
" \"changed\": true,",
" \"cmd\": [",
" \"baremetal\",",
" \"conductor\",",
" \"list\",",
" \"-f\",",
" \"value\",",
" \"-c\",",
" \"Hostname\"",
" ],",
" \"delta\": \"0:00:02.243099\",",
" \"end\": \"2021-11-15 15:25:54.332378\",",
" \"failed_when_result\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"_raw_params\": \"baremetal conductor list -f value -c Hostname\",",
" \"_uses_shell\": false,",
" \"argv\": null,",
" \"chdir\": null,",
" \"creates\": null,",
" \"executable\": null,",
" \"removes\": null,",
" \"stdin\": null,",
" \"stdin_add_newline\": true,",
" \"strip_empty_ends\": true,",
" \"warn\": true",
" }",
" },",
" \"msg\": \"\",",
" \"rc\": 0,",
" \"start\": \"2021-11-15 15:25:52.089279\",",
" \"stderr\": \"\",",
" \"stderr_lines\": [],",
" \"stdout\": \"stack-seed\",",
" \"stdout_lines\": [",
" \"stack-seed\"",
" ]",
"}",
"",
"TASK [bifrost-ironic-install : Authentication environment - no-auth inspector version] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/validate.yml:63",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"testing_env\": {",
" \"OS_AUTH_TYPE\": \"none\",",
" \"OS_ENDPOINT\": \"http://172.16.32.10:5050\"",
" }",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Authentication environment - HTTP basic inspector version] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/validate.yml:72",
"skipping: [127.0.0.1] => {",
" \"censored\": \"the output has been hidden due to the fact that 'no_log: true' was specified for this result\",",
" \"changed\": false",
"}",
"",
"TASK [bifrost-ironic-install : Set OS_CACERT if required] **********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/validate.yml:85",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-ironic-install : Validate introspection API access] **************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-ironic-install/tasks/validate.yml:90",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986354.652456-3367-66472102136784 `\" && echo ansible-tmp-1636986354.652456-3367-66472102136784=\"` echo /root/.ansible/tmp/ansible-tmp-1636986354.652456-3367-66472102136784 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/command.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmps1f1tn7p TO /root/.ansible/tmp/ansible-tmp-1636986354.652456-3367-66472102136784/AnsiballZ_command.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986354.652456-3367-66472102136784/ /root/.ansible/tmp/ansible-tmp-1636986354.652456-3367-66472102136784/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 OS_AUTH_TYPE=none OS_ENDPOINT=http://172.16.32.10:5050 VIRTUAL_ENV=/var/lib/kolla/venv PATH=/var/lib/kolla/venv/bin:/var/lib/kolla/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin pydoc='\"'\"'python -m pydoc'\"'\"' /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986354.652456-3367-66472102136784/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986354.652456-3367-66472102136784/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"attempts\": 1,",
" \"changed\": true,",
" \"cmd\": [",
" \"baremetal\",",
" \"introspection\",",
" \"list\"",
" ],",
" \"delta\": \"0:00:02.171392\",",
" \"end\": \"2021-11-15 15:25:57.051879\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_raw_params\": \"baremetal introspection list\",",
" \"_uses_shell\": false,",
" \"argv\": null,",
" \"chdir\": null,",
" \"creates\": null,",
" \"executable\": null,",
" \"removes\": null,",
" \"stdin\": null,",
" \"stdin_add_newline\": true,",
" \"strip_empty_ends\": true,",
" \"warn\": true",
" }",
" },",
" \"msg\": \"\",",
" \"rc\": 0,",
" \"start\": \"2021-11-15 15:25:54.880487\",",
" \"stderr\": \"\",",
" \"stderr_lines\": [],",
" \"stdout\": \"\",",
" \"stdout_lines\": []",
"}",
"",
"TASK [bifrost-keystone-client-config : redefine cloud settings vars for backward compat] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-client-config/tasks/main.yml:14",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [Generate TLS parameters] *************************************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-client-config/tasks/main.yml:34",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-client-config : Ensure the ~/.config exists] ************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-client-config/tasks/main.yml:39",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986357.256956-3517-89971453592753 `\" && echo ansible-tmp-1636986357.256956-3517-89971453592753=\"` echo /root/.ansible/tmp/ansible-tmp-1636986357.256956-3517-89971453592753 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpf80bmtrm TO /root/.ansible/tmp/ansible-tmp-1636986357.256956-3517-89971453592753/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986357.256956-3517-89971453592753/ /root/.ansible/tmp/ansible-tmp-1636986357.256956-3517-89971453592753/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986357.256956-3517-89971453592753/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986357.256956-3517-89971453592753/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => {",
" \"changed\": false,",
" \"diff\": {",
" \"after\": {",
" \"path\": \"/root/.config\"",
" },",
" \"before\": {",
" \"path\": \"/root/.config\"",
" }",
" },",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": null,",
" \"mode\": 448,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"name\": \"~root/.config\",",
" \"owner\": \"root\",",
" \"path\": \"/root/.config\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"mode\": \"0700\",",
" \"owner\": \"root\",",
" \"path\": \"/root/.config\",",
" \"size\": 21,",
" \"state\": \"directory\",",
" \"uid\": 0",
"}",
"",
"TASK [bifrost-keystone-client-config : Ensure ~/.config/openstack/ exists] *****",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-client-config/tasks/main.yml:46",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986357.5880804-3533-276375218001350 `\" && echo ansible-tmp-1636986357.5880804-3533-276375218001350=\"` echo /root/.ansible/tmp/ansible-tmp-1636986357.5880804-3533-276375218001350 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/file.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpdcuy_e3b TO /root/.ansible/tmp/ansible-tmp-1636986357.5880804-3533-276375218001350/AnsiballZ_file.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986357.5880804-3533-276375218001350/ /root/.ansible/tmp/ansible-tmp-1636986357.5880804-3533-276375218001350/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986357.5880804-3533-276375218001350/AnsiballZ_file.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986357.5880804-3533-276375218001350/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => {",
" \"changed\": false,",
" \"diff\": {",
" \"after\": {",
" \"path\": \"/root/.config/openstack\"",
" },",
" \"before\": {",
" \"path\": \"/root/.config/openstack\"",
" }",
" },",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_diff_peek\": null,",
" \"_original_basename\": null,",
" \"access_time\": null,",
" \"access_time_format\": \"%Y%m%d%H%M.%S\",",
" \"attributes\": null,",
" \"follow\": true,",
" \"force\": false,",
" \"group\": null,",
" \"mode\": 448,",
" \"modification_time\": null,",
" \"modification_time_format\": \"%Y%m%d%H%M.%S\",",
" \"name\": \"~root/.config/openstack\",",
" \"owner\": \"root\",",
" \"path\": \"/root/.config/openstack\",",
" \"recurse\": false,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": null,",
" \"state\": \"directory\",",
" \"unsafe_writes\": false",
" }",
" },",
" \"mode\": \"0700\",",
" \"owner\": \"root\",",
" \"path\": \"/root/.config/openstack\",",
" \"size\": 25,",
" \"state\": \"directory\",",
" \"uid\": 0",
"}",
"",
"TASK [bifrost-keystone-client-config : Write clouds.yaml configuration from template] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-client-config/tasks/main.yml:53",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986357.8966753-3549-46478667982612 `\" && echo ansible-tmp-1636986357.8966753-3549-46478667982612=\"` echo /root/.ansible/tmp/ansible-tmp-1636986357.8966753-3549-46478667982612 `\" ) && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/stat.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp5sdxfwor TO /root/.ansible/tmp/ansible-tmp-1636986357.8966753-3549-46478667982612/AnsiballZ_stat.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986357.8966753-3549-46478667982612/ /root/.ansible/tmp/ansible-tmp-1636986357.8966753-3549-46478667982612/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986357.8966753-3549-46478667982612/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp0br2s8ld/clouds.yaml.j2 TO /root/.ansible/tmp/ansible-tmp-1636986357.8966753-3549-46478667982612/source",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986357.8966753-3549-46478667982612/ /root/.ansible/tmp/ansible-tmp-1636986357.8966753-3549-46478667982612/source && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpj7nu3u0d TO /root/.ansible/tmp/ansible-tmp-1636986357.8966753-3549-46478667982612/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986357.8966753-3549-46478667982612/ /root/.ansible/tmp/ansible-tmp-1636986357.8966753-3549-46478667982612/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986357.8966753-3549-46478667982612/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986357.8966753-3549-46478667982612/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum\": \"f63bf4441ac533e74ab6808c88c58985485c72e0\",",
" \"dest\": \"/root/.config/openstack/clouds.yaml\",",
" \"diff\": [],",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": \"clouds.yaml.j2\",",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": \"f63bf4441ac533e74ab6808c88c58985485c72e0\",",
" \"content\": null,",
" \"dest\": \"/root/.config/openstack/clouds.yaml\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": null,",
" \"local_follow\": null,",
" \"mode\": 384,",
" \"owner\": \"root\",",
" \"remote_src\": null,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986357.8966753-3549-46478667982612/source\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"md5sum\": \"aad9ca5160b0870422e7561988f6f10e\",",
" \"mode\": \"0600\",",
" \"owner\": \"root\",",
" \"size\": 312,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986357.8966753-3549-46478667982612/source\",",
" \"state\": \"file\",",
" \"uid\": 0",
"}",
"",
"TASK [bifrost-keystone-client-config : Write openrc configuration from template] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-client-config/tasks/main.yml:60",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986358.6215773-3576-892396102321 `\" && echo ansible-tmp-1636986358.6215773-3576-892396102321=\"` echo /root/.ansible/tmp/ansible-tmp-1636986358.6215773-3576-892396102321 `\" ) && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/stat.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpjtidqjng TO /root/.ansible/tmp/ansible-tmp-1636986358.6215773-3576-892396102321/AnsiballZ_stat.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986358.6215773-3576-892396102321/ /root/.ansible/tmp/ansible-tmp-1636986358.6215773-3576-892396102321/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986358.6215773-3576-892396102321/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp3e4qnbuk/openrc.j2 TO /root/.ansible/tmp/ansible-tmp-1636986358.6215773-3576-892396102321/source",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986358.6215773-3576-892396102321/ /root/.ansible/tmp/ansible-tmp-1636986358.6215773-3576-892396102321/source && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/copy.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp0zes_j84 TO /root/.ansible/tmp/ansible-tmp-1636986358.6215773-3576-892396102321/AnsiballZ_copy.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986358.6215773-3576-892396102321/ /root/.ansible/tmp/ansible-tmp-1636986358.6215773-3576-892396102321/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986358.6215773-3576-892396102321/AnsiballZ_copy.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986358.6215773-3576-892396102321/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"checksum\": \"3f1bee3f5c0f0a4132d42525d56656674905152d\",",
" \"dest\": \"/root/openrc\",",
" \"diff\": [],",
" \"gid\": 0,",
" \"group\": \"root\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_original_basename\": \"openrc.j2\",",
" \"attributes\": null,",
" \"backup\": false,",
" \"checksum\": \"3f1bee3f5c0f0a4132d42525d56656674905152d\",",
" \"content\": null,",
" \"dest\": \"/root/openrc\",",
" \"directory_mode\": null,",
" \"follow\": false,",
" \"force\": true,",
" \"group\": null,",
" \"local_follow\": null,",
" \"mode\": 384,",
" \"owner\": \"root\",",
" \"remote_src\": null,",
" \"selevel\": null,",
" \"serole\": null,",
" \"setype\": null,",
" \"seuser\": null,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986358.6215773-3576-892396102321/source\",",
" \"unsafe_writes\": false,",
" \"validate\": null",
" }",
" },",
" \"md5sum\": \"437c948ada05c7c9fef5b5ee94846908\",",
" \"mode\": \"0600\",",
" \"owner\": \"root\",",
" \"size\": 237,",
" \"src\": \"/root/.ansible/tmp/ansible-tmp-1636986358.6215773-3576-892396102321/source\",",
" \"state\": \"file\",",
" \"uid\": 0",
"}",
"",
"TASK [bifrost-keystone-client-config : Determine the testing cloud name] *******",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-client-config/tasks/validate.yml:14",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"testing_cloud_name\": \"bifrost\"",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-keystone-client-config : List bare metal nodes using CLI and clouds.yaml] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-client-config/tasks/validate.yml:19",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986359.4904659-3605-114207516403975 `\" && echo ansible-tmp-1636986359.4904659-3605-114207516403975=\"` echo /root/.ansible/tmp/ansible-tmp-1636986359.4904659-3605-114207516403975 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/command.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpvnwfts4d TO /root/.ansible/tmp/ansible-tmp-1636986359.4904659-3605-114207516403975/AnsiballZ_command.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986359.4904659-3605-114207516403975/ /root/.ansible/tmp/ansible-tmp-1636986359.4904659-3605-114207516403975/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 VIRTUAL_ENV=/var/lib/kolla/venv PATH=/var/lib/kolla/venv/bin:/var/lib/kolla/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin pydoc='\"'\"'python -m pydoc'\"'\"' OS_CLOUD=bifrost /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986359.4904659-3605-114207516403975/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986359.4904659-3605-114207516403975/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"cmd\": [",
" \"baremetal\",",
" \"--debug\",",
" \"node\",",
" \"list\"",
" ],",
" \"delta\": \"0:00:02.252842\",",
" \"end\": \"2021-11-15 15:26:01.994138\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_raw_params\": \"baremetal --debug node list\",",
" \"_uses_shell\": false,",
" \"argv\": null,",
" \"chdir\": null,",
" \"creates\": null,",
" \"executable\": null,",
" \"removes\": null,",
" \"stdin\": null,",
" \"stdin_add_newline\": true,",
" \"strip_empty_ends\": true,",
" \"warn\": true",
" }",
" },",
" \"msg\": \"\",",
" \"rc\": 0,",
" \"start\": \"2021-11-15 15:25:59.741296\",",
" \"stderr\": \"2021-11-15 15:26:01,738 DEBUG: ironicclient.osc.v1.baremetal_node.ListBaremetalNode run(Namespace(associated=False, chassis=None, columns=[], conductor=None, conductor_group=None, description_contains=None, driver=None, fault=None, fields=[], fit_width=False, format_config=None, formatter='table', lessee=None, limit=None, long=False, maintenance=None, marker=None, max_width=0, noindent=False, owner=None, print_empty=False, provision_state=None, quote_mode='nonnumeric', resource_class=None, retired=None, sort=None, sort_columns=[], sort_direction=None, unassociated=False))\\n2021-11-15 15:26:01,739 DEBUG: ironicclient.osc.v1.baremetal_node.ListBaremetalNode take_action(Namespace(associated=False, chassis=None, columns=[], conductor=None, conductor_group=None, description_contains=None, driver=None, fault=None, fields=[], fit_width=False, format_config=None, formatter='table', lessee=None, limit=None, long=False, maintenance=None, marker=None, max_width=0, noindent=False, owner=None, print_empty=False, provision_state=None, quote_mode='nonnumeric', resource_class=None, retired=None, sort=None, sort_columns=[], sort_direction=None, unassociated=False))\\n2021-11-15 15:26:01,739 DEBUG: ironicclient.shell Using bare metal API version 1.76, downgrade allowed\\n2021-11-15 15:26:01,740 DEBUG: ironicclient.osc.v1.baremetal_node.ListBaremetalNode params({'limit': None, 'marker': None})\",",
" \"stderr_lines\": [",
" \"2021-11-15 15:26:01,738 DEBUG: ironicclient.osc.v1.baremetal_node.ListBaremetalNode run(Namespace(associated=False, chassis=None, columns=[], conductor=None, conductor_group=None, description_contains=None, driver=None, fault=None, fields=[], fit_width=False, format_config=None, formatter='table', lessee=None, limit=None, long=False, maintenance=None, marker=None, max_width=0, noindent=False, owner=None, print_empty=False, provision_state=None, quote_mode='nonnumeric', resource_class=None, retired=None, sort=None, sort_columns=[], sort_direction=None, unassociated=False))\",",
" \"2021-11-15 15:26:01,739 DEBUG: ironicclient.osc.v1.baremetal_node.ListBaremetalNode take_action(Namespace(associated=False, chassis=None, columns=[], conductor=None, conductor_group=None, description_contains=None, driver=None, fault=None, fields=[], fit_width=False, format_config=None, formatter='table', lessee=None, limit=None, long=False, maintenance=None, marker=None, max_width=0, noindent=False, owner=None, print_empty=False, provision_state=None, quote_mode='nonnumeric', resource_class=None, retired=None, sort=None, sort_columns=[], sort_direction=None, unassociated=False))\",",
" \"2021-11-15 15:26:01,739 DEBUG: ironicclient.shell Using bare metal API version 1.76, downgrade allowed\",",
" \"2021-11-15 15:26:01,740 DEBUG: ironicclient.osc.v1.baremetal_node.ListBaremetalNode params({'limit': None, 'marker': None})\"",
" ],",
" \"stdout\": \"REQ: curl -g -i -X GET http://172.16.32.10:6385/v1/nodes -H \\\"Accept: application/json\\\" -H \\\"Content-Type: application/json\\\" -H \\\"User-Agent: python-ironicclient\\\" -H \\\"X-Auth-Token: {SHA256}0889381cd307077a62125d055221e3fe559c50f4690eb6c61ea6bbea6c1bf4be\\\" -H \\\"X-OpenStack-Ironic-API-Version: 1.76\\\"\\nRESP: [200] Connection: keep-alive Content-Length: 13 Content-Type: application/json Date: Mon, 15 Nov 2021 14:26:01 GMT Openstack-Request-Id: req-0251a033-89e4-4ca8-8de7-f601de5d63b4 X-Openstack-Ironic-Api-Maximum-Version: 1.78 X-Openstack-Ironic-Api-Minimum-Version: 1.1 X-Openstack-Ironic-Api-Version: 1.76\\nRESP BODY: {\\\"nodes\\\": []}\",",
" \"stdout_lines\": [",
" \"REQ: curl -g -i -X GET http://172.16.32.10:6385/v1/nodes -H \\\"Accept: application/json\\\" -H \\\"Content-Type: application/json\\\" -H \\\"User-Agent: python-ironicclient\\\" -H \\\"X-Auth-Token: {SHA256}0889381cd307077a62125d055221e3fe559c50f4690eb6c61ea6bbea6c1bf4be\\\" -H \\\"X-OpenStack-Ironic-API-Version: 1.76\\\"\",",
" \"RESP: [200] Connection: keep-alive Content-Length: 13 Content-Type: application/json Date: Mon, 15 Nov 2021 14:26:01 GMT Openstack-Request-Id: req-0251a033-89e4-4ca8-8de7-f601de5d63b4 X-Openstack-Ironic-Api-Maximum-Version: 1.78 X-Openstack-Ironic-Api-Minimum-Version: 1.1 X-Openstack-Ironic-Api-Version: 1.76\",",
" \"RESP BODY: {\\\"nodes\\\": []}\"",
" ]",
"}",
"",
"TASK [bifrost-keystone-client-config : List introspection rules using CLI and clouds.yaml] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-client-config/tasks/validate.yml:23",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986362.1101375-3752-157760024333117 `\" && echo ansible-tmp-1636986362.1101375-3752-157760024333117=\"` echo /root/.ansible/tmp/ansible-tmp-1636986362.1101375-3752-157760024333117 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/command.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmpu2aa2abi TO /root/.ansible/tmp/ansible-tmp-1636986362.1101375-3752-157760024333117/AnsiballZ_command.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986362.1101375-3752-157760024333117/ /root/.ansible/tmp/ansible-tmp-1636986362.1101375-3752-157760024333117/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 VIRTUAL_ENV=/var/lib/kolla/venv PATH=/var/lib/kolla/venv/bin:/var/lib/kolla/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin pydoc='\"'\"'python -m pydoc'\"'\"' OS_CLOUD=bifrost /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986362.1101375-3752-157760024333117/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986362.1101375-3752-157760024333117/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"cmd\": [",
" \"baremetal\",",
" \"--debug\",",
" \"introspection\",",
" \"rule\",",
" \"list\"",
" ],",
" \"delta\": \"0:00:02.255358\",",
" \"end\": \"2021-11-15 15:26:04.568338\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_raw_params\": \"baremetal --debug introspection rule list\",",
" \"_uses_shell\": false,",
" \"argv\": null,",
" \"chdir\": null,",
" \"creates\": null,",
" \"executable\": null,",
" \"removes\": null,",
" \"stdin\": null,",
" \"stdin_add_newline\": true,",
" \"strip_empty_ends\": true,",
" \"warn\": true",
" }",
" },",
" \"msg\": \"\",",
" \"rc\": 0,",
" \"start\": \"2021-11-15 15:26:02.312980\",",
" \"stderr\": \"2021-11-15 15:26:04,415 DEBUG: ironic_inspector_client Supported API version range for http://172.16.32.10:5050 is [1.0, 1.17]\\n2021-11-15 15:26:04,415 DEBUG: ironic_inspector_client Requesting GET http://172.16.32.10:5050/v1/rules (API version 1.0) with {}\\n2021-11-15 15:26:04,432 DEBUG: ironic_inspector_client Got response for GET http://172.16.32.10:5050/v1/rules with status code 200\",",
" \"stderr_lines\": [",
" \"2021-11-15 15:26:04,415 DEBUG: ironic_inspector_client Supported API version range for http://172.16.32.10:5050 is [1.0, 1.17]\",",
" \"2021-11-15 15:26:04,415 DEBUG: ironic_inspector_client Requesting GET http://172.16.32.10:5050/v1/rules (API version 1.0) with {}\",",
" \"2021-11-15 15:26:04,432 DEBUG: ironic_inspector_client Got response for GET http://172.16.32.10:5050/v1/rules with status code 200\"",
" ],",
" \"stdout\": \"REQ: curl -g -i -X GET http://172.16.32.10:5050 -H \\\"User-Agent: openstacksdk/0.59.0 keystoneauth1/4.4.0 python-requests/2.26.0 CPython/3.6.8\\\"\\nRESP: [200] Connection: keep-alive Content-Length: 110 Content-Type: application/json Date: Mon, 15 Nov 2021 14:26:04 GMT X-Openstack-Ironic-Inspector-Api-Maximum-Version: 1.17 X-Openstack-Ironic-Inspector-Api-Minimum-Version: 1.0\\nRESP BODY: {\\\"versions\\\":[{\\\"id\\\":\\\"1.17\\\",\\\"links\\\":[{\\\"href\\\":\\\"http://172.16.32.10:5050/v1\\\",\\\"rel\\\":\\\"self\\\"}],\\\"status\\\":\\\"CURRENT\\\"}]}\\n\\nREQ: curl -g -i -X get http://172.16.32.10:5050/v1/rules -H \\\"User-Agent: openstacksdk/0.59.0 keystoneauth1/4.4.0 python-requests/2.26.0 CPython/3.6.8\\\" -H \\\"X-Auth-Token: {SHA256}0889381cd307077a62125d055221e3fe559c50f4690eb6c61ea6bbea6c1bf4be\\\" -H \\\"X-OpenStack-Ironic-Inspector-API-Version: 1.0\\\"\\nRESP: [200] Connection: keep-alive Content-Length: 13 Content-Type: application/json Date: Mon, 15 Nov 2021 14:26:04 GMT X-Openstack-Ironic-Inspector-Api-Maximum-Version: 1.17 X-Openstack-Ironic-Inspector-Api-Minimum-Version: 1.0\\nRESP BODY: {\\\"rules\\\":[]}\",",
" \"stdout_lines\": [",
" \"REQ: curl -g -i -X GET http://172.16.32.10:5050 -H \\\"User-Agent: openstacksdk/0.59.0 keystoneauth1/4.4.0 python-requests/2.26.0 CPython/3.6.8\\\"\",",
" \"RESP: [200] Connection: keep-alive Content-Length: 110 Content-Type: application/json Date: Mon, 15 Nov 2021 14:26:04 GMT X-Openstack-Ironic-Inspector-Api-Maximum-Version: 1.17 X-Openstack-Ironic-Inspector-Api-Minimum-Version: 1.0\",",
" \"RESP BODY: {\\\"versions\\\":[{\\\"id\\\":\\\"1.17\\\",\\\"links\\\":[{\\\"href\\\":\\\"http://172.16.32.10:5050/v1\\\",\\\"rel\\\":\\\"self\\\"}],\\\"status\\\":\\\"CURRENT\\\"}]}\",",
" \"\",",
" \"REQ: curl -g -i -X get http://172.16.32.10:5050/v1/rules -H \\\"User-Agent: openstacksdk/0.59.0 keystoneauth1/4.4.0 python-requests/2.26.0 CPython/3.6.8\\\" -H \\\"X-Auth-Token: {SHA256}0889381cd307077a62125d055221e3fe559c50f4690eb6c61ea6bbea6c1bf4be\\\" -H \\\"X-OpenStack-Ironic-Inspector-API-Version: 1.0\\\"\",",
" \"RESP: [200] Connection: keep-alive Content-Length: 13 Content-Type: application/json Date: Mon, 15 Nov 2021 14:26:04 GMT X-Openstack-Ironic-Inspector-Api-Maximum-Version: 1.17 X-Openstack-Ironic-Inspector-Api-Minimum-Version: 1.0\",",
" \"RESP BODY: {\\\"rules\\\":[]}\"",
" ]",
"}",
"",
"TASK [bifrost-keystone-client-config : List services using CLI and clouds.yaml] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-client-config/tasks/validate.yml:28",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-keystone-client-config : List bare metal nodes using CLI and openrc] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-client-config/tasks/validate.yml:35",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986364.7455769-3900-223335791556329 `\" && echo ansible-tmp-1636986364.7455769-3900-223335791556329=\"` echo /root/.ansible/tmp/ansible-tmp-1636986364.7455769-3900-223335791556329 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/command.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmphp5p74yr TO /root/.ansible/tmp/ansible-tmp-1636986364.7455769-3900-223335791556329/AnsiballZ_command.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986364.7455769-3900-223335791556329/ /root/.ansible/tmp/ansible-tmp-1636986364.7455769-3900-223335791556329/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 VIRTUAL_ENV=/var/lib/kolla/venv PATH=/var/lib/kolla/venv/bin:/var/lib/kolla/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin pydoc='\"'\"'python -m pydoc'\"'\"' /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986364.7455769-3900-223335791556329/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986364.7455769-3900-223335791556329/ > /dev/null 2>&1 && sleep 0'",
"changed: [127.0.0.1] => {",
" \"changed\": true,",
" \"cmd\": \"set -e\\n. ~/openrc bifrost\\nbaremetal --debug node list\\n\",",
" \"delta\": \"0:00:02.259557\",",
" \"end\": \"2021-11-15 15:26:07.698475\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_raw_params\": \"set -e\\n. ~/openrc bifrost\\nbaremetal --debug node list\\n\",",
" \"_uses_shell\": true,",
" \"argv\": null,",
" \"chdir\": null,",
" \"creates\": null,",
" \"executable\": \"/bin/bash\",",
" \"removes\": null,",
" \"stdin\": null,",
" \"stdin_add_newline\": true,",
" \"strip_empty_ends\": true,",
" \"warn\": true",
" }",
" },",
" \"msg\": \"\",",
" \"rc\": 0,",
" \"start\": \"2021-11-15 15:26:05.438918\",",
" \"stderr\": \"2021-11-15 15:26:07,538 DEBUG: ironicclient.osc.v1.baremetal_node.ListBaremetalNode run(Namespace(associated=False, chassis=None, columns=[], conductor=None, conductor_group=None, description_contains=None, driver=None, fault=None, fields=[], fit_width=False, format_config=None, formatter='table', lessee=None, limit=None, long=False, maintenance=None, marker=None, max_width=0, noindent=False, owner=None, print_empty=False, provision_state=None, quote_mode='nonnumeric', resource_class=None, retired=None, sort=None, sort_columns=[], sort_direction=None, unassociated=False))\\n2021-11-15 15:26:07,539 DEBUG: ironicclient.osc.v1.baremetal_node.ListBaremetalNode take_action(Namespace(associated=False, chassis=None, columns=[], conductor=None, conductor_group=None, description_contains=None, driver=None, fault=None, fields=[], fit_width=False, format_config=None, formatter='table', lessee=None, limit=None, long=False, maintenance=None, marker=None, max_width=0, noindent=False, owner=None, print_empty=False, provision_state=None, quote_mode='nonnumeric', resource_class=None, retired=None, sort=None, sort_columns=[], sort_direction=None, unassociated=False))\\n2021-11-15 15:26:07,539 DEBUG: ironicclient.shell Using bare metal API version 1.76, downgrade allowed\\n2021-11-15 15:26:07,541 DEBUG: ironicclient.osc.v1.baremetal_node.ListBaremetalNode params({'limit': None, 'marker': None})\",",
" \"stderr_lines\": [",
" \"2021-11-15 15:26:07,538 DEBUG: ironicclient.osc.v1.baremetal_node.ListBaremetalNode run(Namespace(associated=False, chassis=None, columns=[], conductor=None, conductor_group=None, description_contains=None, driver=None, fault=None, fields=[], fit_width=False, format_config=None, formatter='table', lessee=None, limit=None, long=False, maintenance=None, marker=None, max_width=0, noindent=False, owner=None, print_empty=False, provision_state=None, quote_mode='nonnumeric', resource_class=None, retired=None, sort=None, sort_columns=[], sort_direction=None, unassociated=False))\",",
" \"2021-11-15 15:26:07,539 DEBUG: ironicclient.osc.v1.baremetal_node.ListBaremetalNode take_action(Namespace(associated=False, chassis=None, columns=[], conductor=None, conductor_group=None, description_contains=None, driver=None, fault=None, fields=[], fit_width=False, format_config=None, formatter='table', lessee=None, limit=None, long=False, maintenance=None, marker=None, max_width=0, noindent=False, owner=None, print_empty=False, provision_state=None, quote_mode='nonnumeric', resource_class=None, retired=None, sort=None, sort_columns=[], sort_direction=None, unassociated=False))\",",
" \"2021-11-15 15:26:07,539 DEBUG: ironicclient.shell Using bare metal API version 1.76, downgrade allowed\",",
" \"2021-11-15 15:26:07,541 DEBUG: ironicclient.osc.v1.baremetal_node.ListBaremetalNode params({'limit': None, 'marker': None})\"",
" ],",
" \"stdout\": \"REQ: curl -g -i -X GET http://172.16.32.10:6385/v1/nodes -H \\\"Accept: application/json\\\" -H \\\"Content-Type: application/json\\\" -H \\\"User-Agent: python-ironicclient\\\" -H \\\"X-Auth-Token: {SHA256}0889381cd307077a62125d055221e3fe559c50f4690eb6c61ea6bbea6c1bf4be\\\" -H \\\"X-OpenStack-Ironic-API-Version: 1.76\\\"\\nRESP: [200] Connection: keep-alive Content-Length: 13 Content-Type: application/json Date: Mon, 15 Nov 2021 14:26:07 GMT Openstack-Request-Id: req-4b2d75be-5c46-4267-a111-cf21f22866f1 X-Openstack-Ironic-Api-Maximum-Version: 1.78 X-Openstack-Ironic-Api-Minimum-Version: 1.1 X-Openstack-Ironic-Api-Version: 1.76\\nRESP BODY: {\\\"nodes\\\": []}\",",
" \"stdout_lines\": [",
" \"REQ: curl -g -i -X GET http://172.16.32.10:6385/v1/nodes -H \\\"Accept: application/json\\\" -H \\\"Content-Type: application/json\\\" -H \\\"User-Agent: python-ironicclient\\\" -H \\\"X-Auth-Token: {SHA256}0889381cd307077a62125d055221e3fe559c50f4690eb6c61ea6bbea6c1bf4be\\\" -H \\\"X-OpenStack-Ironic-API-Version: 1.76\\\"\",",
" \"RESP: [200] Connection: keep-alive Content-Length: 13 Content-Type: application/json Date: Mon, 15 Nov 2021 14:26:07 GMT Openstack-Request-Id: req-4b2d75be-5c46-4267-a111-cf21f22866f1 X-Openstack-Ironic-Api-Maximum-Version: 1.78 X-Openstack-Ironic-Api-Minimum-Version: 1.1 X-Openstack-Ironic-Api-Version: 1.76\",",
" \"RESP BODY: {\\\"nodes\\\": []}\"",
" ]",
"}",
"",
"TASK [bifrost-keystone-client-config : List services using CLI and openrc] *****",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-keystone-client-config/tasks/validate.yml:47",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Test if image is present] *********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:18",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Test if image is present - /httpboot/ipa.qcow2] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:21",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Test if image is present - /httpboot/ipa.initramfs] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:27",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build tracing (-x) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:33",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build uncompressed (-u) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:37",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build clear environment (-c) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:41",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build no tmpfs (--no-tmpfs) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:45",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build offline (--offline) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:49",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build skip default base element (-n) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:53",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build architecture (-a) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:57",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build image name (-o) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:61",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build image type (-t) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:65",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build image size (--image-size) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:69",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build image cache (--image-cache) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:73",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build max online resize (--max-online-resize) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:77",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build minimum tmpfs size (--min-tmpfs) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:81",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build mkfs options (--mkfs-options) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:85",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build qemu image options (--qemu-img-options) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:89",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build root label (--root-label) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:93",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build ramdisk element (--ramdisk-element) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:97",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build install type (--install-type) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:101",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build packages (-p) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:105",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Set default of Debian Buster if building debian and not explicitly set, overwride with dib_os_release setting] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:111",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Initialize DIB source-repository variables] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:115",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Initialize the DIB environment variables fact] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:128",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Set the DIB_RELEASE environment variable if set] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:131",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build ELEMENTS_PATH variable from IPA builder element folder] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:135",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Add existing ELEMENTS_PATH value if present] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:138",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Set the ELEMENTS_PATH environment variable] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:142",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Set the DIB_BLOCK_DEVICE_CONFIG variable if set] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:145",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Set partitioning information if set] **********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:151",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Set partitioning information string if set] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:156",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build argument list] **************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:160",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Initiate image build] *************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:184",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Initiate ramdisk build] ***********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:192",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Update permission of generated image] *********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:200",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Restore proper context on created data for http_boot] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:209",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Test if image is present] *********************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:18",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986369.2415102-4125-209199590146838 `\" && echo ansible-tmp-1636986369.2415102-4125-209199590146838=\"` echo /root/.ansible/tmp/ansible-tmp-1636986369.2415102-4125-209199590146838 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/stat.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmplbnv9qte TO /root/.ansible/tmp/ansible-tmp-1636986369.2415102-4125-209199590146838/AnsiballZ_stat.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986369.2415102-4125-209199590146838/ /root/.ansible/tmp/ansible-tmp-1636986369.2415102-4125-209199590146838/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986369.2415102-4125-209199590146838/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986369.2415102-4125-209199590146838/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => {",
" \"changed\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"checksum_algorithm\": \"sha1\",",
" \"follow\": false,",
" \"get_attributes\": true,",
" \"get_checksum\": true,",
" \"get_md5\": false,",
" \"get_mime\": true,",
" \"path\": \"/httpboot/deployment_image.qcow2\"",
" }",
" },",
" \"stat\": {",
" \"exists\": false",
" }",
"}",
"",
"TASK [bifrost-create-dib-image : Test if image is present - /httpboot/deployment_image.qcow2.qcow2] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:21",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986370.9234893-4141-51324094598083 `\" && echo ansible-tmp-1636986370.9234893-4141-51324094598083=\"` echo /root/.ansible/tmp/ansible-tmp-1636986370.9234893-4141-51324094598083 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/stat.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp5vh7y1o0 TO /root/.ansible/tmp/ansible-tmp-1636986370.9234893-4141-51324094598083/AnsiballZ_stat.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986370.9234893-4141-51324094598083/ /root/.ansible/tmp/ansible-tmp-1636986370.9234893-4141-51324094598083/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986370.9234893-4141-51324094598083/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986370.9234893-4141-51324094598083/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => {",
" \"changed\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"checksum_algorithm\": \"sha1\",",
" \"follow\": false,",
" \"get_attributes\": true,",
" \"get_checksum\": true,",
" \"get_md5\": false,",
" \"get_mime\": true,",
" \"path\": \"/httpboot/deployment_image.qcow2.qcow2\"",
" }",
" },",
" \"stat\": {",
" \"exists\": false",
" }",
"}",
"",
"TASK [bifrost-create-dib-image : Test if image is present - /httpboot/deployment_image.qcow2.initramfs] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:27",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986371.328935-4157-169372189897762 `\" && echo ansible-tmp-1636986371.328935-4157-169372189897762=\"` echo /root/.ansible/tmp/ansible-tmp-1636986371.328935-4157-169372189897762 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/stat.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmplxrmdo2s TO /root/.ansible/tmp/ansible-tmp-1636986371.328935-4157-169372189897762/AnsiballZ_stat.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986371.328935-4157-169372189897762/ /root/.ansible/tmp/ansible-tmp-1636986371.328935-4157-169372189897762/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986371.328935-4157-169372189897762/AnsiballZ_stat.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986371.328935-4157-169372189897762/ > /dev/null 2>&1 && sleep 0'",
"ok: [127.0.0.1] => {",
" \"changed\": false,",
" \"invocation\": {",
" \"module_args\": {",
" \"checksum_algorithm\": \"sha1\",",
" \"follow\": false,",
" \"get_attributes\": true,",
" \"get_checksum\": true,",
" \"get_md5\": false,",
" \"get_mime\": true,",
" \"path\": \"/httpboot/deployment_image.qcow2.initramfs\"",
" }",
" },",
" \"stat\": {",
" \"exists\": false",
" }",
"}",
"",
"TASK [bifrost-create-dib-image : Build tracing (-x) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:33",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build uncompressed (-u) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:37",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build clear environment (-c) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:41",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build no tmpfs (--no-tmpfs) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:45",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build offline (--offline) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:49",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build skip default base element (-n) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:53",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build architecture (-a) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:57",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build image name (-o) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:61",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"dib_imagename_arg\": \"-o /httpboot/deployment_image.qcow2\"",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-create-dib-image : Build image type (-t) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:65",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"dib_imagetype_arg\": \"-t qcow2\"",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-create-dib-image : Build image size (--image-size) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:69",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build image cache (--image-cache) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:73",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build max online resize (--max-online-resize) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:77",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build minimum tmpfs size (--min-tmpfs) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:81",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build mkfs options (--mkfs-options) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:85",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build qemu image options (--qemu-img-options) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:89",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build root label (--root-label) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:93",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build ramdisk element (--ramdisk-element) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:97",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build install type (--install-type) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:101",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build packages (-p) option for disk-image-create] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:105",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Set default of Debian Buster if building debian and not explicitly set, overwride with dib_os_release setting] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:111",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Initialize DIB source-repository variables] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:115",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"dib_source_repositories\": {",
" \"DIB_REPOLOCATION_ironic_agent\": \"/opt/stack/ironic-python-agent\",",
" \"DIB_REPOLOCATION_ironic_python_agent\": \"/opt/stack/ironic-python-agent\",",
" \"DIB_REPOLOCATION_requirements\": \"/opt/stack/requirements\",",
" \"DIB_REPOREF_ironic_agent\": \"HEAD\",",
" \"DIB_REPOREF_ironic_python_agent\": \"HEAD\",",
" \"DIB_REPOREF_requirements\": \"HEAD\"",
" }",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-create-dib-image : Initialize the DIB environment variables fact] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:128",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"dib_env_vars_final\": {",
" \"DIB_BOOTLOADER_DEFAULT_CMDLINE\": \"nofb nomodeset gfxpayload=text net.ifnames=1\",",
" \"DIB_CLOUD_INIT_DATASOURCES\": \"ConfigDrive\",",
" \"DIB_REPOLOCATION_ironic_agent\": \"/opt/stack/ironic-python-agent\",",
" \"DIB_REPOLOCATION_ironic_python_agent\": \"/opt/stack/ironic-python-agent\",",
" \"DIB_REPOLOCATION_requirements\": \"/opt/stack/requirements\",",
" \"DIB_REPOREF_ironic_agent\": \"HEAD\",",
" \"DIB_REPOREF_ironic_python_agent\": \"HEAD\",",
" \"DIB_REPOREF_requirements\": \"HEAD\"",
" }",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-create-dib-image : Set the DIB_RELEASE environment variable if set] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:131",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"dib_env_vars_final\": {",
" \"DIB_BOOTLOADER_DEFAULT_CMDLINE\": \"nofb nomodeset gfxpayload=text net.ifnames=1\",",
" \"DIB_CLOUD_INIT_DATASOURCES\": \"ConfigDrive\",",
" \"DIB_RELEASE\": \"8\",",
" \"DIB_REPOLOCATION_ironic_agent\": \"/opt/stack/ironic-python-agent\",",
" \"DIB_REPOLOCATION_ironic_python_agent\": \"/opt/stack/ironic-python-agent\",",
" \"DIB_REPOLOCATION_requirements\": \"/opt/stack/requirements\",",
" \"DIB_REPOREF_ironic_agent\": \"HEAD\",",
" \"DIB_REPOREF_ironic_python_agent\": \"HEAD\",",
" \"DIB_REPOREF_requirements\": \"HEAD\"",
" }",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-create-dib-image : Build ELEMENTS_PATH variable from IPA builder element folder] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:135",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"dib_elements_path\": [",
" \"/opt/stack/ironic-python-agent-builder/dib\"",
" ]",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-create-dib-image : Add existing ELEMENTS_PATH value if present] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:138",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Set the ELEMENTS_PATH environment variable] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:142",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"dib_env_vars_final\": {",
" \"DIB_BOOTLOADER_DEFAULT_CMDLINE\": \"nofb nomodeset gfxpayload=text net.ifnames=1\",",
" \"DIB_CLOUD_INIT_DATASOURCES\": \"ConfigDrive\",",
" \"DIB_RELEASE\": \"8\",",
" \"DIB_REPOLOCATION_ironic_agent\": \"/opt/stack/ironic-python-agent\",",
" \"DIB_REPOLOCATION_ironic_python_agent\": \"/opt/stack/ironic-python-agent\",",
" \"DIB_REPOLOCATION_requirements\": \"/opt/stack/requirements\",",
" \"DIB_REPOREF_ironic_agent\": \"HEAD\",",
" \"DIB_REPOREF_ironic_python_agent\": \"HEAD\",",
" \"DIB_REPOREF_requirements\": \"HEAD\",",
" \"ELEMENTS_PATH\": \"/opt/stack/ironic-python-agent-builder/dib\"",
" }",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-create-dib-image : Set the DIB_BLOCK_DEVICE_CONFIG variable if set] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:145",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Set partitioning information if set] **********",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:151",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Set partitioning information string if set] ***",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:156",
"skipping: [127.0.0.1] => {",
" \"changed\": false,",
" \"skip_reason\": \"Conditional result was False\"",
"}",
"",
"TASK [bifrost-create-dib-image : Build argument list] **************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:160",
"ok: [127.0.0.1] => {",
" \"ansible_facts\": {",
" \"dib_arglist\": \" -o /httpboot/deployment_image.qcow2 -t qcow2 rocky enable-serial-console vm cloud-init-datasources\\n\"",
" },",
" \"changed\": false",
"}",
"",
"TASK [bifrost-create-dib-image : Initiate image build] *************************",
"task path: /bifrost-base-source/bifrost-11.2.1.dev3/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:184",
"<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root",
"<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1636986373.0750787-4233-126064300023372 `\" && echo ansible-tmp-1636986373.0750787-4233-126064300023372=\"` echo /root/.ansible/tmp/ansible-tmp-1636986373.0750787-4233-126064300023372 `\" ) && sleep 0'",
"Using module file /var/lib/kolla/venv/lib/python3.6/site-packages/ansible/modules/command.py",
"<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-38f625uana/tmp33jyfuqu TO /root/.ansible/tmp/ansible-tmp-1636986373.0750787-4233-126064300023372/AnsiballZ_command.py",
"<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1636986373.0750787-4233-126064300023372/ /root/.ansible/tmp/ansible-tmp-1636986373.0750787-4233-126064300023372/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'http_proxy='\"'\"''\"'\"' https_proxy='\"'\"''\"'\"' no_proxy=localhost,127.0.0.1,172.16.32.10,172.16.32.6 DIB_BOOTLOADER_DEFAULT_CMDLINE='\"'\"'nofb nomodeset gfxpayload=text net.ifnames=1'\"'\"' DIB_CLOUD_INIT_DATASOURCES=ConfigDrive DIB_REPOLOCATION_ironic_agent=/opt/stack/ironic-python-agent DIB_REPOLOCATION_ironic_python_agent=/opt/stack/ironic-python-agent DIB_REPOLOCATION_requirements=/opt/stack/requirements DIB_REPOREF_ironic_agent=HEAD DIB_REPOREF_ironic_python_agent=HEAD DIB_REPOREF_requirements=HEAD DIB_RELEASE=8 ELEMENTS_PATH=/opt/stack/ironic-python-agent-builder/dib VIRTUAL_ENV=/var/lib/kolla/venv PATH=/var/lib/kolla/venv/bin:/var/lib/kolla/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /var/lib/kolla/venv/bin/python /root/.ansible/tmp/ansible-tmp-1636986373.0750787-4233-126064300023372/AnsiballZ_command.py && sleep 0'",
"<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1636986373.0750787-4233-126064300023372/ > /dev/null 2>&1 && sleep 0'",
"fatal: [127.0.0.1]: FAILED! => {",
" \"changed\": true,",
" \"cmd\": [",
" \"disk-image-create\",",
" \"-o\",",
" \"/httpboot/deployment_image.qcow2\",",
" \"-t\",",
" \"qcow2\",",
" \"rocky\",",
" \"enable-serial-console\",",
" \"vm\",",
" \"cloud-init-datasources\"",
" ],",
" \"delta\": \"0:00:01.019127\",",
" \"end\": \"2021-11-15 15:26:14.360355\",",
" \"invocation\": {",
" \"module_args\": {",
" \"_raw_params\": \"disk-image-create -o /httpboot/deployment_image.qcow2 -t qcow2 rocky enable-serial-console vm cloud-init-datasources\\n\",",
" \"_uses_shell\": false,",
" \"argv\": null,",
" \"chdir\": null,",
" \"creates\": null,",
" \"executable\": null,",
" \"removes\": null,",
" \"stdin\": null,",
" \"stdin_add_newline\": true,",
" \"strip_empty_ends\": true,",
" \"warn\": true",
" }",
" },",
" \"msg\": \"non-zero return code\",",
" \"rc\": 1,",
" \"start\": \"2021-11-15 15:26:13.341228\",",
" \"stderr\": \"\",",
" \"stderr_lines\": [],",
" \"stdout\": \"2021-11-15 14:26:14.244 | diskimage-builder version 3.15.1\\n2021-11-15 14:26:14.247 | Building elements: base rocky enable-serial-console vm cloud-init-datasources block-device-mbr\\n2021-11-15 14:26:14.344 | Traceback (most recent call last):\\n2021-11-15 14:26:14.344 | File \\\"/var/lib/kolla/venv/lib/python3.6/site-packages/diskimage_builder/lib/element-info.py\\\", line 7, in <module>\\n2021-11-15 14:26:14.344 | sys.exit(main())\\n2021-11-15 14:26:14.344 | File \\\"/var/lib/kolla/venv/lib/python3.6/site-packages/diskimage_builder/element_dependencies.py\\\", line 343, in main\\n2021-11-15 14:26:14.344 | elements = _get_elements(args.elements)\\n2021-11-15 14:26:14.344 | File \\\"/var/lib/kolla/venv/lib/python3.6/site-packages/diskimage_builder/element_dependencies.py\\\", line 254, in _get_elements\\n2021-11-15 14:26:14.344 | return _expand_element_dependencies(elements, all_elements)\\n2021-11-15 14:26:14.344 | File \\\"/var/lib/kolla/venv/lib/python3.6/site-packages/diskimage_builder/element_dependencies.py\\\", line 149, in _expand_element_dependencies\\n2021-11-15 14:26:14.344 | raise MissingElementException(\\\"Element '%s' not found\\\" % element)\\n2021-11-15 14:26:14.344 | diskimage_builder.element_dependencies.MissingElementException: Element 'rocky' not found\",",
" \"stdout_lines\": [",
" \"2021-11-15 14:26:14.244 | diskimage-builder version 3.15.1\",",
" \"2021-11-15 14:26:14.247 | Building elements: base rocky enable-serial-console vm cloud-init-datasources block-device-mbr\",",
" \"2021-11-15 14:26:14.344 | Traceback (most recent call last):\",",
" \"2021-11-15 14:26:14.344 | File \\\"/var/lib/kolla/venv/lib/python3.6/site-packages/diskimage_builder/lib/element-info.py\\\", line 7, in <module>\",",
" \"2021-11-15 14:26:14.344 | sys.exit(main())\",",
" \"2021-11-15 14:26:14.344 | File \\\"/var/lib/kolla/venv/lib/python3.6/site-packages/diskimage_builder/element_dependencies.py\\\", line 343, in main\",",
" \"2021-11-15 14:26:14.344 | elements = _get_elements(args.elements)\",",
" \"2021-11-15 14:26:14.344 | File \\\"/var/lib/kolla/venv/lib/python3.6/site-packages/diskimage_builder/element_dependencies.py\\\", line 254, in _get_elements\",",
" \"2021-11-15 14:26:14.344 | return _expand_element_dependencies(elements, all_elements)\",",
" \"2021-11-15 14:26:14.344 | File \\\"/var/lib/kolla/venv/lib/python3.6/site-packages/diskimage_builder/element_dependencies.py\\\", line 149, in _expand_element_dependencies\",",
" \"2021-11-15 14:26:14.344 | raise MissingElementException(\\\"Element '%s' not found\\\" % element)\",",
" \"2021-11-15 14:26:14.344 | diskimage_builder.element_dependencies.MissingElementException: Element 'rocky' not found\"",
" ]",
"}",
"",
"PLAY RECAP *********************************************************************",
"127.0.0.1 : ok=124 changed=70 unreachable=0 failed=1 skipped=230 rescued=0 ignored=2 "
]
}
PLAY RECAP **********************************************************************************************************************************************************************************************************************************
stack-seed : ok=7 changed=2 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment