Skip to content

Instantly share code, notes, and snippets.

@Boomatang
Created April 17, 2020 10:34
Show Gist options
  • Save Boomatang/d090da02331e52d8e179aa8fc8484f14 to your computer and use it in GitHub Desktop.
Save Boomatang/d090da02331e52d8e179aa8fc8484f14 to your computer and use it in GitHub Desktop.
NAME
alertmanagers.monitoring.coreos.com
builds.camel.apache.org
bundlebindings.automationbroker.io
bundleinstances.automationbroker.io
bundles.automationbroker.io
camelcatalogs.camel.apache.org
catalogsources.operators.coreos.com
checlusters.org.eclipse.che
clusterserviceversions.operators.coreos.com
installplans.operators.coreos.com
integrationkits.camel.apache.org
integrationplatforms.camel.apache.org
integrations.camel.apache.org
keycloakrealms.aerogear.org
keycloaks.aerogear.org
podmonitors.monitoring.coreos.com
prometheuses.monitoring.coreos.com
prometheusrules.monitoring.coreos.com
servicemonitors.monitoring.coreos.com
subscriptions.operators.coreos.com
syndesises.syndesis.io
unifiedpushservers.push.aerogear.org
webapps.integreatly.org
NAMESPACE NAME
openshift-monitoring alertmanager
openshift-monitoring cluster-monitoring-operator
openshift-monitoring kube-apiserver
openshift-monitoring kube-controllers
openshift-monitoring kube-state-metrics
openshift-monitoring kubelet
openshift-monitoring node-exporter
openshift-monitoring prometheus
openshift-monitoring prometheus-operator
ansible-playbook 2.6.20
config file = /root/installation/ansible.cfg
configured module search path = [u'/root/installation/library']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /bin/ansible-playbook
python version = 2.7.5 (default, Jun 11 2019, 14:33:56) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /root/installation/ansible.cfg as config file
Parsed /root/installation/inventories/pds.template inventory source with ini plugin
PLAYBOOK: uninstall.yml ********************************************************
5 plays in playbooks/uninstall.yml
PLAY [localhost] ***************************************************************
TASK [Gathering Facts] *********************************************************
task path: /root/installation/playbooks/uninstall.yml:3
<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/ansible-tmp-1587049239.3-140215193349471 `" && echo ansible-tmp-1587049239.3-140215193349471="` echo /root/.ansible/tmp/ansible-tmp-1587049239.3-140215193349471 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpvgTEwF TO /root/.ansible/tmp/ansible-tmp-1587049239.3-140215193349471/setup.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049239.3-140215193349471/ /root/.ansible/tmp/ansible-tmp-1587049239.3-140215193349471/setup.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049239.3-140215193349471/setup.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049239.3-140215193349471/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1]
META: ran handlers
TASK [include_role : prerequisites] ********************************************
task path: /root/installation/playbooks/uninstall.yml:5
TASK [prerequisites : Verify oc version] ***************************************
task path: /root/installation/roles/prerequisites/tasks/uninstall.yml:2
included: /root/installation/roles/prerequisites/tasks/oc_version.yml for 127.0.0.1
TASK [prerequisites : Get the target oc version to major version] **************
task path: /root/installation/roles/prerequisites/tasks/oc_version.yml:3
<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/ansible-tmp-1587049241.03-109041773784101 `" && echo ansible-tmp-1587049241.03-109041773784101="` echo /root/.ansible/tmp/ansible-tmp-1587049241.03-109041773784101 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp6qkrwz TO /root/.ansible/tmp/ansible-tmp-1587049241.03-109041773784101/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049241.03-109041773784101/ /root/.ansible/tmp/ansible-tmp-1587049241.03-109041773784101/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049241.03-109041773784101/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049241.03-109041773784101/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc version | awk 'NR==1{print substr($2,2)}' | awk '{split($0,a,\".\"); printf a[1]; printf \".\"; printf a[2]}'",
"delta": "0:00:00.196270",
"end": "2020-04-16 15:00:41.507681",
"invocation": {
"module_args": {
"_raw_params": "oc version | awk 'NR==1{print substr($2,2)}' | awk '{split($0,a,\".\"); printf a[1]; printf \".\"; printf a[2]}'",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:00:41.311411",
"stderr": "",
"stderr_lines": [],
"stdout": "3.11",
"stdout_lines": [
"3.11"
]
}
TASK [prerequisites : Verify target oc version matches a declared supported version] ***
task path: /root/installation/roles/prerequisites/tasks/oc_version.yml:7
skipping: [127.0.0.1] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [prerequisites : Install Required Packages] *******************************
task path: /root/installation/roles/prerequisites/tasks/uninstall.yml:5
included: /root/installation/roles/prerequisites/tasks/packages.yml for 127.0.0.1
TASK [prerequisites : Check if unzip is available] *****************************
task path: /root/installation/roles/prerequisites/tasks/packages.yml:3
<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/ansible-tmp-1587049241.88-18917726294704 `" && echo ansible-tmp-1587049241.88-18917726294704="` echo /root/.ansible/tmp/ansible-tmp-1587049241.88-18917726294704 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp7lhMwP TO /root/.ansible/tmp/ansible-tmp-1587049241.88-18917726294704/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049241.88-18917726294704/ /root/.ansible/tmp/ansible-tmp-1587049241.88-18917726294704/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049241.88-18917726294704/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049241.88-18917726294704/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"cmd": "unzip -v",
"delta": "0:00:00.009625",
"end": "2020-04-16 15:00:42.027824",
"invocation": {
"module_args": {
"_raw_params": "unzip -v",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:00:42.018199",
"stderr": "",
"stderr_lines": [],
"stdout": "UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send\nbug reports using http://www.info-zip.org/zip-bug.html; see README for details.\n\nLatest sources and executables are at ftp://ftp.info-zip.org/pub/infozip/ ;\nsee ftp://ftp.info-zip.org/pub/infozip/UnZip.html for other sites.\n\nCompiled with gcc 4.8.5 20150623 (Red Hat 4.8.5-36) for Unix (Linux ELF) on Feb 25 2019.\n\nUnZip special compilation options:\n COPYRIGHT_CLEAN (PKZIP 0.9x unreducing method not supported)\n SET_DIR_ATTRIB\n SYMLINKS (symbolic links supported, if RTL and file system permit)\n TIMESTAMP\n UNIXBACKUP\n USE_EF_UT_TIME\n USE_UNSHRINK (PKZIP/Zip 1.x unshrinking method supported)\n USE_DEFLATE64 (PKZIP 4.x Deflate64(tm) supported)\n UNICODE_SUPPORT [wide-chars, char coding: UTF-8] (handle UTF-8 paths)\n MBCS-support (multibyte character support, MB_CUR_MAX = 6)\n LARGE_FILE_SUPPORT (large files over 2 GiB supported)\n ZIP64_SUPPORT (archives using Zip64 for large files supported)\n USE_BZIP2 (PKZIP 4.6+, using bzip2 lib version 1.0.6, 6-Sept-2010)\n VMS_TEXT_CONV\n [decryption, version 2.11 of 05 Jan 2007]\n\nUnZip and ZipInfo environment options:\n UNZIP: [none]\n UNZIPOPT: [none]\n ZIPINFO: [none]\n ZIPINFOOPT: [none]",
"stdout_lines": [
"UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send",
"bug reports using http://www.info-zip.org/zip-bug.html; see README for details.",
"",
"Latest sources and executables are at ftp://ftp.info-zip.org/pub/infozip/ ;",
"see ftp://ftp.info-zip.org/pub/infozip/UnZip.html for other sites.",
"",
"Compiled with gcc 4.8.5 20150623 (Red Hat 4.8.5-36) for Unix (Linux ELF) on Feb 25 2019.",
"",
"UnZip special compilation options:",
" COPYRIGHT_CLEAN (PKZIP 0.9x unreducing method not supported)",
" SET_DIR_ATTRIB",
" SYMLINKS (symbolic links supported, if RTL and file system permit)",
" TIMESTAMP",
" UNIXBACKUP",
" USE_EF_UT_TIME",
" USE_UNSHRINK (PKZIP/Zip 1.x unshrinking method supported)",
" USE_DEFLATE64 (PKZIP 4.x Deflate64(tm) supported)",
" UNICODE_SUPPORT [wide-chars, char coding: UTF-8] (handle UTF-8 paths)",
" MBCS-support (multibyte character support, MB_CUR_MAX = 6)",
" LARGE_FILE_SUPPORT (large files over 2 GiB supported)",
" ZIP64_SUPPORT (archives using Zip64 for large files supported)",
" USE_BZIP2 (PKZIP 4.6+, using bzip2 lib version 1.0.6, 6-Sept-2010)",
" VMS_TEXT_CONV",
" [decryption, version 2.11 of 05 Jan 2007]",
"",
"UnZip and ZipInfo environment options:",
" UNZIP: [none]",
" UNZIPOPT: [none]",
" ZIPINFO: [none]",
" ZIPINFOOPT: [none]"
]
}
TASK [prerequisites : Install unzip if not present] ****************************
task path: /root/installation/roles/prerequisites/tasks/packages.yml:9
skipping: [127.0.0.1] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [prerequisites : Install gnu-tar required for MacOSX] *********************
task path: /root/installation/roles/prerequisites/tasks/packages.yml:16
skipping: [127.0.0.1] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [prerequisites : include] *************************************************
task path: /root/installation/roles/prerequisites/tasks/packages.yml:20
included: /root/installation/roles/prerequisites/tasks/download_binary.yml for 127.0.0.1
TASK [prerequisites : Check that jq exists] ************************************
task path: /root/installation/roles/prerequisites/tasks/download_binary.yml:3
<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/ansible-tmp-1587049242.5-21356375868659 `" && echo ansible-tmp-1587049242.5-21356375868659="` echo /root/.ansible/tmp/ansible-tmp-1587049242.5-21356375868659 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpSv3g2k TO /root/.ansible/tmp/ansible-tmp-1587049242.5-21356375868659/stat.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049242.5-21356375868659/ /root/.ansible/tmp/ansible-tmp-1587049242.5-21356375868659/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049242.5-21356375868659/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049242.5-21356375868659/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"failed_when_result": false,
"invocation": {
"module_args": {
"checksum_algorithm": "sha1",
"follow": false,
"get_attributes": true,
"get_checksum": true,
"get_md5": null,
"get_mime": true,
"path": "/usr/bin/jq"
}
},
"stat": {
"atime": 1586865845.5110233,
"attr_flags": "",
"attributes": [],
"block_size": 4096,
"blocks": 5920,
"charset": "binary",
"checksum": "d8e36831c3c94bb58be34dd544f44a6c6cb88568",
"ctime": 1586865845.510023,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 4490012,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/x-executable",
"mode": "0555",
"mtime": 1586865845.5010233,
"nlink": 1,
"path": "/usr/bin/jq",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 3027945,
"uid": 0,
"version": "1938151063",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": false,
"xgrp": true,
"xoth": true,
"xusr": true
}
}
TASK [prerequisites : download jq] *********************************************
task path: /root/installation/roles/prerequisites/tasks/download_binary.yml:8
skipping: [127.0.0.1] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [include_role : openshift] ************************************************
task path: /root/installation/playbooks/uninstall.yml:8
TASK [openshift : Password authentication] *************************************
task path: /root/installation/roles/openshift/tasks/login.yml:3
skipping: [127.0.0.1] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [openshift : Token authentication] ****************************************
task path: /root/installation/roles/openshift/tasks/login.yml:7
skipping: [127.0.0.1] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
META: ran handlers
META: ran handlers
PLAY [localhost] ***************************************************************
TASK [Gathering Facts] *********************************************************
task path: /root/installation/playbooks/customise_web_console_uninstall.yml: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/ansible-tmp-1587049243.27-254200521918383 `" && echo ansible-tmp-1587049243.27-254200521918383="` echo /root/.ansible/tmp/ansible-tmp-1587049243.27-254200521918383 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp4Mdbvm TO /root/.ansible/tmp/ansible-tmp-1587049243.27-254200521918383/setup.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049243.27-254200521918383/ /root/.ansible/tmp/ansible-tmp-1587049243.27-254200521918383/setup.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049243.27-254200521918383/setup.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049243.27-254200521918383/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1]
META: ran handlers
TASK [include_role : prerequisites] ********************************************
task path: /root/installation/playbooks/customise_web_console_uninstall.yml:5
TASK [prerequisites : Verify oc version] ***************************************
task path: /root/installation/roles/prerequisites/tasks/uninstall.yml:2
included: /root/installation/roles/prerequisites/tasks/oc_version.yml for 127.0.0.1
TASK [prerequisites : Get the target oc version to major version] **************
task path: /root/installation/roles/prerequisites/tasks/oc_version.yml:3
<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/ansible-tmp-1587049244.45-198930523660787 `" && echo ansible-tmp-1587049244.45-198930523660787="` echo /root/.ansible/tmp/ansible-tmp-1587049244.45-198930523660787 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpwPa3qm TO /root/.ansible/tmp/ansible-tmp-1587049244.45-198930523660787/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049244.45-198930523660787/ /root/.ansible/tmp/ansible-tmp-1587049244.45-198930523660787/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049244.45-198930523660787/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049244.45-198930523660787/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc version | awk 'NR==1{print substr($2,2)}' | awk '{split($0,a,\".\"); printf a[1]; printf \".\"; printf a[2]}'",
"delta": "0:00:00.241225",
"end": "2020-04-16 15:00:44.824188",
"invocation": {
"module_args": {
"_raw_params": "oc version | awk 'NR==1{print substr($2,2)}' | awk '{split($0,a,\".\"); printf a[1]; printf \".\"; printf a[2]}'",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:00:44.582963",
"stderr": "",
"stderr_lines": [],
"stdout": "3.11",
"stdout_lines": [
"3.11"
]
}
TASK [prerequisites : Verify target oc version matches a declared supported version] ***
task path: /root/installation/roles/prerequisites/tasks/oc_version.yml:7
skipping: [127.0.0.1] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [prerequisites : Install Required Packages] *******************************
task path: /root/installation/roles/prerequisites/tasks/uninstall.yml:5
included: /root/installation/roles/prerequisites/tasks/packages.yml for 127.0.0.1
TASK [prerequisites : Check if unzip is available] *****************************
task path: /root/installation/roles/prerequisites/tasks/packages.yml:3
<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/ansible-tmp-1587049245.16-133074615349477 `" && echo ansible-tmp-1587049245.16-133074615349477="` echo /root/.ansible/tmp/ansible-tmp-1587049245.16-133074615349477 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp0krhVm TO /root/.ansible/tmp/ansible-tmp-1587049245.16-133074615349477/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049245.16-133074615349477/ /root/.ansible/tmp/ansible-tmp-1587049245.16-133074615349477/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049245.16-133074615349477/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049245.16-133074615349477/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"cmd": "unzip -v",
"delta": "0:00:00.004926",
"end": "2020-04-16 15:00:45.297199",
"invocation": {
"module_args": {
"_raw_params": "unzip -v",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:00:45.292273",
"stderr": "",
"stderr_lines": [],
"stdout": "UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send\nbug reports using http://www.info-zip.org/zip-bug.html; see README for details.\n\nLatest sources and executables are at ftp://ftp.info-zip.org/pub/infozip/ ;\nsee ftp://ftp.info-zip.org/pub/infozip/UnZip.html for other sites.\n\nCompiled with gcc 4.8.5 20150623 (Red Hat 4.8.5-36) for Unix (Linux ELF) on Feb 25 2019.\n\nUnZip special compilation options:\n COPYRIGHT_CLEAN (PKZIP 0.9x unreducing method not supported)\n SET_DIR_ATTRIB\n SYMLINKS (symbolic links supported, if RTL and file system permit)\n TIMESTAMP\n UNIXBACKUP\n USE_EF_UT_TIME\n USE_UNSHRINK (PKZIP/Zip 1.x unshrinking method supported)\n USE_DEFLATE64 (PKZIP 4.x Deflate64(tm) supported)\n UNICODE_SUPPORT [wide-chars, char coding: UTF-8] (handle UTF-8 paths)\n MBCS-support (multibyte character support, MB_CUR_MAX = 6)\n LARGE_FILE_SUPPORT (large files over 2 GiB supported)\n ZIP64_SUPPORT (archives using Zip64 for large files supported)\n USE_BZIP2 (PKZIP 4.6+, using bzip2 lib version 1.0.6, 6-Sept-2010)\n VMS_TEXT_CONV\n [decryption, version 2.11 of 05 Jan 2007]\n\nUnZip and ZipInfo environment options:\n UNZIP: [none]\n UNZIPOPT: [none]\n ZIPINFO: [none]\n ZIPINFOOPT: [none]",
"stdout_lines": [
"UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send",
"bug reports using http://www.info-zip.org/zip-bug.html; see README for details.",
"",
"Latest sources and executables are at ftp://ftp.info-zip.org/pub/infozip/ ;",
"see ftp://ftp.info-zip.org/pub/infozip/UnZip.html for other sites.",
"",
"Compiled with gcc 4.8.5 20150623 (Red Hat 4.8.5-36) for Unix (Linux ELF) on Feb 25 2019.",
"",
"UnZip special compilation options:",
" COPYRIGHT_CLEAN (PKZIP 0.9x unreducing method not supported)",
" SET_DIR_ATTRIB",
" SYMLINKS (symbolic links supported, if RTL and file system permit)",
" TIMESTAMP",
" UNIXBACKUP",
" USE_EF_UT_TIME",
" USE_UNSHRINK (PKZIP/Zip 1.x unshrinking method supported)",
" USE_DEFLATE64 (PKZIP 4.x Deflate64(tm) supported)",
" UNICODE_SUPPORT [wide-chars, char coding: UTF-8] (handle UTF-8 paths)",
" MBCS-support (multibyte character support, MB_CUR_MAX = 6)",
" LARGE_FILE_SUPPORT (large files over 2 GiB supported)",
" ZIP64_SUPPORT (archives using Zip64 for large files supported)",
" USE_BZIP2 (PKZIP 4.6+, using bzip2 lib version 1.0.6, 6-Sept-2010)",
" VMS_TEXT_CONV",
" [decryption, version 2.11 of 05 Jan 2007]",
"",
"UnZip and ZipInfo environment options:",
" UNZIP: [none]",
" UNZIPOPT: [none]",
" ZIPINFO: [none]",
" ZIPINFOOPT: [none]"
]
}
TASK [prerequisites : Install unzip if not present] ****************************
task path: /root/installation/roles/prerequisites/tasks/packages.yml:9
skipping: [127.0.0.1] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [prerequisites : Install gnu-tar required for MacOSX] *********************
task path: /root/installation/roles/prerequisites/tasks/packages.yml:16
skipping: [127.0.0.1] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [prerequisites : include] *************************************************
task path: /root/installation/roles/prerequisites/tasks/packages.yml:20
included: /root/installation/roles/prerequisites/tasks/download_binary.yml for 127.0.0.1
TASK [prerequisites : Check that jq exists] ************************************
task path: /root/installation/roles/prerequisites/tasks/download_binary.yml:3
<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/ansible-tmp-1587049245.74-8540889191410 `" && echo ansible-tmp-1587049245.74-8540889191410="` echo /root/.ansible/tmp/ansible-tmp-1587049245.74-8540889191410 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp02b1l6 TO /root/.ansible/tmp/ansible-tmp-1587049245.74-8540889191410/stat.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049245.74-8540889191410/ /root/.ansible/tmp/ansible-tmp-1587049245.74-8540889191410/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049245.74-8540889191410/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049245.74-8540889191410/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"failed_when_result": false,
"invocation": {
"module_args": {
"checksum_algorithm": "sha1",
"follow": false,
"get_attributes": true,
"get_checksum": true,
"get_md5": null,
"get_mime": true,
"path": "/usr/bin/jq"
}
},
"stat": {
"atime": 1587049242.7475374,
"attr_flags": "",
"attributes": [],
"block_size": 4096,
"blocks": 5920,
"charset": "binary",
"checksum": "d8e36831c3c94bb58be34dd544f44a6c6cb88568",
"ctime": 1586865845.510023,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 4490012,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/x-executable",
"mode": "0555",
"mtime": 1586865845.5010233,
"nlink": 1,
"path": "/usr/bin/jq",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 3027945,
"uid": 0,
"version": "1938151063",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": false,
"xgrp": true,
"xoth": true,
"xusr": true
}
}
TASK [prerequisites : download jq] *********************************************
task path: /root/installation/roles/prerequisites/tasks/download_binary.yml:8
skipping: [127.0.0.1] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [include_role : customise-web-console] ************************************
task path: /root/installation/playbooks/customise_web_console_uninstall.yml:8
TASK [customise-web-console : Check console-config namespace exists] ***********
task path: /root/installation/roles/customise-web-console/tasks/uninstall.yml: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/ansible-tmp-1587049246.31-244566991339736 `" && echo ansible-tmp-1587049246.31-244566991339736="` echo /root/.ansible/tmp/ansible-tmp-1587049246.31-244566991339736 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpU3VcXM TO /root/.ansible/tmp/ansible-tmp-1587049246.31-244566991339736/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049246.31-244566991339736/ /root/.ansible/tmp/ansible-tmp-1587049246.31-244566991339736/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049246.31-244566991339736/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049246.31-244566991339736/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"cmd": "oc get namespace console-config",
"delta": "0:00:00.208116",
"end": "2020-04-16 15:00:46.648580",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc get namespace console-config",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:00:46.440464",
"stderr": "",
"stderr_lines": [],
"stdout": "NAME STATUS AGE\nconsole-config Active 2d",
"stdout_lines": [
"NAME STATUS AGE",
"console-config Active 2d"
]
}
TASK [customise-web-console : Get route to hosted javascript file] *************
task path: /root/installation/roles/customise-web-console/tasks/uninstall.yml:8
<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/ansible-tmp-1587049246.77-31924597681408 `" && echo ansible-tmp-1587049246.77-31924597681408="` echo /root/.ansible/tmp/ansible-tmp-1587049246.77-31924597681408 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp74MMxS TO /root/.ansible/tmp/ansible-tmp-1587049246.77-31924597681408/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049246.77-31924597681408/ /root/.ansible/tmp/ansible-tmp-1587049246.77-31924597681408/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049246.77-31924597681408/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049246.77-31924597681408/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"cmd": "oc get route web-console-config-route -n console-config --template '{{printf \"https://%s/%s\" .spec.host \"web-console-config.js\"}}'",
"delta": "0:00:00.212938",
"end": "2020-04-16 15:00:47.110535",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc get route web-console-config-route -n console-config --template '{{printf \"https://%s/%s\" .spec.host \"web-console-config.js\"}}'",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:00:46.897597",
"stderr": "",
"stderr_lines": [],
"stdout": "https://web-console-config-route-console-config.apps.jbriones-bfbe.open.redhat.com/web-console-config.js",
"stdout_lines": [
"https://web-console-config-route-console-config.apps.jbriones-bfbe.open.redhat.com/web-console-config.js"
]
}
TASK [customise-web-console : retrieve current openshift web console configmap] ***
task path: /root/installation/roles/customise-web-console/tasks/uninstall.yml:20
<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/ansible-tmp-1587049247.25-54435119461626 `" && echo ansible-tmp-1587049247.25-54435119461626="` echo /root/.ansible/tmp/ansible-tmp-1587049247.25-54435119461626 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpTJFWo5 TO /root/.ansible/tmp/ansible-tmp-1587049247.25-54435119461626/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049247.25-54435119461626/ /root/.ansible/tmp/ansible-tmp-1587049247.25-54435119461626/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049247.25-54435119461626/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049247.25-54435119461626/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"cmd": "oc get configmap webconsole-config -n openshift-web-console --template '{{ index .data \"webconsole-config.yaml\" }}'",
"delta": "0:00:01.231796",
"end": "2020-04-16 15:00:48.613666",
"invocation": {
"module_args": {
"_raw_params": "oc get configmap webconsole-config -n openshift-web-console --template '{{ index .data \"webconsole-config.yaml\" }}'",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:00:47.381870",
"stderr": "",
"stderr_lines": [],
"stdout": "apiVersion: webconsole.config.openshift.io/v1\nclusterInfo:\n adminConsolePublicURL: https://console.apps.jbriones-bfbe.open.redhat.com/\n consolePublicURL: https://master.jbriones-bfbe.open.redhat.com/console/\n loggingPublicURL: https://kibana.apps.jbriones-bfbe.open.redhat.com\n logoutPublicURL: https://sso-sso.apps.jbriones-bfbe.open.redhat.com/auth/realms/openshift/protocol/openid-connect/logout?redirect_uri=https://master.jbriones-bfbe.open.redhat.com:443/console\n masterPublicURL: https://master.jbriones-bfbe.open.redhat.com:443\n metricsPublicURL: https://hawkular-metrics.apps.jbriones-bfbe.open.redhat.com/hawkular/metrics\nextensions:\n properties: {}\n scriptURLs:\n - https://static-openshift-web-console.apps.jbriones-bfbe.open.redhat.com/custom/custom-categories.js\n - https://web-console-config-route-console-config.apps.jbriones-bfbe.open.redhat.com/web-console-config.js\n stylesheetURLs: []\nfeatures:\n clusterResourceOverridesEnabled: false\n inactivityTimeoutMinutes: 0\nkind: WebConsoleConfiguration\nservingInfo:\n bindAddress: 0.0.0.0:8443\n bindNetwork: tcp4\n certFile: /var/serving-cert/tls.crt\n clientCA: ''\n keyFile: /var/serving-cert/tls.key\n maxRequestsInFlight: 0\n namedCertificates: null\n requestTimeoutSeconds: 0",
"stdout_lines": [
"apiVersion: webconsole.config.openshift.io/v1",
"clusterInfo:",
" adminConsolePublicURL: https://console.apps.jbriones-bfbe.open.redhat.com/",
" consolePublicURL: https://master.jbriones-bfbe.open.redhat.com/console/",
" loggingPublicURL: https://kibana.apps.jbriones-bfbe.open.redhat.com",
" logoutPublicURL: https://sso-sso.apps.jbriones-bfbe.open.redhat.com/auth/realms/openshift/protocol/openid-connect/logout?redirect_uri=https://master.jbriones-bfbe.open.redhat.com:443/console",
" masterPublicURL: https://master.jbriones-bfbe.open.redhat.com:443",
" metricsPublicURL: https://hawkular-metrics.apps.jbriones-bfbe.open.redhat.com/hawkular/metrics",
"extensions:",
" properties: {}",
" scriptURLs:",
" - https://static-openshift-web-console.apps.jbriones-bfbe.open.redhat.com/custom/custom-categories.js",
" - https://web-console-config-route-console-config.apps.jbriones-bfbe.open.redhat.com/web-console-config.js",
" stylesheetURLs: []",
"features:",
" clusterResourceOverridesEnabled: false",
" inactivityTimeoutMinutes: 0",
"kind: WebConsoleConfiguration",
"servingInfo:",
" bindAddress: 0.0.0.0:8443",
" bindNetwork: tcp4",
" certFile: /var/serving-cert/tls.crt",
" clientCA: ''",
" keyFile: /var/serving-cert/tls.key",
" maxRequestsInFlight: 0",
" namedCertificates: null",
" requestTimeoutSeconds: 0"
]
}
TASK [customise-web-console : write current openshift web console config to a temporary file] ***
task path: /root/installation/roles/customise-web-console/tasks/uninstall.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/ansible-tmp-1587049248.77-159811775556385 `" && echo ansible-tmp-1587049248.77-159811775556385="` echo /root/.ansible/tmp/ansible-tmp-1587049248.77-159811775556385 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpkc_iOe TO /root/.ansible/tmp/ansible-tmp-1587049248.77-159811775556385/stat.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049248.77-159811775556385/ /root/.ansible/tmp/ansible-tmp-1587049248.77-159811775556385/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049248.77-159811775556385/stat.py && sleep 0'
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpz_QbfO TO /root/.ansible/tmp/ansible-tmp-1587049248.77-159811775556385/source
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049248.77-159811775556385/ /root/.ansible/tmp/ansible-tmp-1587049248.77-159811775556385/source && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/copy.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpKlLIle TO /root/.ansible/tmp/ansible-tmp-1587049248.77-159811775556385/copy.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049248.77-159811775556385/ /root/.ansible/tmp/ansible-tmp-1587049248.77-159811775556385/copy.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049248.77-159811775556385/copy.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049248.77-159811775556385/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"checksum": "893f05d265e88cc66c298a4b9a6e848ce59d68f3",
"dest": "/tmp/webconsole-config.yaml",
"diff": [],
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"_original_basename": "tmpz_QbfO",
"attributes": null,
"backup": false,
"checksum": "893f05d265e88cc66c298a4b9a6e848ce59d68f3",
"content": null,
"delimiter": null,
"dest": "/tmp/webconsole-config.yaml",
"directory_mode": null,
"follow": false,
"force": true,
"group": null,
"local_follow": null,
"mode": null,
"owner": null,
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": "/root/.ansible/tmp/ansible-tmp-1587049248.77-159811775556385/source",
"unsafe_writes": null,
"validate": null
}
},
"md5sum": "d22cc49e07e9107340132947dc4005d2",
"mode": "0644",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1254,
"src": "/root/.ansible/tmp/ansible-tmp-1587049248.77-159811775556385/source",
"state": "file",
"uid": 0
}
TASK [customise-web-console : determine changes needed to the web console configmap] ***
task path: /root/installation/roles/customise-web-console/tasks/uninstall.yml:28
<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/ansible-tmp-1587049249.31-91088698376470 `" && echo ansible-tmp-1587049249.31-91088698376470="` echo /root/.ansible/tmp/ansible-tmp-1587049249.31-91088698376470 `" ) && sleep 0'
Using module file /root/installation/roles/customise-web-console/library/yedit.yml
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpI906hw TO /root/.ansible/tmp/ansible-tmp-1587049249.31-91088698376470/yedit.yml
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049249.31-91088698376470/ /root/.ansible/tmp/ansible-tmp-1587049249.31-91088698376470/yedit.yml && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049249.31-91088698376470/yedit.yml && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049249.31-91088698376470/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"invocation": {
"module_args": {
"append": false,
"backup": false,
"backup_ext": ".20200416T150049",
"content": null,
"content_type": "yaml",
"curr_value": null,
"curr_value_format": "yaml",
"debug": false,
"edits": null,
"index": null,
"key": "extensions.scriptURLs",
"separator": ".",
"src": "/tmp/webconsole-config.yaml",
"state": "absent",
"update": true,
"value": "https://web-console-config-route-console-config.apps.jbriones-bfbe.open.redhat.com/web-console-config.js",
"value_type": ""
}
},
"result": {
"apiVersion": "webconsole.config.openshift.io/v1",
"clusterInfo": {
"adminConsolePublicURL": "https://console.apps.jbriones-bfbe.open.redhat.com/",
"consolePublicURL": "https://master.jbriones-bfbe.open.redhat.com/console/",
"loggingPublicURL": "https://kibana.apps.jbriones-bfbe.open.redhat.com",
"logoutPublicURL": "https://sso-sso.apps.jbriones-bfbe.open.redhat.com/auth/realms/openshift/protocol/openid-connect/logout?redirect_uri=https://master.jbriones-bfbe.open.redhat.com:443/console",
"masterPublicURL": "https://master.jbriones-bfbe.open.redhat.com:443",
"metricsPublicURL": "https://hawkular-metrics.apps.jbriones-bfbe.open.redhat.com/hawkular/metrics"
},
"extensions": {
"properties": {},
"scriptURLs": [
"https://static-openshift-web-console.apps.jbriones-bfbe.open.redhat.com/custom/custom-categories.js"
],
"stylesheetURLs": []
},
"features": {
"clusterResourceOverridesEnabled": false,
"inactivityTimeoutMinutes": 0
},
"kind": "WebConsoleConfiguration",
"servingInfo": {
"bindAddress": "0.0.0.0:8443",
"bindNetwork": "tcp4",
"certFile": "/var/serving-cert/tls.crt",
"clientCA": "",
"keyFile": "/var/serving-cert/tls.key",
"maxRequestsInFlight": 0,
"namedCertificates": null,
"requestTimeoutSeconds": 0
}
},
"state": "absent"
}
TASK [customise-web-console : update openshift-web-console/webconsole-config configmap] ***
task path: /root/installation/roles/customise-web-console/tasks/uninstall.yml:38
<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/ansible-tmp-1587049249.76-198367303164702 `" && echo ansible-tmp-1587049249.76-198367303164702="` echo /root/.ansible/tmp/ansible-tmp-1587049249.76-198367303164702 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpUYu2Of TO /root/.ansible/tmp/ansible-tmp-1587049249.76-198367303164702/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049249.76-198367303164702/ /root/.ansible/tmp/ansible-tmp-1587049249.76-198367303164702/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049249.76-198367303164702/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049249.76-198367303164702/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc create configmap webconsole-config --from-file=/tmp/webconsole-config.yaml -n openshift-web-console --dry-run -o yaml | oc replace -f -",
"delta": "0:00:00.357174",
"end": "2020-04-16 15:00:50.247047",
"invocation": {
"module_args": {
"_raw_params": "oc create configmap webconsole-config --from-file=/tmp/webconsole-config.yaml -n openshift-web-console --dry-run -o yaml | oc replace -f -",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:00:49.889873",
"stderr": "",
"stderr_lines": [],
"stdout": "configmap/webconsole-config replaced",
"stdout_lines": [
"configmap/webconsole-config replaced"
]
}
TASK [include_role : namespace] ************************************************
task path: /root/installation/roles/customise-web-console/tasks/uninstall.yml:42
TASK [namespace : Delete namespaces console-config] ****************************
task path: /root/installation/roles/namespace/tasks/delete.yml: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/ansible-tmp-1587049250.52-142436210350621 `" && echo ansible-tmp-1587049250.52-142436210350621="` echo /root/.ansible/tmp/ansible-tmp-1587049250.52-142436210350621 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpDATr7P TO /root/.ansible/tmp/ansible-tmp-1587049250.52-142436210350621/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049250.52-142436210350621/ /root/.ansible/tmp/ansible-tmp-1587049250.52-142436210350621/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049250.52-142436210350621/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049250.52-142436210350621/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=console-config) => {
"changed": true,
"cmd": "oc delete namespace console-config",
"delta": "0:00:22.042798",
"end": "2020-04-16 15:01:12.694689",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete namespace console-config",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "console-config",
"rc": 0,
"start": "2020-04-16 15:00:50.651891",
"stderr": "",
"stderr_lines": [],
"stdout": "namespace \"console-config\" deleted",
"stdout_lines": [
"namespace \"console-config\" deleted"
]
}
META: ran handlers
META: ran handlers
PLAY [localhost] ***************************************************************
TASK [Gathering Facts] *********************************************************
task path: /root/installation/playbooks/uninstall_mobile.yml:1
<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/ansible-tmp-1587049272.82-68681625237784 `" && echo ansible-tmp-1587049272.82-68681625237784="` echo /root/.ansible/tmp/ansible-tmp-1587049272.82-68681625237784 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpxNZq7l TO /root/.ansible/tmp/ansible-tmp-1587049272.82-68681625237784/setup.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049272.82-68681625237784/ /root/.ansible/tmp/ansible-tmp-1587049272.82-68681625237784/setup.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049272.82-68681625237784/setup.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049272.82-68681625237784/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1]
META: ran handlers
TASK [include_role : ups] ******************************************************
task path: /root/installation/playbooks/uninstall_mobile.yml:4
TASK [ups : Delete ups server] *************************************************
task path: /root/installation/roles/ups/tasks/uninstall.yml:3
<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/ansible-tmp-1587049273.83-91213251797494 `" && echo ansible-tmp-1587049273.83-91213251797494="` echo /root/.ansible/tmp/ansible-tmp-1587049273.83-91213251797494 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpTJeI5Q TO /root/.ansible/tmp/ansible-tmp-1587049273.83-91213251797494/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049273.83-91213251797494/ /root/.ansible/tmp/ansible-tmp-1587049273.83-91213251797494/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049273.83-91213251797494/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049273.83-91213251797494/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete unifiedpushserver/unifiedpush -n mobile-unifiedpush",
"delta": "0:00:00.209179",
"end": "2020-04-16 15:01:14.170256",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete unifiedpushserver/unifiedpush -n mobile-unifiedpush",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:01:13.961077",
"stderr": "",
"stderr_lines": [],
"stdout": "unifiedpushserver.push.aerogear.org \"unifiedpush\" deleted",
"stdout_lines": [
"unifiedpushserver.push.aerogear.org \"unifiedpush\" deleted"
]
}
TASK [ups : Register available resources] **************************************
task path: /root/installation/roles/ups/tasks/uninstall.yml:9
<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/ansible-tmp-1587049274.35-43175639087825 `" && echo ansible-tmp-1587049274.35-43175639087825="` echo /root/.ansible/tmp/ansible-tmp-1587049274.35-43175639087825 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpa5ZFPj TO /root/.ansible/tmp/ansible-tmp-1587049274.35-43175639087825/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049274.35-43175639087825/ /root/.ansible/tmp/ansible-tmp-1587049274.35-43175639087825/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049274.35-43175639087825/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049274.35-43175639087825/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=unifiedpushservers) => {
"changed": true,
"cmd": "oc get unifiedpushservers -n mobile-unifiedpush -o name",
"delta": "0:00:00.216988",
"end": "2020-04-16 15:01:14.699482",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc get unifiedpushservers -n mobile-unifiedpush -o name",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "unifiedpushservers",
"rc": 0,
"start": "2020-04-16 15:01:14.482494",
"stderr": "",
"stderr_lines": [],
"stdout": "",
"stdout_lines": []
}
TASK [ups : set_fact] **********************************************************
task path: /root/installation/roles/ups/tasks/uninstall.yml:16
ok: [127.0.0.1] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2020-04-16 15:01:14.699482', '_ansible_no_log': False, u'stdout': u'', u'cmd': u'oc get unifiedpushservers -n mobile-unifiedpush -o name', u'rc': 0, 'item': u'unifiedpushservers', u'delta': u'0:00:00.216988', '_ansible_item_label': u'unifiedpushservers', u'stderr': u'', u'changed': True, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'_raw_params': u'oc get unifiedpushservers -n mobile-unifiedpush -o name', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [], 'failed_when_result': False, u'start': u'2020-04-16 15:01:14.482494', '_ansible_ignore_errors': None, 'failed': False}) => {
"ansible_facts": {
"ups_resource_list": []
},
"changed": false,
"item": {
"changed": true,
"cmd": "oc get unifiedpushservers -n mobile-unifiedpush -o name",
"delta": "0:00:00.216988",
"end": "2020-04-16 15:01:14.699482",
"failed": false,
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc get unifiedpushservers -n mobile-unifiedpush -o name",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "unifiedpushservers",
"rc": 0,
"start": "2020-04-16 15:01:14.482494",
"stderr": "",
"stderr_lines": [],
"stdout": "",
"stdout_lines": []
}
}
TASK [ups : Delete available resources] ****************************************
task path: /root/installation/roles/ups/tasks/uninstall.yml:20
TASK [ups : Wait for resources to be removed] **********************************
task path: /root/installation/roles/ups/tasks/uninstall.yml:26
TASK [include_role : namespace] ************************************************
task path: /root/installation/roles/ups/tasks/uninstall.yml:36
TASK [namespace : Delete namespaces mobile-unifiedpush] ************************
task path: /root/installation/roles/namespace/tasks/delete.yml: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/ansible-tmp-1587049275.27-253399356494428 `" && echo ansible-tmp-1587049275.27-253399356494428="` echo /root/.ansible/tmp/ansible-tmp-1587049275.27-253399356494428 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpz84sce TO /root/.ansible/tmp/ansible-tmp-1587049275.27-253399356494428/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049275.27-253399356494428/ /root/.ansible/tmp/ansible-tmp-1587049275.27-253399356494428/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049275.27-253399356494428/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049275.27-253399356494428/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=mobile-unifiedpush) => {
"changed": true,
"cmd": "oc delete namespace mobile-unifiedpush",
"delta": "0:00:39.115348",
"end": "2020-04-16 15:01:54.514680",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete namespace mobile-unifiedpush",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "mobile-unifiedpush",
"rc": 0,
"start": "2020-04-16 15:01:15.399332",
"stderr": "",
"stderr_lines": [],
"stdout": "namespace \"mobile-unifiedpush\" deleted",
"stdout_lines": [
"namespace \"mobile-unifiedpush\" deleted"
]
}
TASK [include_role : datasync] *************************************************
task path: /root/installation/playbooks/uninstall_mobile.yml:13
TASK [datasync : Delete Mobile Developer Services Data Sync Application template] ***
task path: /root/installation/roles/datasync/tasks/uninstall.yml: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/ansible-tmp-1587049314.78-176686597491047 `" && echo ansible-tmp-1587049314.78-176686597491047="` echo /root/.ansible/tmp/ansible-tmp-1587049314.78-176686597491047 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp2hkJls TO /root/.ansible/tmp/ansible-tmp-1587049314.78-176686597491047/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049314.78-176686597491047/ /root/.ansible/tmp/ansible-tmp-1587049314.78-176686597491047/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049314.78-176686597491047/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049314.78-176686597491047/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/aerogear/datasync-deployment/0.9.4/openshift/datasync-http.yml -n openshift",
"delta": "0:00:00.248331",
"end": "2020-04-16 15:01:55.161389",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/aerogear/datasync-deployment/0.9.4/openshift/datasync-http.yml -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:01:54.913058",
"stderr": "",
"stderr_lines": [],
"stdout": "template.template.openshift.io \"datasync-server-app\" deleted",
"stdout_lines": [
"template.template.openshift.io \"datasync-server-app\" deleted"
]
}
TASK [datasync : Delete Mobile Developer Services Data Sync Showcase template] ***
task path: /root/installation/roles/datasync/tasks/uninstall.yml:7
<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/ansible-tmp-1587049315.29-214138592989561 `" && echo ansible-tmp-1587049315.29-214138592989561="` echo /root/.ansible/tmp/ansible-tmp-1587049315.29-214138592989561 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpehYpj2 TO /root/.ansible/tmp/ansible-tmp-1587049315.29-214138592989561/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049315.29-214138592989561/ /root/.ansible/tmp/ansible-tmp-1587049315.29-214138592989561/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049315.29-214138592989561/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049315.29-214138592989561/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/aerogear/datasync-deployment/0.9.4/openshift/datasync-showcase.yml -n openshift",
"delta": "0:00:01.235600",
"end": "2020-04-16 15:01:56.661029",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/aerogear/datasync-deployment/0.9.4/openshift/datasync-showcase.yml -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:01:55.425429",
"stderr": "",
"stderr_lines": [],
"stdout": "template.template.openshift.io \"datasync-showcase-server\" deleted",
"stdout_lines": [
"template.template.openshift.io \"datasync-showcase-server\" deleted"
]
}
META: ran handlers
META: ran handlers
PLAY [localhost] ***************************************************************
TASK [Gathering Facts] *********************************************************
task path: /root/installation/playbooks/uninstall.yml:15
<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/ansible-tmp-1587049316.79-253137843807739 `" && echo ansible-tmp-1587049316.79-253137843807739="` echo /root/.ansible/tmp/ansible-tmp-1587049316.79-253137843807739 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp4YMfpA TO /root/.ansible/tmp/ansible-tmp-1587049316.79-253137843807739/setup.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049316.79-253137843807739/ /root/.ansible/tmp/ansible-tmp-1587049316.79-253137843807739/setup.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049316.79-253137843807739/setup.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049316.79-253137843807739/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1]
META: ran handlers
TASK [include_role : delete-user-namespaces] ***********************************
task path: /root/installation/playbooks/uninstall.yml:18
TASK [delete-user-namespaces : Get namespaces to clean up] *********************
task path: /root/installation/roles/delete-user-namespaces/tasks/main.yml:3
<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/ansible-tmp-1587049317.88-14585654839386 `" && echo ansible-tmp-1587049317.88-14585654839386="` echo /root/.ansible/tmp/ansible-tmp-1587049317.88-14585654839386 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpi7iFyt TO /root/.ansible/tmp/ansible-tmp-1587049317.88-14585654839386/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049317.88-14585654839386/ /root/.ansible/tmp/ansible-tmp-1587049317.88-14585654839386/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049317.88-14585654839386/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049317.88-14585654839386/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc get namespaces -o json | jq -r '.items[] | select(.metadata.annotations[\"openshift.io/requester\"] != null and .metadata.annotations[\"openshift.io/requester\"] != \"system:admin\" and .metadata.labels[\"integreatly-middleware-service\"] != \"true\") | .metadata.name'",
"delta": "0:00:00.259875",
"end": "2020-04-16 15:01:58.276139",
"invocation": {
"module_args": {
"_raw_params": "oc get namespaces -o json | jq -r '.items[] | select(.metadata.annotations[\"openshift.io/requester\"] != null and .metadata.annotations[\"openshift.io/requester\"] != \"system:admin\" and .metadata.labels[\"integreatly-middleware-service\"] != \"true\") | .metadata.name'",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:01:58.016264",
"stderr": "",
"stderr_lines": [],
"stdout": "",
"stdout_lines": []
}
TASK [include_role : namespace] ************************************************
task path: /root/installation/roles/delete-user-namespaces/tasks/main.yml:7
TASK [namespace : Delete namespaces] *******************************************
task path: /root/installation/roles/namespace/tasks/delete.yml:2
TASK [delete-user-namespaces : Wait for namespaces to be removed] **************
task path: /root/installation/roles/delete-user-namespaces/tasks/main.yml:13
<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/ansible-tmp-1587049318.62-98079083225682 `" && echo ansible-tmp-1587049318.62-98079083225682="` echo /root/.ansible/tmp/ansible-tmp-1587049318.62-98079083225682 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpIH23la TO /root/.ansible/tmp/ansible-tmp-1587049318.62-98079083225682/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049318.62-98079083225682/ /root/.ansible/tmp/ansible-tmp-1587049318.62-98079083225682/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049318.62-98079083225682/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049318.62-98079083225682/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"attempts": 1,
"changed": false,
"cmd": "oc get namespaces -o json | jq -r '.items[] | select(.metadata.annotations[\"openshift.io/requester\"] != null and .metadata.annotations[\"openshift.io/requester\"] != \"system:admin\" and .metadata.labels[\"integreatly-middleware-service\"] != \"true\") | .metadata.name' | wc -l",
"delta": "0:00:00.250651",
"end": "2020-04-16 15:01:59.004328",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc get namespaces -o json | jq -r '.items[] | select(.metadata.annotations[\"openshift.io/requester\"] != null and .metadata.annotations[\"openshift.io/requester\"] != \"system:admin\" and .metadata.labels[\"integreatly-middleware-service\"] != \"true\") | .metadata.name' | wc -l",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:01:58.753677",
"stderr": "",
"stderr_lines": [],
"stdout": "0",
"stdout_lines": [
"0"
]
}
TASK [include_role : backup] ***************************************************
task path: /root/installation/playbooks/uninstall.yml:23
skipping: [127.0.0.1] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [include_role : apicurito] ************************************************
task path: /root/installation/playbooks/uninstall.yml:31
TASK [include_role : namespace] ************************************************
task path: /root/installation/roles/apicurito/tasks/uninstall.yml:2
TASK [namespace : Delete namespaces apicurito] *********************************
task path: /root/installation/roles/namespace/tasks/delete.yml: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/ansible-tmp-1587049319.51-230169712015120 `" && echo ansible-tmp-1587049319.51-230169712015120="` echo /root/.ansible/tmp/ansible-tmp-1587049319.51-230169712015120 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpQljcQB TO /root/.ansible/tmp/ansible-tmp-1587049319.51-230169712015120/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049319.51-230169712015120/ /root/.ansible/tmp/ansible-tmp-1587049319.51-230169712015120/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049319.51-230169712015120/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049319.51-230169712015120/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=apicurito) => {
"changed": true,
"cmd": "oc delete namespace apicurito",
"delta": "0:00:22.056921",
"end": "2020-04-16 15:02:21.697253",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete namespace apicurito",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "apicurito",
"rc": 0,
"start": "2020-04-16 15:01:59.640332",
"stderr": "",
"stderr_lines": [],
"stdout": "namespace \"apicurito\" deleted",
"stdout_lines": [
"namespace \"apicurito\" deleted"
]
}
TASK [include_role : launcher] *************************************************
task path: /root/installation/playbooks/uninstall.yml:38
TASK [launcher : Delete Launcher oauthclient] **********************************
task path: /root/installation/roles/launcher/tasks/uninstall.yml:1
<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/ansible-tmp-1587049341.98-94541581306680 `" && echo ansible-tmp-1587049341.98-94541581306680="` echo /root/.ansible/tmp/ansible-tmp-1587049341.98-94541581306680 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpV_wbQx TO /root/.ansible/tmp/ansible-tmp-1587049341.98-94541581306680/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049341.98-94541581306680/ /root/.ansible/tmp/ansible-tmp-1587049341.98-94541581306680/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049341.98-94541581306680/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049341.98-94541581306680/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete oauthclient launcher",
"delta": "0:00:00.219048",
"end": "2020-04-16 15:02:22.332888",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete oauthclient launcher",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:02:22.113840",
"stderr": "",
"stderr_lines": [],
"stdout": "oauthclient.oauth.openshift.io \"launcher\" deleted",
"stdout_lines": [
"oauthclient.oauth.openshift.io \"launcher\" deleted"
]
}
TASK [launcher : Delete project namespace: launcher] ***************************
task path: /root/installation/roles/launcher/tasks/uninstall.yml:7
<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/ansible-tmp-1587049342.47-85821035112658 `" && echo ansible-tmp-1587049342.47-85821035112658="` echo /root/.ansible/tmp/ansible-tmp-1587049342.47-85821035112658 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpLwHZAQ TO /root/.ansible/tmp/ansible-tmp-1587049342.47-85821035112658/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049342.47-85821035112658/ /root/.ansible/tmp/ansible-tmp-1587049342.47-85821035112658/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049342.47-85821035112658/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049342.47-85821035112658/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete project launcher",
"delta": "0:00:50.496086",
"end": "2020-04-16 15:03:13.093915",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete project launcher",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:02:22.597829",
"stderr": "",
"stderr_lines": [],
"stdout": "project.project.openshift.io \"launcher\" deleted",
"stdout_lines": [
"project.project.openshift.io \"launcher\" deleted"
]
}
TASK [include_role : msbroker] *************************************************
task path: /root/installation/playbooks/uninstall.yml:45
TASK [msbroker : Delete managed service broker resources in managed-service-broker] ***
task path: /root/installation/roles/msbroker/tasks/uninstall.yml: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/ansible-tmp-1587049393.41-82927228950112 `" && echo ansible-tmp-1587049393.41-82927228950112="` echo /root/.ansible/tmp/ansible-tmp-1587049393.41-82927228950112 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpABFLll TO /root/.ansible/tmp/ansible-tmp-1587049393.41-82927228950112/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049393.41-82927228950112/ /root/.ansible/tmp/ansible-tmp-1587049393.41-82927228950112/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049393.41-82927228950112/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049393.41-82927228950112/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc process -f https://raw.githubusercontent.com/integr8ly/managed-service-broker/v0.0.13/templates/broker.template.yaml -p \"NAMESPACE=managed-service-broker\" -p \"ROUTE_SUFFIX='placeholder'\" -p \"LAUNCHER_DASHBOARD_URL='placeholder'\" -p \"CHE_DASHBOARD_URL='placeholder'\" -p \"THREESCALE_DASHBOARD_URL='placeholder'\" -p \"APICURIO_DASHBOARD_URL='placeholder'\" -p \"IMAGE_ORG=quay.io/integreatly\" -p \"IMAGE_TAG=v0.0.13\" -p \"SHARED_FUSE_DASHBOARD_URL='placeholder'\" -p \"MONITORING_KEY=brokered-fuse-online\" | oc delete -n \"managed-service-broker\" -f -",
"delta": "0:00:00.349974",
"end": "2020-04-16 15:03:13.901893",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc process -f https://raw.githubusercontent.com/integr8ly/managed-service-broker/v0.0.13/templates/broker.template.yaml -p \"NAMESPACE=managed-service-broker\" -p \"ROUTE_SUFFIX='placeholder'\" -p \"LAUNCHER_DASHBOARD_URL='placeholder'\" -p \"CHE_DASHBOARD_URL='placeholder'\" -p \"THREESCALE_DASHBOARD_URL='placeholder'\" -p \"APICURIO_DASHBOARD_URL='placeholder'\" -p \"IMAGE_ORG=quay.io/integreatly\" -p \"IMAGE_TAG=v0.0.13\" -p \"SHARED_FUSE_DASHBOARD_URL='placeholder'\" -p \"MONITORING_KEY=brokered-fuse-online\" | oc delete -n \"managed-service-broker\" -f -",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:03:13.551919",
"stderr": "error: unable to process template\n Required value: template.parameters[13]: parameter SSO_URL is required and must be specified\n Required value: template.parameters[14]: parameter USER_SSO_URL is required and must be specified",
"stderr_lines": [
"error: unable to process template",
" Required value: template.parameters[13]: parameter SSO_URL is required and must be specified",
" Required value: template.parameters[14]: parameter USER_SSO_URL is required and must be specified"
],
"stdout": "No resources found",
"stdout_lines": [
"No resources found"
]
}
TASK [msbroker : Delete project namespace: managed-service-broker] *************
task path: /root/installation/roles/msbroker/tasks/uninstall.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/ansible-tmp-1587049394.04-44416531606936 `" && echo ansible-tmp-1587049394.04-44416531606936="` echo /root/.ansible/tmp/ansible-tmp-1587049394.04-44416531606936 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpx8W5Jt TO /root/.ansible/tmp/ansible-tmp-1587049394.04-44416531606936/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049394.04-44416531606936/ /root/.ansible/tmp/ansible-tmp-1587049394.04-44416531606936/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049394.04-44416531606936/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049394.04-44416531606936/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete project managed-service-broker",
"delta": "0:00:22.744704",
"end": "2020-04-16 15:03:36.920326",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete project managed-service-broker",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:03:14.175622",
"stderr": "",
"stderr_lines": [],
"stdout": "project.project.openshift.io \"managed-service-broker\" deleted",
"stdout_lines": [
"project.project.openshift.io \"managed-service-broker\" deleted"
]
}
TASK [msbroker : Delete clusterservicebroker namespace: managed-service-broker] ***
task path: /root/installation/roles/msbroker/tasks/uninstall.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/ansible-tmp-1587049417.05-257775398168529 `" && echo ansible-tmp-1587049417.05-257775398168529="` echo /root/.ansible/tmp/ansible-tmp-1587049417.05-257775398168529 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpcAchRJ TO /root/.ansible/tmp/ansible-tmp-1587049417.05-257775398168529/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049417.05-257775398168529/ /root/.ansible/tmp/ansible-tmp-1587049417.05-257775398168529/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049417.05-257775398168529/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049417.05-257775398168529/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete clusterservicebroker managed-service-broker",
"delta": "0:00:10.434964",
"end": "2020-04-16 15:03:47.620142",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete clusterservicebroker managed-service-broker",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:03:37.185178",
"stderr": "",
"stderr_lines": [],
"stdout": "clusterservicebroker.servicecatalog.k8s.io \"managed-service-broker\" deleted",
"stdout_lines": [
"clusterservicebroker.servicecatalog.k8s.io \"managed-service-broker\" deleted"
]
}
TASK [msbroker : Delete clusterrole managed-service] ***************************
task path: /root/installation/roles/msbroker/tasks/uninstall.yml:26
<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/ansible-tmp-1587049427.73-89504945911409 `" && echo ansible-tmp-1587049427.73-89504945911409="` echo /root/.ansible/tmp/ansible-tmp-1587049427.73-89504945911409 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmphyrnAp TO /root/.ansible/tmp/ansible-tmp-1587049427.73-89504945911409/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049427.73-89504945911409/ /root/.ansible/tmp/ansible-tmp-1587049427.73-89504945911409/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049427.73-89504945911409/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049427.73-89504945911409/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete clusterrole managed-service",
"delta": "0:00:00.231869",
"end": "2020-04-16 15:03:48.102365",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete clusterrole managed-service",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:03:47.870496",
"stderr": "",
"stderr_lines": [],
"stdout": "clusterrole.authorization.openshift.io \"managed-service\" deleted",
"stdout_lines": [
"clusterrole.authorization.openshift.io \"managed-service\" deleted"
]
}
TASK [msbroker : Delete clusterrolebinding default-cluster-account-managed-service] ***
task path: /root/installation/roles/msbroker/tasks/uninstall.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/ansible-tmp-1587049428.22-172820232403973 `" && echo ansible-tmp-1587049428.22-172820232403973="` echo /root/.ansible/tmp/ansible-tmp-1587049428.22-172820232403973 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpL0Vlz2 TO /root/.ansible/tmp/ansible-tmp-1587049428.22-172820232403973/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049428.22-172820232403973/ /root/.ansible/tmp/ansible-tmp-1587049428.22-172820232403973/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049428.22-172820232403973/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049428.22-172820232403973/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete clusterrolebinding default-cluster-account-managed-service",
"delta": "0:00:00.248109",
"end": "2020-04-16 15:03:48.604057",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete clusterrolebinding default-cluster-account-managed-service",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:03:48.355948",
"stderr": "",
"stderr_lines": [],
"stdout": "clusterrolebinding.authorization.openshift.io \"default-cluster-account-managed-service\" deleted",
"stdout_lines": [
"clusterrolebinding.authorization.openshift.io \"default-cluster-account-managed-service\" deleted"
]
}
TASK [msbroker : Delete CRDs] **************************************************
task path: /root/installation/roles/msbroker/tasks/uninstall.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/ansible-tmp-1587049428.76-110143460242056 `" && echo ansible-tmp-1587049428.76-110143460242056="` echo /root/.ansible/tmp/ansible-tmp-1587049428.76-110143460242056 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpppplBs TO /root/.ansible/tmp/ansible-tmp-1587049428.76-110143460242056/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049428.76-110143460242056/ /root/.ansible/tmp/ansible-tmp-1587049428.76-110143460242056/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049428.76-110143460242056/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049428.76-110143460242056/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=https://raw.githubusercontent.com/integr8ly/fuse-online-install/1.9.12/resources/syndesis-crd.yml) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/integr8ly/fuse-online-install/1.9.12/resources/syndesis-crd.yml",
"delta": "0:00:00.278601",
"end": "2020-04-16 15:03:49.184013",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/integr8ly/fuse-online-install/1.9.12/resources/syndesis-crd.yml",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "https://raw.githubusercontent.com/integr8ly/fuse-online-install/1.9.12/resources/syndesis-crd.yml",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:03:48.905412",
"stderr": "error: unable to read URL \"https://raw.githubusercontent.com/integr8ly/fuse-online-install/1.9.12/resources/syndesis-crd.yml\", server reported 404 Not Found, status code=404",
"stderr_lines": [
"error: unable to read URL \"https://raw.githubusercontent.com/integr8ly/fuse-online-install/1.9.12/resources/syndesis-crd.yml\", server reported 404 Not Found, status code=404"
],
"stdout": "",
"stdout_lines": []
}
TASK [include_role : 3scale] ***************************************************
task path: /root/installation/playbooks/uninstall.yml:51
TASK [3scale : Delete project namespace: 3scale] *******************************
task path: /root/installation/roles/3scale/tasks/uninstall.yml:3
<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/ansible-tmp-1587049429.48-22510621169407 `" && echo ansible-tmp-1587049429.48-22510621169407="` echo /root/.ansible/tmp/ansible-tmp-1587049429.48-22510621169407 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpntDpIx TO /root/.ansible/tmp/ansible-tmp-1587049429.48-22510621169407/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049429.48-22510621169407/ /root/.ansible/tmp/ansible-tmp-1587049429.48-22510621169407/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049429.48-22510621169407/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049429.48-22510621169407/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete project 3scale",
"delta": "0:00:43.391976",
"end": "2020-04-16 15:04:33.007620",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete project 3scale",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:03:49.615644",
"stderr": "",
"stderr_lines": [],
"stdout": "project.project.openshift.io \"3scale\" deleted",
"stdout_lines": [
"project.project.openshift.io \"3scale\" deleted"
]
}
TASK [include_role : gitea] ****************************************************
task path: /root/installation/playbooks/uninstall.yml:58
TASK [gitea : Delete project namespace: gitea] *********************************
task path: /root/installation/roles/gitea/tasks/uninstall.yml: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/ansible-tmp-1587049473.32-28061571235371 `" && echo ansible-tmp-1587049473.32-28061571235371="` echo /root/.ansible/tmp/ansible-tmp-1587049473.32-28061571235371 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp3Kbp9P TO /root/.ansible/tmp/ansible-tmp-1587049473.32-28061571235371/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049473.32-28061571235371/ /root/.ansible/tmp/ansible-tmp-1587049473.32-28061571235371/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049473.32-28061571235371/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049473.32-28061571235371/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"cmd": "oc delete project gitea",
"delta": "0:00:00.209251",
"end": "2020-04-16 15:04:33.665360",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete project gitea",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:04:33.456109",
"stderr": "Error from server (NotFound): namespaces \"gitea\" not found",
"stderr_lines": [
"Error from server (NotFound): namespaces \"gitea\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [gitea : Check if webapp is available] ************************************
task path: /root/installation/roles/gitea/tasks/uninstall.yml:8
<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/ansible-tmp-1587049473.79-75451318803604 `" && echo ansible-tmp-1587049473.79-75451318803604="` echo /root/.ansible/tmp/ansible-tmp-1587049473.79-75451318803604 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp6aQvdb TO /root/.ansible/tmp/ansible-tmp-1587049473.79-75451318803604/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049473.79-75451318803604/ /root/.ansible/tmp/ansible-tmp-1587049473.79-75451318803604/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049473.79-75451318803604/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049473.79-75451318803604/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc get dc/tutorial-web-app -n webapp",
"delta": "0:00:00.205776",
"end": "2020-04-16 15:04:34.135987",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc get dc/tutorial-web-app -n webapp",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:04:33.930211",
"stderr": "",
"stderr_lines": [],
"stdout": "NAME REVISION DESIRED CURRENT TRIGGERED BY\ntutorial-web-app 3 1 1 config",
"stdout_lines": [
"NAME REVISION DESIRED CURRENT TRIGGERED BY",
"tutorial-web-app 3 1 1 config"
]
}
TASK [gitea : Delete Gitea token env var from the webapp] **********************
task path: /root/installation/roles/gitea/tasks/uninstall.yml:13
<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/ansible-tmp-1587049474.26-207659881661684 `" && echo ansible-tmp-1587049474.26-207659881661684="` echo /root/.ansible/tmp/ansible-tmp-1587049474.26-207659881661684 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpJpBqod TO /root/.ansible/tmp/ansible-tmp-1587049474.26-207659881661684/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049474.26-207659881661684/ /root/.ansible/tmp/ansible-tmp-1587049474.26-207659881661684/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049474.26-207659881661684/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049474.26-207659881661684/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc set env dc/tutorial-web-app GITEA_TOKEN- -n webapp",
"delta": "0:00:00.230875",
"end": "2020-04-16 15:04:34.628500",
"invocation": {
"module_args": {
"_raw_params": "oc set env dc/tutorial-web-app GITEA_TOKEN- -n webapp",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:04:34.397625",
"stderr": "",
"stderr_lines": [],
"stdout": "deploymentconfig.apps.openshift.io/tutorial-web-app updated",
"stdout_lines": [
"deploymentconfig.apps.openshift.io/tutorial-web-app updated"
]
}
TASK [include_role : enmasse] **************************************************
task path: /root/installation/playbooks/uninstall.yml:64
TASK [enmasse : Delete enmasse cluster service broker] *************************
task path: /root/installation/roles/enmasse/tasks/uninstall.yml: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/ansible-tmp-1587049474.94-93411681458070 `" && echo ansible-tmp-1587049474.94-93411681458070="` echo /root/.ansible/tmp/ansible-tmp-1587049474.94-93411681458070 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpYh4EHV TO /root/.ansible/tmp/ansible-tmp-1587049474.94-93411681458070/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049474.94-93411681458070/ /root/.ansible/tmp/ansible-tmp-1587049474.94-93411681458070/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049474.94-93411681458070/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049474.94-93411681458070/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete clusterservicebroker enmasse",
"delta": "0:00:05.507139",
"end": "2020-04-16 15:04:40.582511",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete clusterservicebroker enmasse",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:04:35.075372",
"stderr": "",
"stderr_lines": [],
"stdout": "clusterservicebroker.servicecatalog.k8s.io \"enmasse\" deleted",
"stdout_lines": [
"clusterservicebroker.servicecatalog.k8s.io \"enmasse\" deleted"
]
}
TASK [enmasse : copy] **********************************************************
task path: /root/installation/roles/enmasse/tasks/uninstall.yml:7
<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/ansible-tmp-1587049480.7-23334948013558 `" && echo ansible-tmp-1587049480.7-23334948013558="` echo /root/.ansible/tmp/ansible-tmp-1587049480.7-23334948013558 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpJPeiMa TO /root/.ansible/tmp/ansible-tmp-1587049480.7-23334948013558/stat.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049480.7-23334948013558/ /root/.ansible/tmp/ansible-tmp-1587049480.7-23334948013558/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049480.7-23334948013558/stat.py && sleep 0'
<127.0.0.1> PUT /root/installation/roles/enmasse/files/patch-enmasse-csb-finalizer.json TO /root/.ansible/tmp/ansible-tmp-1587049480.7-23334948013558/source
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049480.7-23334948013558/ /root/.ansible/tmp/ansible-tmp-1587049480.7-23334948013558/source && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/copy.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp1Vj5aB TO /root/.ansible/tmp/ansible-tmp-1587049480.7-23334948013558/copy.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049480.7-23334948013558/ /root/.ansible/tmp/ansible-tmp-1587049480.7-23334948013558/copy.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049480.7-23334948013558/copy.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049480.7-23334948013558/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"checksum": "4d1a5877a7d63483fd68328206add817fd0c7c63",
"dest": "/tmp/patch-enmasse-csb-finalizer.json",
"diff": [],
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"_original_basename": "patch-enmasse-csb-finalizer.json",
"attributes": null,
"backup": false,
"checksum": "4d1a5877a7d63483fd68328206add817fd0c7c63",
"content": null,
"delimiter": null,
"dest": "/tmp/patch-enmasse-csb-finalizer.json",
"directory_mode": null,
"follow": false,
"force": true,
"group": null,
"local_follow": null,
"mode": null,
"owner": null,
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": "/root/.ansible/tmp/ansible-tmp-1587049480.7-23334948013558/source",
"unsafe_writes": null,
"validate": null
}
},
"md5sum": "7ea1b0625e104f6fc01f4c7f12467e5a",
"mode": "0644",
"owner": "root",
"secontext": "unconfined_u:object_r:admin_home_t:s0",
"size": 34,
"src": "/root/.ansible/tmp/ansible-tmp-1587049480.7-23334948013558/source",
"state": "file",
"uid": 0
}
TASK [enmasse : Store contents of the enmasse csb finalizer patch] *************
task path: /root/installation/roles/enmasse/tasks/uninstall.yml:11
<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/ansible-tmp-1587049481.11-122719025825745 `" && echo ansible-tmp-1587049481.11-122719025825745="` echo /root/.ansible/tmp/ansible-tmp-1587049481.11-122719025825745 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpdBLQQX TO /root/.ansible/tmp/ansible-tmp-1587049481.11-122719025825745/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049481.11-122719025825745/ /root/.ansible/tmp/ansible-tmp-1587049481.11-122719025825745/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049481.11-122719025825745/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049481.11-122719025825745/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "cat /tmp/patch-enmasse-csb-finalizer.json",
"delta": "0:00:01.005713",
"end": "2020-04-16 15:04:42.253287",
"invocation": {
"module_args": {
"_raw_params": "cat /tmp/patch-enmasse-csb-finalizer.json",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:04:41.247574",
"stderr": "",
"stderr_lines": [],
"stdout": "{\"metadata\": {\"finalizers\": null}}",
"stdout_lines": [
"{\"metadata\": {\"finalizers\": null}}"
]
}
TASK [enmasse : Remove finalizers from enmasse cluster service broker] *********
task path: /root/installation/roles/enmasse/tasks/uninstall.yml:15
<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/ansible-tmp-1587049482.38-42487739654532 `" && echo ansible-tmp-1587049482.38-42487739654532="` echo /root/.ansible/tmp/ansible-tmp-1587049482.38-42487739654532 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmppjGeyt TO /root/.ansible/tmp/ansible-tmp-1587049482.38-42487739654532/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049482.38-42487739654532/ /root/.ansible/tmp/ansible-tmp-1587049482.38-42487739654532/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049482.38-42487739654532/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049482.38-42487739654532/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc patch clusterservicebroker enmasse -p '{\"metadata\": {\"finalizers\": null}}'",
"delta": "0:00:00.211548",
"end": "2020-04-16 15:04:42.718730",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc patch clusterservicebroker enmasse -p '{\"metadata\": {\"finalizers\": null}}'",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:04:42.507182",
"stderr": "Error from server (NotFound): clusterservicebrokers.servicecatalog.k8s.io \"enmasse\" not found",
"stderr_lines": [
"Error from server (NotFound): clusterservicebrokers.servicecatalog.k8s.io \"enmasse\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [enmasse : Wait for enmasse cluster service broker to be removed] *********
task path: /root/installation/roles/enmasse/tasks/uninstall.yml:20
<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/ansible-tmp-1587049482.84-260434816862442 `" && echo ansible-tmp-1587049482.84-260434816862442="` echo /root/.ansible/tmp/ansible-tmp-1587049482.84-260434816862442 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpXeS6Sd TO /root/.ansible/tmp/ansible-tmp-1587049482.84-260434816862442/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049482.84-260434816862442/ /root/.ansible/tmp/ansible-tmp-1587049482.84-260434816862442/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049482.84-260434816862442/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049482.84-260434816862442/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"attempts": 1,
"changed": false,
"cmd": "oc get clusterservicebroker enmasse",
"delta": "0:00:00.208544",
"end": "2020-04-16 15:04:43.183189",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc get clusterservicebroker enmasse",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:04:42.974645",
"stderr": "No resources found.\nError from server (NotFound): clusterservicebrokers.servicecatalog.k8s.io \"enmasse\" not found",
"stderr_lines": [
"No resources found.",
"Error from server (NotFound): clusterservicebrokers.servicecatalog.k8s.io \"enmasse\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [enmasse : Get enmasse apiServices] ***************************************
task path: /root/installation/roles/enmasse/tasks/uninstall.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/ansible-tmp-1587049483.31-257750107647465 `" && echo ansible-tmp-1587049483.31-257750107647465="` echo /root/.ansible/tmp/ansible-tmp-1587049483.31-257750107647465 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp15BMiR TO /root/.ansible/tmp/ansible-tmp-1587049483.31-257750107647465/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049483.31-257750107647465/ /root/.ansible/tmp/ansible-tmp-1587049483.31-257750107647465/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049483.31-257750107647465/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049483.31-257750107647465/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "for i in $(oc get apiServices | grep enmasse | awk '{ print $1}');do echo \"$i\"; done",
"delta": "0:00:00.219531",
"end": "2020-04-16 15:04:43.658854",
"invocation": {
"module_args": {
"_raw_params": "for i in $(oc get apiServices | grep enmasse | awk '{ print $1}');do echo \"$i\"; done",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:04:43.439323",
"stderr": "",
"stderr_lines": [],
"stdout": "v1alpha1.admin.enmasse.io\nv1alpha1.enmasse.io\nv1alpha1.iot.enmasse.io\nv1alpha1.user.enmasse.io\nv1beta1.admin.enmasse.io\nv1beta1.enmasse.io\nv1beta1.user.enmasse.io\nv1beta2.admin.enmasse.io",
"stdout_lines": [
"v1alpha1.admin.enmasse.io",
"v1alpha1.enmasse.io",
"v1alpha1.iot.enmasse.io",
"v1alpha1.user.enmasse.io",
"v1beta1.admin.enmasse.io",
"v1beta1.enmasse.io",
"v1beta1.user.enmasse.io",
"v1beta2.admin.enmasse.io"
]
}
TASK [enmasse : Delete enmasse apiServices] ************************************
task path: /root/installation/roles/enmasse/tasks/uninstall.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/ansible-tmp-1587049483.78-157670007405828 `" && echo ansible-tmp-1587049483.78-157670007405828="` echo /root/.ansible/tmp/ansible-tmp-1587049483.78-157670007405828 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmprQ6By2 TO /root/.ansible/tmp/ansible-tmp-1587049483.78-157670007405828/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049483.78-157670007405828/ /root/.ansible/tmp/ansible-tmp-1587049483.78-157670007405828/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049483.78-157670007405828/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049483.78-157670007405828/ > /dev/null 2>&1 && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
changed: [127.0.0.1] => (item=v1alpha1.admin.enmasse.io) => {
"changed": true,
"cmd": "oc delete apiservice v1alpha1.admin.enmasse.io",
"delta": "0:00:00.224450",
"end": "2020-04-16 15:04:44.135204",
"invocation": {
"module_args": {
"_raw_params": "oc delete apiservice v1alpha1.admin.enmasse.io",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "v1alpha1.admin.enmasse.io",
"rc": 0,
"start": "2020-04-16 15:04:43.910754",
"stderr": "",
"stderr_lines": [],
"stdout": "apiservice.apiregistration.k8s.io \"v1alpha1.admin.enmasse.io\" deleted",
"stdout_lines": [
"apiservice.apiregistration.k8s.io \"v1alpha1.admin.enmasse.io\" deleted"
]
}
<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1587049484.17-199885160675390 `" && echo ansible-tmp-1587049484.17-199885160675390="` echo /root/.ansible/tmp/ansible-tmp-1587049484.17-199885160675390 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp_9Pypy TO /root/.ansible/tmp/ansible-tmp-1587049484.17-199885160675390/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049484.17-199885160675390/ /root/.ansible/tmp/ansible-tmp-1587049484.17-199885160675390/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049484.17-199885160675390/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049484.17-199885160675390/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=v1alpha1.enmasse.io) => {
"changed": true,
"cmd": "oc delete apiservice v1alpha1.enmasse.io",
"delta": "0:00:00.235517",
"end": "2020-04-16 15:04:44.548241",
"invocation": {
"module_args": {
"_raw_params": "oc delete apiservice v1alpha1.enmasse.io",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "v1alpha1.enmasse.io",
"rc": 0,
"start": "2020-04-16 15:04:44.312724",
"stderr": "",
"stderr_lines": [],
"stdout": "apiservice.apiregistration.k8s.io \"v1alpha1.enmasse.io\" deleted",
"stdout_lines": [
"apiservice.apiregistration.k8s.io \"v1alpha1.enmasse.io\" deleted"
]
}
<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/ansible-tmp-1587049484.58-222032108938515 `" && echo ansible-tmp-1587049484.58-222032108938515="` echo /root/.ansible/tmp/ansible-tmp-1587049484.58-222032108938515 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpQORHOa TO /root/.ansible/tmp/ansible-tmp-1587049484.58-222032108938515/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049484.58-222032108938515/ /root/.ansible/tmp/ansible-tmp-1587049484.58-222032108938515/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049484.58-222032108938515/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049484.58-222032108938515/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=v1alpha1.iot.enmasse.io) => {
"changed": true,
"cmd": "oc delete apiservice v1alpha1.iot.enmasse.io",
"delta": "0:00:00.257552",
"end": "2020-04-16 15:04:44.975178",
"invocation": {
"module_args": {
"_raw_params": "oc delete apiservice v1alpha1.iot.enmasse.io",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "v1alpha1.iot.enmasse.io",
"rc": 0,
"start": "2020-04-16 15:04:44.717626",
"stderr": "",
"stderr_lines": [],
"stdout": "apiservice.apiregistration.k8s.io \"v1alpha1.iot.enmasse.io\" deleted",
"stdout_lines": [
"apiservice.apiregistration.k8s.io \"v1alpha1.iot.enmasse.io\" deleted"
]
}
<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/ansible-tmp-1587049485.01-113424990836229 `" && echo ansible-tmp-1587049485.01-113424990836229="` echo /root/.ansible/tmp/ansible-tmp-1587049485.01-113424990836229 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpl1qQ_J TO /root/.ansible/tmp/ansible-tmp-1587049485.01-113424990836229/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049485.01-113424990836229/ /root/.ansible/tmp/ansible-tmp-1587049485.01-113424990836229/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049485.01-113424990836229/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049485.01-113424990836229/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=v1alpha1.user.enmasse.io) => {
"changed": true,
"cmd": "oc delete apiservice v1alpha1.user.enmasse.io",
"delta": "0:00:00.227623",
"end": "2020-04-16 15:04:45.376219",
"invocation": {
"module_args": {
"_raw_params": "oc delete apiservice v1alpha1.user.enmasse.io",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "v1alpha1.user.enmasse.io",
"rc": 0,
"start": "2020-04-16 15:04:45.148596",
"stderr": "",
"stderr_lines": [],
"stdout": "apiservice.apiregistration.k8s.io \"v1alpha1.user.enmasse.io\" deleted",
"stdout_lines": [
"apiservice.apiregistration.k8s.io \"v1alpha1.user.enmasse.io\" deleted"
]
}
<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/ansible-tmp-1587049485.41-66813626861580 `" && echo ansible-tmp-1587049485.41-66813626861580="` echo /root/.ansible/tmp/ansible-tmp-1587049485.41-66813626861580 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpBvEOxP TO /root/.ansible/tmp/ansible-tmp-1587049485.41-66813626861580/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049485.41-66813626861580/ /root/.ansible/tmp/ansible-tmp-1587049485.41-66813626861580/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049485.41-66813626861580/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049485.41-66813626861580/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=v1beta1.admin.enmasse.io) => {
"changed": true,
"cmd": "oc delete apiservice v1beta1.admin.enmasse.io",
"delta": "0:00:00.235725",
"end": "2020-04-16 15:04:45.777851",
"invocation": {
"module_args": {
"_raw_params": "oc delete apiservice v1beta1.admin.enmasse.io",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "v1beta1.admin.enmasse.io",
"rc": 0,
"start": "2020-04-16 15:04:45.542126",
"stderr": "",
"stderr_lines": [],
"stdout": "apiservice.apiregistration.k8s.io \"v1beta1.admin.enmasse.io\" deleted",
"stdout_lines": [
"apiservice.apiregistration.k8s.io \"v1beta1.admin.enmasse.io\" deleted"
]
}
<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/ansible-tmp-1587049485.81-240895370395079 `" && echo ansible-tmp-1587049485.81-240895370395079="` echo /root/.ansible/tmp/ansible-tmp-1587049485.81-240895370395079 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpiC7m5C TO /root/.ansible/tmp/ansible-tmp-1587049485.81-240895370395079/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049485.81-240895370395079/ /root/.ansible/tmp/ansible-tmp-1587049485.81-240895370395079/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049485.81-240895370395079/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049485.81-240895370395079/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=v1beta1.enmasse.io) => {
"changed": true,
"cmd": "oc delete apiservice v1beta1.enmasse.io",
"delta": "0:00:00.286610",
"end": "2020-04-16 15:04:46.230107",
"invocation": {
"module_args": {
"_raw_params": "oc delete apiservice v1beta1.enmasse.io",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "v1beta1.enmasse.io",
"rc": 0,
"start": "2020-04-16 15:04:45.943497",
"stderr": "",
"stderr_lines": [],
"stdout": "apiservice.apiregistration.k8s.io \"v1beta1.enmasse.io\" deleted",
"stdout_lines": [
"apiservice.apiregistration.k8s.io \"v1beta1.enmasse.io\" deleted"
]
}
<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/ansible-tmp-1587049486.26-242445303067321 `" && echo ansible-tmp-1587049486.26-242445303067321="` echo /root/.ansible/tmp/ansible-tmp-1587049486.26-242445303067321 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp64jqFw TO /root/.ansible/tmp/ansible-tmp-1587049486.26-242445303067321/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049486.26-242445303067321/ /root/.ansible/tmp/ansible-tmp-1587049486.26-242445303067321/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049486.26-242445303067321/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049486.26-242445303067321/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=v1beta1.user.enmasse.io) => {
"changed": true,
"cmd": "oc delete apiservice v1beta1.user.enmasse.io",
"delta": "0:00:00.214736",
"end": "2020-04-16 15:04:46.612340",
"invocation": {
"module_args": {
"_raw_params": "oc delete apiservice v1beta1.user.enmasse.io",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "v1beta1.user.enmasse.io",
"rc": 0,
"start": "2020-04-16 15:04:46.397604",
"stderr": "",
"stderr_lines": [],
"stdout": "apiservice.apiregistration.k8s.io \"v1beta1.user.enmasse.io\" deleted",
"stdout_lines": [
"apiservice.apiregistration.k8s.io \"v1beta1.user.enmasse.io\" deleted"
]
}
<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/ansible-tmp-1587049486.65-136225840982649 `" && echo ansible-tmp-1587049486.65-136225840982649="` echo /root/.ansible/tmp/ansible-tmp-1587049486.65-136225840982649 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmphkZkz0 TO /root/.ansible/tmp/ansible-tmp-1587049486.65-136225840982649/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049486.65-136225840982649/ /root/.ansible/tmp/ansible-tmp-1587049486.65-136225840982649/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049486.65-136225840982649/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049486.65-136225840982649/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=v1beta2.admin.enmasse.io) => {
"changed": true,
"cmd": "oc delete apiservice v1beta2.admin.enmasse.io",
"delta": "0:00:00.219752",
"end": "2020-04-16 15:04:47.001151",
"invocation": {
"module_args": {
"_raw_params": "oc delete apiservice v1beta2.admin.enmasse.io",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "v1beta2.admin.enmasse.io",
"rc": 0,
"start": "2020-04-16 15:04:46.781399",
"stderr": "",
"stderr_lines": [],
"stdout": "apiservice.apiregistration.k8s.io \"v1beta2.admin.enmasse.io\" deleted",
"stdout_lines": [
"apiservice.apiregistration.k8s.io \"v1beta2.admin.enmasse.io\" deleted"
]
}
TASK [enmasse : Delete project namespace: enmasse] *****************************
task path: /root/installation/roles/enmasse/tasks/uninstall.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/ansible-tmp-1587049487.14-274515029932135 `" && echo ansible-tmp-1587049487.14-274515029932135="` echo /root/.ansible/tmp/ansible-tmp-1587049487.14-274515029932135 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp33vaIM TO /root/.ansible/tmp/ansible-tmp-1587049487.14-274515029932135/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049487.14-274515029932135/ /root/.ansible/tmp/ansible-tmp-1587049487.14-274515029932135/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049487.14-274515029932135/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049487.14-274515029932135/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete project enmasse",
"delta": "0:00:45.543540",
"end": "2020-04-16 15:05:32.827159",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete project enmasse",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:04:47.283619",
"stderr": "",
"stderr_lines": [],
"stdout": "project.project.openshift.io \"enmasse\" deleted",
"stdout_lines": [
"project.project.openshift.io \"enmasse\" deleted"
]
}
TASK [enmasse : Remove remaining CRDs] *****************************************
task path: /root/installation/roles/enmasse/tasks/uninstall.yml:43
<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/ansible-tmp-1587049532.96-20342782763019 `" && echo ansible-tmp-1587049532.96-20342782763019="` echo /root/.ansible/tmp/ansible-tmp-1587049532.96-20342782763019 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp6yGxqm TO /root/.ansible/tmp/ansible-tmp-1587049532.96-20342782763019/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049532.96-20342782763019/ /root/.ansible/tmp/ansible-tmp-1587049532.96-20342782763019/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049532.96-20342782763019/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049532.96-20342782763019/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete crd -l app=enmasse",
"delta": "0:00:00.439793",
"end": "2020-04-16 15:05:33.532399",
"invocation": {
"module_args": {
"_raw_params": "oc delete crd -l app=enmasse",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:05:33.092606",
"stderr": "",
"stderr_lines": [],
"stdout": "customresourcedefinition.apiextensions.k8s.io \"addressplans.admin.enmasse.io\" deleted\ncustomresourcedefinition.apiextensions.k8s.io \"addressspaceplans.admin.enmasse.io\" deleted\ncustomresourcedefinition.apiextensions.k8s.io \"authenticationservices.admin.enmasse.io\" deleted\ncustomresourcedefinition.apiextensions.k8s.io \"brokeredinfraconfigs.admin.enmasse.io\" deleted\ncustomresourcedefinition.apiextensions.k8s.io \"consoleservices.admin.enmasse.io\" deleted\ncustomresourcedefinition.apiextensions.k8s.io \"iotconfigs.iot.enmasse.io\" deleted\ncustomresourcedefinition.apiextensions.k8s.io \"iotprojects.iot.enmasse.io\" deleted\ncustomresourcedefinition.apiextensions.k8s.io \"standardinfraconfigs.admin.enmasse.io\" deleted",
"stdout_lines": [
"customresourcedefinition.apiextensions.k8s.io \"addressplans.admin.enmasse.io\" deleted",
"customresourcedefinition.apiextensions.k8s.io \"addressspaceplans.admin.enmasse.io\" deleted",
"customresourcedefinition.apiextensions.k8s.io \"authenticationservices.admin.enmasse.io\" deleted",
"customresourcedefinition.apiextensions.k8s.io \"brokeredinfraconfigs.admin.enmasse.io\" deleted",
"customresourcedefinition.apiextensions.k8s.io \"consoleservices.admin.enmasse.io\" deleted",
"customresourcedefinition.apiextensions.k8s.io \"iotconfigs.iot.enmasse.io\" deleted",
"customresourcedefinition.apiextensions.k8s.io \"iotprojects.iot.enmasse.io\" deleted",
"customresourcedefinition.apiextensions.k8s.io \"standardinfraconfigs.admin.enmasse.io\" deleted"
]
}
TASK [include_role : webapp] ***************************************************
task path: /root/installation/playbooks/uninstall.yml:71
TASK [webapp : Remove OpenShift OAuth client] **********************************
task path: /root/installation/roles/webapp/tasks/uninstall.yml: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/ansible-tmp-1587049533.85-23044192328922 `" && echo ansible-tmp-1587049533.85-23044192328922="` echo /root/.ansible/tmp/ansible-tmp-1587049533.85-23044192328922 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpYtalxS TO /root/.ansible/tmp/ansible-tmp-1587049533.85-23044192328922/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049533.85-23044192328922/ /root/.ansible/tmp/ansible-tmp-1587049533.85-23044192328922/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049533.85-23044192328922/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049533.85-23044192328922/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete oauthclient tutorial-web-app",
"delta": "0:00:00.234382",
"end": "2020-04-16 15:05:34.227247",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete oauthclient tutorial-web-app",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:05:33.992865",
"stderr": "",
"stderr_lines": [],
"stdout": "oauthclient.oauth.openshift.io \"tutorial-web-app\" deleted",
"stdout_lines": [
"oauthclient.oauth.openshift.io \"tutorial-web-app\" deleted"
]
}
TASK [include_role : namespace] ************************************************
task path: /root/installation/roles/webapp/tasks/uninstall.yml:8
TASK [namespace : Delete namespaces webapp] ************************************
task path: /root/installation/roles/namespace/tasks/delete.yml: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/ansible-tmp-1587049534.51-221190993657268 `" && echo ansible-tmp-1587049534.51-221190993657268="` echo /root/.ansible/tmp/ansible-tmp-1587049534.51-221190993657268 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp8ej4pJ TO /root/.ansible/tmp/ansible-tmp-1587049534.51-221190993657268/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049534.51-221190993657268/ /root/.ansible/tmp/ansible-tmp-1587049534.51-221190993657268/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049534.51-221190993657268/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049534.51-221190993657268/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=webapp) => {
"changed": true,
"cmd": "oc delete namespace webapp",
"delta": "0:00:22.097244",
"end": "2020-04-16 15:05:56.774840",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete namespace webapp",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "webapp",
"rc": 0,
"start": "2020-04-16 15:05:34.677596",
"stderr": "",
"stderr_lines": [],
"stdout": "namespace \"webapp\" deleted",
"stdout_lines": [
"namespace \"webapp\" deleted"
]
}
TASK [include_role : rhsso] ****************************************************
task path: /root/installation/playbooks/uninstall.yml:78
TASK [rhsso : Deprovision RH-SSO] **********************************************
task path: /root/installation/roles/rhsso/tasks/uninstall.yml:2
included: /root/installation/roles/rhsso/tasks/uninstall_sso.yml for 127.0.0.1
TASK [rhsso : Delete keycloak realm] *******************************************
task path: /root/installation/roles/rhsso/tasks/uninstall_sso.yml: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/ansible-tmp-1587049557.24-84524590098751 `" && echo ansible-tmp-1587049557.24-84524590098751="` echo /root/.ansible/tmp/ansible-tmp-1587049557.24-84524590098751 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp3S1itT TO /root/.ansible/tmp/ansible-tmp-1587049557.24-84524590098751/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049557.24-84524590098751/ /root/.ansible/tmp/ansible-tmp-1587049557.24-84524590098751/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049557.24-84524590098751/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049557.24-84524590098751/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete keycloakrealm openshift -n sso",
"delta": "0:00:00.225474",
"end": "2020-04-16 15:05:57.597537",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete keycloakrealm openshift -n sso",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:05:57.372063",
"stderr": "",
"stderr_lines": [],
"stdout": "keycloakrealm.aerogear.org \"openshift\" deleted",
"stdout_lines": [
"keycloakrealm.aerogear.org \"openshift\" deleted"
]
}
TASK [rhsso : Delete keycloak] *************************************************
task path: /root/installation/roles/rhsso/tasks/uninstall_sso.yml:8
<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/ansible-tmp-1587049557.73-233028141217864 `" && echo ansible-tmp-1587049557.73-233028141217864="` echo /root/.ansible/tmp/ansible-tmp-1587049557.73-233028141217864 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp4bQ2DJ TO /root/.ansible/tmp/ansible-tmp-1587049557.73-233028141217864/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049557.73-233028141217864/ /root/.ansible/tmp/ansible-tmp-1587049557.73-233028141217864/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049557.73-233028141217864/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049557.73-233028141217864/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete keycloak rhsso -n sso",
"delta": "0:00:00.224174",
"end": "2020-04-16 15:05:58.086808",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete keycloak rhsso -n sso",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:05:57.862634",
"stderr": "",
"stderr_lines": [],
"stdout": "keycloak.aerogear.org \"rhsso\" deleted",
"stdout_lines": [
"keycloak.aerogear.org \"rhsso\" deleted"
]
}
TASK [rhsso : Wait for keycloak resources to be removed] ***********************
task path: /root/installation/roles/rhsso/tasks/uninstall_sso.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/ansible-tmp-1587049558.24-207407096128155 `" && echo ansible-tmp-1587049558.24-207407096128155="` echo /root/.ansible/tmp/ansible-tmp-1587049558.24-207407096128155 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpXl5wP8 TO /root/.ansible/tmp/ansible-tmp-1587049558.24-207407096128155/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049558.24-207407096128155/ /root/.ansible/tmp/ansible-tmp-1587049558.24-207407096128155/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049558.24-207407096128155/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049558.24-207407096128155/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"attempts": 1,
"changed": false,
"cmd": "oc get keycloak rhsso -n sso",
"delta": "0:00:00.206033",
"end": "2020-04-16 15:05:58.584315",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc get keycloak rhsso -n sso",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:05:58.378282",
"stderr": "No resources found.\nError from server (NotFound): keycloaks.aerogear.org \"rhsso\" not found",
"stderr_lines": [
"No resources found.",
"Error from server (NotFound): keycloaks.aerogear.org \"rhsso\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [rhsso : Wait for keycloakrealms to be removed] ***************************
task path: /root/installation/roles/rhsso/tasks/uninstall_sso.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/ansible-tmp-1587049558.72-254846737921843 `" && echo ansible-tmp-1587049558.72-254846737921843="` echo /root/.ansible/tmp/ansible-tmp-1587049558.72-254846737921843 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpDor6K2 TO /root/.ansible/tmp/ansible-tmp-1587049558.72-254846737921843/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049558.72-254846737921843/ /root/.ansible/tmp/ansible-tmp-1587049558.72-254846737921843/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049558.72-254846737921843/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049558.72-254846737921843/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"attempts": 1,
"changed": false,
"cmd": "oc get keycloakrealm openshift -n sso",
"delta": "0:00:00.207341",
"end": "2020-04-16 15:05:59.057035",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc get keycloakrealm openshift -n sso",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:05:58.849694",
"stderr": "No resources found.\nError from server (NotFound): keycloakrealms.aerogear.org \"openshift\" not found",
"stderr_lines": [
"No resources found.",
"Error from server (NotFound): keycloakrealms.aerogear.org \"openshift\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [rhsso : Delete project namespace: sso] ***********************************
task path: /root/installation/roles/rhsso/tasks/uninstall_sso.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/ansible-tmp-1587049559.19-264249339548506 `" && echo ansible-tmp-1587049559.19-264249339548506="` echo /root/.ansible/tmp/ansible-tmp-1587049559.19-264249339548506 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpJpHeTu TO /root/.ansible/tmp/ansible-tmp-1587049559.19-264249339548506/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049559.19-264249339548506/ /root/.ansible/tmp/ansible-tmp-1587049559.19-264249339548506/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049559.19-264249339548506/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049559.19-264249339548506/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete project sso",
"delta": "0:00:31.279652",
"end": "2020-04-16 15:06:30.612580",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete project sso",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:05:59.332928",
"stderr": "",
"stderr_lines": [],
"stdout": "project.project.openshift.io \"sso\" deleted",
"stdout_lines": [
"project.project.openshift.io \"sso\" deleted"
]
}
TASK [rhsso : Get RHSSO Identities] ********************************************
task path: /root/installation/roles/rhsso/tasks/uninstall.yml:7
<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/ansible-tmp-1587049590.75-140589833507982 `" && echo ansible-tmp-1587049590.75-140589833507982="` echo /root/.ansible/tmp/ansible-tmp-1587049590.75-140589833507982 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpICV9UE TO /root/.ansible/tmp/ansible-tmp-1587049590.75-140589833507982/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049590.75-140589833507982/ /root/.ansible/tmp/ansible-tmp-1587049590.75-140589833507982/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049590.75-140589833507982/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049590.75-140589833507982/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc get identities | grep 'rh_sso' | awk '{print $1}'",
"delta": "0:00:00.202451",
"end": "2020-04-16 15:06:31.090088",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc get identities | grep 'rh_sso' | awk '{print $1}'",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:06:30.887637",
"stderr": "",
"stderr_lines": [],
"stdout": "rh_sso:563396ef-94dd-47c9-bfd8-fa06200b62a3",
"stdout_lines": [
"rh_sso:563396ef-94dd-47c9-bfd8-fa06200b62a3"
]
}
TASK [rhsso : Delete user identities] ******************************************
task path: /root/installation/roles/rhsso/tasks/uninstall.yml:12
<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/ansible-tmp-1587049591.21-212570262637924 `" && echo ansible-tmp-1587049591.21-212570262637924="` echo /root/.ansible/tmp/ansible-tmp-1587049591.21-212570262637924 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp8iPNJ4 TO /root/.ansible/tmp/ansible-tmp-1587049591.21-212570262637924/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049591.21-212570262637924/ /root/.ansible/tmp/ansible-tmp-1587049591.21-212570262637924/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049591.21-212570262637924/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049591.21-212570262637924/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete identities rh_sso:563396ef-94dd-47c9-bfd8-fa06200b62a3",
"delta": "0:00:00.217893",
"end": "2020-04-16 15:06:31.567593",
"invocation": {
"module_args": {
"_raw_params": "oc delete identities rh_sso:563396ef-94dd-47c9-bfd8-fa06200b62a3",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:06:31.349700",
"stderr": "",
"stderr_lines": [],
"stdout": "identity.user.openshift.io \"rh_sso:563396ef-94dd-47c9-bfd8-fa06200b62a3\" deleted",
"stdout_lines": [
"identity.user.openshift.io \"rh_sso:563396ef-94dd-47c9-bfd8-fa06200b62a3\" deleted"
]
}
TASK [rhsso : Export existing webconsole configmap] ****************************
task path: /root/installation/roles/rhsso/tasks/uninstall.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/ansible-tmp-1587049591.69-133593769904608 `" && echo ansible-tmp-1587049591.69-133593769904608="` echo /root/.ansible/tmp/ansible-tmp-1587049591.69-133593769904608 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpaYiyuU TO /root/.ansible/tmp/ansible-tmp-1587049591.69-133593769904608/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049591.69-133593769904608/ /root/.ansible/tmp/ansible-tmp-1587049591.69-133593769904608/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049591.69-133593769904608/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049591.69-133593769904608/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc get configmap webconsole-config -o yaml -n openshift-web-console > /tmp/webconsole-config.yaml",
"delta": "0:00:00.214236",
"end": "2020-04-16 15:06:32.036681",
"invocation": {
"module_args": {
"_raw_params": "oc get configmap webconsole-config -o yaml -n openshift-web-console > /tmp/webconsole-config.yaml",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:06:31.822445",
"stderr": "",
"stderr_lines": [],
"stdout": "",
"stdout_lines": []
}
TASK [rhsso : lineinfile] ******************************************************
task path: /root/installation/roles/rhsso/tasks/uninstall.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/ansible-tmp-1587049592.15-240273417722883 `" && echo ansible-tmp-1587049592.15-240273417722883="` echo /root/.ansible/tmp/ansible-tmp-1587049592.15-240273417722883 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/lineinfile.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpfQnMwR TO /root/.ansible/tmp/ansible-tmp-1587049592.15-240273417722883/lineinfile.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049592.15-240273417722883/ /root/.ansible/tmp/ansible-tmp-1587049592.15-240273417722883/lineinfile.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049592.15-240273417722883/lineinfile.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049592.15-240273417722883/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"backup": "",
"changed": true,
"diff": [
{
"after": "",
"after_header": "/tmp/webconsole-config.yaml (content)",
"before": "",
"before_header": "/tmp/webconsole-config.yaml (content)"
},
{
"after_header": "/tmp/webconsole-config.yaml (file attributes)",
"before_header": "/tmp/webconsole-config.yaml (file attributes)"
}
],
"invocation": {
"module_args": {
"attributes": null,
"backrefs": false,
"backup": false,
"content": null,
"create": false,
"delimiter": null,
"directory_mode": null,
"firstmatch": false,
"follow": false,
"force": null,
"group": null,
"insertafter": null,
"insertbefore": null,
"line": " logoutPublicURL: ''",
"mode": null,
"owner": null,
"path": "/tmp/webconsole-config.yaml",
"regexp": "logoutPublicURL:",
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": null,
"state": "present",
"unsafe_writes": null,
"validate": null
}
},
"msg": "line replaced"
}
TASK [rhsso : Replace webconsole configmap in openshift-web-console namespace] ***
task path: /root/installation/roles/rhsso/tasks/uninstall.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/ansible-tmp-1587049592.61-153426986919730 `" && echo ansible-tmp-1587049592.61-153426986919730="` echo /root/.ansible/tmp/ansible-tmp-1587049592.61-153426986919730 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpPdvAnI TO /root/.ansible/tmp/ansible-tmp-1587049592.61-153426986919730/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049592.61-153426986919730/ /root/.ansible/tmp/ansible-tmp-1587049592.61-153426986919730/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049592.61-153426986919730/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049592.61-153426986919730/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc replace -f /tmp/webconsole-config.yaml -n openshift-web-console",
"delta": "0:00:00.219171",
"end": "2020-04-16 15:06:32.964376",
"invocation": {
"module_args": {
"_raw_params": "oc replace -f /tmp/webconsole-config.yaml -n openshift-web-console",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:06:32.745205",
"stderr": "",
"stderr_lines": [],
"stdout": "configmap/webconsole-config replaced",
"stdout_lines": [
"configmap/webconsole-config replaced"
]
}
TASK [include_role : nexus] ****************************************************
task path: /root/installation/playbooks/uninstall.yml:84
TASK [nexus : Delete nexus namespace] ******************************************
task path: /root/installation/roles/nexus/tasks/uninstall.yml: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/ansible-tmp-1587049593.25-124909999133930 `" && echo ansible-tmp-1587049593.25-124909999133930="` echo /root/.ansible/tmp/ansible-tmp-1587049593.25-124909999133930 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpaMUIoN TO /root/.ansible/tmp/ansible-tmp-1587049593.25-124909999133930/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049593.25-124909999133930/ /root/.ansible/tmp/ansible-tmp-1587049593.25-124909999133930/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049593.25-124909999133930/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049593.25-124909999133930/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete project nexus",
"delta": "0:00:22.919578",
"end": "2020-04-16 15:06:56.311099",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete project nexus",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:06:33.391521",
"stderr": "",
"stderr_lines": [],
"stdout": "project.project.openshift.io \"nexus\" deleted",
"stdout_lines": [
"project.project.openshift.io \"nexus\" deleted"
]
}
TASK [include_role : fuse] *****************************************************
task path: /root/installation/playbooks/uninstall.yml:91
TASK [fuse : Delete Fuse image streams] ****************************************
task path: /root/installation/roles/fuse/tasks/uninstall.yml:3
<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/ansible-tmp-1587049616.64-163729421881638 `" && echo ansible-tmp-1587049616.64-163729421881638="` echo /root/.ansible/tmp/ansible-tmp-1587049616.64-163729421881638 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp349zsf TO /root/.ansible/tmp/ansible-tmp-1587049616.64-163729421881638/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049616.64-163729421881638/ /root/.ansible/tmp/ansible-tmp-1587049616.64-163729421881638/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049616.64-163729421881638/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049616.64-163729421881638/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/fis-image-streams.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/fis-image-streams.json -n openshift",
"delta": "0:00:00.822158",
"end": "2020-04-16 15:06:57.613626",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/fis-image-streams.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/fis-image-streams.json",
"rc": 0,
"start": "2020-04-16 15:06:56.791468",
"stderr": "",
"stderr_lines": [],
"stdout": "imagestream.image.openshift.io \"fis-java-openshift\" deleted\nimagestream.image.openshift.io \"jboss-fuse70-java-openshift\" deleted\nimagestream.image.openshift.io \"fis-karaf-openshift\" deleted\nimagestream.image.openshift.io \"jboss-fuse70-karaf-openshift\" deleted\nimagestream.image.openshift.io \"jboss-fuse70-eap-openshift\" deleted\nimagestream.image.openshift.io \"jboss-fuse70-console\" deleted\nimagestream.image.openshift.io \"fuse7-java-openshift\" deleted\nimagestream.image.openshift.io \"fuse7-karaf-openshift\" deleted\nimagestream.image.openshift.io \"fuse7-eap-openshift\" deleted\nimagestream.image.openshift.io \"fuse7-console\" deleted\nimagestream.image.openshift.io \"apicurito-ui\" deleted\nimagestream.image.openshift.io \"fuse-apicurito-generator\" deleted",
"stdout_lines": [
"imagestream.image.openshift.io \"fis-java-openshift\" deleted",
"imagestream.image.openshift.io \"jboss-fuse70-java-openshift\" deleted",
"imagestream.image.openshift.io \"fis-karaf-openshift\" deleted",
"imagestream.image.openshift.io \"jboss-fuse70-karaf-openshift\" deleted",
"imagestream.image.openshift.io \"jboss-fuse70-eap-openshift\" deleted",
"imagestream.image.openshift.io \"jboss-fuse70-console\" deleted",
"imagestream.image.openshift.io \"fuse7-java-openshift\" deleted",
"imagestream.image.openshift.io \"fuse7-karaf-openshift\" deleted",
"imagestream.image.openshift.io \"fuse7-eap-openshift\" deleted",
"imagestream.image.openshift.io \"fuse7-console\" deleted",
"imagestream.image.openshift.io \"apicurito-ui\" deleted",
"imagestream.image.openshift.io \"fuse-apicurito-generator\" deleted"
]
}
TASK [fuse : Delete Fuse quickstart templates] *********************************
task path: /root/installation/roles/fuse/tasks/uninstall.yml:12
<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/ansible-tmp-1587049617.75-264776255687039 `" && echo ansible-tmp-1587049617.75-264776255687039="` echo /root/.ansible/tmp/ansible-tmp-1587049617.75-264776255687039 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpnWVsbd TO /root/.ansible/tmp/ansible-tmp-1587049617.75-264776255687039/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049617.75-264776255687039/ /root/.ansible/tmp/ansible-tmp-1587049617.75-264776255687039/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049617.75-264776255687039/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049617.75-264776255687039/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=eap-camel-amq-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/eap-camel-amq-template.json -n openshift",
"delta": "0:00:00.240862",
"end": "2020-04-16 15:06:58.125513",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/eap-camel-amq-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "eap-camel-amq-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:06:57.884651",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/eap-camel-amq-template.json\": templates.template.openshift.io \"s2i-fuse76-eap-camel-amq\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/eap-camel-amq-template.json\": templates.template.openshift.io \"s2i-fuse76-eap-camel-amq\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049618.17-178773118374149 `" && echo ansible-tmp-1587049618.17-178773118374149="` echo /root/.ansible/tmp/ansible-tmp-1587049618.17-178773118374149 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpZWKFfh TO /root/.ansible/tmp/ansible-tmp-1587049618.17-178773118374149/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049618.17-178773118374149/ /root/.ansible/tmp/ansible-tmp-1587049618.17-178773118374149/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049618.17-178773118374149/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049618.17-178773118374149/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=eap-camel-cdi-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/eap-camel-cdi-template.json -n openshift",
"delta": "0:00:01.362872",
"end": "2020-04-16 15:06:59.658653",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/eap-camel-cdi-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "eap-camel-cdi-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:06:58.295781",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/eap-camel-cdi-template.json\": templates.template.openshift.io \"s2i-fuse76-eap-camel-cdi\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/eap-camel-cdi-template.json\": templates.template.openshift.io \"s2i-fuse76-eap-camel-cdi\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049619.7-110724590015454 `" && echo ansible-tmp-1587049619.7-110724590015454="` echo /root/.ansible/tmp/ansible-tmp-1587049619.7-110724590015454 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp7zzfPq TO /root/.ansible/tmp/ansible-tmp-1587049619.7-110724590015454/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049619.7-110724590015454/ /root/.ansible/tmp/ansible-tmp-1587049619.7-110724590015454/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049619.7-110724590015454/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049619.7-110724590015454/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=eap-camel-cxf-jaxrs-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/eap-camel-cxf-jaxrs-template.json -n openshift",
"delta": "0:00:00.345457",
"end": "2020-04-16 15:07:00.179003",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/eap-camel-cxf-jaxrs-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "eap-camel-cxf-jaxrs-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:06:59.833546",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/eap-camel-cxf-jaxrs-template.json\": templates.template.openshift.io \"s2i-fuse76-eap-camel-cxf-jaxrs\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/eap-camel-cxf-jaxrs-template.json\": templates.template.openshift.io \"s2i-fuse76-eap-camel-cxf-jaxrs\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049620.23-67862764016597 `" && echo ansible-tmp-1587049620.23-67862764016597="` echo /root/.ansible/tmp/ansible-tmp-1587049620.23-67862764016597 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpcs1jiN TO /root/.ansible/tmp/ansible-tmp-1587049620.23-67862764016597/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049620.23-67862764016597/ /root/.ansible/tmp/ansible-tmp-1587049620.23-67862764016597/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049620.23-67862764016597/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049620.23-67862764016597/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=eap-camel-cxf-jaxws-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/eap-camel-cxf-jaxws-template.json -n openshift",
"delta": "0:00:00.264387",
"end": "2020-04-16 15:07:00.633322",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/eap-camel-cxf-jaxws-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "eap-camel-cxf-jaxws-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:07:00.368935",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/eap-camel-cxf-jaxws-template.json\": templates.template.openshift.io \"s2i-fuse76-eap-camel-cxf-jaxws\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/eap-camel-cxf-jaxws-template.json\": templates.template.openshift.io \"s2i-fuse76-eap-camel-cxf-jaxws\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049620.67-237285235455097 `" && echo ansible-tmp-1587049620.67-237285235455097="` echo /root/.ansible/tmp/ansible-tmp-1587049620.67-237285235455097 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpDKDWA9 TO /root/.ansible/tmp/ansible-tmp-1587049620.67-237285235455097/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049620.67-237285235455097/ /root/.ansible/tmp/ansible-tmp-1587049620.67-237285235455097/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049620.67-237285235455097/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049620.67-237285235455097/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=eap-camel-jpa-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/eap-camel-jpa-template.json -n openshift",
"delta": "0:00:00.350448",
"end": "2020-04-16 15:07:01.151953",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/eap-camel-jpa-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "eap-camel-jpa-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:07:00.801505",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/eap-camel-jpa-template.json\": templates.template.openshift.io \"s2i-fuse76-eap-camel-jpa\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/eap-camel-jpa-template.json\": templates.template.openshift.io \"s2i-fuse76-eap-camel-jpa\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049621.19-218405032992586 `" && echo ansible-tmp-1587049621.19-218405032992586="` echo /root/.ansible/tmp/ansible-tmp-1587049621.19-218405032992586 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpBxkIYF TO /root/.ansible/tmp/ansible-tmp-1587049621.19-218405032992586/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049621.19-218405032992586/ /root/.ansible/tmp/ansible-tmp-1587049621.19-218405032992586/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049621.19-218405032992586/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049621.19-218405032992586/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=karaf-camel-amq-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/karaf-camel-amq-template.json -n openshift",
"delta": "0:00:00.401061",
"end": "2020-04-16 15:07:01.731206",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/karaf-camel-amq-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "karaf-camel-amq-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:07:01.330145",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/karaf-camel-amq-template.json\": templates.template.openshift.io \"s2i-fuse76-karaf-camel-amq\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/karaf-camel-amq-template.json\": templates.template.openshift.io \"s2i-fuse76-karaf-camel-amq\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049621.77-152147654855556 `" && echo ansible-tmp-1587049621.77-152147654855556="` echo /root/.ansible/tmp/ansible-tmp-1587049621.77-152147654855556 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpi11xRU TO /root/.ansible/tmp/ansible-tmp-1587049621.77-152147654855556/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049621.77-152147654855556/ /root/.ansible/tmp/ansible-tmp-1587049621.77-152147654855556/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049621.77-152147654855556/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049621.77-152147654855556/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=karaf-camel-log-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/karaf-camel-log-template.json -n openshift",
"delta": "0:00:00.431025",
"end": "2020-04-16 15:07:02.342558",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/karaf-camel-log-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "karaf-camel-log-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:07:01.911533",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/karaf-camel-log-template.json\": templates.template.openshift.io \"s2i-fuse76-karaf-camel-log\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/karaf-camel-log-template.json\": templates.template.openshift.io \"s2i-fuse76-karaf-camel-log\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049622.39-84046343255793 `" && echo ansible-tmp-1587049622.39-84046343255793="` echo /root/.ansible/tmp/ansible-tmp-1587049622.39-84046343255793 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp4tQuhK TO /root/.ansible/tmp/ansible-tmp-1587049622.39-84046343255793/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049622.39-84046343255793/ /root/.ansible/tmp/ansible-tmp-1587049622.39-84046343255793/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049622.39-84046343255793/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049622.39-84046343255793/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=karaf-camel-rest-sql-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/karaf-camel-rest-sql-template.json -n openshift",
"delta": "0:00:00.361456",
"end": "2020-04-16 15:07:02.893354",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/karaf-camel-rest-sql-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "karaf-camel-rest-sql-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:07:02.531898",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/karaf-camel-rest-sql-template.json\": templates.template.openshift.io \"s2i-fuse76-karaf-camel-rest-sql\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/karaf-camel-rest-sql-template.json\": templates.template.openshift.io \"s2i-fuse76-karaf-camel-rest-sql\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049622.94-228916889110282 `" && echo ansible-tmp-1587049622.94-228916889110282="` echo /root/.ansible/tmp/ansible-tmp-1587049622.94-228916889110282 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpWVo6ES TO /root/.ansible/tmp/ansible-tmp-1587049622.94-228916889110282/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049622.94-228916889110282/ /root/.ansible/tmp/ansible-tmp-1587049622.94-228916889110282/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049622.94-228916889110282/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049622.94-228916889110282/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=karaf-cxf-rest-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/karaf-cxf-rest-template.json -n openshift",
"delta": "0:00:00.355356",
"end": "2020-04-16 15:07:03.429434",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/karaf-cxf-rest-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "karaf-cxf-rest-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:07:03.074078",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/karaf-cxf-rest-template.json\": templates.template.openshift.io \"s2i-fuse76-karaf-cxf-rest\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/karaf-cxf-rest-template.json\": templates.template.openshift.io \"s2i-fuse76-karaf-cxf-rest\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049623.47-251612678209115 `" && echo ansible-tmp-1587049623.47-251612678209115="` echo /root/.ansible/tmp/ansible-tmp-1587049623.47-251612678209115 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpujNqaU TO /root/.ansible/tmp/ansible-tmp-1587049623.47-251612678209115/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049623.47-251612678209115/ /root/.ansible/tmp/ansible-tmp-1587049623.47-251612678209115/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049623.47-251612678209115/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049623.47-251612678209115/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=spring-boot-camel-amq-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-amq-template.json -n openshift",
"delta": "0:00:00.411956",
"end": "2020-04-16 15:07:04.017178",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-amq-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "spring-boot-camel-amq-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:07:03.605222",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-amq-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-camel-amq\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-amq-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-camel-amq\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049624.06-203712287839442 `" && echo ansible-tmp-1587049624.06-203712287839442="` echo /root/.ansible/tmp/ansible-tmp-1587049624.06-203712287839442 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpUeYWdy TO /root/.ansible/tmp/ansible-tmp-1587049624.06-203712287839442/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049624.06-203712287839442/ /root/.ansible/tmp/ansible-tmp-1587049624.06-203712287839442/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049624.06-203712287839442/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049624.06-203712287839442/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=spring-boot-camel-config-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-config-template.json -n openshift",
"delta": "0:00:01.268875",
"end": "2020-04-16 15:07:05.465838",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-config-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "spring-boot-camel-config-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:07:04.196963",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-config-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-camel-config\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-config-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-camel-config\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049625.5-193990444029131 `" && echo ansible-tmp-1587049625.5-193990444029131="` echo /root/.ansible/tmp/ansible-tmp-1587049625.5-193990444029131 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpLQrAUL TO /root/.ansible/tmp/ansible-tmp-1587049625.5-193990444029131/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049625.5-193990444029131/ /root/.ansible/tmp/ansible-tmp-1587049625.5-193990444029131/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049625.5-193990444029131/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049625.5-193990444029131/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=spring-boot-camel-drools-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-drools-template.json -n openshift",
"delta": "0:00:00.233848",
"end": "2020-04-16 15:07:05.864983",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-drools-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "spring-boot-camel-drools-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:07:05.631135",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-drools-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-camel-drools\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-drools-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-camel-drools\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049625.9-164455735816675 `" && echo ansible-tmp-1587049625.9-164455735816675="` echo /root/.ansible/tmp/ansible-tmp-1587049625.9-164455735816675 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpUBmV29 TO /root/.ansible/tmp/ansible-tmp-1587049625.9-164455735816675/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049625.9-164455735816675/ /root/.ansible/tmp/ansible-tmp-1587049625.9-164455735816675/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049625.9-164455735816675/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049625.9-164455735816675/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=spring-boot-camel-infinispan-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-infinispan-template.json -n openshift",
"delta": "0:00:00.235068",
"end": "2020-04-16 15:07:06.270530",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-infinispan-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "spring-boot-camel-infinispan-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:07:06.035462",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-infinispan-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-camel-infinispan\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-infinispan-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-camel-infinispan\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049626.31-16621765601045 `" && echo ansible-tmp-1587049626.31-16621765601045="` echo /root/.ansible/tmp/ansible-tmp-1587049626.31-16621765601045 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpqzonxg TO /root/.ansible/tmp/ansible-tmp-1587049626.31-16621765601045/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049626.31-16621765601045/ /root/.ansible/tmp/ansible-tmp-1587049626.31-16621765601045/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049626.31-16621765601045/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049626.31-16621765601045/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=spring-boot-camel-rest-3scale-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-rest-3scale-template.json -n openshift",
"delta": "0:00:00.245566",
"end": "2020-04-16 15:07:06.684447",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-rest-3scale-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "spring-boot-camel-rest-3scale-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:07:06.438881",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-rest-3scale-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-camel-rest-3scale\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-rest-3scale-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-camel-rest-3scale\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049626.72-279057883933716 `" && echo ansible-tmp-1587049626.72-279057883933716="` echo /root/.ansible/tmp/ansible-tmp-1587049626.72-279057883933716 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpOFxfDB TO /root/.ansible/tmp/ansible-tmp-1587049626.72-279057883933716/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049626.72-279057883933716/ /root/.ansible/tmp/ansible-tmp-1587049626.72-279057883933716/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049626.72-279057883933716/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049626.72-279057883933716/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=spring-boot-camel-rest-sql-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-rest-sql-template.json -n openshift",
"delta": "0:00:00.342502",
"end": "2020-04-16 15:07:07.209559",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-rest-sql-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "spring-boot-camel-rest-sql-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:07:06.867057",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-rest-sql-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-camel-rest-sql\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-rest-sql-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-camel-rest-sql\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049627.25-204034333324204 `" && echo ansible-tmp-1587049627.25-204034333324204="` echo /root/.ansible/tmp/ansible-tmp-1587049627.25-204034333324204 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpiVCIdE TO /root/.ansible/tmp/ansible-tmp-1587049627.25-204034333324204/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049627.25-204034333324204/ /root/.ansible/tmp/ansible-tmp-1587049627.25-204034333324204/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049627.25-204034333324204/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049627.25-204034333324204/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=spring-boot-camel-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-template.json -n openshift",
"delta": "0:00:00.340206",
"end": "2020-04-16 15:07:07.722416",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "spring-boot-camel-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:07:07.382210",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-camel\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-camel\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049627.76-116127115044348 `" && echo ansible-tmp-1587049627.76-116127115044348="` echo /root/.ansible/tmp/ansible-tmp-1587049627.76-116127115044348 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpcnta9K TO /root/.ansible/tmp/ansible-tmp-1587049627.76-116127115044348/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049627.76-116127115044348/ /root/.ansible/tmp/ansible-tmp-1587049627.76-116127115044348/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049627.76-116127115044348/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049627.76-116127115044348/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=spring-boot-camel-xa-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-xa-template.json -n openshift",
"delta": "0:00:01.278193",
"end": "2020-04-16 15:07:09.174510",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-xa-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "spring-boot-camel-xa-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:07:07.896317",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-xa-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-camel-xa\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-xa-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-camel-xa\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049629.21-220600636855993 `" && echo ansible-tmp-1587049629.21-220600636855993="` echo /root/.ansible/tmp/ansible-tmp-1587049629.21-220600636855993 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpxAahl1 TO /root/.ansible/tmp/ansible-tmp-1587049629.21-220600636855993/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049629.21-220600636855993/ /root/.ansible/tmp/ansible-tmp-1587049629.21-220600636855993/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049629.21-220600636855993/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049629.21-220600636855993/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=spring-boot-camel-xml-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-xml-template.json -n openshift",
"delta": "0:00:00.237814",
"end": "2020-04-16 15:07:09.585856",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-xml-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "spring-boot-camel-xml-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:07:09.348042",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-xml-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-camel-xml\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-camel-xml-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-camel-xml\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049629.62-93707073666129 `" && echo ansible-tmp-1587049629.62-93707073666129="` echo /root/.ansible/tmp/ansible-tmp-1587049629.62-93707073666129 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpUCswJS TO /root/.ansible/tmp/ansible-tmp-1587049629.62-93707073666129/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049629.62-93707073666129/ /root/.ansible/tmp/ansible-tmp-1587049629.62-93707073666129/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049629.62-93707073666129/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049629.62-93707073666129/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=spring-boot-cxf-jaxrs-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-cxf-jaxrs-template.json -n openshift",
"delta": "0:00:00.243028",
"end": "2020-04-16 15:07:09.994264",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-cxf-jaxrs-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "spring-boot-cxf-jaxrs-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:07:09.751236",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-cxf-jaxrs-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-cxf-jaxrs\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-cxf-jaxrs-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-cxf-jaxrs\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049630.03-234436010425881 `" && echo ansible-tmp-1587049630.03-234436010425881="` echo /root/.ansible/tmp/ansible-tmp-1587049630.03-234436010425881 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpn1BRdp TO /root/.ansible/tmp/ansible-tmp-1587049630.03-234436010425881/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049630.03-234436010425881/ /root/.ansible/tmp/ansible-tmp-1587049630.03-234436010425881/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049630.03-234436010425881/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049630.03-234436010425881/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=spring-boot-cxf-jaxws-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-cxf-jaxws-template.json -n openshift",
"delta": "0:00:00.346225",
"end": "2020-04-16 15:07:10.516806",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-cxf-jaxws-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "spring-boot-cxf-jaxws-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:07:10.170581",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-cxf-jaxws-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-cxf-jaxws\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/quickstarts/spring-boot-cxf-jaxws-template.json\": templates.template.openshift.io \"s2i-fuse76-spring-boot-cxf-jaxws\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [fuse : Delete Fuse Console templates] ************************************
task path: /root/installation/roles/fuse/tasks/uninstall.yml:38
<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/ansible-tmp-1587049630.65-229330271023371 `" && echo ansible-tmp-1587049630.65-229330271023371="` echo /root/.ansible/tmp/ansible-tmp-1587049630.65-229330271023371 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpBvfmtA TO /root/.ansible/tmp/ansible-tmp-1587049630.65-229330271023371/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049630.65-229330271023371/ /root/.ansible/tmp/ansible-tmp-1587049630.65-229330271023371/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049630.65-229330271023371/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049630.65-229330271023371/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=fis-console-cluster-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/fis-console-cluster-template.json -n openshift",
"delta": "0:00:00.364894",
"end": "2020-04-16 15:07:11.146428",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/fis-console-cluster-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "fis-console-cluster-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:07:10.781534",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/fis-console-cluster-template.json\": templates.template.openshift.io \"fuse76-console-cluster\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/fis-console-cluster-template.json\": templates.template.openshift.io \"fuse76-console-cluster\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049631.19-136965478534605 `" && echo ansible-tmp-1587049631.19-136965478534605="` echo /root/.ansible/tmp/ansible-tmp-1587049631.19-136965478534605 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpiUx_Qm TO /root/.ansible/tmp/ansible-tmp-1587049631.19-136965478534605/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049631.19-136965478534605/ /root/.ansible/tmp/ansible-tmp-1587049631.19-136965478534605/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049631.19-136965478534605/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049631.19-136965478534605/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=fis-console-namespace-template.json) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/fis-console-namespace-template.json -n openshift",
"delta": "0:00:00.243579",
"end": "2020-04-16 15:07:11.566269",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/fis-console-namespace-template.json -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "fis-console-namespace-template.json",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:07:11.322690",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/fis-console-namespace-template.json\": templates.template.openshift.io \"fuse76-console\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/fis-console-namespace-template.json\": templates.template.openshift.io \"fuse76-console\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049631.6-40015041567428 `" && echo ansible-tmp-1587049631.6-40015041567428="` echo /root/.ansible/tmp/ansible-tmp-1587049631.6-40015041567428 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp5Uvb4R TO /root/.ansible/tmp/ansible-tmp-1587049631.6-40015041567428/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049631.6-40015041567428/ /root/.ansible/tmp/ansible-tmp-1587049631.6-40015041567428/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049631.6-40015041567428/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049631.6-40015041567428/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=fuse-apicurito.yml) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/fuse-apicurito.yml -n openshift",
"delta": "0:00:00.264401",
"end": "2020-04-16 15:07:12.001452",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-760043-redhat-00001/fuse-apicurito.yml -n openshift",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "fuse-apicurito.yml",
"rc": 0,
"start": "2020-04-16 15:07:11.737051",
"stderr": "",
"stderr_lines": [],
"stdout": "template.template.openshift.io \"apicurito\" deleted",
"stdout_lines": [
"template.template.openshift.io \"apicurito\" deleted"
]
}
TASK [include_role : walkthroughs] *********************************************
task path: /root/installation/playbooks/uninstall.yml:98
TASK [walkthroughs : Remove crud spring boot app from the catalog] *************
task path: /root/installation/roles/walkthroughs/tasks/uninstall.yml:3
<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/ansible-tmp-1587049632.3-69982064672186 `" && echo ansible-tmp-1587049632.3-69982064672186="` echo /root/.ansible/tmp/ansible-tmp-1587049632.3-69982064672186 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpq2zjVE TO /root/.ansible/tmp/ansible-tmp-1587049632.3-69982064672186/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049632.3-69982064672186/ /root/.ansible/tmp/ansible-tmp-1587049632.3-69982064672186/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049632.3-69982064672186/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049632.3-69982064672186/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": [
"oc",
"delete",
"template/spring-boot-rest-http-crud",
"-n",
"openshift"
],
"delta": "0:00:00.209819",
"end": "2020-04-16 15:07:12.637091",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete template/spring-boot-rest-http-crud -n openshift",
"_uses_shell": false,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:07:12.427272",
"stderr": "",
"stderr_lines": [],
"stdout": "template.template.openshift.io \"spring-boot-rest-http-crud\" deleted",
"stdout_lines": [
"template.template.openshift.io \"spring-boot-rest-http-crud\" deleted"
]
}
TASK [walkthroughs : Remove location soap app from the catalog] ****************
task path: /root/installation/roles/walkthroughs/tasks/uninstall.yml:9
<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/ansible-tmp-1587049632.76-72501178711888 `" && echo ansible-tmp-1587049632.76-72501178711888="` echo /root/.ansible/tmp/ansible-tmp-1587049632.76-72501178711888 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpndtDc8 TO /root/.ansible/tmp/ansible-tmp-1587049632.76-72501178711888/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049632.76-72501178711888/ /root/.ansible/tmp/ansible-tmp-1587049632.76-72501178711888/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049632.76-72501178711888/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049632.76-72501178711888/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": [
"oc",
"delete",
"template/location-soap",
"-n",
"openshift"
],
"delta": "0:00:00.213011",
"end": "2020-04-16 15:07:13.118944",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete template/location-soap -n openshift",
"_uses_shell": false,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:07:12.905933",
"stderr": "",
"stderr_lines": [],
"stdout": "template.template.openshift.io \"location-soap\" deleted",
"stdout_lines": [
"template.template.openshift.io \"location-soap\" deleted"
]
}
TASK [walkthroughs : Remove messaging work queue nodejs from the catalog] ******
task path: /root/installation/roles/walkthroughs/tasks/uninstall.yml:15
<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/ansible-tmp-1587049633.24-81852320334547 `" && echo ansible-tmp-1587049633.24-81852320334547="` echo /root/.ansible/tmp/ansible-tmp-1587049633.24-81852320334547 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmprc9e7e TO /root/.ansible/tmp/ansible-tmp-1587049633.24-81852320334547/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049633.24-81852320334547/ /root/.ansible/tmp/ansible-tmp-1587049633.24-81852320334547/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049633.24-81852320334547/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049633.24-81852320334547/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": [
"oc",
"delete",
"template/nodejs-messaging-work-queue-frontend",
"-n",
"openshift"
],
"delta": "0:00:00.208426",
"end": "2020-04-16 15:07:13.591852",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete template/nodejs-messaging-work-queue-frontend -n openshift",
"_uses_shell": false,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:07:13.383426",
"stderr": "",
"stderr_lines": [],
"stdout": "template.template.openshift.io \"nodejs-messaging-work-queue-frontend\" deleted",
"stdout_lines": [
"template.template.openshift.io \"nodejs-messaging-work-queue-frontend\" deleted"
]
}
TASK [walkthroughs : Remove messaging nodejs order entry UI from the catalog] ***
task path: /root/installation/roles/walkthroughs/tasks/uninstall.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/ansible-tmp-1587049633.77-75270610957231 `" && echo ansible-tmp-1587049633.77-75270610957231="` echo /root/.ansible/tmp/ansible-tmp-1587049633.77-75270610957231 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpqeuNs7 TO /root/.ansible/tmp/ansible-tmp-1587049633.77-75270610957231/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049633.77-75270610957231/ /root/.ansible/tmp/ansible-tmp-1587049633.77-75270610957231/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049633.77-75270610957231/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049633.77-75270610957231/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": [
"oc",
"delete",
"template/rhmi-lab-nodejs-order-ui",
"-n",
"openshift"
],
"delta": "0:00:00.208946",
"end": "2020-04-16 15:07:14.117842",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete template/rhmi-lab-nodejs-order-ui -n openshift",
"_uses_shell": false,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:07:13.908896",
"stderr": "",
"stderr_lines": [],
"stdout": "template.template.openshift.io \"rhmi-lab-nodejs-order-ui\" deleted",
"stdout_lines": [
"template.template.openshift.io \"rhmi-lab-nodejs-order-ui\" deleted"
]
}
TASK [walkthroughs : Remove messaging nodejs order management UI from the catalog] ***
task path: /root/installation/roles/walkthroughs/tasks/uninstall.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/ansible-tmp-1587049634.24-22105898739128 `" && echo ansible-tmp-1587049634.24-22105898739128="` echo /root/.ansible/tmp/ansible-tmp-1587049634.24-22105898739128 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpOHKCFc TO /root/.ansible/tmp/ansible-tmp-1587049634.24-22105898739128/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049634.24-22105898739128/ /root/.ansible/tmp/ansible-tmp-1587049634.24-22105898739128/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049634.24-22105898739128/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049634.24-22105898739128/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": [
"oc",
"delete",
"template/rhmi-lab-order-management-ui",
"-n",
"openshift"
],
"delta": "0:00:00.231122",
"end": "2020-04-16 15:07:14.603160",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete template/rhmi-lab-order-management-ui -n openshift",
"_uses_shell": false,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:07:14.372038",
"stderr": "",
"stderr_lines": [],
"stdout": "template.template.openshift.io \"rhmi-lab-order-management-ui\" deleted",
"stdout_lines": [
"template.template.openshift.io \"rhmi-lab-order-management-ui\" deleted"
]
}
TASK [walkthroughs : Remove messaging camel/fuse order API from the catalog] ***
task path: /root/installation/roles/walkthroughs/tasks/uninstall.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/ansible-tmp-1587049634.73-131894339924263 `" && echo ansible-tmp-1587049634.73-131894339924263="` echo /root/.ansible/tmp/ansible-tmp-1587049634.73-131894339924263 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpjfHQBs TO /root/.ansible/tmp/ansible-tmp-1587049634.73-131894339924263/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049634.73-131894339924263/ /root/.ansible/tmp/ansible-tmp-1587049634.73-131894339924263/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049634.73-131894339924263/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049634.73-131894339924263/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": [
"oc",
"delete",
"template/rhmi-lab-fuse-internal-orders-api",
"-n",
"openshift"
],
"delta": "0:00:00.208368",
"end": "2020-04-16 15:07:15.075396",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete template/rhmi-lab-fuse-internal-orders-api -n openshift",
"_uses_shell": false,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:07:14.867028",
"stderr": "",
"stderr_lines": [],
"stdout": "template.template.openshift.io \"rhmi-lab-fuse-internal-orders-api\" deleted",
"stdout_lines": [
"template.template.openshift.io \"rhmi-lab-fuse-internal-orders-api\" deleted"
]
}
TASK [include_role : middleware_monitoring] ************************************
task path: /root/installation/playbooks/uninstall.yml:104
TASK [middleware_monitoring : include] *****************************************
task path: /root/installation/roles/middleware_monitoring/tasks/uninstall.yml:2
included: /root/installation/roles/middleware_monitoring/tasks/./delete_resource_from_template.yml for 127.0.0.1
included: /root/installation/roles/middleware_monitoring/tasks/./delete_resource_from_template.yml for 127.0.0.1
included: /root/installation/roles/middleware_monitoring/tasks/./delete_resource_from_template.yml for 127.0.0.1
included: /root/installation/roles/middleware_monitoring/tasks/./delete_resource_from_template.yml for 127.0.0.1
included: /root/installation/roles/middleware_monitoring/tasks/./delete_resource_from_template.yml for 127.0.0.1
included: /root/installation/roles/middleware_monitoring/tasks/./delete_resource_from_template.yml for 127.0.0.1
included: /root/installation/roles/middleware_monitoring/tasks/./delete_resource_from_template.yml for 127.0.0.1
TASK [middleware_monitoring : Delete resource file from template (grafana_crd.yml)] ***
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml: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/ansible-tmp-1587049635.6-187072525444681 `" && echo ansible-tmp-1587049635.6-187072525444681="` echo /root/.ansible/tmp/ansible-tmp-1587049635.6-187072525444681 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpRIZza_ TO /root/.ansible/tmp/ansible-tmp-1587049635.6-187072525444681/stat.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049635.6-187072525444681/ /root/.ansible/tmp/ansible-tmp-1587049635.6-187072525444681/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049635.6-187072525444681/stat.py && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpZFpXkG TO /root/.ansible/tmp/ansible-tmp-1587049635.6-187072525444681/file.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049635.6-187072525444681/ /root/.ansible/tmp/ansible-tmp-1587049635.6-187072525444681/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049635.6-187072525444681/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049635.6-187072525444681/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"checksum": "5f39e30da243a82f249a9cb0b11eedce0dd78716",
"dest": "/tmp/grafana_crd.yml",
"diff": {
"after": {
"path": "/tmp/grafana_crd.yml"
},
"before": {
"path": "/tmp/grafana_crd.yml"
}
},
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"_diff_peek": null,
"_original_basename": "grafana_crd.yml.j2",
"attributes": null,
"backup": null,
"content": null,
"delimiter": null,
"dest": "/tmp/grafana_crd.yml",
"directory_mode": null,
"follow": false,
"force": false,
"group": null,
"mode": null,
"owner": null,
"path": "/tmp/grafana_crd.yml",
"recurse": false,
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": null,
"state": "file",
"unsafe_writes": null
}
},
"mode": "0644",
"owner": "root",
"path": "/tmp/grafana_crd.yml",
"secontext": "unconfined_u:object_r:admin_home_t:s0",
"size": 1451,
"state": "file",
"uid": 0
}
TASK [middleware_monitoring : Delete resource from file] ***********************
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml:6
<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/ansible-tmp-1587049636.14-2347340909925 `" && echo ansible-tmp-1587049636.14-2347340909925="` echo /root/.ansible/tmp/ansible-tmp-1587049636.14-2347340909925 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpEHlQkE TO /root/.ansible/tmp/ansible-tmp-1587049636.14-2347340909925/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049636.14-2347340909925/ /root/.ansible/tmp/ansible-tmp-1587049636.14-2347340909925/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049636.14-2347340909925/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049636.14-2347340909925/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete -f /tmp/grafana_crd.yml -n middleware-monitoring",
"delta": "0:00:00.294052",
"end": "2020-04-16 15:07:16.564448",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f /tmp/grafana_crd.yml -n middleware-monitoring",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:07:16.270396",
"stderr": "",
"stderr_lines": [],
"stdout": "customresourcedefinition.apiextensions.k8s.io \"grafanas.integreatly.org\" deleted",
"stdout_lines": [
"customresourcedefinition.apiextensions.k8s.io \"grafanas.integreatly.org\" deleted"
]
}
TASK [middleware_monitoring : Delete resource file from template (grafana_dashboard_crd.yml)] ***
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml: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/ansible-tmp-1587049636.7-234351095219787 `" && echo ansible-tmp-1587049636.7-234351095219787="` echo /root/.ansible/tmp/ansible-tmp-1587049636.7-234351095219787 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpQCU1zx TO /root/.ansible/tmp/ansible-tmp-1587049636.7-234351095219787/stat.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049636.7-234351095219787/ /root/.ansible/tmp/ansible-tmp-1587049636.7-234351095219787/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049636.7-234351095219787/stat.py && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpr8eOu2 TO /root/.ansible/tmp/ansible-tmp-1587049636.7-234351095219787/file.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049636.7-234351095219787/ /root/.ansible/tmp/ansible-tmp-1587049636.7-234351095219787/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049636.7-234351095219787/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049636.7-234351095219787/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"checksum": "b345f8de9caf4150bd7b6e329ef30107fd1257bb",
"dest": "/tmp/grafana_dashboard_crd.yml",
"diff": {
"after": {
"path": "/tmp/grafana_dashboard_crd.yml"
},
"before": {
"path": "/tmp/grafana_dashboard_crd.yml"
}
},
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"_diff_peek": null,
"_original_basename": "grafana_dashboard_crd.yml.j2",
"attributes": null,
"backup": null,
"content": null,
"delimiter": null,
"dest": "/tmp/grafana_dashboard_crd.yml",
"directory_mode": null,
"follow": false,
"force": false,
"group": null,
"mode": null,
"owner": null,
"path": "/tmp/grafana_dashboard_crd.yml",
"recurse": false,
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": null,
"state": "file",
"unsafe_writes": null
}
},
"mode": "0644",
"owner": "root",
"path": "/tmp/grafana_dashboard_crd.yml",
"secontext": "unconfined_u:object_r:admin_home_t:s0",
"size": 843,
"state": "file",
"uid": 0
}
TASK [middleware_monitoring : Delete resource from file] ***********************
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml:6
<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/ansible-tmp-1587049637.12-53417107489564 `" && echo ansible-tmp-1587049637.12-53417107489564="` echo /root/.ansible/tmp/ansible-tmp-1587049637.12-53417107489564 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpw4f0de TO /root/.ansible/tmp/ansible-tmp-1587049637.12-53417107489564/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049637.12-53417107489564/ /root/.ansible/tmp/ansible-tmp-1587049637.12-53417107489564/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049637.12-53417107489564/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049637.12-53417107489564/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete -f /tmp/grafana_dashboard_crd.yml -n middleware-monitoring",
"delta": "0:00:05.481413",
"end": "2020-04-16 15:07:22.741464",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f /tmp/grafana_dashboard_crd.yml -n middleware-monitoring",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:07:17.260051",
"stderr": "",
"stderr_lines": [],
"stdout": "customresourcedefinition.apiextensions.k8s.io \"grafanadashboards.integreatly.org\" deleted",
"stdout_lines": [
"customresourcedefinition.apiextensions.k8s.io \"grafanadashboards.integreatly.org\" deleted"
]
}
TASK [middleware_monitoring : Delete resource file from template (grafana_datasource_crd.yml)] ***
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml: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/ansible-tmp-1587049642.87-257120722630351 `" && echo ansible-tmp-1587049642.87-257120722630351="` echo /root/.ansible/tmp/ansible-tmp-1587049642.87-257120722630351 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp7C4kyV TO /root/.ansible/tmp/ansible-tmp-1587049642.87-257120722630351/stat.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049642.87-257120722630351/ /root/.ansible/tmp/ansible-tmp-1587049642.87-257120722630351/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049642.87-257120722630351/stat.py && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpCBEKaP TO /root/.ansible/tmp/ansible-tmp-1587049642.87-257120722630351/file.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049642.87-257120722630351/ /root/.ansible/tmp/ansible-tmp-1587049642.87-257120722630351/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049642.87-257120722630351/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049642.87-257120722630351/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"checksum": "b623511075b5d08bc82b249fbfc3c1abe9874b43",
"dest": "/tmp/grafana_datasource_crd.yml",
"diff": {
"after": {
"path": "/tmp/grafana_datasource_crd.yml"
},
"before": {
"path": "/tmp/grafana_datasource_crd.yml"
}
},
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"_diff_peek": null,
"_original_basename": "grafana_datasource_crd.yml.j2",
"attributes": null,
"backup": null,
"content": null,
"delimiter": null,
"dest": "/tmp/grafana_datasource_crd.yml",
"directory_mode": null,
"follow": false,
"force": false,
"group": null,
"mode": null,
"owner": null,
"path": "/tmp/grafana_datasource_crd.yml",
"recurse": false,
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": null,
"state": "file",
"unsafe_writes": null
}
},
"mode": "0644",
"owner": "root",
"path": "/tmp/grafana_datasource_crd.yml",
"secontext": "unconfined_u:object_r:admin_home_t:s0",
"size": 923,
"state": "file",
"uid": 0
}
TASK [middleware_monitoring : Delete resource from file] ***********************
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml:6
<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/ansible-tmp-1587049643.28-145044178049308 `" && echo ansible-tmp-1587049643.28-145044178049308="` echo /root/.ansible/tmp/ansible-tmp-1587049643.28-145044178049308 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpoiexa9 TO /root/.ansible/tmp/ansible-tmp-1587049643.28-145044178049308/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049643.28-145044178049308/ /root/.ansible/tmp/ansible-tmp-1587049643.28-145044178049308/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049643.28-145044178049308/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049643.28-145044178049308/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete -f /tmp/grafana_datasource_crd.yml -n middleware-monitoring",
"delta": "0:00:05.224878",
"end": "2020-04-16 15:07:28.643002",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f /tmp/grafana_datasource_crd.yml -n middleware-monitoring",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:07:23.418124",
"stderr": "",
"stderr_lines": [],
"stdout": "customresourcedefinition.apiextensions.k8s.io \"grafanadatasources.integreatly.org\" deleted",
"stdout_lines": [
"customresourcedefinition.apiextensions.k8s.io \"grafanadatasources.integreatly.org\" deleted"
]
}
TASK [middleware_monitoring : Delete resource file from template (grafana_cluster_role.yml)] ***
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml: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/ansible-tmp-1587049648.81-158146050113812 `" && echo ansible-tmp-1587049648.81-158146050113812="` echo /root/.ansible/tmp/ansible-tmp-1587049648.81-158146050113812 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpsRwwZ0 TO /root/.ansible/tmp/ansible-tmp-1587049648.81-158146050113812/stat.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049648.81-158146050113812/ /root/.ansible/tmp/ansible-tmp-1587049648.81-158146050113812/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049648.81-158146050113812/stat.py && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp4aADW2 TO /root/.ansible/tmp/ansible-tmp-1587049648.81-158146050113812/file.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049648.81-158146050113812/ /root/.ansible/tmp/ansible-tmp-1587049648.81-158146050113812/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049648.81-158146050113812/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049648.81-158146050113812/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"checksum": "cf15e87449c8e4966fe6c2f685f80099c53a6150",
"dest": "/tmp/grafana_cluster_role.yml",
"diff": {
"after": {
"path": "/tmp/grafana_cluster_role.yml"
},
"before": {
"path": "/tmp/grafana_cluster_role.yml"
}
},
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"_diff_peek": null,
"_original_basename": "grafana_cluster_role.yml.j2",
"attributes": null,
"backup": null,
"content": null,
"delimiter": null,
"dest": "/tmp/grafana_cluster_role.yml",
"directory_mode": null,
"follow": false,
"force": false,
"group": null,
"mode": null,
"owner": null,
"path": "/tmp/grafana_cluster_role.yml",
"recurse": false,
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": null,
"state": "file",
"unsafe_writes": null
}
},
"mode": "0644",
"owner": "root",
"path": "/tmp/grafana_cluster_role.yml",
"secontext": "unconfined_u:object_r:admin_home_t:s0",
"size": 447,
"state": "file",
"uid": 0
}
TASK [middleware_monitoring : Delete resource from file] ***********************
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml:6
<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/ansible-tmp-1587049649.22-42809779822833 `" && echo ansible-tmp-1587049649.22-42809779822833="` echo /root/.ansible/tmp/ansible-tmp-1587049649.22-42809779822833 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp9MtpcU TO /root/.ansible/tmp/ansible-tmp-1587049649.22-42809779822833/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049649.22-42809779822833/ /root/.ansible/tmp/ansible-tmp-1587049649.22-42809779822833/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049649.22-42809779822833/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049649.22-42809779822833/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete -f /tmp/grafana_cluster_role.yml -n middleware-monitoring",
"delta": "0:00:00.202103",
"end": "2020-04-16 15:07:29.559151",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f /tmp/grafana_cluster_role.yml -n middleware-monitoring",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:07:29.357048",
"stderr": "",
"stderr_lines": [],
"stdout": "clusterrole.rbac.authorization.k8s.io \"grafana-operator\" deleted",
"stdout_lines": [
"clusterrole.rbac.authorization.k8s.io \"grafana-operator\" deleted"
]
}
TASK [middleware_monitoring : Delete resource file from template (grafana_cluster_role_binding.yml)] ***
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml: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/ansible-tmp-1587049649.69-211842586756666 `" && echo ansible-tmp-1587049649.69-211842586756666="` echo /root/.ansible/tmp/ansible-tmp-1587049649.69-211842586756666 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpwQjFI9 TO /root/.ansible/tmp/ansible-tmp-1587049649.69-211842586756666/stat.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049649.69-211842586756666/ /root/.ansible/tmp/ansible-tmp-1587049649.69-211842586756666/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049649.69-211842586756666/stat.py && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpsjS1bP TO /root/.ansible/tmp/ansible-tmp-1587049649.69-211842586756666/file.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049649.69-211842586756666/ /root/.ansible/tmp/ansible-tmp-1587049649.69-211842586756666/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049649.69-211842586756666/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049649.69-211842586756666/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"checksum": "8d364639cab0732133a8d59a147d6f9440966f94",
"dest": "/tmp/grafana_cluster_role_binding.yml",
"diff": {
"after": {
"path": "/tmp/grafana_cluster_role_binding.yml"
},
"before": {
"path": "/tmp/grafana_cluster_role_binding.yml"
}
},
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"_diff_peek": null,
"_original_basename": "grafana_cluster_role_binding.yml.j2",
"attributes": null,
"backup": null,
"content": null,
"delimiter": null,
"dest": "/tmp/grafana_cluster_role_binding.yml",
"directory_mode": null,
"follow": false,
"force": false,
"group": null,
"mode": null,
"owner": null,
"path": "/tmp/grafana_cluster_role_binding.yml",
"recurse": false,
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": null,
"state": "file",
"unsafe_writes": null
}
},
"mode": "0644",
"owner": "root",
"path": "/tmp/grafana_cluster_role_binding.yml",
"secontext": "unconfined_u:object_r:admin_home_t:s0",
"size": 313,
"state": "file",
"uid": 0
}
TASK [middleware_monitoring : Delete resource from file] ***********************
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml:6
<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/ansible-tmp-1587049650.14-3545659593263 `" && echo ansible-tmp-1587049650.14-3545659593263="` echo /root/.ansible/tmp/ansible-tmp-1587049650.14-3545659593263 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp1CBXpX TO /root/.ansible/tmp/ansible-tmp-1587049650.14-3545659593263/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049650.14-3545659593263/ /root/.ansible/tmp/ansible-tmp-1587049650.14-3545659593263/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049650.14-3545659593263/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049650.14-3545659593263/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete -f /tmp/grafana_cluster_role_binding.yml -n middleware-monitoring",
"delta": "0:00:00.214895",
"end": "2020-04-16 15:07:30.489589",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f /tmp/grafana_cluster_role_binding.yml -n middleware-monitoring",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:07:30.274694",
"stderr": "",
"stderr_lines": [],
"stdout": "clusterrolebinding.authorization.openshift.io \"grafana-operator\" deleted",
"stdout_lines": [
"clusterrolebinding.authorization.openshift.io \"grafana-operator\" deleted"
]
}
TASK [middleware_monitoring : Delete resource file from template (grafana-proxy-clusterrole.yml)] ***
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml: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/ansible-tmp-1587049650.62-13342360980932 `" && echo ansible-tmp-1587049650.62-13342360980932="` echo /root/.ansible/tmp/ansible-tmp-1587049650.62-13342360980932 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpm62ZM9 TO /root/.ansible/tmp/ansible-tmp-1587049650.62-13342360980932/stat.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049650.62-13342360980932/ /root/.ansible/tmp/ansible-tmp-1587049650.62-13342360980932/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049650.62-13342360980932/stat.py && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmptMlb4P TO /root/.ansible/tmp/ansible-tmp-1587049650.62-13342360980932/file.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049650.62-13342360980932/ /root/.ansible/tmp/ansible-tmp-1587049650.62-13342360980932/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049650.62-13342360980932/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049650.62-13342360980932/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"checksum": "6336e92011445e8efdcb0713a60d05dbc52ba4fc",
"dest": "/tmp/grafana-proxy-clusterrole.yml",
"diff": {
"after": {
"path": "/tmp/grafana-proxy-clusterrole.yml"
},
"before": {
"path": "/tmp/grafana-proxy-clusterrole.yml"
}
},
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"_diff_peek": null,
"_original_basename": "grafana-proxy-clusterrole.yml.j2",
"attributes": null,
"backup": null,
"content": null,
"delimiter": null,
"dest": "/tmp/grafana-proxy-clusterrole.yml",
"directory_mode": null,
"follow": false,
"force": false,
"group": null,
"mode": null,
"owner": null,
"path": "/tmp/grafana-proxy-clusterrole.yml",
"recurse": false,
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": null,
"state": "file",
"unsafe_writes": null
}
},
"mode": "0644",
"owner": "root",
"path": "/tmp/grafana-proxy-clusterrole.yml",
"secontext": "unconfined_u:object_r:admin_home_t:s0",
"size": 318,
"state": "file",
"uid": 0
}
TASK [middleware_monitoring : Delete resource from file] ***********************
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml:6
<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/ansible-tmp-1587049651.03-149000054952485 `" && echo ansible-tmp-1587049651.03-149000054952485="` echo /root/.ansible/tmp/ansible-tmp-1587049651.03-149000054952485 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpG6TqSd TO /root/.ansible/tmp/ansible-tmp-1587049651.03-149000054952485/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049651.03-149000054952485/ /root/.ansible/tmp/ansible-tmp-1587049651.03-149000054952485/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049651.03-149000054952485/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049651.03-149000054952485/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete -f /tmp/grafana-proxy-clusterrole.yml -n middleware-monitoring",
"delta": "0:00:00.219869",
"end": "2020-04-16 15:07:31.384524",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f /tmp/grafana-proxy-clusterrole.yml -n middleware-monitoring",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:07:31.164655",
"stderr": "",
"stderr_lines": [],
"stdout": "clusterrole.rbac.authorization.k8s.io \"grafana-proxy\" deleted",
"stdout_lines": [
"clusterrole.rbac.authorization.k8s.io \"grafana-proxy\" deleted"
]
}
TASK [middleware_monitoring : Delete resource file from template (grafana-proxy-clusterrole_binding.yml)] ***
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml: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/ansible-tmp-1587049651.52-253200319381869 `" && echo ansible-tmp-1587049651.52-253200319381869="` echo /root/.ansible/tmp/ansible-tmp-1587049651.52-253200319381869 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpMSGJAX TO /root/.ansible/tmp/ansible-tmp-1587049651.52-253200319381869/stat.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049651.52-253200319381869/ /root/.ansible/tmp/ansible-tmp-1587049651.52-253200319381869/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049651.52-253200319381869/stat.py && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpAWuKhc TO /root/.ansible/tmp/ansible-tmp-1587049651.52-253200319381869/file.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049651.52-253200319381869/ /root/.ansible/tmp/ansible-tmp-1587049651.52-253200319381869/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049651.52-253200319381869/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049651.52-253200319381869/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"checksum": "209d91790bc8d772eefded2ad6185ad85724f571",
"dest": "/tmp/grafana-proxy-clusterrole_binding.yml",
"diff": {
"after": {
"path": "/tmp/grafana-proxy-clusterrole_binding.yml"
},
"before": {
"path": "/tmp/grafana-proxy-clusterrole_binding.yml"
}
},
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"_diff_peek": null,
"_original_basename": "grafana-proxy-clusterrole_binding.yml.j2",
"attributes": null,
"backup": null,
"content": null,
"delimiter": null,
"dest": "/tmp/grafana-proxy-clusterrole_binding.yml",
"directory_mode": null,
"follow": false,
"force": false,
"group": null,
"mode": null,
"owner": null,
"path": "/tmp/grafana-proxy-clusterrole_binding.yml",
"recurse": false,
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": null,
"state": "file",
"unsafe_writes": null
}
},
"mode": "0644",
"owner": "root",
"path": "/tmp/grafana-proxy-clusterrole_binding.yml",
"secontext": "unconfined_u:object_r:admin_home_t:s0",
"size": 319,
"state": "file",
"uid": 0
}
TASK [middleware_monitoring : Delete resource from file] ***********************
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml:6
<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/ansible-tmp-1587049651.94-189701858935986 `" && echo ansible-tmp-1587049651.94-189701858935986="` echo /root/.ansible/tmp/ansible-tmp-1587049651.94-189701858935986 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpnNDoWw TO /root/.ansible/tmp/ansible-tmp-1587049651.94-189701858935986/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049651.94-189701858935986/ /root/.ansible/tmp/ansible-tmp-1587049651.94-189701858935986/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049651.94-189701858935986/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049651.94-189701858935986/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete -f /tmp/grafana-proxy-clusterrole_binding.yml -n middleware-monitoring",
"delta": "0:00:00.205840",
"end": "2020-04-16 15:07:32.286113",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f /tmp/grafana-proxy-clusterrole_binding.yml -n middleware-monitoring",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:07:32.080273",
"stderr": "",
"stderr_lines": [],
"stdout": "clusterrolebinding.authorization.openshift.io \"grafana-proxy\" deleted",
"stdout_lines": [
"clusterrolebinding.authorization.openshift.io \"grafana-proxy\" deleted"
]
}
TASK [middleware_monitoring : include] *****************************************
task path: /root/installation/roles/middleware_monitoring/tasks/uninstall.yml:5
included: /root/installation/roles/middleware_monitoring/tasks/./delete_resource_from_template.yml for 127.0.0.1
TASK [middleware_monitoring : Delete resource file from template (application_monitoring_cr.yml)] ***
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml: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/ansible-tmp-1587049652.58-197863587277347 `" && echo ansible-tmp-1587049652.58-197863587277347="` echo /root/.ansible/tmp/ansible-tmp-1587049652.58-197863587277347 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpeCNow8 TO /root/.ansible/tmp/ansible-tmp-1587049652.58-197863587277347/stat.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049652.58-197863587277347/ /root/.ansible/tmp/ansible-tmp-1587049652.58-197863587277347/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049652.58-197863587277347/stat.py && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpxpoPEz TO /root/.ansible/tmp/ansible-tmp-1587049652.58-197863587277347/file.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049652.58-197863587277347/ /root/.ansible/tmp/ansible-tmp-1587049652.58-197863587277347/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049652.58-197863587277347/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049652.58-197863587277347/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"checksum": "f4aa9fec6f36cdb88fd8381ce9ba5964d7b6dc3a",
"dest": "/tmp/application_monitoring_cr.yml",
"diff": {
"after": {
"path": "/tmp/application_monitoring_cr.yml"
},
"before": {
"path": "/tmp/application_monitoring_cr.yml"
}
},
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"_diff_peek": null,
"_original_basename": "application_monitoring_cr.yml.j2",
"attributes": null,
"backup": null,
"content": null,
"delimiter": null,
"dest": "/tmp/application_monitoring_cr.yml",
"directory_mode": null,
"follow": false,
"force": false,
"group": null,
"mode": null,
"owner": null,
"path": "/tmp/application_monitoring_cr.yml",
"recurse": false,
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": null,
"state": "file",
"unsafe_writes": null
}
},
"mode": "0644",
"owner": "root",
"path": "/tmp/application_monitoring_cr.yml",
"secontext": "unconfined_u:object_r:admin_home_t:s0",
"size": 471,
"state": "file",
"uid": 0
}
TASK [middleware_monitoring : Delete resource from file] ***********************
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml:6
<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/ansible-tmp-1587049653.01-19485887096304 `" && echo ansible-tmp-1587049653.01-19485887096304="` echo /root/.ansible/tmp/ansible-tmp-1587049653.01-19485887096304 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpQVvxME TO /root/.ansible/tmp/ansible-tmp-1587049653.01-19485887096304/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049653.01-19485887096304/ /root/.ansible/tmp/ansible-tmp-1587049653.01-19485887096304/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049653.01-19485887096304/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049653.01-19485887096304/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete -f /tmp/application_monitoring_cr.yml -n middleware-monitoring",
"delta": "0:00:05.226228",
"end": "2020-04-16 15:07:38.375555",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f /tmp/application_monitoring_cr.yml -n middleware-monitoring",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:07:33.149327",
"stderr": "",
"stderr_lines": [],
"stdout": "applicationmonitoring.applicationmonitoring.integreatly.org \"middleware-monitoring\" deleted",
"stdout_lines": [
"applicationmonitoring.applicationmonitoring.integreatly.org \"middleware-monitoring\" deleted"
]
}
TASK [middleware_monitoring : Delete required operator resources] **************
task path: /root/installation/roles/middleware_monitoring/tasks/uninstall.yml:8
<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/ansible-tmp-1587049658.55-90121842128766 `" && echo ansible-tmp-1587049658.55-90121842128766="` echo /root/.ansible/tmp/ansible-tmp-1587049658.55-90121842128766 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpebiH2t TO /root/.ansible/tmp/ansible-tmp-1587049658.55-90121842128766/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049658.55-90121842128766/ /root/.ansible/tmp/ansible-tmp-1587049658.55-90121842128766/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049658.55-90121842128766/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049658.55-90121842128766/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/crds/BlackboxTarget.yaml) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/crds/BlackboxTarget.yaml -n middleware-monitoring",
"delta": "0:00:05.376435",
"end": "2020-04-16 15:07:44.061808",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/crds/BlackboxTarget.yaml -n middleware-monitoring",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/crds/BlackboxTarget.yaml",
"rc": 0,
"start": "2020-04-16 15:07:38.685373",
"stderr": "",
"stderr_lines": [],
"stdout": "customresourcedefinition.apiextensions.k8s.io \"blackboxtargets.applicationmonitoring.integreatly.org\" deleted",
"stdout_lines": [
"customresourcedefinition.apiextensions.k8s.io \"blackboxtargets.applicationmonitoring.integreatly.org\" deleted"
]
}
<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/ansible-tmp-1587049664.1-167713854628041 `" && echo ansible-tmp-1587049664.1-167713854628041="` echo /root/.ansible/tmp/ansible-tmp-1587049664.1-167713854628041 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpJnvHin TO /root/.ansible/tmp/ansible-tmp-1587049664.1-167713854628041/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049664.1-167713854628041/ /root/.ansible/tmp/ansible-tmp-1587049664.1-167713854628041/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049664.1-167713854628041/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049664.1-167713854628041/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/crds/ApplicationMonitoring.yaml) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/crds/ApplicationMonitoring.yaml -n middleware-monitoring",
"delta": "0:00:00.338855",
"end": "2020-04-16 15:07:44.574362",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/crds/ApplicationMonitoring.yaml -n middleware-monitoring",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/crds/ApplicationMonitoring.yaml",
"rc": 0,
"start": "2020-04-16 15:07:44.235507",
"stderr": "",
"stderr_lines": [],
"stdout": "customresourcedefinition.apiextensions.k8s.io \"applicationmonitorings.applicationmonitoring.integreatly.org\" deleted",
"stdout_lines": [
"customresourcedefinition.apiextensions.k8s.io \"applicationmonitorings.applicationmonitoring.integreatly.org\" deleted"
]
}
<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/ansible-tmp-1587049664.61-116580987335235 `" && echo ansible-tmp-1587049664.61-116580987335235="` echo /root/.ansible/tmp/ansible-tmp-1587049664.61-116580987335235 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpXiJ2wz TO /root/.ansible/tmp/ansible-tmp-1587049664.61-116580987335235/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049664.61-116580987335235/ /root/.ansible/tmp/ansible-tmp-1587049664.61-116580987335235/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049664.61-116580987335235/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049664.61-116580987335235/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/service_account.yaml) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/service_account.yaml -n middleware-monitoring",
"delta": "0:00:00.336756",
"end": "2020-04-16 15:07:45.085588",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/service_account.yaml -n middleware-monitoring",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/service_account.yaml",
"rc": 0,
"start": "2020-04-16 15:07:44.748832",
"stderr": "",
"stderr_lines": [],
"stdout": "serviceaccount \"application-monitoring-operator\" deleted",
"stdout_lines": [
"serviceaccount \"application-monitoring-operator\" deleted"
]
}
<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/ansible-tmp-1587049665.13-237694373088911 `" && echo ansible-tmp-1587049665.13-237694373088911="` echo /root/.ansible/tmp/ansible-tmp-1587049665.13-237694373088911 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpIPYcEJ TO /root/.ansible/tmp/ansible-tmp-1587049665.13-237694373088911/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049665.13-237694373088911/ /root/.ansible/tmp/ansible-tmp-1587049665.13-237694373088911/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049665.13-237694373088911/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049665.13-237694373088911/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/role.yaml) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/role.yaml -n middleware-monitoring",
"delta": "0:00:00.314451",
"end": "2020-04-16 15:07:45.574717",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/role.yaml -n middleware-monitoring",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/role.yaml",
"rc": 0,
"start": "2020-04-16 15:07:45.260266",
"stderr": "",
"stderr_lines": [],
"stdout": "role.rbac.authorization.k8s.io \"application-monitoring-operator\" deleted",
"stdout_lines": [
"role.rbac.authorization.k8s.io \"application-monitoring-operator\" deleted"
]
}
<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/ansible-tmp-1587049665.62-229915039066612 `" && echo ansible-tmp-1587049665.62-229915039066612="` echo /root/.ansible/tmp/ansible-tmp-1587049665.62-229915039066612 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpAwPuox TO /root/.ansible/tmp/ansible-tmp-1587049665.62-229915039066612/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049665.62-229915039066612/ /root/.ansible/tmp/ansible-tmp-1587049665.62-229915039066612/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049665.62-229915039066612/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049665.62-229915039066612/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/role_binding.yaml) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/role_binding.yaml -n middleware-monitoring",
"delta": "0:00:00.325290",
"end": "2020-04-16 15:07:46.081831",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/role_binding.yaml -n middleware-monitoring",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/role_binding.yaml",
"rc": 0,
"start": "2020-04-16 15:07:45.756541",
"stderr": "",
"stderr_lines": [],
"stdout": "rolebinding.rbac.authorization.k8s.io \"application-monitoring-operator\" deleted",
"stdout_lines": [
"rolebinding.rbac.authorization.k8s.io \"application-monitoring-operator\" deleted"
]
}
<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/ansible-tmp-1587049666.12-72611607008752 `" && echo ansible-tmp-1587049666.12-72611607008752="` echo /root/.ansible/tmp/ansible-tmp-1587049666.12-72611607008752 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpdK0yNe TO /root/.ansible/tmp/ansible-tmp-1587049666.12-72611607008752/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049666.12-72611607008752/ /root/.ansible/tmp/ansible-tmp-1587049666.12-72611607008752/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049666.12-72611607008752/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049666.12-72611607008752/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator.yaml) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator.yaml -n middleware-monitoring",
"delta": "0:00:00.333261",
"end": "2020-04-16 15:07:46.587508",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator.yaml -n middleware-monitoring",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator.yaml",
"rc": 0,
"start": "2020-04-16 15:07:46.254247",
"stderr": "",
"stderr_lines": [],
"stdout": "deployment.apps \"application-monitoring-operator\" deleted",
"stdout_lines": [
"deployment.apps \"application-monitoring-operator\" deleted"
]
}
TASK [middleware_monitoring : Delete monitoring namespace] *********************
task path: /root/installation/roles/middleware_monitoring/tasks/uninstall.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/ansible-tmp-1587049666.71-177261412158391 `" && echo ansible-tmp-1587049666.71-177261412158391="` echo /root/.ansible/tmp/ansible-tmp-1587049666.71-177261412158391 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpUzZi4Q TO /root/.ansible/tmp/ansible-tmp-1587049666.71-177261412158391/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049666.71-177261412158391/ /root/.ansible/tmp/ansible-tmp-1587049666.71-177261412158391/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049666.71-177261412158391/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049666.71-177261412158391/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete project middleware-monitoring",
"delta": "0:03:43.342808",
"end": "2020-04-16 15:11:30.193347",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete project middleware-monitoring",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:07:46.850539",
"stderr": "",
"stderr_lines": [],
"stdout": "project.project.openshift.io \"middleware-monitoring\" deleted",
"stdout_lines": [
"project.project.openshift.io \"middleware-monitoring\" deleted"
]
}
TASK [include_role : application_monitoring] ***********************************
task path: /root/installation/playbooks/uninstall.yml:111
TASK [include_role : middleware_monitoring] ************************************
task path: /root/installation/roles/application_monitoring/tasks/uninstall.yml:2
TASK [middleware_monitoring : include] *****************************************
task path: /root/installation/roles/middleware_monitoring/tasks/uninstall.yml:2
included: /root/installation/roles/middleware_monitoring/tasks/./delete_resource_from_template.yml for 127.0.0.1
included: /root/installation/roles/middleware_monitoring/tasks/./delete_resource_from_template.yml for 127.0.0.1
included: /root/installation/roles/middleware_monitoring/tasks/./delete_resource_from_template.yml for 127.0.0.1
included: /root/installation/roles/middleware_monitoring/tasks/./delete_resource_from_template.yml for 127.0.0.1
included: /root/installation/roles/middleware_monitoring/tasks/./delete_resource_from_template.yml for 127.0.0.1
included: /root/installation/roles/middleware_monitoring/tasks/./delete_resource_from_template.yml for 127.0.0.1
included: /root/installation/roles/middleware_monitoring/tasks/./delete_resource_from_template.yml for 127.0.0.1
TASK [middleware_monitoring : Delete resource file from template (grafana_crd.yml)] ***
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml: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/ansible-tmp-1587049890.89-116318859599292 `" && echo ansible-tmp-1587049890.89-116318859599292="` echo /root/.ansible/tmp/ansible-tmp-1587049890.89-116318859599292 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpxTlddJ TO /root/.ansible/tmp/ansible-tmp-1587049890.89-116318859599292/stat.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049890.89-116318859599292/ /root/.ansible/tmp/ansible-tmp-1587049890.89-116318859599292/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049890.89-116318859599292/stat.py && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpOTCX9U TO /root/.ansible/tmp/ansible-tmp-1587049890.89-116318859599292/file.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049890.89-116318859599292/ /root/.ansible/tmp/ansible-tmp-1587049890.89-116318859599292/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049890.89-116318859599292/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049890.89-116318859599292/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"checksum": "5f39e30da243a82f249a9cb0b11eedce0dd78716",
"dest": "/tmp/grafana_crd.yml",
"diff": {
"after": {
"path": "/tmp/grafana_crd.yml"
},
"before": {
"path": "/tmp/grafana_crd.yml"
}
},
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"_diff_peek": null,
"_original_basename": "grafana_crd.yml.j2",
"attributes": null,
"backup": null,
"content": null,
"delimiter": null,
"dest": "/tmp/grafana_crd.yml",
"directory_mode": null,
"follow": false,
"force": false,
"group": null,
"mode": null,
"owner": null,
"path": "/tmp/grafana_crd.yml",
"recurse": false,
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": null,
"state": "file",
"unsafe_writes": null
}
},
"mode": "0644",
"owner": "root",
"path": "/tmp/grafana_crd.yml",
"secontext": "unconfined_u:object_r:admin_home_t:s0",
"size": 1451,
"state": "file",
"uid": 0
}
TASK [middleware_monitoring : Delete resource from file] ***********************
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml:6
<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/ansible-tmp-1587049891.3-135688441490407 `" && echo ansible-tmp-1587049891.3-135688441490407="` echo /root/.ansible/tmp/ansible-tmp-1587049891.3-135688441490407 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp4b2P5M TO /root/.ansible/tmp/ansible-tmp-1587049891.3-135688441490407/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049891.3-135688441490407/ /root/.ansible/tmp/ansible-tmp-1587049891.3-135688441490407/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049891.3-135688441490407/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049891.3-135688441490407/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"cmd": "oc delete -f /tmp/grafana_crd.yml -n openshift-application-metrics",
"delta": "0:00:00.253585",
"end": "2020-04-16 15:11:31.690895",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f /tmp/grafana_crd.yml -n openshift-application-metrics",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:11:31.437310",
"stderr": "Error from server (NotFound): error when deleting \"/tmp/grafana_crd.yml\": customresourcedefinitions.apiextensions.k8s.io \"grafanas.integreatly.org\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"/tmp/grafana_crd.yml\": customresourcedefinitions.apiextensions.k8s.io \"grafanas.integreatly.org\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [middleware_monitoring : Delete resource file from template (grafana_dashboard_crd.yml)] ***
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml: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/ansible-tmp-1587049891.82-258806130188119 `" && echo ansible-tmp-1587049891.82-258806130188119="` echo /root/.ansible/tmp/ansible-tmp-1587049891.82-258806130188119 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpzbdIre TO /root/.ansible/tmp/ansible-tmp-1587049891.82-258806130188119/stat.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049891.82-258806130188119/ /root/.ansible/tmp/ansible-tmp-1587049891.82-258806130188119/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049891.82-258806130188119/stat.py && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpXDnaVL TO /root/.ansible/tmp/ansible-tmp-1587049891.82-258806130188119/file.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049891.82-258806130188119/ /root/.ansible/tmp/ansible-tmp-1587049891.82-258806130188119/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049891.82-258806130188119/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049891.82-258806130188119/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"checksum": "b345f8de9caf4150bd7b6e329ef30107fd1257bb",
"dest": "/tmp/grafana_dashboard_crd.yml",
"diff": {
"after": {
"path": "/tmp/grafana_dashboard_crd.yml"
},
"before": {
"path": "/tmp/grafana_dashboard_crd.yml"
}
},
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"_diff_peek": null,
"_original_basename": "grafana_dashboard_crd.yml.j2",
"attributes": null,
"backup": null,
"content": null,
"delimiter": null,
"dest": "/tmp/grafana_dashboard_crd.yml",
"directory_mode": null,
"follow": false,
"force": false,
"group": null,
"mode": null,
"owner": null,
"path": "/tmp/grafana_dashboard_crd.yml",
"recurse": false,
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": null,
"state": "file",
"unsafe_writes": null
}
},
"mode": "0644",
"owner": "root",
"path": "/tmp/grafana_dashboard_crd.yml",
"secontext": "unconfined_u:object_r:admin_home_t:s0",
"size": 843,
"state": "file",
"uid": 0
}
TASK [middleware_monitoring : Delete resource from file] ***********************
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml:6
<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/ansible-tmp-1587049892.23-16323190071861 `" && echo ansible-tmp-1587049892.23-16323190071861="` echo /root/.ansible/tmp/ansible-tmp-1587049892.23-16323190071861 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp5pVlkl TO /root/.ansible/tmp/ansible-tmp-1587049892.23-16323190071861/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049892.23-16323190071861/ /root/.ansible/tmp/ansible-tmp-1587049892.23-16323190071861/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049892.23-16323190071861/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049892.23-16323190071861/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"cmd": "oc delete -f /tmp/grafana_dashboard_crd.yml -n openshift-application-metrics",
"delta": "0:00:00.198138",
"end": "2020-04-16 15:11:32.561494",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f /tmp/grafana_dashboard_crd.yml -n openshift-application-metrics",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:11:32.363356",
"stderr": "Error from server (NotFound): error when deleting \"/tmp/grafana_dashboard_crd.yml\": customresourcedefinitions.apiextensions.k8s.io \"grafanadashboards.integreatly.org\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"/tmp/grafana_dashboard_crd.yml\": customresourcedefinitions.apiextensions.k8s.io \"grafanadashboards.integreatly.org\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [middleware_monitoring : Delete resource file from template (grafana_datasource_crd.yml)] ***
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml: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/ansible-tmp-1587049892.7-424715733824 `" && echo ansible-tmp-1587049892.7-424715733824="` echo /root/.ansible/tmp/ansible-tmp-1587049892.7-424715733824 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpnnQ5x5 TO /root/.ansible/tmp/ansible-tmp-1587049892.7-424715733824/stat.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049892.7-424715733824/ /root/.ansible/tmp/ansible-tmp-1587049892.7-424715733824/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049892.7-424715733824/stat.py && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpLSB2Em TO /root/.ansible/tmp/ansible-tmp-1587049892.7-424715733824/file.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049892.7-424715733824/ /root/.ansible/tmp/ansible-tmp-1587049892.7-424715733824/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049892.7-424715733824/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049892.7-424715733824/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"checksum": "b623511075b5d08bc82b249fbfc3c1abe9874b43",
"dest": "/tmp/grafana_datasource_crd.yml",
"diff": {
"after": {
"path": "/tmp/grafana_datasource_crd.yml"
},
"before": {
"path": "/tmp/grafana_datasource_crd.yml"
}
},
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"_diff_peek": null,
"_original_basename": "grafana_datasource_crd.yml.j2",
"attributes": null,
"backup": null,
"content": null,
"delimiter": null,
"dest": "/tmp/grafana_datasource_crd.yml",
"directory_mode": null,
"follow": false,
"force": false,
"group": null,
"mode": null,
"owner": null,
"path": "/tmp/grafana_datasource_crd.yml",
"recurse": false,
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": null,
"state": "file",
"unsafe_writes": null
}
},
"mode": "0644",
"owner": "root",
"path": "/tmp/grafana_datasource_crd.yml",
"secontext": "unconfined_u:object_r:admin_home_t:s0",
"size": 923,
"state": "file",
"uid": 0
}
TASK [middleware_monitoring : Delete resource from file] ***********************
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml:6
<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/ansible-tmp-1587049893.12-271922252122686 `" && echo ansible-tmp-1587049893.12-271922252122686="` echo /root/.ansible/tmp/ansible-tmp-1587049893.12-271922252122686 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp0gsat7 TO /root/.ansible/tmp/ansible-tmp-1587049893.12-271922252122686/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049893.12-271922252122686/ /root/.ansible/tmp/ansible-tmp-1587049893.12-271922252122686/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049893.12-271922252122686/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049893.12-271922252122686/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"cmd": "oc delete -f /tmp/grafana_datasource_crd.yml -n openshift-application-metrics",
"delta": "0:00:00.223467",
"end": "2020-04-16 15:11:33.487021",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f /tmp/grafana_datasource_crd.yml -n openshift-application-metrics",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:11:33.263554",
"stderr": "Error from server (NotFound): error when deleting \"/tmp/grafana_datasource_crd.yml\": customresourcedefinitions.apiextensions.k8s.io \"grafanadatasources.integreatly.org\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"/tmp/grafana_datasource_crd.yml\": customresourcedefinitions.apiextensions.k8s.io \"grafanadatasources.integreatly.org\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [middleware_monitoring : Delete resource file from template (grafana_cluster_role.yml)] ***
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml: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/ansible-tmp-1587049893.62-88870586392488 `" && echo ansible-tmp-1587049893.62-88870586392488="` echo /root/.ansible/tmp/ansible-tmp-1587049893.62-88870586392488 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp01Aor4 TO /root/.ansible/tmp/ansible-tmp-1587049893.62-88870586392488/stat.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049893.62-88870586392488/ /root/.ansible/tmp/ansible-tmp-1587049893.62-88870586392488/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049893.62-88870586392488/stat.py && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpbDBa4i TO /root/.ansible/tmp/ansible-tmp-1587049893.62-88870586392488/file.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049893.62-88870586392488/ /root/.ansible/tmp/ansible-tmp-1587049893.62-88870586392488/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049893.62-88870586392488/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049893.62-88870586392488/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"checksum": "cf15e87449c8e4966fe6c2f685f80099c53a6150",
"dest": "/tmp/grafana_cluster_role.yml",
"diff": {
"after": {
"path": "/tmp/grafana_cluster_role.yml"
},
"before": {
"path": "/tmp/grafana_cluster_role.yml"
}
},
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"_diff_peek": null,
"_original_basename": "grafana_cluster_role.yml.j2",
"attributes": null,
"backup": null,
"content": null,
"delimiter": null,
"dest": "/tmp/grafana_cluster_role.yml",
"directory_mode": null,
"follow": false,
"force": false,
"group": null,
"mode": null,
"owner": null,
"path": "/tmp/grafana_cluster_role.yml",
"recurse": false,
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": null,
"state": "file",
"unsafe_writes": null
}
},
"mode": "0644",
"owner": "root",
"path": "/tmp/grafana_cluster_role.yml",
"secontext": "unconfined_u:object_r:admin_home_t:s0",
"size": 447,
"state": "file",
"uid": 0
}
TASK [middleware_monitoring : Delete resource from file] ***********************
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml:6
<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/ansible-tmp-1587049894.02-278013636603853 `" && echo ansible-tmp-1587049894.02-278013636603853="` echo /root/.ansible/tmp/ansible-tmp-1587049894.02-278013636603853 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpw_BAT5 TO /root/.ansible/tmp/ansible-tmp-1587049894.02-278013636603853/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049894.02-278013636603853/ /root/.ansible/tmp/ansible-tmp-1587049894.02-278013636603853/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049894.02-278013636603853/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049894.02-278013636603853/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"cmd": "oc delete -f /tmp/grafana_cluster_role.yml -n openshift-application-metrics",
"delta": "0:00:00.198809",
"end": "2020-04-16 15:11:34.350504",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f /tmp/grafana_cluster_role.yml -n openshift-application-metrics",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:11:34.151695",
"stderr": "Error from server (NotFound): error when deleting \"/tmp/grafana_cluster_role.yml\": clusterroles.rbac.authorization.k8s.io \"grafana-operator\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"/tmp/grafana_cluster_role.yml\": clusterroles.rbac.authorization.k8s.io \"grafana-operator\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [middleware_monitoring : Delete resource file from template (grafana_cluster_role_binding.yml)] ***
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml: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/ansible-tmp-1587049894.48-34814327395168 `" && echo ansible-tmp-1587049894.48-34814327395168="` echo /root/.ansible/tmp/ansible-tmp-1587049894.48-34814327395168 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp5bEXeb TO /root/.ansible/tmp/ansible-tmp-1587049894.48-34814327395168/stat.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049894.48-34814327395168/ /root/.ansible/tmp/ansible-tmp-1587049894.48-34814327395168/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049894.48-34814327395168/stat.py && sleep 0'
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpOnNXDk/grafana_cluster_role_binding.yml.j2 TO /root/.ansible/tmp/ansible-tmp-1587049894.48-34814327395168/source
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049894.48-34814327395168/ /root/.ansible/tmp/ansible-tmp-1587049894.48-34814327395168/source && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/copy.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpbzxHbW TO /root/.ansible/tmp/ansible-tmp-1587049894.48-34814327395168/copy.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049894.48-34814327395168/ /root/.ansible/tmp/ansible-tmp-1587049894.48-34814327395168/copy.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049894.48-34814327395168/copy.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049894.48-34814327395168/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"checksum": "94032cb4251786d557d0eac6094e305399f5dcaf",
"dest": "/tmp/grafana_cluster_role_binding.yml",
"diff": [],
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"_original_basename": "grafana_cluster_role_binding.yml.j2",
"attributes": null,
"backup": false,
"checksum": "94032cb4251786d557d0eac6094e305399f5dcaf",
"content": null,
"delimiter": null,
"dest": "/tmp/grafana_cluster_role_binding.yml",
"directory_mode": null,
"follow": false,
"force": true,
"group": null,
"local_follow": null,
"mode": null,
"owner": null,
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": "/root/.ansible/tmp/ansible-tmp-1587049894.48-34814327395168/source",
"unsafe_writes": null,
"validate": null
}
},
"md5sum": "1770a0b2e1c30debd94ed31364c924f4",
"mode": "0644",
"owner": "root",
"secontext": "unconfined_u:object_r:admin_home_t:s0",
"size": 329,
"src": "/root/.ansible/tmp/ansible-tmp-1587049894.48-34814327395168/source",
"state": "file",
"uid": 0
}
TASK [middleware_monitoring : Delete resource from file] ***********************
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml:6
<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/ansible-tmp-1587049894.89-62619360008517 `" && echo ansible-tmp-1587049894.89-62619360008517="` echo /root/.ansible/tmp/ansible-tmp-1587049894.89-62619360008517 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpck2ApO TO /root/.ansible/tmp/ansible-tmp-1587049894.89-62619360008517/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049894.89-62619360008517/ /root/.ansible/tmp/ansible-tmp-1587049894.89-62619360008517/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049894.89-62619360008517/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049894.89-62619360008517/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"cmd": "oc delete -f /tmp/grafana_cluster_role_binding.yml -n openshift-application-metrics",
"delta": "0:00:00.196518",
"end": "2020-04-16 15:11:35.222530",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f /tmp/grafana_cluster_role_binding.yml -n openshift-application-metrics",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:11:35.026012",
"stderr": "Error from server (NotFound): error when deleting \"/tmp/grafana_cluster_role_binding.yml\": clusterrolebindings.authorization.openshift.io \"grafana-operator\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"/tmp/grafana_cluster_role_binding.yml\": clusterrolebindings.authorization.openshift.io \"grafana-operator\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [middleware_monitoring : Delete resource file from template (grafana-proxy-clusterrole.yml)] ***
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml: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/ansible-tmp-1587049895.35-173379418743350 `" && echo ansible-tmp-1587049895.35-173379418743350="` echo /root/.ansible/tmp/ansible-tmp-1587049895.35-173379418743350 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpAxIRCf TO /root/.ansible/tmp/ansible-tmp-1587049895.35-173379418743350/stat.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049895.35-173379418743350/ /root/.ansible/tmp/ansible-tmp-1587049895.35-173379418743350/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049895.35-173379418743350/stat.py && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpCdCG9R TO /root/.ansible/tmp/ansible-tmp-1587049895.35-173379418743350/file.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049895.35-173379418743350/ /root/.ansible/tmp/ansible-tmp-1587049895.35-173379418743350/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049895.35-173379418743350/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049895.35-173379418743350/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"checksum": "6336e92011445e8efdcb0713a60d05dbc52ba4fc",
"dest": "/tmp/grafana-proxy-clusterrole.yml",
"diff": {
"after": {
"path": "/tmp/grafana-proxy-clusterrole.yml"
},
"before": {
"path": "/tmp/grafana-proxy-clusterrole.yml"
}
},
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"_diff_peek": null,
"_original_basename": "grafana-proxy-clusterrole.yml.j2",
"attributes": null,
"backup": null,
"content": null,
"delimiter": null,
"dest": "/tmp/grafana-proxy-clusterrole.yml",
"directory_mode": null,
"follow": false,
"force": false,
"group": null,
"mode": null,
"owner": null,
"path": "/tmp/grafana-proxy-clusterrole.yml",
"recurse": false,
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": null,
"state": "file",
"unsafe_writes": null
}
},
"mode": "0644",
"owner": "root",
"path": "/tmp/grafana-proxy-clusterrole.yml",
"secontext": "unconfined_u:object_r:admin_home_t:s0",
"size": 318,
"state": "file",
"uid": 0
}
TASK [middleware_monitoring : Delete resource from file] ***********************
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml:6
<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/ansible-tmp-1587049895.76-2716387981981 `" && echo ansible-tmp-1587049895.76-2716387981981="` echo /root/.ansible/tmp/ansible-tmp-1587049895.76-2716387981981 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpKACYYC TO /root/.ansible/tmp/ansible-tmp-1587049895.76-2716387981981/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049895.76-2716387981981/ /root/.ansible/tmp/ansible-tmp-1587049895.76-2716387981981/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049895.76-2716387981981/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049895.76-2716387981981/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"cmd": "oc delete -f /tmp/grafana-proxy-clusterrole.yml -n openshift-application-metrics",
"delta": "0:00:00.213545",
"end": "2020-04-16 15:11:36.116490",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f /tmp/grafana-proxy-clusterrole.yml -n openshift-application-metrics",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:11:35.902945",
"stderr": "Error from server (NotFound): error when deleting \"/tmp/grafana-proxy-clusterrole.yml\": clusterroles.rbac.authorization.k8s.io \"grafana-proxy\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"/tmp/grafana-proxy-clusterrole.yml\": clusterroles.rbac.authorization.k8s.io \"grafana-proxy\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [middleware_monitoring : Delete resource file from template (grafana-proxy-clusterrole_binding.yml)] ***
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml: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/ansible-tmp-1587049896.25-243314328315410 `" && echo ansible-tmp-1587049896.25-243314328315410="` echo /root/.ansible/tmp/ansible-tmp-1587049896.25-243314328315410 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpbQcnAf TO /root/.ansible/tmp/ansible-tmp-1587049896.25-243314328315410/stat.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049896.25-243314328315410/ /root/.ansible/tmp/ansible-tmp-1587049896.25-243314328315410/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049896.25-243314328315410/stat.py && sleep 0'
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpKgA121/grafana-proxy-clusterrole_binding.yml.j2 TO /root/.ansible/tmp/ansible-tmp-1587049896.25-243314328315410/source
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049896.25-243314328315410/ /root/.ansible/tmp/ansible-tmp-1587049896.25-243314328315410/source && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/copy.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpykyVd0 TO /root/.ansible/tmp/ansible-tmp-1587049896.25-243314328315410/copy.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049896.25-243314328315410/ /root/.ansible/tmp/ansible-tmp-1587049896.25-243314328315410/copy.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049896.25-243314328315410/copy.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049896.25-243314328315410/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"checksum": "b25c86c817684908c6d11182f34d146b83392b21",
"dest": "/tmp/grafana-proxy-clusterrole_binding.yml",
"diff": [],
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"_original_basename": "grafana-proxy-clusterrole_binding.yml.j2",
"attributes": null,
"backup": false,
"checksum": "b25c86c817684908c6d11182f34d146b83392b21",
"content": null,
"delimiter": null,
"dest": "/tmp/grafana-proxy-clusterrole_binding.yml",
"directory_mode": null,
"follow": false,
"force": true,
"group": null,
"local_follow": null,
"mode": null,
"owner": null,
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": "/root/.ansible/tmp/ansible-tmp-1587049896.25-243314328315410/source",
"unsafe_writes": null,
"validate": null
}
},
"md5sum": "a49ec54dc4a47c632728510f50446e7d",
"mode": "0644",
"owner": "root",
"secontext": "unconfined_u:object_r:admin_home_t:s0",
"size": 365,
"src": "/root/.ansible/tmp/ansible-tmp-1587049896.25-243314328315410/source",
"state": "file",
"uid": 0
}
TASK [middleware_monitoring : Delete resource from file] ***********************
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml:6
<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/ansible-tmp-1587049896.68-174988986877017 `" && echo ansible-tmp-1587049896.68-174988986877017="` echo /root/.ansible/tmp/ansible-tmp-1587049896.68-174988986877017 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp36NPbW TO /root/.ansible/tmp/ansible-tmp-1587049896.68-174988986877017/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049896.68-174988986877017/ /root/.ansible/tmp/ansible-tmp-1587049896.68-174988986877017/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049896.68-174988986877017/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049896.68-174988986877017/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"cmd": "oc delete -f /tmp/grafana-proxy-clusterrole_binding.yml -n openshift-application-metrics",
"delta": "0:00:00.199858",
"end": "2020-04-16 15:11:37.010729",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f /tmp/grafana-proxy-clusterrole_binding.yml -n openshift-application-metrics",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:11:36.810871",
"stderr": "Error from server (NotFound): error when deleting \"/tmp/grafana-proxy-clusterrole_binding.yml\": clusterrolebindings.authorization.openshift.io \"grafana-proxy-openshift-application-metrics\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"/tmp/grafana-proxy-clusterrole_binding.yml\": clusterrolebindings.authorization.openshift.io \"grafana-proxy-openshift-application-metrics\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [middleware_monitoring : include] *****************************************
task path: /root/installation/roles/middleware_monitoring/tasks/uninstall.yml:5
included: /root/installation/roles/middleware_monitoring/tasks/./delete_resource_from_template.yml for 127.0.0.1
TASK [middleware_monitoring : Delete resource file from template (application_monitoring_cr.yml)] ***
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml: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/ansible-tmp-1587049897.3-151110239507220 `" && echo ansible-tmp-1587049897.3-151110239507220="` echo /root/.ansible/tmp/ansible-tmp-1587049897.3-151110239507220 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpkDt8jN TO /root/.ansible/tmp/ansible-tmp-1587049897.3-151110239507220/stat.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049897.3-151110239507220/ /root/.ansible/tmp/ansible-tmp-1587049897.3-151110239507220/stat.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049897.3-151110239507220/stat.py && sleep 0'
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpgabUbC/application_monitoring_cr.yml.j2 TO /root/.ansible/tmp/ansible-tmp-1587049897.3-151110239507220/source
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049897.3-151110239507220/ /root/.ansible/tmp/ansible-tmp-1587049897.3-151110239507220/source && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/copy.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpdHnmrR TO /root/.ansible/tmp/ansible-tmp-1587049897.3-151110239507220/copy.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049897.3-151110239507220/ /root/.ansible/tmp/ansible-tmp-1587049897.3-151110239507220/copy.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049897.3-151110239507220/copy.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049897.3-151110239507220/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"checksum": "646de12e1a919ea880dd89d8ec4fa80f538fcd12",
"dest": "/tmp/application_monitoring_cr.yml",
"diff": [],
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"_original_basename": "application_monitoring_cr.yml.j2",
"attributes": null,
"backup": false,
"checksum": "646de12e1a919ea880dd89d8ec4fa80f538fcd12",
"content": null,
"delimiter": null,
"dest": "/tmp/application_monitoring_cr.yml",
"directory_mode": null,
"follow": false,
"force": true,
"group": null,
"local_follow": null,
"mode": null,
"owner": null,
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": "/root/.ansible/tmp/ansible-tmp-1587049897.3-151110239507220/source",
"unsafe_writes": null,
"validate": null
}
},
"md5sum": "6550de0838e4b0cbcf508537866e49a0",
"mode": "0644",
"owner": "root",
"secontext": "unconfined_u:object_r:admin_home_t:s0",
"size": 517,
"src": "/root/.ansible/tmp/ansible-tmp-1587049897.3-151110239507220/source",
"state": "file",
"uid": 0
}
TASK [middleware_monitoring : Delete resource from file] ***********************
task path: /root/installation/roles/middleware_monitoring/tasks/delete_resource_from_template.yml:6
<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/ansible-tmp-1587049897.73-237187904092524 `" && echo ansible-tmp-1587049897.73-237187904092524="` echo /root/.ansible/tmp/ansible-tmp-1587049897.73-237187904092524 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpy38SEa TO /root/.ansible/tmp/ansible-tmp-1587049897.73-237187904092524/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049897.73-237187904092524/ /root/.ansible/tmp/ansible-tmp-1587049897.73-237187904092524/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049897.73-237187904092524/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049897.73-237187904092524/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"cmd": "oc delete -f /tmp/application_monitoring_cr.yml -n openshift-application-metrics",
"delta": "0:00:00.267314",
"end": "2020-04-16 15:11:38.133013",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f /tmp/application_monitoring_cr.yml -n openshift-application-metrics",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:11:37.865699",
"stderr": "error: unable to recognize \"/tmp/application_monitoring_cr.yml\": no matches for kind \"ApplicationMonitoring\" in version \"applicationmonitoring.integreatly.org/v1alpha1\"",
"stderr_lines": [
"error: unable to recognize \"/tmp/application_monitoring_cr.yml\": no matches for kind \"ApplicationMonitoring\" in version \"applicationmonitoring.integreatly.org/v1alpha1\""
],
"stdout": "",
"stdout_lines": []
}
TASK [middleware_monitoring : Delete required operator resources] **************
task path: /root/installation/roles/middleware_monitoring/tasks/uninstall.yml:8
<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/ansible-tmp-1587049898.33-256864900232365 `" && echo ansible-tmp-1587049898.33-256864900232365="` echo /root/.ansible/tmp/ansible-tmp-1587049898.33-256864900232365 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpM5bIVz TO /root/.ansible/tmp/ansible-tmp-1587049898.33-256864900232365/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049898.33-256864900232365/ /root/.ansible/tmp/ansible-tmp-1587049898.33-256864900232365/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049898.33-256864900232365/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049898.33-256864900232365/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/crds/BlackboxTarget.yaml) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/crds/BlackboxTarget.yaml -n openshift-application-metrics",
"delta": "0:00:00.238091",
"end": "2020-04-16 15:11:38.701479",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/crds/BlackboxTarget.yaml -n openshift-application-metrics",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/crds/BlackboxTarget.yaml",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:11:38.463388",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/crds/BlackboxTarget.yaml\": customresourcedefinitions.apiextensions.k8s.io \"blackboxtargets.applicationmonitoring.integreatly.org\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/crds/BlackboxTarget.yaml\": customresourcedefinitions.apiextensions.k8s.io \"blackboxtargets.applicationmonitoring.integreatly.org\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049898.74-205590353751198 `" && echo ansible-tmp-1587049898.74-205590353751198="` echo /root/.ansible/tmp/ansible-tmp-1587049898.74-205590353751198 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpUT9uLr TO /root/.ansible/tmp/ansible-tmp-1587049898.74-205590353751198/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049898.74-205590353751198/ /root/.ansible/tmp/ansible-tmp-1587049898.74-205590353751198/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049898.74-205590353751198/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049898.74-205590353751198/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/crds/ApplicationMonitoring.yaml) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/crds/ApplicationMonitoring.yaml -n openshift-application-metrics",
"delta": "0:00:00.250467",
"end": "2020-04-16 15:11:39.126923",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/crds/ApplicationMonitoring.yaml -n openshift-application-metrics",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/crds/ApplicationMonitoring.yaml",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:11:38.876456",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/crds/ApplicationMonitoring.yaml\": customresourcedefinitions.apiextensions.k8s.io \"applicationmonitorings.applicationmonitoring.integreatly.org\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/crds/ApplicationMonitoring.yaml\": customresourcedefinitions.apiextensions.k8s.io \"applicationmonitorings.applicationmonitoring.integreatly.org\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049899.16-130706783952501 `" && echo ansible-tmp-1587049899.16-130706783952501="` echo /root/.ansible/tmp/ansible-tmp-1587049899.16-130706783952501 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpEBlXok TO /root/.ansible/tmp/ansible-tmp-1587049899.16-130706783952501/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049899.16-130706783952501/ /root/.ansible/tmp/ansible-tmp-1587049899.16-130706783952501/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049899.16-130706783952501/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049899.16-130706783952501/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/service_account.yaml) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/service_account.yaml -n openshift-application-metrics",
"delta": "0:00:00.249991",
"end": "2020-04-16 15:11:39.552020",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/service_account.yaml -n openshift-application-metrics",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/service_account.yaml",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:11:39.302029",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/service_account.yaml\": serviceaccounts \"application-monitoring-operator\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/service_account.yaml\": serviceaccounts \"application-monitoring-operator\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049899.59-118864783488274 `" && echo ansible-tmp-1587049899.59-118864783488274="` echo /root/.ansible/tmp/ansible-tmp-1587049899.59-118864783488274 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpP_AS8r TO /root/.ansible/tmp/ansible-tmp-1587049899.59-118864783488274/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049899.59-118864783488274/ /root/.ansible/tmp/ansible-tmp-1587049899.59-118864783488274/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049899.59-118864783488274/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049899.59-118864783488274/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/role.yaml) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/role.yaml -n openshift-application-metrics",
"delta": "0:00:00.246264",
"end": "2020-04-16 15:11:39.968400",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/role.yaml -n openshift-application-metrics",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/role.yaml",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:11:39.722136",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/role.yaml\": roles.rbac.authorization.k8s.io \"application-monitoring-operator\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/role.yaml\": roles.rbac.authorization.k8s.io \"application-monitoring-operator\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049900.01-4631605739478 `" && echo ansible-tmp-1587049900.01-4631605739478="` echo /root/.ansible/tmp/ansible-tmp-1587049900.01-4631605739478 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpd1hvQL TO /root/.ansible/tmp/ansible-tmp-1587049900.01-4631605739478/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049900.01-4631605739478/ /root/.ansible/tmp/ansible-tmp-1587049900.01-4631605739478/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049900.01-4631605739478/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049900.01-4631605739478/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/role_binding.yaml) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/role_binding.yaml -n openshift-application-metrics",
"delta": "0:00:00.237051",
"end": "2020-04-16 15:11:40.376546",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/role_binding.yaml -n openshift-application-metrics",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/role_binding.yaml",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:11:40.139495",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/role_binding.yaml\": rolebindings.rbac.authorization.k8s.io \"application-monitoring-operator\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator_roles/role_binding.yaml\": rolebindings.rbac.authorization.k8s.io \"application-monitoring-operator\" not found"
],
"stdout": "",
"stdout_lines": []
}
<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/ansible-tmp-1587049900.41-280705790439995 `" && echo ansible-tmp-1587049900.41-280705790439995="` echo /root/.ansible/tmp/ansible-tmp-1587049900.41-280705790439995 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpbeqg_5 TO /root/.ansible/tmp/ansible-tmp-1587049900.41-280705790439995/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049900.41-280705790439995/ /root/.ansible/tmp/ansible-tmp-1587049900.41-280705790439995/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049900.41-280705790439995/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049900.41-280705790439995/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator.yaml) => {
"changed": true,
"cmd": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator.yaml -n openshift-application-metrics",
"delta": "0:00:01.237333",
"end": "2020-04-16 15:11:41.781404",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator.yaml -n openshift-application-metrics",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator.yaml",
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:11:40.544071",
"stderr": "Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator.yaml\": deployments.apps \"application-monitoring-operator\" not found",
"stderr_lines": [
"Error from server (NotFound): error when deleting \"https://raw.githubusercontent.com/integr8ly/application-monitoring-operator/0.0.29/deploy/operator.yaml\": deployments.apps \"application-monitoring-operator\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [middleware_monitoring : Delete monitoring namespace] *********************
task path: /root/installation/roles/middleware_monitoring/tasks/uninstall.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/ansible-tmp-1587049901.91-150591456483070 `" && echo ansible-tmp-1587049901.91-150591456483070="` echo /root/.ansible/tmp/ansible-tmp-1587049901.91-150591456483070 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpmn7T_t TO /root/.ansible/tmp/ansible-tmp-1587049901.91-150591456483070/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049901.91-150591456483070/ /root/.ansible/tmp/ansible-tmp-1587049901.91-150591456483070/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049901.91-150591456483070/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049901.91-150591456483070/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete project openshift-application-metrics",
"delta": "0:00:00.218753",
"end": "2020-04-16 15:11:42.271709",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete project openshift-application-metrics",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:11:42.052956",
"stderr": "Error from server (NotFound): namespaces \"openshift-application-metrics\" not found",
"stderr_lines": [
"Error from server (NotFound): namespaces \"openshift-application-metrics\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [include_role : fuse_managed] *********************************************
task path: /root/installation/playbooks/uninstall.yml:118
TASK [fuse_managed : Remove the Fuse Managed namespace] ************************
task path: /root/installation/roles/fuse_managed/tasks/uninstall.yml: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/ansible-tmp-1587049902.58-203433169802766 `" && echo ansible-tmp-1587049902.58-203433169802766="` echo /root/.ansible/tmp/ansible-tmp-1587049902.58-203433169802766 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpd4h9wW TO /root/.ansible/tmp/ansible-tmp-1587049902.58-203433169802766/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049902.58-203433169802766/ /root/.ansible/tmp/ansible-tmp-1587049902.58-203433169802766/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049902.58-203433169802766/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049902.58-203433169802766/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete project fuse",
"delta": "0:00:23.389285",
"end": "2020-04-16 15:12:06.107330",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete project fuse",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:11:42.718045",
"stderr": "",
"stderr_lines": [],
"stdout": "project.project.openshift.io \"fuse\" deleted",
"stdout_lines": [
"project.project.openshift.io \"fuse\" deleted"
]
}
TASK [fuse_managed : Delete Fuse roles] ****************************************
task path: /root/installation/roles/fuse_managed/tasks/uninstall.yml:6
<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/ansible-tmp-1587049926.23-8174083024994 `" && echo ansible-tmp-1587049926.23-8174083024994="` echo /root/.ansible/tmp/ansible-tmp-1587049926.23-8174083024994 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpwFNncK TO /root/.ansible/tmp/ansible-tmp-1587049926.23-8174083024994/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049926.23-8174083024994/ /root/.ansible/tmp/ansible-tmp-1587049926.23-8174083024994/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049926.23-8174083024994/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049926.23-8174083024994/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete role role-binder -n fuse",
"delta": "0:00:00.213585",
"end": "2020-04-16 15:12:06.579803",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete role role-binder -n fuse",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:12:06.366218",
"stderr": "Error from server (NotFound): roles.authorization.openshift.io \"role-binder\" not found",
"stderr_lines": [
"Error from server (NotFound): roles.authorization.openshift.io \"role-binder\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [include_role : codeready] ************************************************
task path: /root/installation/playbooks/uninstall.yml:125
TASK [codeready : Delete CodeReady CR] *****************************************
task path: /root/installation/roles/codeready/tasks/uninstall.yml: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/ansible-tmp-1587049926.9-85894036011482 `" && echo ansible-tmp-1587049926.9-85894036011482="` echo /root/.ansible/tmp/ansible-tmp-1587049926.9-85894036011482 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpiFhzGH TO /root/.ansible/tmp/ansible-tmp-1587049926.9-85894036011482/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049926.9-85894036011482/ /root/.ansible/tmp/ansible-tmp-1587049926.9-85894036011482/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049926.9-85894036011482/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049926.9-85894036011482/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"cmd": "oc delete CheCluster codeready-workspaces -n codeready",
"delta": "0:00:00.220747",
"end": "2020-04-16 15:12:07.262922",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete CheCluster codeready-workspaces -n codeready",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:12:07.042175",
"stderr": "Error from server (NotFound): checlusters.org.eclipse.che \"codeready-workspaces\" not found",
"stderr_lines": [
"Error from server (NotFound): checlusters.org.eclipse.che \"codeready-workspaces\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [codeready : Wait for CodeReady resources to be removed] ******************
task path: /root/installation/roles/codeready/tasks/uninstall.yml:8
<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/ansible-tmp-1587049927.39-159227311707667 `" && echo ansible-tmp-1587049927.39-159227311707667="` echo /root/.ansible/tmp/ansible-tmp-1587049927.39-159227311707667 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp0ATiFp TO /root/.ansible/tmp/ansible-tmp-1587049927.39-159227311707667/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049927.39-159227311707667/ /root/.ansible/tmp/ansible-tmp-1587049927.39-159227311707667/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049927.39-159227311707667/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049927.39-159227311707667/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"attempts": 1,
"changed": false,
"cmd": "oc get CheCluster codeready-workspaces -n codeready",
"delta": "0:00:00.207077",
"end": "2020-04-16 15:12:07.736650",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc get CheCluster codeready-workspaces -n codeready",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:12:07.529573",
"stderr": "No resources found.\nError from server (NotFound): checlusters.org.eclipse.che \"codeready-workspaces\" not found",
"stderr_lines": [
"No resources found.",
"Error from server (NotFound): checlusters.org.eclipse.che \"codeready-workspaces\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [codeready : Delete che namespace] ****************************************
task path: /root/installation/roles/codeready/tasks/uninstall.yml:17
<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/ansible-tmp-1587049927.88-237034442177075 `" && echo ansible-tmp-1587049927.88-237034442177075="` echo /root/.ansible/tmp/ansible-tmp-1587049927.88-237034442177075 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmppbkbje TO /root/.ansible/tmp/ansible-tmp-1587049927.88-237034442177075/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049927.88-237034442177075/ /root/.ansible/tmp/ansible-tmp-1587049927.88-237034442177075/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049927.88-237034442177075/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049927.88-237034442177075/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete project codeready",
"delta": "0:00:22.673672",
"end": "2020-04-16 15:12:30.702601",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete project codeready",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:12:08.028929",
"stderr": "",
"stderr_lines": [],
"stdout": "project.project.openshift.io \"codeready\" deleted",
"stdout_lines": [
"project.project.openshift.io \"codeready\" deleted"
]
}
TASK [include_role : amq_streams] **********************************************
task path: /root/installation/playbooks/uninstall.yml:132
TASK [amq_streams : Ensure clean clone location] *******************************
task path: /root/installation/roles/amq_streams/tasks/uninstall.yml:4
<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/ansible-tmp-1587049951.02-125865915979606 `" && echo ansible-tmp-1587049951.02-125865915979606="` echo /root/.ansible/tmp/ansible-tmp-1587049951.02-125865915979606 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpGojwQg TO /root/.ansible/tmp/ansible-tmp-1587049951.02-125865915979606/file.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049951.02-125865915979606/ /root/.ansible/tmp/ansible-tmp-1587049951.02-125865915979606/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049951.02-125865915979606/file.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049951.02-125865915979606/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"diff": {
"after": {
"path": "/tmp/amq_streams",
"state": "absent"
},
"before": {
"path": "/tmp/amq_streams",
"state": "directory"
}
},
"invocation": {
"module_args": {
"_diff_peek": null,
"_original_basename": null,
"attributes": null,
"backup": null,
"content": null,
"delimiter": null,
"directory_mode": null,
"follow": true,
"force": false,
"group": null,
"mode": null,
"owner": null,
"path": "/tmp/amq_streams",
"recurse": false,
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": null,
"state": "absent",
"unsafe_writes": null
}
},
"path": "/tmp/amq_streams",
"state": "absent"
}
TASK [amq_streams : Clone AMQ Streams repo] ************************************
task path: /root/installation/roles/amq_streams/tasks/uninstall.yml:9
<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/ansible-tmp-1587049951.3-184638997910872 `" && echo ansible-tmp-1587049951.3-184638997910872="` echo /root/.ansible/tmp/ansible-tmp-1587049951.3-184638997910872 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/source_control/git.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpzMtY0d TO /root/.ansible/tmp/ansible-tmp-1587049951.3-184638997910872/git.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049951.3-184638997910872/ /root/.ansible/tmp/ansible-tmp-1587049951.3-184638997910872/git.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049951.3-184638997910872/git.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049951.3-184638997910872/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"after": "aba876fedca32a7df03ba4696f234873831083d7",
"before": null,
"changed": true,
"invocation": {
"module_args": {
"accept_hostkey": false,
"archive": null,
"bare": false,
"clone": true,
"depth": null,
"dest": "/tmp/amq_streams",
"executable": null,
"force": false,
"key_file": null,
"recursive": true,
"reference": null,
"refspec": null,
"remote": "origin",
"repo": "https://github.com/jboss-container-images/amqstreams-1-openshift-image",
"ssh_opts": null,
"track_submodules": false,
"umask": null,
"update": true,
"verify_commit": false,
"version": "1.1.0"
}
}
}
TASK [amq_streams : Delete the AMQ Streams cluster resources] ******************
task path: /root/installation/roles/amq_streams/tasks/uninstall.yml:15
<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/ansible-tmp-1587049952.39-208307053410611 `" && echo ansible-tmp-1587049952.39-208307053410611="` echo /root/.ansible/tmp/ansible-tmp-1587049952.39-208307053410611 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpFzIhwx TO /root/.ansible/tmp/ansible-tmp-1587049952.39-208307053410611/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049952.39-208307053410611/ /root/.ansible/tmp/ansible-tmp-1587049952.39-208307053410611/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049952.39-208307053410611/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049952.39-208307053410611/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete -f /tmp/amq_streams/install/cluster-operator -n amq-streams",
"delta": "0:00:02.139187",
"end": "2020-04-16 15:12:34.661426",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete -f /tmp/amq_streams/install/cluster-operator -n amq-streams",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:12:32.522239",
"stderr": "",
"stderr_lines": [],
"stdout": "serviceaccount \"strimzi-cluster-operator\" deleted\nclusterrole.rbac.authorization.k8s.io \"strimzi-cluster-operator-namespaced\" deleted\nrolebinding.rbac.authorization.k8s.io \"strimzi-cluster-operator\" deleted\nclusterrole.rbac.authorization.k8s.io \"strimzi-cluster-operator-global\" deleted\nclusterrolebinding.rbac.authorization.k8s.io \"strimzi-cluster-operator\" deleted\nclusterrole.rbac.authorization.k8s.io \"strimzi-kafka-broker\" deleted\nclusterrolebinding.rbac.authorization.k8s.io \"strimzi-cluster-operator-kafka-broker-delegation\" deleted\nclusterrole.rbac.authorization.k8s.io \"strimzi-entity-operator\" deleted\nrolebinding.rbac.authorization.k8s.io \"strimzi-cluster-operator-entity-operator-delegation\" deleted\nclusterrole.rbac.authorization.k8s.io \"strimzi-topic-operator\" deleted\nrolebinding.rbac.authorization.k8s.io \"strimzi-cluster-operator-topic-operator-delegation\" deleted\ncustomresourcedefinition.apiextensions.k8s.io \"kafkas.kafka.strimzi.io\" deleted\ncustomresourcedefinition.apiextensions.k8s.io \"kafkaconnects.kafka.strimzi.io\" deleted\ncustomresourcedefinition.apiextensions.k8s.io \"kafkaconnects2is.kafka.strimzi.io\" deleted\ncustomresourcedefinition.apiextensions.k8s.io \"kafkatopics.kafka.strimzi.io\" deleted\ncustomresourcedefinition.apiextensions.k8s.io \"kafkausers.kafka.strimzi.io\" deleted\ncustomresourcedefinition.apiextensions.k8s.io \"kafkamirrormakers.kafka.strimzi.io\" deleted\ndeployment.extensions \"strimzi-cluster-operator\" deleted",
"stdout_lines": [
"serviceaccount \"strimzi-cluster-operator\" deleted",
"clusterrole.rbac.authorization.k8s.io \"strimzi-cluster-operator-namespaced\" deleted",
"rolebinding.rbac.authorization.k8s.io \"strimzi-cluster-operator\" deleted",
"clusterrole.rbac.authorization.k8s.io \"strimzi-cluster-operator-global\" deleted",
"clusterrolebinding.rbac.authorization.k8s.io \"strimzi-cluster-operator\" deleted",
"clusterrole.rbac.authorization.k8s.io \"strimzi-kafka-broker\" deleted",
"clusterrolebinding.rbac.authorization.k8s.io \"strimzi-cluster-operator-kafka-broker-delegation\" deleted",
"clusterrole.rbac.authorization.k8s.io \"strimzi-entity-operator\" deleted",
"rolebinding.rbac.authorization.k8s.io \"strimzi-cluster-operator-entity-operator-delegation\" deleted",
"clusterrole.rbac.authorization.k8s.io \"strimzi-topic-operator\" deleted",
"rolebinding.rbac.authorization.k8s.io \"strimzi-cluster-operator-topic-operator-delegation\" deleted",
"customresourcedefinition.apiextensions.k8s.io \"kafkas.kafka.strimzi.io\" deleted",
"customresourcedefinition.apiextensions.k8s.io \"kafkaconnects.kafka.strimzi.io\" deleted",
"customresourcedefinition.apiextensions.k8s.io \"kafkaconnects2is.kafka.strimzi.io\" deleted",
"customresourcedefinition.apiextensions.k8s.io \"kafkatopics.kafka.strimzi.io\" deleted",
"customresourcedefinition.apiextensions.k8s.io \"kafkausers.kafka.strimzi.io\" deleted",
"customresourcedefinition.apiextensions.k8s.io \"kafkamirrormakers.kafka.strimzi.io\" deleted",
"deployment.extensions \"strimzi-cluster-operator\" deleted"
]
}
TASK [include_role : namespace] ************************************************
task path: /root/installation/roles/amq_streams/tasks/uninstall.yml:19
TASK [namespace : Delete namespaces amq-streams] *******************************
task path: /root/installation/roles/namespace/tasks/delete.yml: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/ansible-tmp-1587049954.95-109741953323765 `" && echo ansible-tmp-1587049954.95-109741953323765="` echo /root/.ansible/tmp/ansible-tmp-1587049954.95-109741953323765 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpRTh01O TO /root/.ansible/tmp/ansible-tmp-1587049954.95-109741953323765/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049954.95-109741953323765/ /root/.ansible/tmp/ansible-tmp-1587049954.95-109741953323765/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049954.95-109741953323765/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049954.95-109741953323765/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => (item=amq-streams) => {
"changed": true,
"cmd": "oc delete namespace amq-streams",
"delta": "0:00:39.917521",
"end": "2020-04-16 15:13:15.019138",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete namespace amq-streams",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"item": "amq-streams",
"rc": 0,
"start": "2020-04-16 15:12:35.101617",
"stderr": "",
"stderr_lines": [],
"stdout": "namespace \"amq-streams\" deleted",
"stdout_lines": [
"namespace \"amq-streams\" deleted"
]
}
TASK [include_role : rhsso] ****************************************************
task path: /root/installation/playbooks/uninstall.yml:139
TASK [rhsso : Delete keycloak realm] *******************************************
task path: /root/installation/roles/rhsso/tasks/uninstall_sso.yml: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/ansible-tmp-1587049995.34-64138943540208 `" && echo ansible-tmp-1587049995.34-64138943540208="` echo /root/.ansible/tmp/ansible-tmp-1587049995.34-64138943540208 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpPmFBX8 TO /root/.ansible/tmp/ansible-tmp-1587049995.34-64138943540208/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049995.34-64138943540208/ /root/.ansible/tmp/ansible-tmp-1587049995.34-64138943540208/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049995.34-64138943540208/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049995.34-64138943540208/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"changed": false,
"cmd": "oc delete keycloakrealm openshift -n user-sso",
"delta": "0:00:00.220766",
"end": "2020-04-16 15:13:15.695890",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete keycloakrealm openshift -n user-sso",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:13:15.475124",
"stderr": "Error from server (NotFound): keycloakrealms.aerogear.org \"openshift\" not found",
"stderr_lines": [
"Error from server (NotFound): keycloakrealms.aerogear.org \"openshift\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [rhsso : Delete keycloak] *************************************************
task path: /root/installation/roles/rhsso/tasks/uninstall_sso.yml:8
<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/ansible-tmp-1587049995.83-136460567590451 `" && echo ansible-tmp-1587049995.83-136460567590451="` echo /root/.ansible/tmp/ansible-tmp-1587049995.83-136460567590451 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpJ8Bo3A TO /root/.ansible/tmp/ansible-tmp-1587049995.83-136460567590451/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049995.83-136460567590451/ /root/.ansible/tmp/ansible-tmp-1587049995.83-136460567590451/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049995.83-136460567590451/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049995.83-136460567590451/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete keycloak rhsso -n user-sso",
"delta": "0:00:00.220572",
"end": "2020-04-16 15:13:16.186035",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete keycloak rhsso -n user-sso",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:13:15.965463",
"stderr": "",
"stderr_lines": [],
"stdout": "keycloak.aerogear.org \"rhsso\" deleted",
"stdout_lines": [
"keycloak.aerogear.org \"rhsso\" deleted"
]
}
TASK [rhsso : Wait for keycloak resources to be removed] ***********************
task path: /root/installation/roles/rhsso/tasks/uninstall_sso.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/ansible-tmp-1587049996.32-256791858675196 `" && echo ansible-tmp-1587049996.32-256791858675196="` echo /root/.ansible/tmp/ansible-tmp-1587049996.32-256791858675196 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmplBsIBO TO /root/.ansible/tmp/ansible-tmp-1587049996.32-256791858675196/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049996.32-256791858675196/ /root/.ansible/tmp/ansible-tmp-1587049996.32-256791858675196/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049996.32-256791858675196/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049996.32-256791858675196/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"attempts": 1,
"changed": false,
"cmd": "oc get keycloak rhsso -n user-sso",
"delta": "0:00:00.204244",
"end": "2020-04-16 15:13:16.659400",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc get keycloak rhsso -n user-sso",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:13:16.455156",
"stderr": "No resources found.\nError from server (NotFound): keycloaks.aerogear.org \"rhsso\" not found",
"stderr_lines": [
"No resources found.",
"Error from server (NotFound): keycloaks.aerogear.org \"rhsso\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [rhsso : Wait for keycloakrealms to be removed] ***************************
task path: /root/installation/roles/rhsso/tasks/uninstall_sso.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/ansible-tmp-1587049996.82-181703922105482 `" && echo ansible-tmp-1587049996.82-181703922105482="` echo /root/.ansible/tmp/ansible-tmp-1587049996.82-181703922105482 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpSKTgvW TO /root/.ansible/tmp/ansible-tmp-1587049996.82-181703922105482/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049996.82-181703922105482/ /root/.ansible/tmp/ansible-tmp-1587049996.82-181703922105482/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049996.82-181703922105482/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049996.82-181703922105482/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1] => {
"attempts": 1,
"changed": false,
"cmd": "oc get keycloakrealm openshift -n user-sso",
"delta": "0:00:00.214945",
"end": "2020-04-16 15:13:17.170888",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc get keycloakrealm openshift -n user-sso",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2020-04-16 15:13:16.955943",
"stderr": "No resources found.\nError from server (NotFound): keycloakrealms.aerogear.org \"openshift\" not found",
"stderr_lines": [
"No resources found.",
"Error from server (NotFound): keycloakrealms.aerogear.org \"openshift\" not found"
],
"stdout": "",
"stdout_lines": []
}
TASK [rhsso : Delete project namespace: user-sso] ******************************
task path: /root/installation/roles/rhsso/tasks/uninstall_sso.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/ansible-tmp-1587049997.31-94956929870904 `" && echo ansible-tmp-1587049997.31-94956929870904="` echo /root/.ansible/tmp/ansible-tmp-1587049997.31-94956929870904 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpjCwCbK TO /root/.ansible/tmp/ansible-tmp-1587049997.31-94956929870904/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587049997.31-94956929870904/ /root/.ansible/tmp/ansible-tmp-1587049997.31-94956929870904/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587049997.31-94956929870904/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587049997.31-94956929870904/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete project user-sso",
"delta": "0:00:44.549258",
"end": "2020-04-16 15:14:01.992468",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete project user-sso",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:13:17.443210",
"stderr": "",
"stderr_lines": [],
"stdout": "project.project.openshift.io \"user-sso\" deleted",
"stdout_lines": [
"project.project.openshift.io \"user-sso\" deleted"
]
}
TASK [include_role : heimdall] *************************************************
task path: /root/installation/playbooks/uninstall.yml:147
skipping: [127.0.0.1] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [include_role : reboot_template_broker] ***********************************
task path: /root/installation/playbooks/uninstall.yml:155
TASK [reboot_template_broker : Dump current template broker] *******************
task path: /root/installation/roles/reboot_template_broker/tasks/main.yml:3
<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/ansible-tmp-1587050042.39-229608345274087 `" && echo ansible-tmp-1587050042.39-229608345274087="` echo /root/.ansible/tmp/ansible-tmp-1587050042.39-229608345274087 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpcMLnYc TO /root/.ansible/tmp/ansible-tmp-1587050042.39-229608345274087/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587050042.39-229608345274087/ /root/.ansible/tmp/ansible-tmp-1587050042.39-229608345274087/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587050042.39-229608345274087/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587050042.39-229608345274087/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"attempts": 1,
"changed": true,
"cmd": "oc get clusterservicebroker template-service-broker -o yaml > /tmp/template-service-broker.yml",
"delta": "0:00:00.211948",
"end": "2020-04-16 15:14:02.737517",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc get clusterservicebroker template-service-broker -o yaml > /tmp/template-service-broker.yml",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:14:02.525569",
"stderr": "",
"stderr_lines": [],
"stdout": "",
"stdout_lines": []
}
TASK [reboot_template_broker : Delete current template broker] *****************
task path: /root/installation/roles/reboot_template_broker/tasks/main.yml:11
<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/ansible-tmp-1587050042.92-58387564464889 `" && echo ansible-tmp-1587050042.92-58387564464889="` echo /root/.ansible/tmp/ansible-tmp-1587050042.92-58387564464889 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpaAVD3d TO /root/.ansible/tmp/ansible-tmp-1587050042.92-58387564464889/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587050042.92-58387564464889/ /root/.ansible/tmp/ansible-tmp-1587050042.92-58387564464889/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587050042.92-58387564464889/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587050042.92-58387564464889/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete clusterservicebroker template-service-broker",
"delta": "0:01:39.624411",
"end": "2020-04-16 15:15:42.680648",
"invocation": {
"module_args": {
"_raw_params": "oc delete clusterservicebroker template-service-broker",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:14:03.056237",
"stderr": "",
"stderr_lines": [],
"stdout": "clusterservicebroker.servicecatalog.k8s.io \"template-service-broker\" deleted",
"stdout_lines": [
"clusterservicebroker.servicecatalog.k8s.io \"template-service-broker\" deleted"
]
}
TASK [reboot_template_broker : Create template-service-broker] *****************
task path: /root/installation/roles/reboot_template_broker/tasks/main.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/ansible-tmp-1587050142.8-119465654441644 `" && echo ansible-tmp-1587050142.8-119465654441644="` echo /root/.ansible/tmp/ansible-tmp-1587050142.8-119465654441644 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpuRk5Yq TO /root/.ansible/tmp/ansible-tmp-1587050142.8-119465654441644/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587050142.8-119465654441644/ /root/.ansible/tmp/ansible-tmp-1587050142.8-119465654441644/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587050142.8-119465654441644/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587050142.8-119465654441644/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"attempts": 1,
"changed": true,
"cmd": [
"oc",
"create",
"-f",
"/tmp/template-service-broker.yml"
],
"delta": "0:00:00.199357",
"end": "2020-04-16 15:15:43.138153",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc create -f /tmp/template-service-broker.yml",
"_uses_shell": false,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:15:42.938796",
"stderr": "",
"stderr_lines": [],
"stdout": "clusterservicebroker.servicecatalog.k8s.io/template-service-broker created",
"stdout_lines": [
"clusterservicebroker.servicecatalog.k8s.io/template-service-broker created"
]
}
META: ran handlers
META: ran handlers
PLAY [master] ******************************************************************
TASK [Gathering Facts] *********************************************************
task path: /root/installation/playbooks/uninstall.yml:159
<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/ansible-tmp-1587050143.28-91440286417002 `" && echo ansible-tmp-1587050143.28-91440286417002="` echo /root/.ansible/tmp/ansible-tmp-1587050143.28-91440286417002 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp1Fa_v_ TO /root/.ansible/tmp/ansible-tmp-1587050143.28-91440286417002/setup.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587050143.28-91440286417002/ /root/.ansible/tmp/ansible-tmp-1587050143.28-91440286417002/setup.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587050143.28-91440286417002/setup.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587050143.28-91440286417002/ > /dev/null 2>&1 && sleep 0'
ok: [127.0.0.1]
META: ran handlers
TASK [include_role : webapp] ***************************************************
task path: /root/installation/playbooks/uninstall.yml:162
TASK [webapp : Check master-config has been modified by the installer] *********
task path: /root/installation/roles/webapp/tasks/cors-remove.yml:3
<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/ansible-tmp-1587050144.31-74140708714920 `" && echo ansible-tmp-1587050144.31-74140708714920="` echo /root/.ansible/tmp/ansible-tmp-1587050144.31-74140708714920 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmphoSwDQ TO /root/.ansible/tmp/ansible-tmp-1587050144.31-74140708714920/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587050144.31-74140708714920/ /root/.ansible/tmp/ansible-tmp-1587050144.31-74140708714920/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587050144.31-74140708714920/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587050144.31-74140708714920/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "cat /etc/origin/master/master-config.yaml | grep 'GENERATED BY WEBAPP INSTALLER' | wc -l",
"delta": "0:00:00.006495",
"end": "2020-04-16 15:15:44.450026",
"invocation": {
"module_args": {
"_raw_params": "cat /etc/origin/master/master-config.yaml | grep 'GENERATED BY WEBAPP INSTALLER' | wc -l",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:15:44.443531",
"stderr": "",
"stderr_lines": [],
"stdout": "2",
"stdout_lines": [
"2"
]
}
TASK [webapp : Remove webapp route to corsAllowedOrigins in master config, matching indentation of existing items] ***
task path: /root/installation/roles/webapp/tasks/cors-remove.yml:8
<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/ansible-tmp-1587050144.62-227858953547006 `" && echo ansible-tmp-1587050144.62-227858953547006="` echo /root/.ansible/tmp/ansible-tmp-1587050144.62-227858953547006 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpQkDnzN TO /root/.ansible/tmp/ansible-tmp-1587050144.62-227858953547006/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587050144.62-227858953547006/ /root/.ansible/tmp/ansible-tmp-1587050144.62-227858953547006/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587050144.62-227858953547006/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587050144.62-227858953547006/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "sed -i.bak '/# BEGIN GENERATED BY WEBAPP INSTALLER/,/# END GENERATED BY WEBAPP INSTALLER/d' /etc/origin/master/master-config.yaml",
"delta": "0:00:00.006528",
"end": "2020-04-16 15:15:44.770933",
"invocation": {
"module_args": {
"_raw_params": "sed -i.bak '/# BEGIN GENERATED BY WEBAPP INSTALLER/,/# END GENERATED BY WEBAPP INSTALLER/d' /etc/origin/master/master-config.yaml",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": false
}
},
"rc": 0,
"start": "2020-04-16 15:15:44.764405",
"stderr": "",
"stderr_lines": [],
"stdout": "",
"stdout_lines": []
}
TASK [include_role : rhsso] ****************************************************
task path: /root/installation/playbooks/uninstall.yml:168
TASK [rhsso : Check master-config has been modified by the installer] **********
task path: /root/installation/roles/rhsso/tasks/remove_identityprovider.yml:3
<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/ansible-tmp-1587050145.08-259206303995791 `" && echo ansible-tmp-1587050145.08-259206303995791="` echo /root/.ansible/tmp/ansible-tmp-1587050145.08-259206303995791 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpovbHiV TO /root/.ansible/tmp/ansible-tmp-1587050145.08-259206303995791/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587050145.08-259206303995791/ /root/.ansible/tmp/ansible-tmp-1587050145.08-259206303995791/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587050145.08-259206303995791/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587050145.08-259206303995791/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "cat /etc/origin/master/master-config.yaml | grep 'GENERATED BY SSO INSTALLER' | wc -l",
"delta": "0:00:00.005757",
"end": "2020-04-16 15:15:45.223452",
"invocation": {
"module_args": {
"_raw_params": "cat /etc/origin/master/master-config.yaml | grep 'GENERATED BY SSO INSTALLER' | wc -l",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:15:45.217695",
"stderr": "",
"stderr_lines": [],
"stdout": "2",
"stdout_lines": [
"2"
]
}
TASK [rhsso : Read original identity provider config backup] *******************
task path: /root/installation/roles/rhsso/tasks/remove_identityprovider.yml:13
<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/ansible-tmp-1587050145.35-175191755017552 `" && echo ansible-tmp-1587050145.35-175191755017552="` echo /root/.ansible/tmp/ansible-tmp-1587050145.35-175191755017552 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp39DXcC TO /root/.ansible/tmp/ansible-tmp-1587050145.35-175191755017552/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587050145.35-175191755017552/ /root/.ansible/tmp/ansible-tmp-1587050145.35-175191755017552/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587050145.35-175191755017552/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587050145.35-175191755017552/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "cat /etc/origin/master/idp-config.integreatly-original.yaml",
"delta": "0:00:01.006610",
"end": "2020-04-16 15:15:46.495323",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "cat /etc/origin/master/idp-config.integreatly-original.yaml",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:15:45.488713",
"stderr": "",
"stderr_lines": [],
"stdout": " - challenge: true\n login: true\n mappingMethod: claim\n name: htpasswd_auth\n provider:\n apiVersion: v1\n file: /etc/origin/master/htpasswd\n kind: HTPasswdPasswordIdentityProvider",
"stdout_lines": [
" - challenge: true",
" login: true",
" mappingMethod: claim",
" name: htpasswd_auth",
" provider:",
" apiVersion: v1",
" file: /etc/origin/master/htpasswd",
" kind: HTPasswdPasswordIdentityProvider"
]
}
TASK [rhsso : debug] ***********************************************************
task path: /root/installation/roles/rhsso/tasks/remove_identityprovider.yml:19
skipping: [127.0.0.1] => {}
TASK [rhsso : Remove modified identityProvider config] *************************
task path: /root/installation/roles/rhsso/tasks/remove_identityprovider.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/ansible-tmp-1587050146.72-53972303617358 `" && echo ansible-tmp-1587050146.72-53972303617358="` echo /root/.ansible/tmp/ansible-tmp-1587050146.72-53972303617358 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpFFCUeK TO /root/.ansible/tmp/ansible-tmp-1587050146.72-53972303617358/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587050146.72-53972303617358/ /root/.ansible/tmp/ansible-tmp-1587050146.72-53972303617358/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587050146.72-53972303617358/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587050146.72-53972303617358/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "sed -i.bak '/identityProviders/,/masterCA/{//!d}' /etc/origin/master/master-config.yaml",
"delta": "0:00:00.006320",
"end": "2020-04-16 15:15:46.859094",
"invocation": {
"module_args": {
"_raw_params": "sed -i.bak '/identityProviders/,/masterCA/{//!d}' /etc/origin/master/master-config.yaml",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": false
}
},
"rc": 0,
"start": "2020-04-16 15:15:46.852774",
"stderr": "",
"stderr_lines": [],
"stdout": "",
"stdout_lines": []
}
TASK [rhsso : Restore original identity provider config] ***********************
task path: /root/installation/roles/rhsso/tasks/remove_identityprovider.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/ansible-tmp-1587050146.99-208955866252326 `" && echo ansible-tmp-1587050146.99-208955866252326="` echo /root/.ansible/tmp/ansible-tmp-1587050146.99-208955866252326 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/blockinfile.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp814Rzs TO /root/.ansible/tmp/ansible-tmp-1587050146.99-208955866252326/blockinfile.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587050146.99-208955866252326/ /root/.ansible/tmp/ansible-tmp-1587050146.99-208955866252326/blockinfile.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587050146.99-208955866252326/blockinfile.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587050146.99-208955866252326/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"diff": [
{
"after": "",
"after_header": "/etc/origin/master/master-config.yaml (content)",
"before": "",
"before_header": "/etc/origin/master/master-config.yaml (content)"
},
{
"after_header": "/etc/origin/master/master-config.yaml (file attributes)",
"before_header": "/etc/origin/master/master-config.yaml (file attributes)"
}
],
"invocation": {
"module_args": {
"attributes": null,
"backup": true,
"block": " - challenge: true\n login: true\n mappingMethod: claim\n name: htpasswd_auth\n provider:\n apiVersion: v1\n file: /etc/origin/master/htpasswd\n kind: HTPasswdPasswordIdentityProvider",
"content": null,
"create": false,
"delimiter": null,
"directory_mode": null,
"follow": false,
"force": null,
"group": null,
"insertafter": "identityProviders",
"insertbefore": null,
"marker": "# {mark} GENERATED BY SSO UNINSTALLER",
"marker_begin": "BEGIN",
"marker_end": "END",
"mode": null,
"owner": null,
"path": "/etc/origin/master/master-config.yaml",
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": null,
"state": "present",
"unsafe_writes": null,
"validate": null
}
},
"msg": "Block inserted"
}
TASK [rhsso : Restart master api] **********************************************
task path: /root/installation/roles/rhsso/tasks/remove_identityprovider.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/ansible-tmp-1587050147.38-74744109504785 `" && echo ansible-tmp-1587050147.38-74744109504785="` echo /root/.ansible/tmp/ansible-tmp-1587050147.38-74744109504785 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpPbNedM TO /root/.ansible/tmp/ansible-tmp-1587050147.38-74744109504785/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587050147.38-74744109504785/ /root/.ansible/tmp/ansible-tmp-1587050147.38-74744109504785/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587050147.38-74744109504785/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587050147.38-74744109504785/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "/usr/local/bin/master-restart api",
"delta": "0:00:00.679681",
"end": "2020-04-16 15:15:48.204931",
"invocation": {
"module_args": {
"_raw_params": "/usr/local/bin/master-restart api",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:15:47.525250",
"stderr": "",
"stderr_lines": [],
"stdout": "2",
"stdout_lines": [
"2"
]
}
TASK [rhsso : Restart master controllers] **************************************
task path: /root/installation/roles/rhsso/tasks/remove_identityprovider.yml:44
<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/ansible-tmp-1587050148.33-49837003922812 `" && echo ansible-tmp-1587050148.33-49837003922812="` echo /root/.ansible/tmp/ansible-tmp-1587050148.33-49837003922812 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpqxc2wH TO /root/.ansible/tmp/ansible-tmp-1587050148.33-49837003922812/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587050148.33-49837003922812/ /root/.ansible/tmp/ansible-tmp-1587050148.33-49837003922812/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587050148.33-49837003922812/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587050148.33-49837003922812/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "/usr/local/bin/master-restart controllers",
"delta": "0:00:01.787551",
"end": "2020-04-16 15:15:50.261019",
"invocation": {
"module_args": {
"_raw_params": "/usr/local/bin/master-restart controllers",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:15:48.473468",
"stderr": "",
"stderr_lines": [],
"stdout": "2",
"stdout_lines": [
"2"
]
}
TASK [rhsso : check if openshift master services are running] ******************
task path: /root/installation/roles/rhsso/tasks/remove_identityprovider.yml:48
<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/ansible-tmp-1587050150.42-159935244621817 `" && echo ansible-tmp-1587050150.42-159935244621817="` echo /root/.ansible/tmp/ansible-tmp-1587050150.42-159935244621817 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp4xnbbD TO /root/.ansible/tmp/ansible-tmp-1587050150.42-159935244621817/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587050150.42-159935244621817/ /root/.ansible/tmp/ansible-tmp-1587050150.42-159935244621817/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587050150.42-159935244621817/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587050150.42-159935244621817/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"attempts": 1,
"changed": true,
"cmd": "oc get nodes",
"delta": "0:00:15.279103",
"end": "2020-04-16 15:16:05.848796",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc get nodes",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:15:50.569693",
"stderr": "",
"stderr_lines": [],
"stdout": "NAME STATUS ROLES AGE VERSION\ninfranode1.jbriones-bfbe.internal Ready infra 2d v1.11.0+d4cacc0\nmaster1.jbriones-bfbe.internal Ready master 2d v1.11.0+d4cacc0\nnode1.jbriones-bfbe.internal Ready compute 2d v1.11.0+d4cacc0\nnode2.jbriones-bfbe.internal Ready compute 2d v1.11.0+d4cacc0\nnode3.jbriones-bfbe.internal Ready compute 2d v1.11.0+d4cacc0",
"stdout_lines": [
"NAME STATUS ROLES AGE VERSION",
"infranode1.jbriones-bfbe.internal Ready infra 2d v1.11.0+d4cacc0",
"master1.jbriones-bfbe.internal Ready master 2d v1.11.0+d4cacc0",
"node1.jbriones-bfbe.internal Ready compute 2d v1.11.0+d4cacc0",
"node2.jbriones-bfbe.internal Ready compute 2d v1.11.0+d4cacc0",
"node3.jbriones-bfbe.internal Ready compute 2d v1.11.0+d4cacc0"
]
}
TASK [rhsso : Get all users created by rhsso] **********************************
task path: /root/installation/roles/rhsso/tasks/remove_identityprovider.yml:58
<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/ansible-tmp-1587050166.0-205277593065963 `" && echo ansible-tmp-1587050166.0-205277593065963="` echo /root/.ansible/tmp/ansible-tmp-1587050166.0-205277593065963 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmp1Um30u TO /root/.ansible/tmp/ansible-tmp-1587050166.0-205277593065963/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587050166.0-205277593065963/ /root/.ansible/tmp/ansible-tmp-1587050166.0-205277593065963/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587050166.0-205277593065963/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587050166.0-205277593065963/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc get users | grep 'rh_sso' | awk '{print $1}'",
"delta": "0:00:00.245521",
"end": "2020-04-16 15:16:06.405361",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc get users | grep 'rh_sso' | awk '{print $1}'",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:16:06.159840",
"stderr": "",
"stderr_lines": [],
"stdout": "admin",
"stdout_lines": [
"admin"
]
}
TASK [rhsso : Delete users] ****************************************************
task path: /root/installation/roles/rhsso/tasks/remove_identityprovider.yml:64
<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/ansible-tmp-1587050166.56-179623050724698 `" && echo ansible-tmp-1587050166.56-179623050724698="` echo /root/.ansible/tmp/ansible-tmp-1587050166.56-179623050724698 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-41947HAWgdP/tmpjqb2YV TO /root/.ansible/tmp/ansible-tmp-1587050166.56-179623050724698/command.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1587050166.56-179623050724698/ /root/.ansible/tmp/ansible-tmp-1587050166.56-179623050724698/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1587050166.56-179623050724698/command.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1587050166.56-179623050724698/ > /dev/null 2>&1 && sleep 0'
changed: [127.0.0.1] => {
"changed": true,
"cmd": "oc delete users admin",
"delta": "0:00:00.355499",
"end": "2020-04-16 15:16:07.063629",
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "oc delete users admin",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"rc": 0,
"start": "2020-04-16 15:16:06.708130",
"stderr": "",
"stderr_lines": [],
"stdout": "user.user.openshift.io \"admin\" deleted",
"stdout_lines": [
"user.user.openshift.io \"admin\" deleted"
]
}
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
127.0.0.1 : ok=157 changed=90 unreachable=0 failed=0
NAME
addressplans.admin.enmasse.io
addressspaceplans.admin.enmasse.io
alertmanagers.monitoring.coreos.com
applicationmonitorings.applicationmonitoring.integreatly.org
authenticationservices.admin.enmasse.io
blackboxtargets.applicationmonitoring.integreatly.org
brokeredinfraconfigs.admin.enmasse.io
builds.camel.apache.org
bundlebindings.automationbroker.io
bundleinstances.automationbroker.io
bundles.automationbroker.io
camelcatalogs.camel.apache.org
catalogsources.operators.coreos.com
checlusters.org.eclipse.che
clusterserviceversions.operators.coreos.com
consoleservices.admin.enmasse.io
grafanadashboards.integreatly.org
grafanadatasources.integreatly.org
grafanas.integreatly.org
installplans.operators.coreos.com
integrationkits.camel.apache.org
integrationplatforms.camel.apache.org
integrations.camel.apache.org
iotconfigs.iot.enmasse.io
iotprojects.iot.enmasse.io
kafkaconnects.kafka.strimzi.io
kafkaconnects2is.kafka.strimzi.io
kafkamirrormakers.kafka.strimzi.io
kafkas.kafka.strimzi.io
kafkatopics.kafka.strimzi.io
kafkausers.kafka.strimzi.io
keycloakrealms.aerogear.org
keycloaks.aerogear.org
podmonitors.monitoring.coreos.com
prometheuses.monitoring.coreos.com
prometheusrules.monitoring.coreos.com
servicemonitors.monitoring.coreos.com
standardinfraconfigs.admin.enmasse.io
subscriptions.operators.coreos.com
syndesises.syndesis.io
unifiedpushservers.push.aerogear.org
webapps.integreatly.org
NAMESPACE NAME
3scale 3scale-zync-servicemonitor
enmasse enmasse
fuse syndesis-infra
fuse syndesis-integrations
middleware-monitoring grafana-servicemonitor
middleware-monitoring prometheus-servicemonitor
mobile-unifiedpush unifiedpush
mobile-unifiedpush unifiedpush-operator-metrics
openshift-monitoring alertmanager
openshift-monitoring cluster-monitoring-operator
openshift-monitoring kube-apiserver
openshift-monitoring kube-controllers
openshift-monitoring kube-state-metrics
openshift-monitoring kubelet
openshift-monitoring node-exporter
openshift-monitoring prometheus
openshift-monitoring prometheus-operator
sso keycloak-monitoring
user-sso keycloak-monitoring
webapp tutorial-webapp-monitoring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment