Last active
March 23, 2018 10:45
-
-
Save firemanxbr/6a6ab72681d489c351e387cca56b502d to your computer and use it in GitHub Desktop.
tests using contra-env-setup [ari/master]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=================================== | |
TEST #1 | |
=================================== | |
[firemanxbr@firemanxbr contra-env-setup]$ ansible-playbook -vv -i "localhost," playbooks/setup.yml -e remote_user=firemanxbr -e skip_cleanup=false -e setup_pipelines=false -K -k | |
ansible-playbook 2.4.3.0 | |
config file = /etc/ansible/ansible.cfg | |
configured module search path = [u'/home/firemanxbr/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] | |
ansible python module location = /usr/lib/python2.7/site-packages/ansible | |
executable location = /usr/bin/ansible-playbook | |
python version = 2.7.14 (default, Mar 14 2018, 13:36:31) [GCC 7.3.1 20180303 (Red Hat 7.3.1-5)] | |
Using /etc/ansible/ansible.cfg as config file | |
SSH password: | |
SUDO password[defaults to SSH password]: | |
statically imported: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/cleanup/tasks/cleanup.yml | |
statically imported: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml | |
statically imported: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_kvm_plugin.yml | |
statically imported: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml | |
statically imported: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/install_minishift_bin.yml | |
statically imported: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/set_minishift_path.yml | |
statically imported: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/init_minishift.yml | |
statically imported: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/start_mcluster.yml | |
statically imported: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/set_oc_client.yml | |
statically imported: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/login_to_cluster.yml | |
statically imported: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/get_set_project.yml | |
statically imported: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/clone_project_repo.yml | |
statically imported: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml | |
statically imported: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_containers.yml | |
statically imported: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/add_scc.yml | |
statically imported: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/login_to_cluster.yml | |
statically imported: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/pipeline/tasks/setup_sample_pipelines.yml | |
PLAYBOOK: setup.yml ********************************************************************************************************************************************************************************************************* | |
1 plays in playbooks/setup.yml | |
[WARNING]: Found variable using reserved name: remote_user | |
PLAY [all] ****************************************************************************************************************************************************************************************************************** | |
TASK [Gathering Facts] ****************************************************************************************************************************************************************************************************** | |
ok: [localhost] | |
META: ran handlers | |
TASK [cleanup : Stop minishift if running] ********************************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/cleanup/tasks/cleanup.yml:5 | |
fatal: [localhost]: FAILED! => {"changed": true, "cmd": "/home/firemanxbr/.contra-env-setup/minishift/minishift stop --profile minishift", "delta": "0:00:00.002831", "end": "2018-03-23 10:22:23.483622", "msg": "non-zero return code", "rc": 127, "start": "2018-03-23 10:22:23.480791", "stderr": "/bin/sh: /home/firemanxbr/.contra-env-setup/minishift/minishift: No such file or directory", "stderr_lines": ["/bin/sh: /home/firemanxbr/.contra-env-setup/minishift/minishift: No such file or directory"], "stdout": "", "stdout_lines": []} | |
...ignoring | |
TASK [cleanup : Delete minishift profile minishift] ************************************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/cleanup/tasks/cleanup.yml:9 | |
fatal: [localhost]: FAILED! => {"changed": true, "cmd": "/home/firemanxbr/.contra-env-setup/minishift/minishift delete --profile minishift --force", "delta": "0:00:00.002229", "end": "2018-03-23 10:22:23.917851", "msg": "non-zero return code", "rc": 127, "start": "2018-03-23 10:22:23.915622", "stderr": "/bin/sh: /home/firemanxbr/.contra-env-setup/minishift/minishift: No such file or directory", "stderr_lines": ["/bin/sh: /home/firemanxbr/.contra-env-setup/minishift/minishift: No such file or directory"], "stdout": "", "stdout_lines": []} | |
...ignoring | |
TASK [cleanup : Cleanup files and directories] ****************************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/cleanup/tasks/cleanup.yml:13 | |
ok: [localhost] => (item=minishift/minishift) => {"changed": false, "item": "minishift/minishift", "path": "/home/firemanxbr/minishift/minishift", "state": "absent"} | |
ok: [localhost] => (item=minishift/LICENSE) => {"changed": false, "item": "minishift/LICENSE", "path": "/home/firemanxbr/minishift/LICENSE", "state": "absent"} | |
ok: [localhost] => (item=minishift/README.adoc) => {"changed": false, "item": "minishift/README.adoc", "path": "/home/firemanxbr/minishift/README.adoc", "state": "absent"} | |
ok: [localhost] => (item=.minishift) => {"changed": false, "item": ".minishift", "path": "/home/firemanxbr/.minishift", "state": "absent"} | |
ok: [localhost] => (item=.kube) => {"changed": false, "item": ".kube", "path": "/home/firemanxbr/.kube", "state": "absent"} | |
TASK [create : Create /home/firemanxbr/.contra-env-setup directory] ********************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/create/tasks/main.yml:4 | |
changed: [localhost] => {"changed": true, "gid": 1000, "group": "firemanxbr", "mode": "0775", "owner": "firemanxbr", "path": "/home/firemanxbr/.contra-env-setup", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 4096, "state": "directory", "uid": 1000} | |
TASK [prereqs : Check virtualization settings] ****************************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:5 | |
changed: [localhost] => {"changed": true, "cmd": "cat /proc/cpuinfo | grep 'vmx\\|svm'", "delta": "0:00:00.014741", "end": "2018-03-23 10:22:26.939075", "rc": 0, "start": "2018-03-23 10:22:26.924334", "stderr": "", "stderr_lines": [], "stdout": "flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsaveavx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mcacmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmiflexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epbinvpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmonpebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aesxsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp", "stdout_lines": ["flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp", "flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp", "flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsaveavx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp", "flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp", "flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pgemca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp", "flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp", "flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp", "flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp"]} | |
TASK [prereqs : Output of cpuinfo from proc] ******************************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:11 | |
ok: [localhost] => { | |
"msg": "cpuinfo: flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avxf16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveoptxsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dthermida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp" | |
} | |
TASK [prereqs : Exit if virtualization is not turned on in the BIOS] ******************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:15 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Check virtualization settings for Intel] ******************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:19 | |
changed: [localhost] => {"changed": true, "cmd": ["cat", "/sys/module/kvm_intel/parameters/nested"], "delta": "0:00:01.003104", "end": "2018-03-23 10:22:28.484404", "rc": 0, "start": "2018-03-23 10:22:27.481300", "stderr": "", "stderr_lines": [], "stdout": "Y", "stdout_lines": ["Y"]} | |
TASK [prereqs : Output of kvm_intel nested] ********************************************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:25 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Setup nested virtualization Intel - rmmod] ****************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:30 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Setup nested virtualization Intel - update dist.conf] ******************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:35 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Setup nested virtualization Intel - modprobe] *************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:40 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Check virtualization settings for AMD] ********************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:45 | |
fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["cat", "/sys/module/kvm_amd/parameters/nested"], "delta": "0:00:00.001979", "end": "2018-03-23 10:22:29.070222", "msg": "non-zero return code", "rc": 1, "start": "2018-03-23 10:22:29.068243", "stderr": "cat: /sys/module/kvm_amd/parameters/nested: No such file or directory", "stderr_lines": ["cat: /sys/module/kvm_amd/parameters/nested: No such file or directory"], "stdout": "", "stdout_lines": []} | |
...ignoring | |
TASK [prereqs : Output of kvm_amd nested] *********************************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:51 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Setup nested virtualization AMD - rmmod] ******************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:56 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Setup nested virtualization AMD - update dist.conf] ********************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:61 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Setup nested virtualization AMD - modprobe] ***************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:66 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Exit if nested virtualization is off] *********************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:71 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Pull down kvm plugin] *************************************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_kvm_plugin.yml:3 | |
ok: [localhost] => {"changed": false, "dest": "/usr/local/bin/docker-machine-driver-kvm", "gid": 0, "group": "root", "mode": "01363", "msg": "file already exists", "owner": "root", "secontext": "system_u:object_r:bin_t:s0", "size": 11939128, "state": "file", "uid": 0, "url": "https://github.com/dhiltgen/docker-machine-kvm/releases/download/v0.7.0/docker-machine-driver-kvm"} | |
TASK [prereqs : Install pre-requesites for dnf support for Fedora] ********************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:2 | |
changed: [localhost] => {"changed": true, "rc": 0, "stderr": "Shared connection to localhost closed.\r\n", "stdout": "Last metadata expiration check: 3:15:17 ago on Fri 23 Mar 2018 07:07:14 AM CET.\r\nPackage python2-dnf-2.7.5-2.fc27.noarch is already installed, skipping.\r\nDependencies resolved.\r\nNothing to do.\r\nComplete!\r\n", "stdout_lines": ["Last metadata expiration check: 3:15:17 ago on Fri 23 Mar 2018 07:07:14 AM CET.", "Package python2-dnf-2.7.5-2.fc27.noarch is already installed, skipping.", "Dependencies resolved.", "Nothing to do.", "Complete!"]} | |
TASK [prereqs : Install libvirt, qemu-kvm, and jq on Fedora] **************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:7 | |
ok: [localhost] => (item=[u'libvirt', u'qemu-kvm', u'jq']) => {"changed": false, "item": ["libvirt", "qemu-kvm", "jq"], "msg": "Nothing to do"} | |
TASK [prereqs : Check if EPEL is installed for non Fedora distros] ********************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:18 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Pull down the EPEL for for non Fedora distros] ************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:25 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Install EPEL for non Fedora distros] ************************************************************************************************************************************************************************ | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:31 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Install libvirt, qemu-kvm, and jq on Fedora] **************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:36 | |
skipping: [localhost] => (item=[]) => {"changed": false, "item": [], "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Start and enable libvirtd] ********************************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_kvm_plugin.yml:12 | |
ok: [localhost] => {"changed": false, "enabled": true, "name": "libvirtd", "state": "started", "status": {"ActiveEnterTimestamp": "Fri 2018-03-23 09:35:24 CET", "ActiveEnterTimestampMonotonic": "37706483", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "virtlogd.socket local-fs.target basic.target virtlogd.service virtlockd.service remote-fs.target dbus.service apparmor.service iscsid.service network.target virtlockd.socket sysinit.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2018-03-23 09:35:24 CET", "AssertTimestampMonotonic": "37404061", "Before": "multi-user.target shutdown.target libvirt-guests.service", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CPUUsageNSec": "18446744073709551615", "CPUWeight": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2018-03-23 09:35:24 CET", "ConditionTimestampMonotonic": "37404061", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/libvirtd.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Virtualization daemon", "DevicePolicy": "auto", "Documentation": "man:libvirtd(8) http://libvirt.org", "DynamicUser": "no", "EnvironmentFile": "/etc/sysconfig/libvirtd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1324", "ExecMainStartTimestamp": "Fri 2018-03-23 09:35:24 CET", "ExecMainStartTimestampMonotonic": "37405576", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/libvirtd ; argv[]=/usr/sbin/libvirtd $LIBVIRTD_ARGS ; ignore_errors=no ; start_time=[Fri 2018-03-23 09:35:24 CET] ; stop_time=[n/a] ; pid=1324 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/libvirtd.service", "GID": "4294967295", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "18446744073709551615", "Id": "libvirtd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2018-03-23 09:35:24 CET", "InactiveExitTimestampMonotonic": "37405601", "InvocationID": "e6c87142251e4619aff7817ff0debc17", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec":"infinity", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitASSoft": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCORESoft": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitCPUSoft": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitDATASoft": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitFSIZESoft": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitLOCKSSoft": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "8192", "LimitNOFILESoft": "8192", "LimitNPROC": "126168", "LimitNPROCSoft": "126168", "LimitRSS": "18446744073709551615", "LimitRSSSoft": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "18446744073709551615", "LimitRTTIMESoft": "18446744073709551615", "LimitSIGPENDING": "126168", "LimitSIGPENDINGSoft": "126168", "LimitSTACK": "18446744073709551615", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "MainPID": "1324", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryDenyWriteExecute": "no", "MemoryHigh": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MemoryLow": "0", "MemoryMax": "18446744073709551615", "MemorySwapMax": "18446744073709551615", "MountAPIVFS": "no", "MountFlags": "0", "NFileDescriptorStore": "0", "Names": "libvirtd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "virtlockd.socket sysinit.target virtlogd.socket system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalSec": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StartupCPUWeight": "18446744073709551615", "StartupIOWeight": "18446744073709551615", "StateChangeTimestamp": "Fri 2018-03-23 09:35:24 CET", "StateChangeTimestampMonotonic": "37706483", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "20", "TasksMax": "32768", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "4294967295", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target libvirt-guests.service", "WatchdogTimestamp": "Fri 2018-03-23 09:35:24 CET", "WatchdogTimestampMonotonic": "37706482", "WatchdogUSec": "0"}} | |
TASK [prereqs : Add user firemanxbr to the libvirt group] ******************************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_kvm_plugin.yml:19 | |
ok: [localhost] => {"append": true, "changed": false, "comment": "Marcelo Barbosa", "group": 1000, "groups": "libvirt", "home": "/home/firemanxbr", "move_home": false, "name": "firemanxbr", "shell": "/bin/bash", "state":"present", "uid": 1000} | |
TASK [prereqs : Newgroup libvirt] ******************************************************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_kvm_plugin.yml:26 | |
ok: [localhost] => {"append": false, "changed": false, "comment": "", "group": 100, "home": "/home/libvirt", "move_home": false, "name": "libvirt", "shell": "/bin/bash", "state": "present", "uid": 1001} | |
TASK [minishift : Is minishift binary present in /home/firemanxbr/.contra-env-setup/minishift] ****************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/main.yml:5 | |
ok: [localhost] => {"changed": false, "stat": {"exists": false}} | |
TASK [minishift : Query for minishift compressed binary] ******************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/install_minishift_bin.yml:4 | |
[WARNING]: Consider using get_url or uri module rather than running curl | |
changed: [localhost] => {"changed": true, "cmd": "curl -s https://github.com/minishift/minishift/releases/v1.12.0 | grep 'minishift-.*-linux.*' | head -1 | sed 's/.*<a href=\"\\(.*\\)\" .*/https:\\/\\/github.com\\1/'", "delta": "0:00:01.021430", "end": "2018-03-23 10:22:39.463855", "rc": 0, "start": "2018-03-23 10:22:38.442425", "stderr": "", "stderr_lines": [], "stdout": "https://github.com/minishift/minishift/releases/download/v1.12.0/minishift-1.12.0-linux-amd64.tgz", "stdout_lines": ["https://github.com/minishift/minishift/releases/download/v1.12.0/minishift-1.12.0-linux-amd64.tgz"]} | |
TASK [minishift : Pull down and extract minishift binary to /home/firemanxbr/.contra-env-setup/minishift] ******************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/install_minishift_bin.yml:8 | |
fatal: [localhost]: FAILED! => {"changed": false, "msg": "dest '/home/firemanxbr/.contra-env-setup/minishift' must be an existing dir"} | |
to retry, use: --limit @/home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/setup.retry | |
PLAY RECAP ****************************************************************************************************************************************************************************************************************** | |
localhost : ok=17 changed=8 unreachable=0 failed=1 | |
Fixes: | |
* Create a task to check if {{ minishift_dest_dir }} exist, if not should create. | |
* Check the ansible-lint in other gists | |
=================================== | |
TEST #2 | |
=================================== | |
: ["/bin/sh: /home/firemanxbr/.contra-env-setup/minishift/minishift: No such file or directory"], "stdout": "", "stdout_lines": []} | |
...ignoring | |
TASK [cleanup : Delete minishift profile minishift] ***************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/cleanup/tasks/cleanup.yml:9 | |
fatal: [localhost]: FAILED! => {"changed": true, "cmd": "/home/firemanxbr/.contra-env-setup/minishift/minishift delete --profile minishift --force", "delta": "0:00:00.002529", "end": "2018-03-23 10:58: | |
50.136350", "msg": "non-zero return code", "rc": 127, "start": "2018-03-23 10:58:50.133821", "stderr": "/bin/sh: /home/firemanxbr/.contra-env-setup/minishift/minishift: No such file or directory", "std | |
err_lines": ["/bin/sh: /home/firemanxbr/.contra-env-setup/minishift/minishift: No such file or directory"], "stdout": "", "stdout_lines": []} | |
...ignoring | |
TASK [cleanup : Cleanup files and directories] ********************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/cleanup/tasks/cleanup.yml:13 | |
ok: [localhost] => (item=minishift/minishift) => {"changed": false, "item": "minishift/minishift", "path": "/home/firemanxbr/minishift/minishift", "state": "absent"} | |
ok: [localhost] => (item=minishift/LICENSE) => {"changed": false, "item": "minishift/LICENSE", "path": "/home/firemanxbr/minishift/LICENSE", "state": "absent"} | |
ok: [localhost] => (item=minishift/README.adoc) => {"changed": false, "item": "minishift/README.adoc", "path": "/home/firemanxbr/minishift/README.adoc", "state": "absent"} | |
ok: [localhost] => (item=.minishift) => {"changed": false, "item": ".minishift", "path": "/home/firemanxbr/.minishift", "state": "absent"} | |
ok: [localhost] => (item=.kube) => {"changed": false, "item": ".kube", "path": "/home/firemanxbr/.kube", "state": "absent"} | |
TASK [create : Create /home/firemanxbr/.contra-env-setup directory] ************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/create/tasks/main.yml:4 | |
ok: [localhost] => {"changed": false, "gid": 1000, "group": "firemanxbr", "mode": "0775", "owner": "firemanxbr", "path": "/home/firemanxbr/.contra-env-setup", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 4096, "state": "directory", "uid": 1000} | |
TASK [prereqs : Check virtualization settings] ********************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:5 | |
changed: [localhost] => {"changed": true, "cmd": "cat /proc/cpuinfo | grep 'vmx\\|svm'", "delta": "0:00:00.015382", "end": "2018-03-23 10:58:53.254836", "rc": 0, "start": "2018-03-23 10:58:53.239454","stderr": "", "stderr_lines": [], "stdout": "flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsrsse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscallnx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbasetsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpuvme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsaveavx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ptitpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp", "stdout_lines": ["flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gbrdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjustbmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp", "flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16crdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp", "flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp", "flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apicmovbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp", "flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp", "flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp", "flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp", "flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm idaarat pln pts hwp hwp_notify hwp_act_window hwp_epp"]} | |
TASK [prereqs : Output of cpuinfo from proc] ************************************************************************************************************************************************************ | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:11 | |
ok: [localhost] => { | |
"msg": "cpuinfo: flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbepopcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fmacx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aesxsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lmabm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveoptxsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp" | |
} | |
TASK [prereqs : Exit if virtualization is not turned on in the BIOS] ************************************************************************************************************************************ | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:15 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Check virtualization settings for Intel] ************************************************************************************************************************************************ | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:19 | |
changed: [localhost] => {"changed": true, "cmd": ["cat", "/sys/module/kvm_intel/parameters/nested"], "delta": "0:00:00.001940", "end": "2018-03-23 10:58:54.103441", "rc": 0, "start": "2018-03-23 10:58:54.101501", "stderr": "", "stderr_lines": [], "stdout": "Y", "stdout_lines": ["Y"]} | |
TASK [prereqs : Output of kvm_intel nested] ************************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:25 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Setup nested virtualization Intel - rmmod] ********************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:30 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Setup nested virtualization Intel - update dist.conf] *********************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:35 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Setup nested virtualization Intel - modprobe] ******************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:40 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Check virtualization settings for AMD] ************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:45 | |
fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["cat", "/sys/module/kvm_amd/parameters/nested"], "delta": "0:00:00.002152", "end": "2018-03-23 10:58:54.898516", "msg": "non-zero return code","rc": 1, "start": "2018-03-23 10:58:54.896364", "stderr": "cat: /sys/module/kvm_amd/parameters/nested: No such file or directory", "stderr_lines": ["cat: /sys/module/kvm_amd/parameters/nested: No suchfile or directory"], "stdout": "", "stdout_lines": []} | |
...ignoring | |
TASK [prereqs : Output of kvm_amd nested] *************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:51 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Setup nested virtualization AMD - rmmod] ************************************************************************************************************************************************ | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:56 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Setup nested virtualization AMD - update dist.conf] ************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:61 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Setup nested virtualization AMD - modprobe] ********************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:66 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Exit if nested virtualization is off] *************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:71 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Pull down kvm plugin] ******************************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_kvm_plugin.yml:3 | |
ok: [localhost] => {"changed": false, "dest": "/usr/local/bin/docker-machine-driver-kvm", "gid": 0, "group": "root", "mode": "01363", "msg": "file already exists", "owner": "root", "secontext": "system_u:object_r:bin_t:s0", "size": 11939128, "state": "file", "uid": 0, "url": "https://github.com/dhiltgen/docker-machine-kvm/releases/download/v0.7.0/docker-machine-driver-kvm"} | |
TASK [prereqs : Install pre-requesites for dnf support for Fedora] ************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:2 | |
changed: [localhost] => {"changed": true, "rc": 0, "stderr": "Shared connection to localhost closed.\r\n", "stdout": "Last metadata expiration check: 0:13:01 ago on Fri 23 Mar 2018 10:45:55 AM CET.\r\nPackage python2-dnf-2.7.5-2.fc27.noarch is already installed, skipping.\r\nDependencies resolved.\r\nNothing to do.\r\nComplete!\r\n", "stdout_lines": ["Last metadata expiration check: 0:13:01 ago on Fri 23 Mar 2018 10:45:55 AM CET.", "Package python2-dnf-2.7.5-2.fc27.noarch is already installed, skipping.", "Dependencies resolved.", "Nothing to do.", "Complete!"]} | |
TASK [prereqs : Install libvirt, qemu-kvm, and jq on Fedora] ******************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:7 | |
ok: [localhost] => (item=[u'libvirt', u'qemu-kvm', u'jq']) => {"changed": false, "item": ["libvirt", "qemu-kvm", "jq"], "msg": "Nothing to do"} | |
TASK [prereqs : Check if EPEL is installed for non Fedora distros] ************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:18 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Pull down the EPEL for for non Fedora distros] ****************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:25 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Install EPEL for non Fedora distros] **************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:31 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Install libvirt, qemu-kvm, and jq on Fedora] ******************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:36 | |
skipping: [localhost] => (item=[]) => {"changed": false, "item": [], "skip_reason": "Conditional result was False"} | |
TASK [prereqs : Start and enable libvirtd] ************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_kvm_plugin.yml:12 | |
ok: [localhost] => {"changed": false, "enabled": true, "name": "libvirtd", "state": "started", "status": {"ActiveEnterTimestamp": "Fri 2018-03-23 09:35:24 CET", "ActiveEnterTimestampMonotonic": "37706483", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "virtlogd.socket local-fs.target basic.target virtlogd.service virtlockd.service remote-fs.target dbus.service apparmor.service iscsid.service network.target virtlockd.socket sysinit.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri2018-03-23 09:35:24 CET", "AssertTimestampMonotonic": "37404061", "Before": "multi-user.target shutdown.target libvirt-guests.service", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CPUUsageNSec": "18446744073709551615", "CPUWeight": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2018-03-23 09:35:24 CET", "ConditionTimestampMonotonic": "37404061", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/libvirtd.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Virtualization daemon", "DevicePolicy": "auto", "Documentation": "man:libvirtd(8) http://libvirt.org", "DynamicUser": "no", "EnvironmentFile": "/etc/sysconfig/libvirtd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1324", "ExecMainStartTimestamp": "Fri 2018-03-23 09:35:24 CET", "ExecMainStartTimestampMonotonic": "37405576", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/libvirtd ; argv[]=/usr/sbin/libvirtd $LIBVIRTD_ARGS ; ignore_errors=no ; start_time=[Fri 2018-03-23 09:35:24 CET] ; stop_time=[n/a] ; pid=1324 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/libvirtd.service", "GID": "4294967295", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "18446744073709551615", "Id": "libvirtd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2018-03-23 09:35:24 CET", "InactiveExitTimestampMonotonic": "37405601", "InvocationID": "e6c87142251e4619aff7817ff0debc17", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitASSoft": "18446744073709551615", "LimitCORE":"18446744073709551615", "LimitCORESoft": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitCPUSoft": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitDATASoft": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitFSIZESoft": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitLOCKSSoft": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "8192", "LimitNOFILESoft": "8192", "LimitNPROC": "126168", "LimitNPROCSoft": "126168", "LimitRSS": "18446744073709551615", "LimitRSSSoft": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "18446744073709551615", "LimitRTTIMESoft": "18446744073709551615", "LimitSIGPENDING": "126168", "LimitSIGPENDINGSoft": "126168", "LimitSTACK": "18446744073709551615", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "MainPID": "1324", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryDenyWriteExecute": "no", "MemoryHigh": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MemoryLow": "0", "MemoryMax": "18446744073709551615", "MemorySwapMax": "18446744073709551615", "MountAPIVFS": "no", "MountFlags": "0", "NFileDescriptorStore": "0", "Names": "libvirtd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "virtlockd.socket sysinit.target virtlogd.socket system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalSec": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StartupCPUWeight": "18446744073709551615", "StartupIOWeight": "18446744073709551615", "StateChangeTimestamp": "Fri 2018-03-23 09:35:24 CET", "StateChangeTimestampMonotonic": "37706483", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "20", "TasksMax": "32768", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "4294967295", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target libvirt-guests.service", "WatchdogTimestamp": "Fri2018-03-23 09:35:24 CET", "WatchdogTimestampMonotonic": "37706482", "WatchdogUSec": "0"}} | |
TASK [prereqs : Add user firemanxbr to the libvirt group] *********************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_kvm_plugin.yml:19 | |
ok: [localhost] => {"append": true, "changed": false, "comment": "Marcelo Barbosa", "group": 1000, "groups": "libvirt", "home": "/home/firemanxbr", "move_home": false, "name": "firemanxbr", "shell": "/bin/bash", "state": "present", "uid": 1000} | |
TASK [prereqs : Newgroup libvirt] *********************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_kvm_plugin.yml:26 | |
ok: [localhost] => {"append": false, "changed": false, "comment": "", "group": 100, "home": "/home/libvirt", "move_home": false, "name": "libvirt", "shell": "/bin/bash", "state": "present", "uid": 1001} | |
TASK [minishift : Is minishift binary present in /home/firemanxbr/.contra-env-setup/minishift] ********************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/main.yml:5 | |
ok: [localhost] => {"changed": false, "stat": {"exists": false}} | |
TASK [minishift : Query for minishift compressed binary] ************************************************************************************************************************************************ | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/install_minishift_bin.yml:4 | |
[WARNING]: Consider using get_url or uri module rather than running curl | |
changed: [localhost] => {"changed": true, "cmd": "curl -s https://github.com/minishift/minishift/releases/v1.12.0 | grep 'minishift-.*-linux.*' | head -1 | sed 's/.*<a href=\"\\(.*\\)\" .*/https:\\/\\/github.com\\1/'", "delta": "0:00:01.423899", "end": "2018-03-23 10:59:05.809496", "rc": 0, "start": "2018-03-23 10:59:04.385597", "stderr": "", "stderr_lines": [], "stdout": "https://github.com/minishift/minishift/releases/download/v1.12.0/minishift-1.12.0-linux-amd64.tgz", "stdout_lines": ["https://github.com/minishift/minishift/releases/download/v1.12.0/minishift-1.12.0-linux-amd64.tgz"]} | |
TASK [minishift : Pull down and extract minishift binary to /home/firemanxbr/.contra-env-setup/minishift] *********************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/install_minishift_bin.yml:8 | |
changed: [localhost] => {"changed": true, "dest": "/home/firemanxbr/.contra-env-setup/minishift", "extract_results": {"cmd": ["/usr/bin/gtar", "--extract", "-C", "/home/firemanxbr/.contra-env-setup/minishift", "-z", "-f", "/tmp/ansible_Ef2fe1/minishift-1.12.0-linux-amd64.tgz"], "err": "", "out": "", "rc": 0}, "gid": 1000, "group": "firemanxbr", "handler": "TgzArchive", "mode": "0775", "owner": "firemanxbr", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 4096, "src": "/tmp/ansible_Ef2fe1/minishift-1.12.0-linux-amd64.tgz", "state": "directory", "uid": 1000} | |
TASK [minishift : Set minishift_src_dir fact] *********************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/install_minishift_bin.yml:14 | |
ok: [localhost] => {"ansible_facts": {"minishift_src_dir": "minishift-1.12.0-linux-amd64"}, "changed": false} | |
TASK [minishift : Create a new /home/firemanxbr/.contra-env-setup/minishift if it doesn't exist] ******************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/install_minishift_bin.yml:20 | |
ok: [localhost] => {"changed": false, "gid": 1000, "group": "firemanxbr", "mode": "0775", "owner": "firemanxbr", "path": "/home/firemanxbr/.contra-env-setup/minishift", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 4096, "state": "directory", "uid": 1000} | |
TASK [minishift : Copy minishift version files to /home/firemanxbr/.contra-env-setup/minishift/minishift/] ********************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/install_minishift_bin.yml:25 | |
changed: [localhost] => {"changed": true, "cmd": "cp /home/firemanxbr/.contra-env-setup/minishift/minishift-1.12.0-linux-amd64/* /home/firemanxbr/.contra-env-setup/minishift/", "delta": "0:00:00.009931", "end": "2018-03-23 10:59:32.096828", "rc": 0, "start": "2018-03-23 10:59:32.086897", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} | |
TASK [minishift : Delete /home/firemanxbr/minishift-1.12.0-linux-amd64] ********************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/install_minishift_bin.yml:28 | |
ok: [localhost] => {"changed": false, "path": "/home/firemanxbr/minishift-1.12.0-linux-amd64", "state": "absent"} | |
TASK [minishift : Set path for minishift in /home/firemanxbr/.bashrc] *********************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/set_minishift_path.yml:4 | |
changed: [localhost] => {"backup": "", "changed": true, "msg": "line added"} | |
TASK [minishift : Source /home/firemanxbr/.bashrc] ****************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/set_minishift_path.yml:10 | |
changed: [localhost] => {"changed": true, "cmd": "source /home/firemanxbr/.bashrc", "delta": "0:00:00.038761", "end": "2018-03-23 10:59:33.549925", "rc": 0, "start": "2018-03-23 10:59:33.511164", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} | |
TASK [minishift : Set minishift disk-size 40gb] ********************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/main.yml:15 | |
changed: [localhost] => {"changed": true, "cmd": "/home/firemanxbr/.contra-env-setup/minishift/minishift config set disk-size 40gb", "delta": "0:00:00.068734", "end": "2018-03-23 10:59:34.052618", "rc": 0, "start": "2018-03-23 10:59:33.983884", "stderr": "", "stderr_lines": [], "stdout": "No Minishift instance exists. New disk-size setting will be applied on next 'minishift start'", "stdout_lines":["No Minishift instance exists. New disk-size setting will be applied on next 'minishift start'"]} | |
TASK [minishift : Set minishift disk-size 6400mb] ******************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/main.yml:18 | |
changed: [localhost] => {"changed": true, "cmd": "/home/firemanxbr/.contra-env-setup/minishift/minishift config set memory 6400mb", "delta": "0:00:00.014500", "end": "2018-03-23 10:59:34.495982", "rc": 0, "start": "2018-03-23 10:59:34.481482", "stderr": "", "stderr_lines": [], "stdout": "No Minishift instance exists. New memory setting will be applied on next 'minishift start'", "stdout_lines": ["No Minishift instance exists. New memory setting will be applied on next 'minishift start'"]} | |
TASK [minishift : Pull down the minishift iso] ********************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/main.yml:21 | |
changed: [localhost] => {"changed": true, "checksum_dest": null, "checksum_src": "8bc03f8d26134e3d526883883a51b50fd282fdb5", "dest": "/home/firemanxbr/.contra-env-setup/minishift/minishift.iso", "gid": 1000, "group": "firemanxbr", "md5sum": "5664091958cb2f0948b96ecfd140fded", "mode": "0664", "msg": "OK (413138944 bytes)", "owner": "firemanxbr", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 413138944, "src": "/tmp/tmpC0xY8Q", "state": "file", "status_code": 200, "uid": 1000, "url": "http://artifacts.ci.centos.org/fedora-atomic/minishift/iso/minishift.iso"} | |
TASK [minishift : Check if the minishift profile exists] ************************************************************************************************************************************************ | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/main.yml:28 | |
changed: [localhost] => {"changed": true, "cmd": "/home/firemanxbr/.contra-env-setup/minishift/minishift status --profile minishift | head -1 | grep -i 'does not exist'", "delta": "0:00:00.016772", "end": "2018-03-23 11:23:07.853596", "rc": 0, "start": "2018-03-23 11:23:07.836824", "stderr": "", "stderr_lines": [], "stdout": "Does Not Exist", "stdout_lines": ["Does Not Exist"]} | |
TASK [minishift : Initialization of minishift cluster with profile minishift] *************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/init_minishift.yml:3 | |
changed: [localhost] => {"changed": true, "cmd": "/home/firemanxbr/.contra-env-setup/minishift/minishift start --profile minishift --disk-size 40gb --memory 6400mb --iso-url file:////home/firemanxbr/.contra-env-setup/minishift/minishift.iso", "delta": "0:02:49.222104", "end": "2018-03-23 11:25:57.575892", "rc": 0, "start": "2018-03-23 11:23:08.353788", "stderr": "", "stderr_lines": [], "stdout": "-- Starting profile 'minishift'\n-- Checking if requested hypervisor 'kvm' is supported on this platform ... OK\n-- Checking if KVM driver is installed ... \n Driver is available at /usr/local/bin/docker-machine-driver-kvm ... \n Checking driver binary is executable ... OK\n-- Checking if Libvirt is installed ... OK\n-- Checking if Libvirt default network is present ... OK\n-- Checking if Libvirtdefault network is active ... OK\n-- Checking the ISO URL ... OK\n-- Starting local OpenShift cluster using 'kvm' hypervisor ...\n-- Minishift VM will be configured with ...\n Memory: 6 GB\n vCPUs : 2\n Disk size: 40 GB\n-- Starting Minishift VM ................. OK\n-- Checking for IP address ... OK\n-- Checking if external host is reachable from the Minishift VM ... \n Pinging 8.8.8.8 ... OK\n-- Checking HTTP connectivity from the VM ... \n Retrieving http://minishift.io/index.html ... OK\n-- Checking if persistent storage volume is mounted ... OK\n-- Checking available disk space ... 1% used OK\n-- Downloading OpenShift binary 'oc' version 'v3.6.1'\n\r 0 B / 34.76 MiB 0.00%\r 16.53 KiB / 34.76 MiB 0.05% 7m12s\r 66.50 KiB / 34.76 MiB 0.19% 3m34s\r 118.53 KiB / 34.76MiB 0.33% 3m0s\r 152.53 KiB / 34.76 MiB 0.43% 3m6s\r 169.53 KiB / 34.76 MiB 0.48% 3m29s\r 186.53 KiB / 34.76 MiB 0.52% 3m48s\r 236.50 KiB / 34.76 MiB 0.66% 3m29s\r 288.53 KiB / 34.76 MiB 0.81% 3m16s\r 373.53 KiB / 34.76 MiB 1.05% 2m50s\r 424.53 KiB / 34.76 MiB 1.19% 2m46s\r 560.53 KiB / 34.76 MiB 1.57% 2m17s\r 730.53 KiB / 34.76 MiB 2.05% 1m54s\r 968.53 KiB / 34.76 MiB 2.72% 1m33s\r 1.08 MiB / 34.76 MiB 3.10% 1m27s\r 1.41 MiB / 34.76 MiB 4.06% 1m11s\r 1.82 MiB / 34.76 MiB 5.25% 57s\r 2.17 MiB / 34.76 MiB 6.25% 51s\r 2.62 MiB / 34.76 MiB 7.54% 44s\r3.32 MiB / 34.76 MiB 9.55% 36s\r 4.13 MiB / 34.76 MiB 11.89% 29s\r 4.50 MiB / 34.76 MiB 12.94% 28s\r 5.56 MiB / 34.76 MiB 15.98% 23s\r 5.85 MiB / 34.76 MiB 16.83% 22s\r 6.40 MiB / 34.76 MiB 18.41% 21s\r 6.62 MiB / 34.76 MiB 19.04% 21s\r 6.91 MiB / 34.76 MiB 19.89% 20s\r 7.31 MiB / 34.76 MiB 21.01% 20s\r 7.45 MiB / 34.76 MiB 21.42% 20s\r 7.68 MiB / 34.76 MiB 22.09% 20s\r 8.01 MiB / 34.76 MiB 23.04% 20s\r 8.35 MiB / 34.76 MiB 24.02% 19s\r 8.59 MiB / 34.76 MiB 24.70% 19s\r 8.91 MiB / 34.76 MiB 25.64% 19s\r 9.27 MiB / 34.76 MiB 26.68% 18s\r 9.63 MiB / 34.76 MiB 27.71% 18s\r 9.87 MiB / 34.76 MiB 28.38% 18s\r 10.20 MiB / 34.76 MiB 29.33% 17s\r 10.56 MiB / 34.76 MiB 30.36% 17s\r 10.84 MiB / 34.76 MiB 31.17% 17s\r 11.16 MiB / 34.76 MiB 32.11% 16s\r 11.49 MiB / 34.76 MiB 33.06% 16s\r 11.85 MiB / 34.76 MiB 34.09% 16s\r 12.15 MiB / 34.76 MiB 34.95% 16s\r 12.43 MiB / 34.76 MiB 35.76% 15s\r 12.81 MiB / 34.76 MiB 36.83% 15s\r 13.18 MiB / 34.76 MiB37.91% 15s\r 13.46 MiB / 34.76 MiB 38.72% 14s\r 13.76 MiB / 34.76 MiB 39.58% 14s\r 13.95 MiB / 34.76 MiB 40.12% 14s\r 14.37 MiB / 34.76 MiB 41.33% 14s\r 14.54 MiB / 34.76 MiB 41.82% 14s\r 14.79 MiB / 34.76 MiB 42.54% 14s\r 15.09 MiB / 34.76 MiB 43.40% 13s\r 15.41 MiB / 34.76 MiB 44.34% 13s\r 15.63 MiB / 34.76 MiB 44.97% 13s\r 15.91 MiB / 34.76 MiB 45.78% 13s\r 16.23 MiB / 34.76 MiB 46.68% 13s\r 16.46 MiB / 34.76 MiB 47.35% 12s\r 16.71 MiB / 34.76 MiB 48.07% 12s\r 16.91 MiB / 34.76 MiB 48.66% 12s\r 17.10 MiB / 34.76 MiB 49.19% 12s\r 17.24 MiB / 34.76 MiB 49.60% 12s\r 17.41 MiB / 34.76 MiB 50.09% 12s\r 17.59 MiB / 34.76 MiB 50.59% 12s\r 17.77 MiB / 34.76 MiB 51.13% 12s\r 17.93 MiB / 34.76 MiB 51.58% 12s\r 18.09 MiB / 34.76 MiB 52.03% 12s\r 18.26 MiB / 34.76 MiB 52.52% 12s\r 18.46 MiB / 34.76 MiB 53.11% 12s\r 18.57 MiB / 34.76 MiB 53.42% 12s\r 18.76 MiB / 34.76 MiB 53.96% 12s\r 18.96 MiB / 34.76 MiB 54.54% 12s\r 19.12 MiB / 34.76 MiB 54.99% 11s\r 19.27 MiB / 34.76 MiB 55.44% 11s\r 19.46 MiB / 34.76 MiB 55.98% 11s\r 19.66 MiB / 34.76 MiB 56.57% 11s\r 19.82 MiB / 34.76 MiB 57.02% 11s\r 19.99 MiB / 34.76 MiB 57.51% 11s\r 20.18 MiB / 34.76 MiB 58.05% 11s\r 20.38 MiB / 34.76 MiB 58.63% 11s\r 20.56 MiB / 34.76 MiB 59.13% 11s\r 20.73 MiB / 34.76 MiB 59.62% 11s\r 20.91 MiB / 34.76 MiB 60.16% 11s\r 21.12 MiB / 34.76 MiB 60.75% 10s\r 21.29 MiB / 34.76 MiB 61.24% 10s\r 21.46 MiB / 34.76 MiB 61.74% 10s\r 21.66 MiB / 34.76 MiB 62.32% 10s\r 21.85 MiB / 34.76 MiB 62.86% 10s\r 22.01 MiB / 34.76 MiB 63.31% 10s\r 22.20 MiB / 34.76 MiB 63.85% 10s\r 22.41 MiB / 34.76 MiB 64.48% 10s\r 22.62 MiB / 34.76 MiB 65.06% 9s\r 22.68 MiB / 34.76 MiB 65.24% 9s\r 22.81 MiB / 34.76 MiB 65.60% 9s\r 23.04 MiB / 34.76 MiB 66.27% 9s\r 23.18 MiB / 34.76 MiB 66.68% 9s\r 23.34 MiB / 34.76 MiB 67.13% 9s\r 23.52 MiB / 34.76 MiB 67.67% 9s\r 23.73 MiB / 34.76 MiB 68.25% 9s\r 23.91 MiB / 34.76 MiB 68.79% 9s\r 24.07 MiB / 34.76 MiB 69.24% 8s\r 24.27 MiB / 34.76 MiB 69.83% 8s\r 24.48 MiB / 34.76 MiB 70.41% 8s\r 24.62 MiB / 34.76 MiB 70.81% 8s\r 24.84 MiB / 34.76 MiB 71.44% 8s\r 25.02 MiB / 34.76 MiB 71.98% 8s\r 25.23 MiB / 34.76 MiB 72.57% 8s\r 25.38 MiB / 34.76 MiB 73.02% 7s\r 25.59 MiB / 34.76 MiB 73.60% 7s\r 25.81 MiB / 34.76 MiB 74.23% 7s\r 25.99 MiB / 34.76 MiB 74.77% 7s\r 26.16 MiB / 34.76 MiB 75.26% 7s\r 26.37 MiB / 34.76 MiB 75.85% 7s\r 26.59 MiB / 34.76 MiB 76.48% 7s\r 26.77 MiB / 34.76 MiB 77.02% 6s\r 26.96 MiB / 34.76 MiB 77.56% 6s\r 27.16 MiB / 34.76 MiB 78.14% 6s\r 27.40 MiB / 34.76 MiB 78.81% 6s\r 27.59 MiB / 34.76 MiB 79.35% 6s\r 27.77 MiB / 34.76 MiB 79.89% 6s\r 27.98 MiB / 34.76 MiB 80.48% 5s\r 28.21 MiB / 34.76 MiB 81.15% 5s\r 28.41 MiB / 34.76 MiB 81.74% 5s\r 28.51 MiB / 34.76 MiB 82.01% 5s\r 28.73 MiB / 34.76 MiB 82.64% 5s\r 28.87 MiB / 34.76 MiB 83.04% 5s\r 29.01 MiB / 34.76 MiB 83.44% 5s\r 29.18 MiB / 34.76 MiB 83.94% 4s\r 29.37 MiB / 34.76 MiB 84.48% 4s\r 29.59 MiB / 34.76 MiB 85.11% 4s\r 29.76 MiB / 34.76 MiB 85.60% 4s\r 29.95 MiB / 34.76 MiB 86.14% 4s\r 30.13 MiB / 34.76 MiB 86.68% 4s\r 30.35 MiB / 34.76 MiB 87.31% 3s\r 30.52 MiB / 34.76 MiB 87.80% 3s\r 30.70 MiB / 34.76 MiB 88.30% 3s\r 30.91 MiB / 34.76 MiB 88.93% 3s\r 31.13 MiB / 34.76 MiB 89.56% 3s\r 31.27 MiB / 34.76 MiB 89.96% 3s\r 31.48 MiB / 34.76 MiB 90.55% 2s\r 31.70 MiB / 34.76 MiB 91.17% 2s\r 31.91 MiB / 34.76 MiB 91.80% 2s\r 32.07 MiB / 34.76 MiB 92.25% 2s\r 32.27 MiB / 34.76 MiB 92.84% 2s\r 32.51 MiB / 34.76 MiB 93.51% 2s\r 32.71 MiB / 34.76 MiB 94.10% 1s\r 32.88 MiB / 34.76 MiB 94.59% 1s\r 33.09 MiB / 34.76 MiB 95.17% 1s\r 33.29 MiB / 34.76 MiB 95.76% 1s\r 33.48 MiB / 34.76 MiB 96.30% 1s\r 33.60 MiB / 34.76 MiB 96.66% 1s\r 33.79 MiB / 34.76 MiB 97.20% 0s\r 34.01 MiB / 34.76 MiB 97.83% 0s\r 34.13 MiB / 34.76 MiB 98.19% 0s\r 34.34 MiB / 34.76 MiB 98.77% 0s\r 34.54 MiB / 34.76 MiB 99.36% 0s\r 34.76 MiB / 34.76 MiB 100.00% 0s-- Downloading OpenShift v3.6.1 checksums ... OK\n-- OpenShift cluster will be configured with ...\n Version: v3.6.1\n-- Checking `oc` support for startup flags ... \n host-config-dir ... OK\n host-data-dir ... OK\n host-pv-dir ... OK\n host-volumes-dir ... OK\n routing-suffix ... OK\nStarting OpenShift using openshift/origin:v3.6.1 ...\nPulling image openshift/origin:v3.6.1\nPulled 1/4 layers, 26% complete\nPulled 1/4 layers, 82% complete\nPulled 2/4 layers, 84% complete\nPulled 3/4 layers, 90% complete\nPulled 4/4 layers, 100% complete\nExtracting\nImage pull complete\nOpenShift server started.\n\nThe server is accessible via web console at:\n https://192.168.42.6:8443\n\nYou are logged in as:\n User: developer\n Password: <any value>\n\nTo login as administrator:\n oc login -u system:admin", "stdout_lines": ["-- Starting profile 'minishift'", "-- Checking if requested hypervisor 'kvm' is supported on this platform ... OK", "-- Checking if KVM driver is installed ... ", " Driver is available at /usr/local/bin/docker-machine-driver-kvm ... ", " Checking driver binary is executable ... OK", "-- Checking if Libvirt is installed ... OK", "-- Checking if Libvirt default network is present ... OK", "-- Checking if Libvirt default network is active ... OK", "-- Checking the ISO URL ... OK", "-- Starting local OpenShift clusterusing 'kvm' hypervisor ...", "-- Minishift VM will be configured with ...", " Memory: 6 GB", " vCPUs : 2", " Disk size: 40 GB", "-- Starting Minishift VM ................. OK", "-- Checking for IP address ... OK", "-- Checking if external host is reachable from the Minishift VM ... ", " Pinging 8.8.8.8 ... OK", "-- Checking HTTP connectivity from the VM ... ", " Retrieving http://minishift.io/index.html ... OK", "-- Checking if persistent storage volume is mounted ... OK", "-- Checking available disk space ... 1% used OK", "-- Downloading OpenShift binary 'oc' version 'v3.6.1'", "", " 0 B / 34.76 MiB 0.00%", " 16.53 KiB / 34.76 MiB 0.05% 7m12s", " 66.50 KiB / 34.76 MiB 0.19% 3m34s", " 118.53 KiB / 34.76 MiB 0.33% 3m0s", " 152.53 KiB / 34.76 MiB 0.43% 3m6s", " 169.53 KiB / 34.76 MiB 0.48% 3m29s", " 186.53 KiB / 34.76 MiB 0.52% 3m48s", " 236.50 KiB / 34.76 MiB 0.66% 3m29s", " 288.53 KiB / 34.76 MiB 0.81% 3m16s", " 373.53 KiB / 34.76 MiB 1.05% 2m50s", " 424.53 KiB / 34.76 MiB 1.19% 2m46s", " 560.53 KiB / 34.76 MiB 1.57% 2m17s", " 730.53 KiB / 34.76 MiB 2.05% 1m54s", " 968.53 KiB / 34.76 MiB 2.72% 1m33s", " 1.08 MiB / 34.76 MiB 3.10% 1m27s", " 1.41 MiB / 34.76 MiB 4.06% 1m11s", " 1.82 MiB / 34.76 MiB 5.25% 57s", " 2.17 MiB / 34.76 MiB 6.25% 51s", " 2.62 MiB / 34.76 MiB 7.54% 44s", " 3.32 MiB / 34.76 MiB 9.55% 36s", " 4.13 MiB / 34.76 MiB 11.89% 29s", " 4.50 MiB / 34.76 MiB 12.94% 28s", " 5.56 MiB / 34.76 MiB 15.98% 23s", " 5.85 MiB / 34.76 MiB 16.83% 22s", " 6.40 MiB / 34.76 MiB 18.41% 21s", " 6.62 MiB / 34.76 MiB 19.04% 21s", " 6.91 MiB / 34.76 MiB 19.89% 20s", " 7.31 MiB / 34.76 MiB 21.01% 20s", " 7.45 MiB / 34.76 MiB 21.42% 20s", " 7.68 MiB / 34.76 MiB 22.09% 20s", " 8.01 MiB / 34.76 MiB 23.04% 20s", " 8.35 MiB / 34.76 MiB 24.02% 19s", " 8.59 MiB / 34.76 MiB 24.70% 19s", " 8.91 MiB / 34.76 MiB 25.64% 19s", " 9.27 MiB / 34.76 MiB 26.68% 18s", " 9.63 MiB / 34.76 MiB 27.71% 18s", " 9.87 MiB / 34.76 MiB 28.38% 18s", " 10.20 MiB / 34.76 MiB 29.33% 17s", " 10.56 MiB / 34.76 MiB 30.36% 17s", " 10.84 MiB / 34.76 MiB 31.17% 17s", " 11.16 MiB / 34.76 MiB 32.11% 16s"," 11.49 MiB / 34.76 MiB 33.06% 16s", " 11.85 MiB / 34.76 MiB 34.09% 16s", " 12.15 MiB / 34.76 MiB 34.95% 16s", " 12.43 MiB / 34.76 MiB 35.76% 15s", " 12.81 MiB / 34.76 MiB 36.83% 15s", " 13.18 MiB / 34.76 MiB 37.91% 15s", " 13.46 MiB / 34.76 MiB 38.72% 14s", " 13.76 MiB / 34.76 MiB 39.58% 14s", " 13.95 MiB / 34.76 MiB 40.12% 14s", " 14.37 MiB / 34.76 MiB 41.33% 14s", " 14.54 MiB/ 34.76 MiB 41.82% 14s", " 14.79 MiB / 34.76 MiB 42.54% 14s", " 15.09 MiB / 34.76 MiB 43.40% 13s", " 15.41 MiB / 34.76 MiB 44.34% 13s", " 15.63 MiB / 34.76 MiB 44.97% 13s", " 15.91 MiB / 34.76 MiB 45.78% 13s", " 16.23 MiB / 34.76 MiB 46.68% 13s", " 16.46 MiB / 34.76 MiB 47.35% 12s", " 16.71 MiB / 34.76 MiB 48.07% 12s", " 16.91 MiB / 34.76 MiB 48.66% 12s", " 17.10 MiB / 34.76 MiB 49.19% 12s", " 17.24 MiB / 34.76 MiB 49.60% 12s", " 17.41 MiB / 34.76 MiB 50.09% 12s", " 17.59 MiB / 34.76 MiB 50.59% 12s", " 17.77 MiB / 34.76 MiB 51.13% 12s", " 17.93 MiB / 34.76 MiB 51.58% 12s", " 18.09 MiB / 34.76 MiB 52.03% 12s", " 18.26 MiB / 34.76 MiB 52.52% 12s", " 18.46 MiB / 34.76 MiB 53.11% 12s", " 18.57 MiB / 34.76 MiB 53.42% 12s", " 18.76 MiB / 34.76 MiB 53.96% 12s", " 18.96 MiB / 34.76 MiB 54.54% 12s", " 19.12 MiB / 34.76 MiB 54.99% 11s", " 19.27 MiB / 34.76 MiB 55.44% 11s", " 19.46 MiB / 34.76 MiB 55.98% 11s", " 19.66 MiB / 34.76 MiB 56.57% 11s", " 19.82 MiB / 34.76 MiB 57.02% 11s", " 19.99 MiB / 34.76 MiB 57.51% 11s", " 20.18 MiB / 34.76 MiB 58.05% 11s", " 20.38 MiB / 34.76 MiB 58.63% 11s", " 20.56 MiB / 34.76 MiB 59.13% 11s", " 20.73 MiB / 34.76 MiB 59.62% 11s", " 20.91 MiB / 34.76 MiB 60.16% 11s", " 21.12 MiB / 34.76 MiB 60.75% 10s", " 21.29 MiB / 34.76 MiB 61.24% 10s", " 21.46 MiB / 34.76 MiB 61.74% 10s", " 21.66 MiB / 34.76 MiB 62.32% 10s", " 21.85 MiB / 34.76 MiB 62.86% 10s", " 22.01 MiB / 34.76 MiB 63.31% 10s", " 22.20 MiB / 34.76 MiB 63.85% 10s", " 22.41 MiB / 34.76 MiB 64.48% 10s", " 22.62 MiB / 34.76 MiB 65.06% 9s", " 22.68 MiB / 34.76 MiB 65.24% 9s", " 22.81 MiB / 34.76 MiB 65.60% 9s", " 23.04 MiB / 34.76 MiB 66.27% 9s", " 23.18 MiB / 34.76 MiB 66.68% 9s", " 23.34 MiB / 34.76 MiB 67.13% 9s", " 23.52 MiB / 34.76 MiB 67.67% 9s", " 23.73 MiB / 34.76 MiB 68.25% 9s", " 23.91 MiB / 34.76 MiB 68.79% 9s", " 24.07 MiB / 34.76 MiB 69.24% 8s", " 24.27 MiB / 34.76 MiB 69.83% 8s", " 24.48 MiB / 34.76 MiB 70.41% 8s", " 24.62 MiB / 34.76 MiB 70.81% 8s", " 24.84 MiB / 34.76 MiB 71.44% 8s", " 25.02 MiB / 34.76 MiB 71.98% 8s", " 25.23 MiB / 34.76 MiB 72.57% 8s", " 25.38 MiB / 34.76 MiB 73.02% 7s", " 25.59 MiB / 34.76 MiB 73.60% 7s", " 25.81 MiB / 34.76 MiB 74.23% 7s", " 25.99 MiB / 34.76 MiB 74.77% 7s", " 26.16 MiB / 34.76 MiB 75.26% 7s", " 26.37 MiB / 34.76 MiB 75.85% 7s", " 26.59 MiB / 34.76 MiB 76.48% 7s", " 26.77 MiB / 34.76 MiB 77.02% 6s", " 26.96 MiB / 34.76 MiB 77.56% 6s", " 27.16 MiB / 34.76 MiB 78.14% 6s", " 27.40 MiB / 34.76 MiB 78.81% 6s"," 27.59 MiB / 34.76 MiB 79.35% 6s", " 27.77 MiB / 34.76 MiB 79.89% 6s", " 27.98 MiB / 34.76 MiB 80.48% 5s", " 28.21 MiB / 34.76 MiB 81.15% 5s", " 28.41 MiB / 34.76 MiB 81.74% 5s", " 28.51 MiB / 34.76 MiB 82.01% 5s", " 28.73 MiB / 34.76 MiB 82.64% 5s", " 28.87 MiB / 34.76 MiB 83.04% 5s", " 29.01 MiB / 34.76 MiB 83.44% 5s", " 29.18 MiB / 34.76 MiB 83.94% 4s", " 29.37 MiB / 34.76 MiB 84.48% 4s", " 29.59 MiB / 34.76 MiB 85.11% 4s", " 29.76 MiB / 34.76 MiB 85.60% 4s", " 29.95 MiB / 34.76 MiB 86.14% 4s", " 30.13 MiB / 34.76 MiB 86.68% 4s", " 30.35 MiB / 34.76 MiB 87.31%3s", " 30.52 MiB / 34.76 MiB 87.80% 3s", " 30.70 MiB / 34.76 MiB 88.30% 3s", " 30.91 MiB / 34.76 MiB 88.93% 3s", " 31.13 MiB / 34.76 MiB 89.56% 3s", " 31.27 MiB / 34.76 MiB 89.96% 3s", " 31.48 MiB / 34.76 MiB 90.55% 2s", " 31.70 MiB / 34.76 MiB 91.17% 2s", " 31.91 MiB / 34.76 MiB 91.80% 2s", " 32.07 MiB / 34.76 MiB 92.25% 2s", " 32.27 MiB / 34.76 MiB 92.84% 2s", " 32.51 MiB / 34.76 MiB 93.51% 2s", " 32.71 MiB / 34.76 MiB 94.10% 1s", " 32.88 MiB / 34.76 MiB 94.59% 1s", " 33.09 MiB / 34.76 MiB 95.17% 1s", " 33.29 MiB / 34.76 MiB 95.76% 1s", " 33.48 MiB / 34.76 MiB 96.30% 1s", " 33.60 MiB / 34.76 MiB 96.66% 1s", " 33.79 MiB / 34.76 MiB 97.20% 0s", " 34.01 MiB / 34.76 MiB 97.83% 0s", " 34.13 MiB / 34.76 MiB 98.19% 0s", " 34.34 MiB / 34.76 MiB 98.77% 0s", " 34.54 MiB / 34.76 MiB 99.36% 0s", " 34.76 MiB / 34.76 MiB 100.00% 0s-- Downloading OpenShift v3.6.1 checksums ... OK", "-- OpenShift cluster will be configured with ...", " Version: v3.6.1", "--Checking `oc` support for startup flags ... ", " host-config-dir ... OK", " host-data-dir ... OK", " host-pv-dir ... OK", " host-volumes-dir ... OK", " routing-suffix ... OK", "Starting OpenShift using openshift/origin:v3.6.1 ...", "Pulling image openshift/origin:v3.6.1", "Pulled 1/4 layers, 26% complete", "Pulled 1/4 layers, 82% complete", "Pulled 2/4 layers, 84% complete", "Pulled 3/4 layers, 90% complete", "Pulled 4/4 layers, 100% complete", "Extracting", "Image pull complete", "OpenShift server started.", "", "The server is accessible via web console at:", " https://192.168.42.6:8443", "", "You are logged in as:", " User: developer", " Password: <any value>", "", "To login as administrator:", " oc login -u system:admin"]} | |
TASK [minishift : Wait for the cluster to come up completely] ******************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/init_minishift.yml:6 | |
Pausing for 180 seconds | |
(ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort) | |
Press 'C' to continue the play or 'A' to abort | |
ok: [localhost] => {"changed": false, "delta": 21, "rc": 0, "start": "2018-03-23 11:25:57.632744", "stderr": "", "stdout": "Paused for 0.36 minutes", "stop": "2018-03-23 11:26:19.010821", "user_input": ""} | |
TASK [minishift : Stop the cluster] ********************************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/init_minishift.yml:10 | |
changed: [localhost] => {"changed": true, "cmd": "/home/firemanxbr/.contra-env-setup/minishift/minishift stop --profile minishift", "delta": "0:00:04.091673", "end": "2018-03-23 11:26:23.659266", "rc": 0, "start": "2018-03-23 11:26:19.567593", "stderr": "", "stderr_lines": [], "stdout": "Stopping local OpenShift cluster...\nCluster stopped.", "stdout_lines": ["Stopping local OpenShift cluster...", "Cluster stopped."]} | |
TASK [minishift : Update the VM config] ***************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/minishift/tasks/init_minishift.yml:13 | |
changed: [localhost] => {"backup": "", "changed": true, "msg": "line added"} | |
TASK [os_temps : Check if the minishift profile is already up and running] ****************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/start_mcluster.yml:5 | |
changed: [localhost] => {"changed": true, "cmd": "/home/firemanxbr/.contra-env-setup/minishift/minishift status --profile minishift | head -1 | awk '{print $2}'", "delta": "0:00:00.074155", "end": "2018-03-23 11:26:24.833134", "rc": 0, "start": "2018-03-23 11:26:24.758979", "stderr": "", "stderr_lines": [], "stdout": "Stopped", "stdout_lines": ["Stopped"]} | |
TASK [os_temps : Start minishift profile minishift] ***************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/start_mcluster.yml:10 | |
changed: [localhost] => {"changed": true, "cmd": "/home/firemanxbr/.contra-env-setup/minishift/minishift start --profile minishift --disk-size 40gb --memory 6400mb --iso-url file:////home/firemanxbr/.contra-env-setup/minishift/minishift.iso", "delta": "0:00:44.199427", "end": "2018-03-23 11:27:09.539994", "rc": 0, "start": "2018-03-23 11:26:25.340567", "stderr": "", "stderr_lines": [], "stdout": "-- Starting profile 'minishift'\n-- Checking if requested hypervisor 'kvm' is supported on this platform ... OK\n-- Checking if KVM driver is installed ... \n Driver is available at /usr/local/bin/docker-machine-driver-kvm ... \n Checking driver binary is executable ... OK\n-- Checking if Libvirt is installed ... OK\n-- Checking if Libvirt default network is present ... OK\n-- Checking if Libvirtdefault network is active ... OK\n-- Checking the ISO URL ... OK\n-- Starting local OpenShift cluster using 'kvm' hypervisor ...\n-- Starting Minishift VM ............... OK\n-- Checking for IP address ... OK\n-- Checking if external host is reachable from the Minishift VM ... \n Pinging 8.8.8.8 ... OK\n-- Checking HTTP connectivity from the VM ... \n Retrieving http://minishift.io/index.html ... OK\n-- Checking if persistent storage volume is mounted ... OK\n-- Checking available disk space ... 4% used OK\n-- OpenShift cluster will be configured with ...\n Version: v3.6.1\n-- Checking `oc` support for startup flags ... \n host-data-dir ... OK\n host-pv-dir ... OK\n host-volumes-dir ... OK\n routing-suffix ... OK\n host-config-dir ... OK\nStarting OpenShift using openshift/origin:v3.6.1 ...\nOpenShift server started.\n\nThe server is accessible via web console at:\n https://192.168.42.6:8443", "stdout_lines": ["-- Starting profile 'minishift'", "-- Checking if requested hypervisor 'kvm' is supported on this platform ... OK", "-- Checking if KVM driver is installed ... ", " Driver is available at /usr/local/bin/docker-machine-driver-kvm ... ", " Checking driver binary is executable ... OK", "-- Checking if Libvirt is installed ... OK", "-- Checking if Libvirt default network is present ... OK", "-- Checking if Libvirt default network is active ... OK", "-- Checking the ISO URL ... OK", "-- Starting local OpenShift cluster using 'kvm' hypervisor ...", "-- Starting Minishift VM ............... OK", "-- Checking for IP address ... OK", "-- Checking if external host is reachable from the Minishift VM ... ", " Pinging 8.8.8.8 ... OK", "-- Checking HTTP connectivity from the VM ... ", " Retrieving http://minishift.io/index.html ... OK", "-- Checking if persistent storage volume is mounted ... OK", "-- Checking available disk space ... 4% used OK", "-- OpenShift cluster will be configured with ...", " Version: v3.6.1", "-- Checking `oc` support for startup flags ... ", " host-data-dir ... OK", " host-pv-dir ... OK", " host-volumes-dir ... OK", " routing-suffix ... OK", " host-config-dir ... OK", "Starting OpenShift using openshift/origin:v3.6.1 ...", "OpenShift server started.", "", "The server is accessible via web console at:", " https://192.168.42.6:8443"]} | |
TASK [os_temps : Determine the oc client is for profile minishift] ************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/set_oc_client.yml:3 | |
changed: [localhost] => {"changed": true, "cmd": "/home/firemanxbr/.contra-env-setup/minishift/minishift oc-env --profile minishift | head -1", "delta": "0:00:00.038697", "end": "2018-03-23 11:27:10.066865", "rc": 0, "start": "2018-03-23 11:27:10.028168", "stderr": "", "stderr_lines": [], "stdout": "export PATH=\"/home/firemanxbr/.minishift/cache/oc/v3.6.1/linux:$PATH\"", "stdout_lines": ["export PATH=\"/home/firemanxbr/.minishift/cache/oc/v3.6.1/linux:$PATH\""]} | |
TASK [os_temps : Update the path with the oc client] **************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/set_oc_client.yml:7 | |
changed: [localhost] => {"changed": true, "cmd": "export PATH=\"/home/firemanxbr/.minishift/cache/oc/v3.6.1/linux:$PATH\"", "delta": "0:00:00.002695", "end": "2018-03-23 11:27:10.564956", "rc": 0, "start": "2018-03-23 11:27:10.562261", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} | |
TASK [os_temps : Set path for oc client in /home/firemanxbr/.bashrc] ************************************************************************************************************************************ | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/set_oc_client.yml:10 | |
changed: [localhost] => {"backup": "", "changed": true, "msg": "line added"} | |
TASK [os_temps : Source /home/firemanxbr/.bashrc] ******************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/set_oc_client.yml:16 | |
changed: [localhost] => {"changed": true, "cmd": "source /home/firemanxbr/.bashrc", "delta": "0:00:00.041914", "end": "2018-03-23 11:27:11.602903", "rc": 0, "start": "2018-03-23 11:27:11.560989", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} | |
TASK [os_temps : Get the cluster Server URL for project contra-sample-project] ************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/main.yml:14 | |
changed: [localhost] => {"changed": true, "cmd": "oc status | egrep 'contra-sample-project.*server' | awk '{print $NF}'", "delta": "0:00:00.205246", "end": "2018-03-23 11:27:12.363629", "rc": 0, "start": "2018-03-23 11:27:12.158383", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} | |
TASK [os_temps : Login to the Openshift cluster] ******************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/login_to_cluster.yml:3 | |
changed: [localhost] => {"changed": true, "cmd": "oc login --username=developer --password=developer --insecure-skip-tls-verify=true", "delta": "0:00:00.224662", "end": "2018-03-23 11:27:13.144933", "rc": 0, "start": "2018-03-23 11:27:12.920271", "stderr": "", "stderr_lines": [], "stdout": "Login successful.\n\nYou have one project on this server: \"myproject\"\n\nUsing project \"myproject\".", "stdout_lines": ["Login successful.", "", "You have one project on this server: \"myproject\"", "", "Using project \"myproject\"."]} | |
TASK [os_temps : Query to see if project is already present] ******************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/get_set_project.yml:4 | |
changed: [localhost] => {"changed": true, "cmd": "oc get project contra-sample-project | grep 'Active' | awk '{print $3}'", "delta": "0:00:00.203235", "end": "2018-03-23 11:27:13.879731", "rc": 0, "start": "2018-03-23 11:27:13.676496", "stderr": "Error from server (Forbidden): User \"developer\" cannot get project \"contra-sample-project\"", "stderr_lines": ["Error from server (Forbidden): User \"developer\" cannot get project \"contra-sample-project\""], "stdout": "", "stdout_lines": []} | |
TASK [os_temps : Create project/namespace in the openshift cluster] ************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/get_set_project.yml:9 | |
changed: [localhost] => {"changed": true, "cmd": "oc new-project 'contra-sample-project' --display-name='contra-sample-project'", "delta": "0:00:00.382266", "end": "2018-03-23 11:27:14.786656", "rc": 0, "start": "2018-03-23 11:27:14.404390", "stderr": "", "stderr_lines": [], "stdout": "Now using project \"contra-sample-project\" on server \"https://192.168.42.6:8443\".\n\nYou can add applications to this project with the 'new-app' command. For example, try:\n\n oc new-app centos/ruby-22-centos7~https://github.com/openshift/ruby-ex.git\n\nto build a new example application in Ruby.", "stdout_lines": ["Now using project \"contra-sample-project\" on server \"https://192.168.42.6:8443\".", "", "You can add applications to this project with the 'new-app' command. For example, try:", "", " ocnew-app centos/ruby-22-centos7~https://github.com/openshift/ruby-ex.git", "", "to build a new example application in Ruby."]} | |
TASK [os_temps : add-role-to-user] ********************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/get_set_project.yml:13 | |
changed: [localhost] => {"changed": true, "cmd": "oc policy add-role-to-user edit -z default -n 'contra-sample-project'", "delta": "0:00:00.198281", "end": "2018-03-23 11:27:15.522286", "rc": 0, "start": "2018-03-23 11:27:15.324005", "stderr": "", "stderr_lines": [], "stdout": "role \"edit\" added: \"default\"", "stdout_lines": ["role \"edit\" added: \"default\""]} | |
TASK [os_temps : Is project repository present in /home/firemanxbr/.contra-env-setup/contra-env-sample-project] ***************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/clone_project_repo.yml:5 | |
ok: [localhost] => {"changed": false, "stat": {"exists": false}} | |
TASK [os_temps : checkout the project repo @ https://github.com/CentOS-PaaS-SIG/contra-env-sample-project to /home/firemanxbr/.contra-env-setup/contra-env-sample-project] ****************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/clone_project_repo.yml:11 | |
changed: [localhost] => {"after": "59c2a29b4796f8613495e07939b4d579ff46bb2d", "before": null, "changed": true} | |
TASK [os_temps : Install pre-requesites for dnf support for Fedora] ************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:2 | |
changed: [localhost] => {"changed": true, "rc": 0, "stderr": "Shared connection to localhost closed.\r\n", "stdout": "Last metadata expiration check: 0:41:28 ago on Fri 23 Mar 2018 10:45:55 AM CET.\r\nPackage python2-dnf-2.7.5-2.fc27.noarch is already installed, skipping.\r\nDependencies resolved.\r\nNothing to do.\r\nComplete!\r\n", "stdout_lines": ["Last metadata expiration check: 0:41:28 ago on Fri 23 Mar 2018 10:45:55 AM CET.", "Package python2-dnf-2.7.5-2.fc27.noarch is already installed, skipping.", "Dependencies resolved.", "Nothing to do.", "Complete!"]} | |
TASK [os_temps : Install libvirt, qemu-kvm, and jq on Fedora] ******************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:7 | |
ok: [localhost] => (item=[u'libvirt', u'qemu-kvm', u'jq']) => {"changed": false, "item": ["libvirt", "qemu-kvm", "jq"], "msg": "Nothing to do"} | |
TASK [os_temps : Check if EPEL is installed for non Fedora distros] ************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:18 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [os_temps : Pull down the EPEL for for non Fedora distros] ***************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:25 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [os_temps : Install EPEL for non Fedora distros] *************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:31 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [os_temps : Install libvirt, qemu-kvm, and jq on Fedora] ******************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:36 | |
skipping: [localhost] => (item=[]) => {"changed": false, "item": [], "skip_reason": "Conditional result was False"} | |
TASK [os_temps : Set the container_config_name to OpenShift s2i templates] ****************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_containers.yml:4 | |
ok: [localhost] => {"ansible_facts": {"container_config_name": "OpenShift s2i templates"}, "changed": false} | |
TASK [os_temps : Get OpenShift s2i template names] ****************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_containers.yml:9 | |
ok: [localhost] => {"changed": false, "examined": 14, "files": [{"atime": 1521800842.642386, "ctime": 1521800841.5033832, "dev": 64771, "gid": 1000, "inode": 11667115, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0664", "mtime": 1521800841.5033832, "nlink": 1, "path": "/home/firemanxbr/.contra-env-setup/contra-env-sample-project/config/s2i/jenkins/jenkins-slave-template.yml", "rgrp": true, "roth": true, "rusr": true, "size": 1395, "uid": 1000, "wgrp": true, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1521800842.642386, "ctime": 1521800841.5033832, "dev": 64771, "gid": 1000, "inode": 11667114, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0664", "mtime": 1521800841.5033832, "nlink": 1, "path": "/home/firemanxbr/.contra-env-setup/contra-env-sample-project/config/s2i/jenkins/jenkins-persistent-template.yml", "rgrp": true, "roth": true, "rusr": true, "size": 8357, "uid": 1000, "wgrp": true, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 2, "msg": ""} | |
TASK [os_temps : Check that templates are valid] ******************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_containers.yml:17 | |
changed: [localhost] => (item={u'uid': 1000, u'woth': False, u'mtime': 1521800841.5033832, u'inode': 11667115, u'isgid': False, u'size': 1395, u'isuid': False, u'isreg': True, u'gid': 1000, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/home/firemanxbr/.contra-env-setup/contra-env-sample-project/config/s2i/jenkins/jenkins-slave-template.yml', u'xusr': False, u'atime': 1521800842.642386, u'isdir': False, u'ctime': 1521800841.5033832, u'isblk': False, u'wgrp': True, u'xgrp': False, u'dev': 64771, u'roth': True, u'isfifo': False, u'mode': u'0664', u'rusr': True}) => {"changed": true, "cmd": "oc process -f /home/firemanxbr/.contra-env-setup/contra-env-sample-project/config/s2i/jenkins/jenkins-slave-template.yml", "delta":"0:00:00.193475", "end": "2018-03-23 11:27:28.527520", "item": {"atime": 1521800842.642386, "ctime": 1521800841.5033832, "dev": 64771, "gid": 1000, "inode": 11667115, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0664", "mtime": 1521800841.5033832, "nlink": 1, "path": "/home/firemanxbr/.contra-env-setup/contra-env-sample-project/config/s2i/jenkins/jenkins-slave-template.yml", "rgrp": true, "roth": true, "rusr": true, "size": 1395, "uid": 1000, "wgrp": true, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, "rc": 0, "start": "2018-03-23 11:27:28.334045", "stderr": "", "stderr_lines": [], "stdout": "{\n \"kind\": \"List\",\n \"apiVersion\": \"v1\",\n \"metadata\": {},\n \"items\": [\n {\n \"apiVersion\": \"v1\",\n \"kind\": \"ImageStream\",\n \"metadata\": {\n \"annotations\": {\n \"slave-label\": \"jenkins-contra-slave contra-slave\"\n },\n \"labels\": {\n \"role\": \"jenkins-slave\",\n \"template\": \"jenkins-contra-slave-builder\"\n },\n \"name\": \"jenkins-contra-slave\"\n },\n \"spec\": {}\n },\n {\n \"apiVersion\": \"v1\",\n \"kind\": \"BuildConfig\",\n \"metadata\": {\n \"labels\": {\n \"template\": \"jenkins-contra-slave-builder\"\n },\n \"name\": \"jenkins-contra-slave\"\n },\n \"spec\": {\n \"output\": {\n \"to\": {\n \"kind\": \"ImageStreamTag\",\n \"name\": \"jenkins-contra-slave:latest\"\n }\n },\n \"resources\": {},\n \"source\": {\n \"contextDir\": \"config/s2i/jenkins/slave\",\n \"git\": {\n \"ref\": \"master\",\n \"uri\": \"https://github.com/CentOS-PaaS-SIG/contra-env-sample-project\"\n },\n \"type\": \"Git\"\n },\n \"strategy\": {\n \"dockerStrategy\": {\n \"env\": [\n {\n \"name\": \"GIT_SSL_NO_VERIFY\",\n \"value\": \"true\"\n }\n ]\n },\n \"type\": \"Docker\"\n },\n \"triggers\": [\n {\n \"type\": \"ConfigChange\"\n }\n ]\n }\n }\n ]\n}", "stdout_lines": ["{", " \"kind\": \"List\",", " \"apiVersion\": \"v1\",", " \"metadata\": {},", " \"items\": [", " {", " \"apiVersion\": \"v1\",", " \"kind\": \"ImageStream\",", " \"metadata\": {", " \"annotations\": {", " \"slave-label\": \"jenkins-contra-slave contra-slave\"", " },", " \"labels\": {", " \"role\": \"jenkins-slave\",", " \"template\": \"jenkins-contra-slave-builder\"", " },", " \"name\": \"jenkins-contra-slave\"", " },", " \"spec\": {}", " },", " {", " \"apiVersion\": \"v1\",", " \"kind\": \"BuildConfig\",", " \"metadata\": {", " \"labels\": {", " \"template\": \"jenkins-contra-slave-builder\"", " },", " \"name\": \"jenkins-contra-slave\"", " },", " \"spec\": {", " \"output\": {", " \"to\": {", " \"kind\": \"ImageStreamTag\",", " \"name\": \"jenkins-contra-slave:latest\"", " }", " },", " \"resources\": {},", " \"source\": {", " \"contextDir\": \"config/s2i/jenkins/slave\",", " \"git\": {", " \"ref\": \"master\",", " \"uri\": \"https://github.com/CentOS-PaaS-SIG/contra-env-sample-project\"", " },", " \"type\": \"Git\"", " },", " \"strategy\": {", " \"dockerStrategy\": {", " \"env\": [", " {", " \"name\": \"GIT_SSL_NO_VERIFY\",", " \"value\": \"true\"", " }", " ]", " },", " \"type\": \"Docker\"", " },", " \"triggers\": [", " {", " \"type\": \"ConfigChange\"", " }", " ]", " }", " }", " ]", "}"]} | |
changed: [localhost] => (item={u'uid': 1000, u'woth': False, u'mtime': 1521800841.5033832, u'inode': 11667114, u'isgid': False, u'size': 8357, u'isuid': False, u'isreg': True, u'gid': 1000, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/home/firemanxbr/.contra-env-setup/contra-env-sample-project/config/s2i/jenkins/jenkins-persistent-template.yml', u'xusr': False, u'atime': 1521800842.642386, u'isdir': False, u'ctime': 1521800841.5033832, u'isblk': False, u'wgrp': True, u'xgrp': False, u'dev': 64771, u'roth': True, u'isfifo': False, u'mode': u'0664', u'rusr': True}) => {"changed": true, "cmd": "oc process -f /home/firemanxbr/.contra-env-setup/contra-env-sample-project/config/s2i/jenkins/jenkins-persistent-template.yml", "delta": "0:00:00.211525", "end": "2018-03-23 11:27:29.203130", "item": {"atime": 1521800842.642386, "ctime": 1521800841.5033832, "dev": 64771, "gid": 1000, "inode": 11667114, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0664", "mtime": 1521800841.5033832, "nlink": 1, "path": "/home/firemanxbr/.contra-env-setup/contra-env-sample-project/config/s2i/jenkins/jenkins-persistent-template.yml", "rgrp": true, "roth": true, "rusr": true, "size": 8357, "uid": 1000, "wgrp": true, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, "rc": 0, "start": "2018-03-23 11:27:28.991605", "stderr": "", "stderr_lines": [], "stdout": "{\n \"kind\": \"List\",\n \"apiVersion\": \"v1\",\n \"metadata\": {},\n \"items\": [\n {\n \"apiVersion\": \"v1\",\n \"kind\": \"ImageStream\",\n \"metadata\": {\n \"labels\": {\n \"app\": \"jenkins\",\n \"template\": \"jenkins-persistent\"\n },\n \"name\": \"jenkins\"\n }\n },\n {\n \"apiVersion\": \"v1\",\n \"kind\": \"Route\",\n \"metadata\": {\n \"creationTimestamp\": null,\n \"labels\": {\n \"template\": \"jenkins-persistent\"\n },\n \"name\": \"jenkins\"\n },\n \"spec\": {\n \"tls\": {\n \"insecureEdgeTerminationPolicy\": \"Redirect\",\n \"termination\": \"edge\"\n },\n \"to\": {\n \"kind\": \"Service\",\n \"name\": \"jenkins\"\n }\n }\n },\n {\n \"apiVersion\": \"v1\",\n \"kind\": \"PersistentVolumeClaim\",\n \"metadata\": {\n \"labels\": {\n \"template\": \"jenkins-persistent\"\n },\n \"name\": \"jenkins\"\n },\n \"spec\": {\n \"accessModes\": [\n \"ReadWriteOnce\"\n ],\n \"resources\": {\n \"requests\": {\n \"storage\": \"1Gi\"\n }\n }\n }\n },\n {\n \"apiVersion\": \"v1\",\n \"kind\": \"BuildConfig\",\n \"metadata\": {\n \"labels\": {\n \"app\": \"jenkins\",\n \"template\": \"jenkins-persistent\"\n },\n \"name\": \"jenkins\"\n },\n \"spec\": {\n \"output\": {\n \"to\": {\n \"kind\": \"ImageStreamTag\",\n \"name\": \"jenkins:latest\"\n }\n },\n \"resources\": {\n \"limits\": {\n \"memory\": \"512Mi\"\n }\n },\n \"source\": {\n \"contextDir\": \"config/s2i/jenkins/master\",\n \"git\": {\n \"ref\": \"master\",\n \"uri\": \"https://github.com/CentOS-PaaS-SIG/contra-env-sample-project\"\n },\n \"secrets\": [],\n \"type\": \"Git\"\n },\n \"strategy\": {\n \"sourceStrategy\": {\n \"env\": [\n {\n \"name\": \"GIT_SSL_NO_VERIFY\",\n \"value\": \"true\"\n }\n ],\n \"from\": {\n \"kind\": \"DockerImage\",\n \"name\": \"docker.io/openshift/jenkins-2-centos7:v3.9\"\n }\n },\n \"type\": \"Source\"\n },\n \"triggers\": [\n {\n \"type\": \"ConfigChange\"\n },\n {\n \"imageChange\": {},\n \"type\": \"ImageChange\"\n }\n ]\n },\n \"status\": {\n \"lastVersion\": 0\n }\n },\n {\n \"apiVersion\": \"v1\",\n \"kind\": \"DeploymentConfig\",\n \"metadata\": {\n \"creationTimestamp\": null,\n \"labels\": {\n \"template\": \"jenkins-persistent\"\n },\n \"name\": \"jenkins\"\n },\n \"spec\": {\n \"replicas\": 1,\n \"selector\": {\n \"name\": \"jenkins\"\n },\n \"strategy\": {\n \"type\": \"Recreate\"\n },\n \"template\": {\n \"metadata\": {\n \"creationTimestamp\": null,\n \"labels\": {\n \"name\": \"jenkins\"\n }\n },\n \"spec\": {\n \"containers\": [\n {\n \"capabilities\": {},\n \"env\": [\n {\n \"name\": \"OPENSHIFT_ENABLE_OAUTH\",\n \"value\": \"true\"\n },\n {\n \"name\": \"OPENSHIFT_ENABLE_REDIRECT_PROMPT\",\n \"value\": \"true\"\n },\n {\n \"name\": \"KUBERNETES_MASTER\",\n \"value\": \"https://kubernetes.default:443\"\n },\n {\n \"name\": \"KUBERNETES_TRUST_CERTIFICATES\",\n \"value\": \"true\"\n },\n {\n \"name\": \"JENKINS_SERVICE_NAME\",\n \"value\": \"jenkins\"\n },\n {\n \"name\": \"JNLP_SERVICE_NAME\",\n \"value\": \"jenkins-jnlp\"\n },\n {\n \"name\": \"JAVA_OPTS\",\n \"value\": \"-Dhudson.model.ParametersAction.keepUndefinedParameters=true -Djenkins.model.Jenkins.logStartupPerformance=true -Djava.security.egd=file:/dev/./urandom -Djenkins.install.runSetupWizard=false -Dhudson.DNSMultiCast.disabled=true\"\n },\n {\n \"name\": \"JAVA_GC_OPTS\",\n \"value\": \"-XX:+UseParallelGC -XX:MaxPermSize=100m -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=500m\"\n },\n {\n \"name\": \"GIT_SSL_NO_VERIFY\",\n \"value\": \"true\"\n },\n {\n \"name\": \"OVERRIDE_PV_CONFIG_WITH_IMAGE_CONFIG\",\n \"value\": \"true\"\n },\n {\n \"name\": \"OVERRIDE_PV_PLUGINS_WITH_IMAGE_PLUGINS\",\n \"value\": \"true\"\n }\n ],\n \"image\": \" \",\n \"imagePullPolicy\": \"IfNotPresent\",\n \"livenessProbe\": {\n \"failureThreshold\": 30,\n \"httpGet\": {\n \"path\": \"/login\",\n \"port\": 8080\n },\n \"initialDelaySeconds\": 420,\n \"timeoutSeconds\": 3\n },\n \"name\": \"jenkins\",\n \"readinessProbe\": {\n \"httpGet\": {\n \"path\": \"/login\",\n \"port\": 8080\n },\n \"initialDelaySeconds\": 3,\n \"timeoutSeconds\": 3\n },\n \"resources\": {\n \"limits\": {\n \"memory\": \"512Mi\"\n }\n },\n \"securityContext\": {\n \"capabilities\": {},\n \"privileged\": false\n},\n \"terminationMessagePath\": \"/dev/termination-log\",\n \"volumeMounts\": [\n {\n \"mountPath\": \"/var/lib/jenkins\",\n \"name\": \"jenkins-data\"\n }\n ]\n }\n ],\n \"dnsPolicy\": \"ClusterFirst\",\n \"restartPolicy\": \"Always\",\n \"serviceAccountName\": \"jenkins\",\n \"volumes\": [\n {\n \"name\": \"jenkins-data\",\n \"persistentVolumeClaim\": {\n \"claimName\": \"jenkins\"\n }\n }\n ]\n }\n },\n \"triggers\": [\n {\n \"imageChangeParams\": {\n \"automatic\": true,\n \"containerNames\": [\n \"jenkins\"\n ],\n \"from\": {\n \"kind\": \"ImageStreamTag\",\n \"name\": \"jenkins:latest\",\n \"namespace\": \"contra-sample-project\"\n },\n \"lastTriggeredImage\": \"\"\n },\n \"type\": \"ImageChange\"\n },\n {\n \"type\": \"ConfigChange\"\n }\n ]\n }\n },\n {\n \"apiVersion\": \"v1\",\n \"kind\": \"ServiceAccount\",\n \"metadata\": {\n \"annotations\": {\n \"serviceaccounts.openshift.io/oauth-redirectreference.jenkins\": \"{\\\"kind\\\":\\\"OAuthRedirectReference\\\",\\\"apiVersion\\\":\\\"v1\\\",\\\"reference\\\":{\\\"kind\\\":\\\"Route\\\",\\\"name\\\":\\\"jenkins\\\"}}\"\n },\n \"labels\": {\n \"template\": \"jenkins-persistent\"\n },\n \"name\": \"jenkins\"\n }\n },\n {\n \"apiVersion\": \"v1\",\n \"groupNames\": null,\n \"kind\": \"RoleBinding\",\n \"metadata\": {\n \"labels\": {\n \"template\": \"jenkins-persistent\"\n },\n \"name\": \"jenkins_edit\"\n },\n \"roleRef\": {\n \"name\": \"edit\"\n },\n \"subjects\": [\n {\n \"kind\": \"ServiceAccount\",\n \"name\": \"jenkins\"\n }\n ]\n },\n {\n \"apiVersion\": \"v1\",\n \"kind\": \"Service\",\n \"metadata\": {\n \"labels\": {\n \"template\": \"jenkins-persistent\"\n },\n \"name\": \"jenkins-jnlp\"\n },\n \"spec\": {\n \"ports\": [\n {\n \"name\": \"agent\",\n \"nodePort\": 0,\n \"port\": 50000,\n \"protocol\": \"TCP\",\n \"targetPort\": 50000\n }\n ],\n \"selector\": {\n \"name\": \"jenkins\"\n },\n \"sessionAffinity\": \"None\",\n \"type\": \"ClusterIP\"\n }\n },\n {\n \"apiVersion\": \"v1\",\n \"kind\": \"Service\",\n \"metadata\": {\n \"annotations\": {\n \"service.alpha.openshift.io/dependencies\": \"[{\\\"name\\\": \\\"jenkins-jnlp\\\", \\\"namespace\\\": \\\"\\\", \\\"kind\\\": \\\"Service\\\"}]\",\n \"service.openshift.io/infrastructure\": \"true\"\n },\n \"creationTimestamp\": null,\n \"labels\": {\n \"template\": \"jenkins-persistent\"\n },\n \"name\": \"jenkins\"\n },\n \"spec\": {\n \"ports\": [\n {\n \"name\": \"web\",\n \"nodePort\": 0,\n \"port\": 80,\n \"protocol\": \"TCP\",\n \"targetPort\": 8080\n }\n ],\n \"selector\": {\n \"name\": \"jenkins\"\n },\n \"sessionAffinity\": \"None\",\n \"type\": \"ClusterIP\"\n }\n }\n ]\n}", "stdout_lines": ["{", " \"kind\": \"List\",", " \"apiVersion\": \"v1\",", " \"metadata\": {},", " \"items\": [", " {", " \"apiVersion\": \"v1\",", " \"kind\": \"ImageStream\",", " \"metadata\": {", " \"labels\": {", " \"app\": \"jenkins\","," \"template\": \"jenkins-persistent\"", " },", " \"name\": \"jenkins\"", " }", " },", " {", " \"apiVersion\": \"v1\",", " \"kind\": \"Route\",", " \"metadata\": {", " \"creationTimestamp\": null,", " \"labels\": {", " \"template\": \"jenkins-persistent\"", " },", " \"name\": \"jenkins\"", " },", " \"spec\": {", " \"tls\": {", " \"insecureEdgeTerminationPolicy\": \"Redirect\",", " \"termination\": \"edge\"", " },", " \"to\": {", " \"kind\": \"Service\",", " \"name\": \"jenkins\"", " }", " }", " },", " {", " \"apiVersion\": \"v1\",", " \"kind\": \"PersistentVolumeClaim\",", " \"metadata\": {", " \"labels\": {", " \"template\": \"jenkins-persistent\"", " },", " \"name\": \"jenkins\"", " },", " \"spec\": {", " \"accessModes\": [", " \"ReadWriteOnce\"", " ],", " \"resources\": {", " \"requests\": {", " \"storage\": \"1Gi\"", " }", " }", " }", " },", " {", " \"apiVersion\": \"v1\",", " \"kind\": \"BuildConfig\",", " \"metadata\": {", " \"labels\": {", " \"app\": \"jenkins\",", " \"template\": \"jenkins-persistent\"", " },", " \"name\": \"jenkins\"", " },", " \"spec\": {", " \"output\": {", " \"to\": {", " \"kind\": \"ImageStreamTag\",", " \"name\": \"jenkins:latest\"", " }", " },", " \"resources\": {", " \"limits\": {", " \"memory\":\"512Mi\"", " }", " },", " \"source\": {", " \"contextDir\": \"config/s2i/jenkins/master\",", " \"git\": {", " \"ref\": \"master\",", " \"uri\": \"https://github.com/CentOS-PaaS-SIG/contra-env-sample-project\"", " },", " \"secrets\": [],", " \"type\": \"Git\"", " },", " \"strategy\": {", " \"sourceStrategy\": {", " \"env\": [", " {", " \"name\": \"GIT_SSL_NO_VERIFY\",", " \"value\": \"true\"", " }", " ],", " \"from\": {", " \"kind\": \"DockerImage\",", " \"name\": \"docker.io/openshift/jenkins-2-centos7:v3.9\"", " }", " },", " \"type\": \"Source\"", " },", " \"triggers\": [", " {", " \"type\": \"ConfigChange\"", " },", " {", " \"imageChange\": {},", " \"type\": \"ImageChange\"", " }", " ]", " },", " \"status\": {", " \"lastVersion\": 0", " }", " },", " {", " \"apiVersion\": \"v1\",", " \"kind\": \"DeploymentConfig\",", " \"metadata\": {", " \"creationTimestamp\": null,", " \"labels\": {", " \"template\": \"jenkins-persistent\"", " },", " \"name\": \"jenkins\"", " },", " \"spec\": {", " \"replicas\": 1,", " \"selector\": {", " \"name\": \"jenkins\"", " },", " \"strategy\": {", " \"type\": \"Recreate\"", " },", " \"template\": {", " \"metadata\": {", " \"creationTimestamp\": null,", " \"labels\": {", " \"name\": \"jenkins\"", " }", " },", " \"spec\": {", " \"containers\": [", " {", " \"capabilities\": {},", " \"env\": [", " {", " \"name\": \"OPENSHIFT_ENABLE_OAUTH\",", " \"value\": \"true\"", " },", " {", " \"name\": \"OPENSHIFT_ENABLE_REDIRECT_PROMPT\",", " \"value\": \"true\"", " },", " {", " \"name\":\"KUBERNETES_MASTER\",", " \"value\": \"https://kubernetes.default:443\"", " },", " {", " \"name\": \"KUBERNETES_TRUST_CERTIFICATES\",", " \"value\": \"true\"", " },", " {", " \"name\": \"JENKINS_SERVICE_NAME\",", " \"value\": \"jenkins\"", " },", " {", " \"name\": \"JNLP_SERVICE_NAME\",", " \"value\": \"jenkins-jnlp\"", " },", " {", " \"name\": \"JAVA_OPTS\",", " \"value\": \"-Dhudson.model.ParametersAction.keepUndefinedParameters=true -Djenkins.model.Jenkins.logStartupPerformance=true -Djava.security.egd=file:/dev/./urandom -Djenkins.install.runSetupWizard=false -Dhudson.DNSMultiCast.disabled=true\"", " },", " {", " \"name\": \"JAVA_GC_OPTS\",", " \"value\": \"-XX:+UseParallelGC -XX:MaxPermSize=100m -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=500m\"", " },", " {", " \"name\": \"GIT_SSL_NO_VERIFY\",", " \"value\": \"true\"", " },", " {", " \"name\": \"OVERRIDE_PV_CONFIG_WITH_IMAGE_CONFIG\",", " \"value\": \"true\"", " },", " {", " \"name\": \"OVERRIDE_PV_PLUGINS_WITH_IMAGE_PLUGINS\",", " \"value\": \"true\"", " }", " ],", " \"image\": \" \",", " \"imagePullPolicy\": \"IfNotPresent\",", " \"livenessProbe\": {", " \"failureThreshold\": 30,", " \"httpGet\": {", " \"path\": \"/login\",", " \"port\": 8080", " },", " \"initialDelaySeconds\": 420,", " \"timeoutSeconds\": 3", " },", " \"name\": \"jenkins\",", " \"readinessProbe\": {", " \"httpGet\": {", " \"path\": \"/login\",", " \"port\": 8080", " },", " \"initialDelaySeconds\": 3,", " \"timeoutSeconds\": 3", " },", " \"resources\": {", " \"limits\": {", " \"memory\": \"512Mi\"", " }", " },", " \"securityContext\": {", " \"capabilities\": {},", " \"privileged\": false", " },", " \"terminationMessagePath\": \"/dev/termination-log\",", " \"volumeMounts\": [", " {", " \"mountPath\": \"/var/lib/jenkins\",", " \"name\": \"jenkins-data\"", " }", " ]", " }", " ],", " \"dnsPolicy\": \"ClusterFirst\",", " \"restartPolicy\": \"Always\",", " \"serviceAccountName\": \"jenkins\",", " \"volumes\": [", " {", " \"name\": \"jenkins-data\",", " \"persistentVolumeClaim\": {", " \"claimName\": \"jenkins\"", " }", " }", " ]", " }", " },", " \"triggers\": [", " {", " \"imageChangeParams\": {", " \"automatic\": true,", " \"containerNames\": [", " \"jenkins\"", " ],", " \"from\": {", " \"kind\": \"ImageStreamTag\",", " \"name\": \"jenkins:latest\",", " \"namespace\": \"contra-sample-project\"", " },", " \"lastTriggeredImage\": \"\"", " },", " \"type\": \"ImageChange\"", " },", " {", " \"type\": \"ConfigChange\"", " }", " ]", " }", " },", " {", " \"apiVersion\": \"v1\",", " \"kind\": \"ServiceAccount\",", " \"metadata\": {", " \"annotations\": {", " \"serviceaccounts.openshift.io/oauth-redirectreference.jenkins\": \"{\\\"kind\\\":\\\"OAuthRedirectReference\\\",\\\"apiVersion\\\":\\\"v1\\\",\\\"reference\\\":{\\\"kind\\\":\\\"Route\\\",\\\"name\\\":\\\"jenkins\\\"}}\"", " },", " \"labels\": {", " \"template\": \"jenkins-persistent\"", " },", " \"name\": \"jenkins\"", " }", " },", " {", " \"apiVersion\": \"v1\",", " \"groupNames\": null,", " \"kind\": \"RoleBinding\",", " \"metadata\": {", " \"labels\": {", " \"template\": \"jenkins-persistent\"", " },", " \"name\": \"jenkins_edit\"", " },", " \"roleRef\": {", " \"name\": \"edit\"", " },", " \"subjects\": [", " {", " \"kind\": \"ServiceAccount\",", " \"name\": \"jenkins\"", " }", " ]", " },", " {", " \"apiVersion\": \"v1\",", " \"kind\": \"Service\",", " \"metadata\": {", " \"labels\": {", " \"template\": \"jenkins-persistent\"", " },", " \"name\": \"jenkins-jnlp\"", " },", " \"spec\": {", " \"ports\": [", " {", " \"name\": \"agent\",", " \"nodePort\": 0,", " \"port\": 50000,", " \"protocol\": \"TCP\",", " \"targetPort\": 50000", " }", " ],", " \"selector\": {", " \"name\": \"jenkins\"", " },", " \"sessionAffinity\": \"None\",", " \"type\": \"ClusterIP\"", " }", " },", " {", " \"apiVersion\": \"v1\",", " \"kind\": \"Service\",", " \"metadata\":{", " \"annotations\": {", " \"service.alpha.openshift.io/dependencies\": \"[{\\\"name\\\": \\\"jenkins-jnlp\\\", \\\"namespace\\\": \\\"\\\", \\\"kind\\\": \\\"Service\\\"}]\",", " \"service.openshift.io/infrastructure\": \"true\"", " },", " \"creationTimestamp\": null,", " \"labels\": {", " \"template\": \"jenkins-persistent\"", " },", " \"name\": \"jenkins\"", " },", " \"spec\": {", " \"ports\": [", " {", " \"name\": \"web\",", " \"nodePort\": 0,", " \"port\": 80,", " \"protocol\": \"TCP\",", " \"targetPort\": 8080", " }", " ],", " \"selector\": {", " \"name\": \"jenkins\"", " },", " \"sessionAffinity\": \"None\",", " \"type\": \"ClusterIP\"", " }", " }", " ]", "}"]} | |
TASK [os_temps : include_tasks] ************************************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_containers.yml:22 | |
included: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml for localhost | |
included: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml for localhost | |
TASK [os_temps : set_fact] ****************************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml:2 | |
ok: [localhost] => {"ansible_facts": {"params": []}, "changed": false} | |
TASK [os_temps : Cleanup any failed containers on the cluster] ****************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml:5 | |
changed: [localhost] => {"changed": true, "cmd": "oc get all | egrep 'Failed|Error' | egrep 'builds' | awk '{print $1}' | awk -F'/' '{print $2}' | sed 's/-[0-9+]//g' | xargs -i oc delete bc/{} is/{}","delta": "0:00:00.251348", "end": "2018-03-23 11:27:30.262074", "rc": 0, "start": "2018-03-23 11:27:30.010726", "stderr": "No resources found.", "stderr_lines": ["No resources found."], "stdout": "", "stdout_lines": []} | |
TASK [os_temps : OpenShift s2i templates :: Get template name from the yaml file] *********************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml:9 | |
changed: [localhost] => {"changed": true, "cmd": "oc process -f /home/firemanxbr/.contra-env-setup/contra-env-sample-project/config/s2i/jenkins/jenkins-slave-template.yml | jq '.items[1].metadata.labels.template' | sed 's/\"//g'", "delta": "0:00:00.183758", "end": "2018-03-23 11:27:30.907609", "rc": 0, "start": "2018-03-23 11:27:30.723851", "stderr": "", "stderr_lines": [], "stdout": "jenkins-contra-slave-builder", "stdout_lines": ["jenkins-contra-slave-builder"]} | |
TASK [os_temps : debug] ********************************************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml:13 | |
ok: [localhost] => { | |
"msg": "OpenShift s2i templates :: Template Name in file: jenkins-contra-slave-builder" | |
} | |
TASK [os_temps : OpenShift s2i templates :: Get template name from querying the cluster] **************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml:16 | |
fatal: [localhost]: FAILED! => {"changed": true, "cmd": "oc get templates | awk '{print $1}' | egrep '^jenkins-contra-slave-builder$'", "delta": "0:00:00.175490", "end": "2018-03-23 11:27:31.655499", "msg": "non-zero return code", "rc": 1, "start": "2018-03-23 11:27:31.480009", "stderr": "No resources found.", "stderr_lines": ["No resources found."], "stdout": "", "stdout_lines": []} | |
...ignoring | |
TASK [os_temps : debug] ********************************************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml:21 | |
ok: [localhost] => { | |
"msg": "OpenShift s2i templates :: Template Name from querying the cluster: " | |
} | |
TASK [os_temps : OpenShift s2i templates :: Updating buildconfig /home/firemanxbr/.contra-env-setup/contra-env-sample-project/config/s2i/jenkins/jenkins-slave-template.yml] **************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml:24 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [os_temps : OpenShift s2i templates :: Creating buildconfig /home/firemanxbr/.contra-env-setup/contra-env-sample-project/config/s2i/jenkins/jenkins-slave-template.yml] **************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml:28 | |
changed: [localhost] => {"changed": true, "cmd": "oc create -f /home/firemanxbr/.contra-env-setup/contra-env-sample-project/config/s2i/jenkins/jenkins-slave-template.yml", "delta": "0:00:00.218627", "end": "2018-03-23 11:27:32.492900", "rc": 0, "start": "2018-03-23 11:27:32.274273", "stderr": "", "stderr_lines": [], "stdout": "template \"jenkins-contra-slave-builder\" created", "stdout_lines": ["template \"jenkins-contra-slave-builder\" created"]} | |
TASK [os_temps : OpenShift s2i templates :: Get imagestream name from the yaml file] ******************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml:33 | |
changed: [localhost] => {"changed": true, "cmd": "oc process -f /home/firemanxbr/.contra-env-setup/contra-env-sample-project/config/s2i/jenkins/jenkins-slave-template.yml | jq '.items[0].metadata.name' | sed 's/\"//g'", "delta": "0:00:00.202170", "end": "2018-03-23 11:27:33.191532", "rc": 0, "start": "2018-03-23 11:27:32.989362", "stderr": "", "stderr_lines": [], "stdout": "jenkins-contra-slave", "stdout_lines": ["jenkins-contra-slave"]} | |
TASK [os_temps : OpenShift s2i templates :: Get imagestream from querying the cluster] ****************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml:37 | |
fatal: [localhost]: FAILED! => {"changed": true, "cmd": "oc get imagestream | awk '{print $1}' | egrep '^jenkins-contra-slave$'", "delta": "0:00:00.197658", "end": "2018-03-23 11:27:33.909011", "msg":"non-zero return code", "rc": 1, "start": "2018-03-23 11:27:33.711353", "stderr": "No resources found.", "stderr_lines": ["No resources found."], "stdout": "", "stdout_lines": []} | |
...ignoring | |
TASK [os_temps : debug] ********************************************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml:42 | |
ok: [localhost] => { | |
"msg": "OpenShift s2i templates :: Imagestream Name from querying the cluster: " | |
} | |
TASK [os_temps : debug] ********************************************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml:45 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [os_temps : OpenShift s2i templates :: Get buildconfig name from the yaml file] ******************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml:50 | |
changed: [localhost] => {"changed": true, "cmd": "oc process -f /home/firemanxbr/.contra-env-setup/contra-env-sample-project/config/s2i/jenkins/jenkins-slave-template.yml | jq '.items[1].metadata.name' | sed 's/\"//g'", "delta": "0:00:00.199065", "end": "2018-03-23 11:27:34.699761", "rc": 0, "start": "2018-03-23 11:27:34.500696", "stderr": "", "stderr_lines": [], "stdout": "jenkins-contra-slave", "stdout_lines": ["jenkins-contra-slave"]} | |
TASK [os_temps : OpenShift s2i templates :: Get buildconfig from querying the cluster] ****************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml:54 | |
fatal: [localhost]: FAILED! => {"changed": true, "cmd": "oc get buildconfig | awk '{print $1}' | egrep '^jenkins-contra-slave$'", "delta": "0:00:00.191504", "end": "2018-03-23 11:27:35.382763", "msg":"non-zero return code", "rc": 1, "start": "2018-03-23 11:27:35.191259", "stderr": "No resources found.", "stderr_lines": ["No resources found."], "stdout": "", "stdout_lines": []} | |
...ignoring | |
TASK [os_temps : debug] ********************************************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml:59 | |
ok: [localhost] => { | |
"msg": "OpenShift s2i templates :: Buildconfig Name from querying the cluster: " | |
} | |
TASK [os_temps : debug] ********************************************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml:62 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [os_temps : OpenShift s2i templates :: Check if the template being loaded contains the parameter...] *********************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml:66 | |
[WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected | |
behavior. | |
changed: [localhost] => (item={u'key': u'REPO_URL', u'val': u'https://github.com/CentOS-PaaS-SIG/contra-env-sample-project'}) => {"changed": true, "cmd": "oc describe template jenkins-contra-slave-builder | grep REPO_URL", "delta": "0:00:00.192580", "end": "2018-03-23 11:27:36.193224", "item": {"key": "REPO_URL", "val": "https://github.com/CentOS-PaaS-SIG/contra-env-sample-project"}, "rc": 0, "start": "2018-03-23 11:27:36.000644", "stderr": "", "stderr_lines": [], "stdout": " Name:\t\tREPO_URL", "stdout_lines": [" Name:\t\tREPO_URL"]} | |
changed: [localhost] => (item={u'key': u'REPO_REF', u'val': u'master'}) => {"changed": true, "cmd": "oc describe template jenkins-contra-slave-builder | grep REPO_REF", "delta": "0:00:00.212906", "end": "2018-03-23 11:27:36.881564", "item": {"key": "REPO_REF", "val": "master"}, "rc": 0, "start": "2018-03-23 11:27:36.668658", "stderr": "", "stderr_lines": [], "stdout": " Name:\t\tREPO_REF", "stdout_lines": [" Name:\t\tREPO_REF"]} | |
failed: [localhost] (item={u'key': u'ENABLE_VM', u'val': False}) => {"changed": true, "cmd": "oc describe template jenkins-contra-slave-builder | grep ENABLE_VM", "delta": "0:00:00.196881", "end": "2018-03-23 11:27:37.530571", "item": {"key": "ENABLE_VM", "val": false}, "msg": "non-zero return code", "rc": 1, "start": "2018-03-23 11:27:37.333690", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} | |
failed: [localhost] (item={u'key': u'VM_IMG_URL', u'val': u'http://artifacts.ci.centos.org/artifacts/fedora-atomic/f26/images/latest-atomic.qcow2'}) => {"changed": true, "cmd": "oc describe template jenkins-contra-slave-builder | grep VM_IMG_URL", "delta": "0:00:00.178868", "end": "2018-03-23 11:27:38.171278", "item": {"key": "VM_IMG_URL", "val": "http://artifacts.ci.centos.org/artifacts/fedora-atomic/f26/images/latest-atomic.qcow2"}, "msg": "non-zero return code", "rc": 1, "start": "2018-03-23 11:27:37.992410", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} | |
...ignoring | |
TASK [os_temps : set_fact] ****************************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml:72 | |
[WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected | |
behavior. | |
ok: [localhost] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2018-03-23 11:27:36.193224', '_ansible_no_log': False, u'stdout': u' Name:\t\tREPO_URL', u'cmd': u'oc describe template jenkins-contra-slave-builder | grep REPO_URL', u'rc': 0, 'item': {u'val': u'https://github.com/CentOS-PaaS-SIG/contra-env-sample-project', u'key': u'REPO_URL'}, u'delta': u'0:00:00.192580', u'stderr': u'', u'changed': True, u'invocation': {u'module_args': {u'creates': None, u'executable': None, u'_uses_shell': True, u'_raw_params': u'oc describe template jenkins-contra-slave-builder | grep REPO_URL', u'removes': None, u'warn': True, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u' Name:\t\tREPO_URL'], u'start': u'2018-03-23 11:27:36.000644', '_ansible_ignore_errors': True, 'failed': False}) => {"ansible_facts": {"params": ["-p REPO_URL=https://github.com/CentOS-PaaS-SIG/contra-env-sample-project"]}, "ansible_facts_cacheable": false, "changed": false, "item": {"changed": true, "cmd": "oc describe template jenkins-contra-slave-builder | grep REPO_URL", "delta": "0:00:00.192580", "end": "2018-03-23 11:27:36.193224", "failed": false, "invocation": {"module_args": {"_raw_params": "oc describe template jenkins-contra-slave-builder | grep REPO_URL", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true}}, "item": {"key": "REPO_URL", "val": "https://github.com/CentOS-PaaS-SIG/contra-env-sample-project"}, "rc": 0, "start": "2018-03-23 11:27:36.000644", "stderr": "", "stderr_lines": [], "stdout": " Name:\t\tREPO_URL", "stdout_lines": [" Name:\t\tREPO_URL"]}} | |
ok: [localhost] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2018-03-23 11:27:36.881564', '_ansible_no_log': False, u'stdout': u' Name:\t\tREPO_REF', u'cmd': u'oc describe template jenkins-contra-slave-builder | grep REPO_REF', u'rc': 0, 'item': {u'val': u'master', u'key': u'REPO_REF'}, u'delta': u'0:00:00.212906', u'stderr': u'', u'changed': True, u'invocation': {u'module_args': {u'creates': None, u'executable': None, u'_uses_shell': True, u'_raw_params': u'oc describe template jenkins-contra-slave-builder | grep REPO_REF', u'removes': None, u'warn': True, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u' Name:\t\tREPO_REF'], u'start': u'2018-03-23 11:27:36.668658', '_ansible_ignore_errors': True, 'failed': False}) => {"ansible_facts": {"params": ["-p REPO_URL=https://github.com/CentOS-PaaS-SIG/contra-env-sample-project", "-p REPO_REF=master"]}, "ansible_facts_cacheable": false, "changed": false, "item": {"changed": true, "cmd": "oc describe template jenkins-contra-slave-builder | grep REPO_REF", "delta": "0:00:00.212906", "end": "2018-03-23 11:27:36.881564", "failed": false, "invocation": {"module_args": {"_raw_params": "oc describe template jenkins-contra-slave-builder | grep REPO_REF", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true}}, "item": {"key": "REPO_REF", "val": "master"}, "rc": 0, "start": "2018-03-23 11:27:36.668658", "stderr": "", "stderr_lines": [], "stdout": " Name:\t\tREPO_REF", "stdout_lines": [" Name:\t\tREPO_REF"]}} | |
skipping: [localhost] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2018-03-23 11:27:37.530571', '_ansible_no_log': False, u'stdout': u'', u'cmd': u'ocdescribe template jenkins-contra-slave-builder | grep ENABLE_VM', u'msg': u'non-zero return code', u'rc': 1, u'start': u'2018-03-23 11:27:37.333690', u'delta': u'0:00:00.196881', 'item': {u'val': False, u'key': u'ENABLE_VM'}, u'changed': True, u'invocation': {u'module_args': {u'creates': None, u'executable': None, u'_uses_shell': True, u'_raw_params': u'oc describe template jenkins-contra-slave-builder | grep ENABLE_VM', u'removes': None, u'warn': True, u'chdir': None, u'stdin': None}}, 'stdout_lines': [], u'stderr': u'', u'failed': True}) => {"changed": false, "item": {"changed": true, "cmd": "oc describe template jenkins-contra-slave-builder | grep ENABLE_VM", "delta": "0:00:00.196881", "end": "2018-03-23 11:27:37.530571", "failed": true, "invocation": {"module_args": {"_raw_params": "oc describe template jenkins-contra-slave-builder | grep ENABLE_VM", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true}}, "item": {"key":"ENABLE_VM", "val": false}, "msg": "non-zero return code", "rc": 1, "start": "2018-03-23 11:27:37.333690", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}, "skip_reason": "Conditional result was False"} | |
skipping: [localhost] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2018-03-23 11:27:38.171278', '_ansible_no_log': False, u'stdout': u'', u'cmd': u'ocdescribe template jenkins-contra-slave-builder | grep VM_IMG_URL', u'msg': u'non-zero return code', u'rc': 1, u'start': u'2018-03-23 11:27:37.992410', u'delta': u'0:00:00.178868', 'item': {u'val': u'http://artifacts.ci.centos.org/artifacts/fedora-atomic/f26/images/latest-atomic.qcow2', u'key': u'VM_IMG_URL'}, u'changed': True, u'invocation': {u'module_args': {u'creates': None, u'executable': None, u'_uses_shell': True, u'_raw_params': u'oc describe template jenkins-contra-slave-builder | grep VM_IMG_URL', u'removes': None, u'warn': True, u'chdir': None, u'stdin': None}}, 'stdout_lines': [], u'stderr': u'', u'failed': True}) => {"changed": false, "item": {"changed": true, "cmd": "oc describe template jenkins-contra-slave-builder | grep VM_IMG_URL", "delta": "0:00:00.178868", "end": "2018-03-23 11:27:38.171278", "failed": true, "invocation": {"module_args": {"_raw_params": "oc describe template jenkins-contra-slave-builder | grep VM_IMG_URL", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true}}, "item": {"key": "VM_IMG_URL", "val": "http://artifacts.ci.centos.org/artifacts/fedora-atomic/f26/images/latest-atomic.qcow2"}, "msg": "non-zero return code", "rc": 1, "start": "2018-03-23 11:27:37.992410", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}, "skip_reason": "Conditional result was False"} | |
TASK [os_temps : set_fact] ****************************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml:77 | |
ok: [localhost] => {"ansible_facts": {"build_success": false}, "changed": false} | |
TASK [os_temps : include_tasks] ************************************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/setup_os_templates.yml:80 | |
[WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected | |
behavior. | |
included: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/build_new_app.yml for localhost | |
included: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/build_new_app.yml for localhost | |
included: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/build_new_app.yml for localhost | |
TASK [os_temps : OpenShift s2i templates :: Imagestream and buildconfig do not exist. Creating...] ****************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/build_new_app.yml:2 | |
changed: [localhost] => {"changed": true, "cmd": "oc new-app jenkins-contra-slave-builder -p REPO_URL=https://github.com/CentOS-PaaS-SIG/contra-env-sample-project -p REPO_REF=master", "delta": "0:00:00.214236", "end": "2018-03-23 11:27:39.532010", "rc": 0, "start": "2018-03-23 11:27:39.317774", "stderr": "", "stderr_lines": [], "stdout": "--> Deploying template \"contra-sample-project/jenkins-contra-slave-builder\" to project contra-sample-project\n\n jenkins-contra-slave-builder\n ---------\n Contra Sample Slaves\n\n * With parameters:\n * Repository URL=https://github.com/CentOS-PaaS-SIG/contra-env-sample-project\n * Context Directory=config/s2i/jenkins/slave\n * Git Reference=master\n\n--> Creating resources ...\n imagestream \"jenkins-contra-slave\"created\n buildconfig \"jenkins-contra-slave\" created\n--> Success\n Build scheduled, use 'oc logs -f bc/jenkins-contra-slave' to track its progress.\n Run 'oc status' to view your app.", "stdout_lines": ["--> Deploying template \"contra-sample-project/jenkins-contra-slave-builder\" to project contra-sample-project", "", " jenkins-contra-slave-builder", " ---------", " Contra Sample Slaves", "", " * With parameters:", " * Repository URL=https://github.com/CentOS-PaaS-SIG/contra-env-sample-project", " * Context Directory=config/s2i/jenkins/slave", " * Git Reference=master", "", "--> Creating resources ...", " imagestream \"jenkins-contra-slave\" created", " buildconfig \"jenkins-contra-slave\" created", "--> Success", " Build scheduled, use 'oc logs -f bc/jenkins-contra-slave' to track its progress.", " Run 'oc status' to view your app."]} | |
TASK [os_temps : OpenShift s2i templates :: Wait for jenkins-contra-slave to be queued] ***************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/build_new_app.yml:9 | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be queued (6 retries left). | |
changed: [localhost] => {"attempts": 2, "changed": true, "cmd": "oc get builds | grep 'jenkins-contra-slave'", "delta": "0:00:00.189232", "end": "2018-03-23 11:27:50.894657", "rc": 0, "start": "2018-03-23 11:27:50.705425", "stderr": "", "stderr_lines": [], "stdout": "jenkins-contra-slave-1 Docker Git@59c2a29 Running 11 seconds ago ", "stdout_lines": ["jenkins-contra-slave-1 Docker Git@59c2a29 Running 11 seconds ago "]} | |
TASK [os_temps : OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag] *************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/build_new_app.yml:19 | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (300 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (299 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (298 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (297 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (296 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (295 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (294 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (293 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (292 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (291 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (290 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (289 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (288 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (287 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (286 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (285 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (284 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (283 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (282 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (281 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (280 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (279 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (278 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (277 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (276 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (275 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (274 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (273 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (272 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (271 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (270 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (269 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (268 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (267 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (266 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (265 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (264 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (263 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (262 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (261 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (260 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (259 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (258 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (257 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (256 retries left). | |
changed: [localhost] => {"attempts": 46, "changed": true, "cmd": "oc get builds | grep 'jenkins-contra-slave'", "delta": "0:00:00.158145", "end": "2018-03-23 11:35:52.146399", "rc": 0, "start": "2018-03-23 11:35:51.988254", "stderr": "", "stderr_lines": [], "stdout": "jenkins-contra-slave-1 Docker Git@59c2a29 Failed (PushImageToRegistryFailed) 8 minutes ago 8m8s", "stdout_lines": ["jenkins-contra-slave-1 Docker Git@59c2a29 Failed (PushImageToRegistryFailed) 8 minutes ago 8m8s"]} | |
TASK [os_temps : set_fact] ****************************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/build_new_app.yml:28 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [os_temps : Cleanup any failed containers] ********************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/build_new_app.yml:33 | |
changed: [localhost] => {"changed": true, "cmd": "oc get all | egrep 'Failed|Error' | egrep 'builds' | awk '{print $1}' | awk -F'/' '{print $2}' | sed 's/-[0-9+]//g' | xargs -i oc delete bc/{} is/{}","delta": "0:00:00.475924", "end": "2018-03-23 11:35:53.100408", "rc": 0, "start": "2018-03-23 11:35:52.624484", "stderr": "", "stderr_lines": [], "stdout": "buildconfig \"jenkins-contra-slave\" deleted\nimagestream \"jenkins-contra-slave\" deleted", "stdout_lines": ["buildconfig \"jenkins-contra-slave\" deleted", "imagestream \"jenkins-contra-slave\" deleted"]} | |
TASK [os_temps : debug] ********************************************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/build_new_app.yml:39 | |
ok: [localhost] => { | |
"msg": "End result of building the container image :: jenkins-contra-slave-1 Docker Git@59c2a29 Failed (PushImageToRegistryFailed) 8 minutes ago 8m8s" | |
} | |
TASK [os_temps : OpenShift s2i templates :: Imagestream and buildconfig do not exist. Creating...] ****************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/build_new_app.yml:2 | |
changed: [localhost] => {"changed": true, "cmd": "oc new-app jenkins-contra-slave-builder -p REPO_URL=https://github.com/CentOS-PaaS-SIG/contra-env-sample-project -p REPO_REF=master", "delta": "0:00:00.240872", "end": "2018-03-23 11:35:53.850357", "rc": 0, "start": "2018-03-23 11:35:53.609485", "stderr": "", "stderr_lines": [], "stdout": "--> Deploying template \"contra-sample-project/jenkins-contra-slave-builder\" to project contra-sample-project\n\n jenkins-contra-slave-builder\n ---------\n Contra Sample Slaves\n\n * With parameters:\n * Repository URL=https://github.com/CentOS-PaaS-SIG/contra-env-sample-project\n * Context Directory=config/s2i/jenkins/slave\n * Git Reference=master\n\n--> Creating resources ...\n imagestream \"jenkins-contra-slave\"created\n buildconfig \"jenkins-contra-slave\" created\n--> Success\n Build scheduled, use 'oc logs -f bc/jenkins-contra-slave' to track its progress.\n Run 'oc status' to view your app.", "stdout_lines": ["--> Deploying template \"contra-sample-project/jenkins-contra-slave-builder\" to project contra-sample-project", "", " jenkins-contra-slave-builder", " ---------", " Contra Sample Slaves", "", " * With parameters:", " * Repository URL=https://github.com/CentOS-PaaS-SIG/contra-env-sample-project", " * Context Directory=config/s2i/jenkins/slave", " * Git Reference=master", "", "--> Creating resources ...", " imagestream \"jenkins-contra-slave\" created", " buildconfig \"jenkins-contra-slave\" created", "--> Success", " Build scheduled, use 'oc logs -f bc/jenkins-contra-slave' to track its progress.", " Run 'oc status' to view your app."]} | |
TASK [os_temps : OpenShift s2i templates :: Wait for jenkins-contra-slave to be queued] ***************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/build_new_app.yml:9 | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be queued (6 retries left). | |
changed: [localhost] => {"attempts": 2, "changed": true, "cmd": "oc get builds | grep 'jenkins-contra-slave'", "delta": "0:00:00.183050", "end": "2018-03-23 11:36:05.427449", "rc": 0, "start": "2018-03-23 11:36:05.244399", "stderr": "", "stderr_lines": [], "stdout": "jenkins-contra-slave-1 Docker Git@59c2a29 Running 12 seconds ago ", "stdout_lines": ["jenkins-contra-slave-1 Docker Git@59c2a29 Running 12 seconds ago "]} | |
TASK [os_temps : OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag] *************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/build_new_app.yml:19 | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (300 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (299 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (298 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (297 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (296 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (295 retries left). | |
changed: [localhost] => {"attempts": 7, "changed": true, "cmd": "oc get builds | grep 'jenkins-contra-slave'", "delta": "0:00:00.164955", "end": "2018-03-23 11:37:10.938867", "rc": 0, "start": "2018-03-23 11:37:10.773912", "stderr": "", "stderr_lines": [], "stdout": "jenkins-contra-slave-1 Docker Git@59c2a29 Failed (PushImageToRegistryFailed) About a minute ago 1m15s", "stdout_lines": ["jenkins-contra-slave-1 Docker Git@59c2a29 Failed (PushImageToRegistryFailed) About a minute ago 1m15s"]} | |
TASK [os_temps : set_fact] ****************************************************************************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/build_new_app.yml:28 | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [os_temps : Cleanup any failed containers] ********************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/build_new_app.yml:33 | |
changed: [localhost] => {"changed": true, "cmd": "oc get all | egrep 'Failed|Error' | egrep 'builds' | awk '{print $1}' | awk -F'/' '{print $2}' | sed 's/-[0-9+]//g' | xargs -i oc delete bc/{} is/{}","delta": "0:00:00.490279", "end": "2018-03-23 11:37:11.847992", "rc": 0, "start": "2018-03-23 11:37:11.357713", "stderr": "", "stderr_lines": [], "stdout": "buildconfig \"jenkins-contra-slave\" deleted\nimagestream \"jenkins-contra-slave\" deleted", "stdout_lines": ["buildconfig \"jenkins-contra-slave\" deleted", "imagestream \"jenkins-contra-slave\" deleted"]} | |
TASK [os_temps : debug] ********************************************************************************************************************************************************************************* | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/build_new_app.yml:39 | |
ok: [localhost] => { | |
"msg": "End result of building the container image :: jenkins-contra-slave-1 Docker Git@59c2a29 Failed (PushImageToRegistryFailed) About a minute ago 1m15s" | |
} | |
TASK [os_temps : OpenShift s2i templates :: Imagestream and buildconfig do not exist. Creating...] ****************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/build_new_app.yml:2 | |
changed: [localhost] => {"changed": true, "cmd": "oc new-app jenkins-contra-slave-builder -p REPO_URL=https://github.com/CentOS-PaaS-SIG/contra-env-sample-project -p REPO_REF=master", "delta": "0:00:00.204973", "end": "2018-03-23 11:37:12.667700", "rc": 0, "start": "2018-03-23 11:37:12.462727", "stderr": "", "stderr_lines": [], "stdout": "--> Deploying template \"contra-sample-project/jenkins-contra-slave-builder\" to project contra-sample-project\n\n jenkins-contra-slave-builder\n ---------\n Contra Sample Slaves\n\n * With parameters:\n * Repository URL=https://github.com/CentOS-PaaS-SIG/contra-env-sample-project\n * Context Directory=config/s2i/jenkins/slave\n * Git Reference=master\n\n--> Creating resources ...\n imagestream \"jenkins-contra-slave\"created\n buildconfig \"jenkins-contra-slave\" created\n--> Success\n Build scheduled, use 'oc logs -f bc/jenkins-contra-slave' to track its progress.\n Run 'oc status' to view your app.", "stdout_lines": ["--> Deploying template \"contra-sample-project/jenkins-contra-slave-builder\" to project contra-sample-project", "", " jenkins-contra-slave-builder", " ---------", " Contra Sample Slaves", "", " * With parameters:", " * Repository URL=https://github.com/CentOS-PaaS-SIG/contra-env-sample-project", " * Context Directory=config/s2i/jenkins/slave", " * Git Reference=master", "", "--> Creating resources ...", " imagestream \"jenkins-contra-slave\" created", " buildconfig \"jenkins-contra-slave\" created", "--> Success", " Build scheduled, use 'oc logs -f bc/jenkins-contra-slave' to track its progress.", " Run 'oc status' to view your app."]} | |
TASK [os_temps : OpenShift s2i templates :: Wait for jenkins-contra-slave to be queued] ***************************************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/build_new_app.yml:9 | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be queued (6 retries left). | |
changed: [localhost] => {"attempts": 2, "changed": true, "cmd": "oc get builds | grep 'jenkins-contra-slave'", "delta": "0:00:00.250796", "end": "2018-03-23 11:37:24.420434", "rc": 0, "start": "2018-03-23 11:37:24.169638", "stderr": "", "stderr_lines": [], "stdout": "jenkins-contra-slave-1 Docker Git@59c2a29 Running 12 seconds ago ", "stdout_lines": ["jenkins-contra-slave-1 Docker Git@59c2a29 Running 12 seconds ago "]} | |
TASK [os_temps : OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag] *************************************************************************************** | |
task path: /home/firemanxbr/GitHub/ari/contra-env-setup/playbooks/roles/os_temps/tasks/build_new_app.yml:19 | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (300 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (299 retries left). | |
FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-contra-slave to be built and marked with latest tag (298 retries left). | |
^C [ERROR]: User interrupted execution | |
[firemanxbr@firemanxbr contra-env-setup]$ | |
========== In the build image process of jenkins-contra-slave-1 appear this log error ========== | |
[firemanxbr@firemanxbr contra-env-setup]$ oc get pods | |
NAME READY STATUS RESTARTS AGE | |
jenkins-contra-slave-1-build 0/1 Error 0 5m | |
[firemanxbr@firemanxbr contra-env-setup]$ oc logs -f jenkins-contra-slave-1-build | |
Cloning "https://github.com/CentOS-PaaS-SIG/contra-env-sample-project" ... | |
Commit: 59c2a29b4796f8613495e07939b4d579ff46bb2d (Merge pull request #2 from arilivigni/master) | |
Author: Ari LiVigni <[email protected]> | |
Date: Thu Mar 22 21:24:51 2018 -0400 | |
Step 1 : FROM openshift/jenkins-slave-base-centos7 | |
---> a45c74775c86 | |
Step 2 : ENV "GIT_SSL_NO_VERIFY" "true" | |
---> Using cache | |
---> 5e5d0de1db41 | |
Step 3 : RUN yum install -y epel-release | |
---> Using cache | |
---> ce3fe7a95478 | |
Step 4 : RUN yum install -y ansible jq ruby | |
---> Using cache | |
---> 44970e8fbaaa | |
Step 5 : ENV "OPENSHIFT_BUILD_NAME" "jenkins-contra-slave-1" "OPENSHIFT_BUILD_NAMESPACE" "contra-sample-project" "OPENSHIFT_BUILD_SOURCE" "https://github.com/CentOS-PaaS-SIG/contra-env-sample-project""OPENSHIFT_BUILD_REFERENCE" "master" "OPENSHIFT_BUILD_COMMIT" "59c2a29b4796f8613495e07939b4d579ff46bb2d" | |
---> Using cache | |
---> 0f0aedbb6f13 | |
Step 6 : LABEL "io.openshift.build.commit.date" "Thu Mar 22 21:24:51 2018 -0400" "io.openshift.build.commit.id" "59c2a29b4796f8613495e07939b4d579ff46bb2d" "io.openshift.build.commit.ref" "master" "io.openshift.build.namespace" "contra-sample-project" "io.openshift.build.commit.author" "Ari LiVigni \[email protected]\u003e" "io.openshift.build.source-location" "https://github.com/CentOS-PaaS-SIG/contra-env-sample-project" "io.openshift.build.source-context-dir" "config/s2i/jenkins/slave" "io.openshift.build.name" "jenkins-contra-slave-1" "io.openshift.build.commit.message" "Merge pull request #2 from arilivigni/master" | |
---> Running in f8420f0f1471 | |
---> ecda59b2546f | |
Removing intermediate container f8420f0f1471 | |
Successfully built ecda59b2546f | |
Pushing image 172.30.1.1:5000/contra-sample-project/jenkins-contra-slave:latest ... | |
Warning: Push failed, retrying in 5s ... | |
Warning: Push failed, retrying in 5s ... | |
Warning: Push failed, retrying in 5s ... | |
Warning: Push failed, retrying in 5s ... | |
Warning: Push failed, retrying in 5s ... | |
Warning: Push failed, retrying in 5s ... | |
Warning: Push failed, retrying in 5s ... | |
Registry server Address: | |
Registry server User Name: serviceaccount | |
Registry server Email: [email protected] | |
Registry server Password: <<non-empty>> | |
error: build error: Failed to push image: After retrying 6 times, Push image still failed | |
Fixes: | |
* Fix the problem with the `jenkins-contra-slave` image |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment