Created
July 9, 2015 23:14
-
-
Save dlbewley/26c7ca655975f7157062 to your computer and use it in GitHub Desktop.
openshift-ansible-336
This file contains 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
... | |
PLAY [Configure node instances] *********************************************** | |
GATHERING FACTS *************************************************************** | |
ok: [node2] | |
ok: [node1] | |
TASK: [Ensure certificate directory exists] *********************************** | |
changed: [node1] | |
changed: [node2] | |
TASK: [Unarchive the tarball on the node] ************************************* | |
changed: [node2] | |
changed: [node1] | |
TASK: [os_firewall | Install firewalld packages] ****************************** | |
skipping: [node1] | |
skipping: [node2] | |
TASK: [os_firewall | Check if iptables-services is installed] ***************** | |
skipping: [node1] | |
skipping: [node2] | |
TASK: [os_firewall | Ensure iptables services are not enabled] **************** | |
skipping: [node1] => (item=iptables) | |
skipping: [node2] => (item=iptables) | |
skipping: [node1] => (item=ip6tables) | |
skipping: [node2] => (item=ip6tables) | |
TASK: [os_firewall | Reload systemd units] ************************************ | |
skipping: [node1] | |
skipping: [node2] | |
TASK: [os_firewall | Start and enable firewalld service] ********************** | |
skipping: [node1] | |
skipping: [node2] | |
TASK: [os_firewall | need to pause here, otherwise the firewalld service starting can sometimes cause ssh to fail] *** | |
skipping: [node1] | |
TASK: [os_firewall | Mask iptables services] ********************************** | |
skipping: [node1] => (item=iptables) | |
skipping: [node2] => (item=iptables) | |
skipping: [node1] => (item=ip6tables) | |
skipping: [node2] => (item=ip6tables) | |
TASK: [os_firewall | Add firewalld allow rules] ******************************* | |
skipping: [node1] => (item={'port': '10250/tcp', 'service': 'OpenShift kubelet'}) | |
skipping: [node2] => (item={'port': '10250/tcp', 'service': 'OpenShift kubelet'}) | |
skipping: [node2] => (item={'port': '80/tcp', 'service': 'http'}) | |
skipping: [node1] => (item={'port': '80/tcp', 'service': 'http'}) | |
skipping: [node2] => (item={'port': '443/tcp', 'service': 'https'}) | |
skipping: [node1] => (item={'port': '443/tcp', 'service': 'https'}) | |
TASK: [os_firewall | Persist firewalld allow rules] *************************** | |
skipping: [node1] => (item={'port': '10250/tcp', 'service': 'OpenShift kubelet'}) | |
skipping: [node2] => (item={'port': '10250/tcp', 'service': 'OpenShift kubelet'}) | |
skipping: [node1] => (item={'port': '80/tcp', 'service': 'http'}) | |
skipping: [node2] => (item={'port': '80/tcp', 'service': 'http'}) | |
skipping: [node1] => (item={'port': '443/tcp', 'service': 'https'}) | |
skipping: [node2] => (item={'port': '443/tcp', 'service': 'https'}) | |
TASK: [os_firewall | Remove firewalld allow rules] **************************** | |
skipping: [node1] => (item=os_firewall_deny) | |
skipping: [node2] => (item=os_firewall_deny) | |
TASK: [os_firewall | Persist removal of firewalld allow rules] **************** | |
skipping: [node1] => (item=os_firewall_deny) | |
skipping: [node2] => (item=os_firewall_deny) | |
TASK: [os_firewall | Install iptables packages] ******************************* | |
changed: [node2] => (item=iptables,iptables-services) | |
changed: [node1] => (item=iptables,iptables-services) | |
TASK: [os_firewall | Check if firewalld is installed] ************************* | |
ok: [node1] | |
ok: [node2] | |
TASK: [os_firewall | Ensure firewalld service is not enabled] ***************** | |
ok: [node2] | |
ok: [node1] | |
TASK: [os_firewall | Reload systemd units] ************************************ | |
changed: [node2] | |
changed: [node1] | |
TASK: [os_firewall | Start and enable iptables service] *********************** | |
changed: [node2] | |
changed: [node1] | |
TASK: [os_firewall | need to pause here, otherwise the iptables service starting can sometimes cause ssh to fail] *** | |
(^C-c = continue early, ^C-a = abort) | |
[node1, node2] | |
Pausing for 10 seconds | |
ok: [node1] | |
TASK: [os_firewall | Mask firewalld service] ********************************** | |
ok: [node1] | |
ok: [node2] | |
TASK: [os_firewall | Add iptables allow rules] ******************************** | |
changed: [node1] => (item={'port': '10250/tcp', 'service': 'OpenShift kubelet'}) | |
changed: [node2] => (item={'port': '10250/tcp', 'service': 'OpenShift kubelet'}) | |
changed: [node1] => (item={'port': '80/tcp', 'service': 'http'}) | |
changed: [node2] => (item={'port': '80/tcp', 'service': 'http'}) | |
changed: [node1] => (item={'port': '443/tcp', 'service': 'https'}) | |
changed: [node2] => (item={'port': '443/tcp', 'service': 'https'}) | |
TASK: [os_firewall | Remove iptables rules] *********************************** | |
skipping: [node1] => (item=os_firewall_deny) | |
skipping: [node2] => (item=os_firewall_deny) | |
TASK: [openshift_facts | Verify Ansible version is greater than 1.8.0 and not 1.9.0] *** | |
ok: [node1] | |
ok: [node2] | |
TASK: [openshift_facts | Gather OpenShift facts] ****************************** | |
ok: [node1] | |
ok: [node2] | |
TASK: [openshift_repos | assert ] ********************************************* | |
ok: [node1] | |
ok: [node2] | |
TASK: [openshift_repos | Ensure libselinux-python is installed] *************** | |
ok: [node1] | |
ok: [node2] | |
TASK: [openshift_repos | Create any additional repos that are defined] ******** | |
skipping: [node1] | |
skipping: [node2] | |
TASK: [openshift_repos | Remove the additional repos if no longer defined] **** | |
ok: [node1] | |
ok: [node2] | |
TASK: [openshift_repos | Remove any yum repo files for other deployment types] *** | |
ok: [node2] => (item=/Users/dlbewley/src/openshift-ansible/playbooks/common/openshift-node/roles/openshift_repos/files/online/repos/enterprise-v3.repo) | |
ok: [node1] => (item=/Users/dlbewley/src/openshift-ansible/playbooks/common/openshift-node/roles/openshift_repos/files/online/repos/enterprise-v3.repo) | |
ok: [node2] => (item=/Users/dlbewley/src/openshift-ansible/playbooks/common/openshift-node/roles/openshift_repos/files/online/repos/rhel-7-libra-candidate.repo) | |
skipping: [node2] => (item=/Users/dlbewley/src/openshift-ansible/playbooks/common/openshift-node/roles/openshift_repos/files/origin/repos/maxamillion-origin-next-epel-7.repo) | |
ok: [node1] => (item=/Users/dlbewley/src/openshift-ansible/playbooks/common/openshift-node/roles/openshift_repos/files/online/repos/rhel-7-libra-candidate.repo) | |
skipping: [node1] => (item=/Users/dlbewley/src/openshift-ansible/playbooks/common/openshift-node/roles/openshift_repos/files/origin/repos/maxamillion-origin-next-epel-7.repo) | |
ok: [node2] => (item=/Users/dlbewley/src/openshift-ansible/playbooks/common/openshift-node/roles/openshift_repos/files/removed/repos/epel7-openshift.repo) | |
ok: [node1] => (item=/Users/dlbewley/src/openshift-ansible/playbooks/common/openshift-node/roles/openshift_repos/files/removed/repos/epel7-openshift.repo) | |
ok: [node2] => (item=/Users/dlbewley/src/openshift-ansible/playbooks/common/openshift-node/roles/openshift_repos/files/removed/repos/oso-rhui-rhel-7-extras.repo) | |
ok: [node1] => (item=/Users/dlbewley/src/openshift-ansible/playbooks/common/openshift-node/roles/openshift_repos/files/removed/repos/oso-rhui-rhel-7-extras.repo) | |
ok: [node2] => (item=/Users/dlbewley/src/openshift-ansible/playbooks/common/openshift-node/roles/openshift_repos/files/removed/repos/oso-rhui-rhel-7-server.repo) | |
ok: [node1] => (item=/Users/dlbewley/src/openshift-ansible/playbooks/common/openshift-node/roles/openshift_repos/files/removed/repos/oso-rhui-rhel-7-server.repo) | |
TASK: [openshift_repos | Configure gpg keys if needed] ************************ | |
skipping: [node1] | |
skipping: [node2] | |
TASK: [openshift_repos | Configure yum repositories] ************************** | |
changed: [node2] => (item=/Users/dlbewley/src/openshift-ansible/playbooks/common/openshift-node/roles/openshift_repos/files/origin/repos/maxamillion-origin-next-epel-7.repo) | |
changed: [node1] => (item=/Users/dlbewley/src/openshift-ansible/playbooks/common/openshift-node/roles/openshift_repos/files/origin/repos/maxamillion-origin-next-epel-7.repo) | |
TASK: [openshift_common | Set common OpenShift facts] ************************* | |
changed: [node1] | |
changed: [node2] | |
TASK: [openshift_common | Set hostname] *************************************** | |
ok: [node1] | |
ok: [node2] | |
TASK: [openshift_node | Install OpenShift Node package] *********************** | |
changed: [node1] | |
changed: [node2] | |
TASK: [openshift_node | Install openshift-sdn-ovs] **************************** | |
changed: [node1] | |
changed: [node2] | |
TASK: [openshift_node | Reload systemd units] ********************************* | |
changed: [node2] | |
changed: [node1] | |
TASK: [openshift_node | Set node OpenShift facts] ***************************** | |
ok: [node1] => (item={'local_facts': {'public_hostname': u'', 'hostname': u'', 'deployment_type': u'origin'}, 'role': 'common'}) | |
ok: [node2] => (item={'local_facts': {'public_hostname': u'', 'hostname': u'', 'deployment_type': u'origin'}, 'role': 'common'}) | |
changed: [node1] => (item={'local_facts': {'resources_memory': u'', 'labels': u'', 'resources_cpu': u'', 'portal_net': u'', 'debug_level': u'4', 'pod_cidr': u'', 'annotations': u'', 'registry_url': u''}, 'role': 'node'}) | |
changed: [node2] => (item={'local_facts': {'resources_memory': u'', 'labels': u'', 'resources_cpu': u'', 'portal_net': u'', 'debug_level': u'4', 'pod_cidr': u'', 'annotations': u'', 'registry_url': u''}, 'role': 'node'}) | |
TASK: [openshift_node | Create the Node config] ******************************* | |
changed: [node2] | |
changed: [node1] | |
TASK: [openshift_node | Configure OpenShift Node settings] ******************** | |
changed: [node2] => (item={'regex': '^OPTIONS=', 'line': u'OPTIONS=--loglevel=4'}) | |
changed: [node1] => (item={'regex': '^OPTIONS=', 'line': u'OPTIONS=--loglevel=4'}) | |
ok: [node2] => (item={'regex': '^CONFIG_FILE=', 'line': u'CONFIG_FILE=/etc/openshift/node/node-config.yaml'}) | |
ok: [node1] => (item={'regex': '^CONFIG_FILE=', 'line': u'CONFIG_FILE=/etc/openshift/node/node-config.yaml'}) | |
TASK: [openshift_node | stat path=/etc/sysconfig/docker] ********************** | |
ok: [node1] | |
ok: [node2] | |
TASK: [openshift_node | Secure OpenShift Registry] **************************** | |
changed: [node1] | |
changed: [node2] | |
TASK: [openshift_node | Allow NFS access for VMs] ***************************** | |
changed: [node2] | |
changed: [node1] | |
TASK: [openshift_node | Start and enable openshift-node] ********************** | |
changed: [node1] | |
changed: [node2] | |
TASK: [fluentd_node | download and install td-agent] ************************** | |
skipping: [node1] | |
skipping: [node2] | |
TASK: [fluentd_node | Verify fluentd plugin installed] ************************ | |
skipping: [node1] | |
skipping: [node2] | |
TASK: [fluentd_node | install Kubernetes fluentd plugin] ********************** | |
skipping: [node1] | |
skipping: [node2] | |
TASK: [fluentd_node | Override td-agent configuration file] ******************* | |
skipping: [node1] | |
skipping: [node2] | |
TASK: [fluentd_node | Creates directories] ************************************ | |
skipping: [node2] => (item=/etc/td-agent/config.d) | |
skipping: [node1] => (item=/etc/td-agent/config.d) | |
skipping: [node2] => (item=/var/log/td-agent/tmp) | |
skipping: [node1] => (item=/var/log/td-agent/tmp) | |
TASK: [fluentd_node | Add include to td-agent configuration] ****************** | |
skipping: [node2] | |
skipping: [node1] | |
TASK: [fluentd_node | install Kubernetes fluentd configuration file] ********** | |
skipping: [node1] | |
skipping: [node2] | |
TASK: [fluentd_node | ensure td-agent is running] ***************************** | |
skipping: [node1] | |
skipping: [node2] | |
TASK: [Create group for deployment type] ************************************** | |
ok: [node1] | |
NOTIFIED: [openshift_node | restart openshift-node] *************************** | |
changed: [node1] | |
changed: [node2] | |
PLAY [Delete the temporary directory on the master] *************************** | |
TASK: [file name={{ sync_tmpdir }} state=absent] ****************************** | |
ok: [master] | |
PLAY [Delete temporary directory on localhost] ******************************** | |
TASK: [file name={{ mktemp.stdout }} state=absent] **************************** | |
ok: [localhost] | |
PLAY [Additional instance config] ********************************************* | |
skipping: no hosts matched | |
PLAY [Set scheduleability] **************************************************** | |
GATHERING FACTS *************************************************************** | |
ok: [master] | |
TASK: [set_fact ] ************************************************************* | |
ok: [master] | |
TASK: [openshift_manage_node | Wait for Node Registration] ******************** | |
failed: [master -> master] => (item={u'ansible_product_version': u'1.2', 'node_install_result': {u'msg': u'warning: /var/cache/yum/x86_64/7/maxamillion-origin-next/packages/openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID 669b00e2: NOKEY\nImporting GPG key 0x669B00E2:\n Userid : "maxamillion_origin-next (None) <maxamillion#[email protected]>"\n Fingerprint: d035 03ff a639 e74e ddc0 430c c38b 81dd 669b 00e2\n From : https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/pubkey.gpg\n', 'invocation': {'module_name': u'yum', 'module_args': u'pkg=openshift-node state=present'}, u'changed': True, u'results': [u'Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.mirrors.hoobly.com\n * extras: mirrors.xmission.com\n * updates: mirror.hostduplex.com\nResolving Dependencies\n--> Running transaction check\n---> Package openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\n--> Processing Dependency: openshift = 1.0.0-0.git.4227.6ffebda.el7.centos for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Processing Dependency: docker-io >= 1.6.2 for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Processing Dependency: socat for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Processing Dependency: tuned-profiles-openshift-node for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Running transaction check\n---> Package docker.x86_64 0:1.6.2-14.el7.centos will be installed\n--> Processing Dependency: docker-selinux >= 1.6.2-14.el7.centos for package: docker-1.6.2-14.el7.centos.x86_64\n---> Package openshift.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\n---> Package socat.x86_64 0:1.7.2.2-5.el7 will be installed\n---> Package tuned-profiles-openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\n--> Running transaction check\n---> Package docker-selinux.x86_64 0:1.6.2-14.el7.centos will be installed\n--> Processing Dependency: policycoreutils-python for package: docker-selinux-1.6.2-14.el7.centos.x86_64\n--> Running transaction check\n---> Package policycoreutils-python.x86_64 0:2.2.5-15.el7 will be installed\n--> Processing Dependency: libsemanage-python >= 2.1.10-1 for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: python-IPy for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libcgroup for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: checkpolicy for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Running transaction check\n---> Package audit-libs-python.x86_64 0:2.4.1-5.el7 will be installed\n---> Package checkpolicy.x86_64 0:2.1.12-6.el7 will be installed\n---> Package libcgroup.x86_64 0:0.41-8.el7 will be installed\n---> Package libsemanage-python.x86_64 0:2.1.10-16.el7 will be installed\n---> Package python-IPy.noarch 0:0.75-6.el7 will be installed\n---> Package setools-libs.x86_64 0:3.3.7-46.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n openshift-node x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\n maxamillion-origin-next 319 k\nInstalling for dependencies:\n audit-libs-python x86_64 2.4.1-5.el7 base 69 k\n checkpolicy x86_64 2.1.12-6.el7 base 247 k\n docker x86_64 1.6.2-14.el7.centos extras 7.6 M\n docker-selinux x86_64 1.6.2-14.el7.centos extras 55 k\n libcgroup x86_64 0.41-8.el7 base 64 k\n libsemanage-python x86_64 2.1.10-16.el7 base 94 k\n openshift x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\n maxamillion-origin-next 12 M\n policycoreutils-python\n x86_64 2.2.5-15.el7 base 434 k\n python-IPy noarch 0.75-6.el7 base 32 k\n setools-libs x86_64 3.3.7-46.el7 base 485 k\n socat x86_64 1.7.2.2-5.el7 base 255 k\n tuned-profiles-openshift-node\n x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\n maxamillion-origin-next 320 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+12 Dependent packages)\n\nTotal download size: 22 M\nInstalled size: 99 M\nDownloading packages:\nPublic key for openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64.rpm is not installed\n--------------------------------------------------------------------------------\nTotal 1.5 MB/s | 22 MB 00:15 \nRetrieving key from https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/pubkey.gpg\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : openshift-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64 1/13 \n Installing : tuned-profiles-openshift-node-1.0.0-0.git.4227.6ffebda.e 2/13 \n Installing : audit-libs-python-2.4.1-5.el7.x86_64 3/13 \n Installing : socat-1.7.2.2-5.el7.x86_64 4/13 \n Installing : python-IPy-0.75-6.el7.noarch 5/13 \n Installing : checkpolicy-2.1.12-6.el7.x86_64 6/13 \n Installing : libsemanage-python-2.1.10-16.el7.x86_64 7/13 \n Installing : libcgroup-0.41-8.el7.x86_64 8/13 \n Installing : setools-libs-3.3.7-46.el7.x86_64 9/13 \n Installing : policycoreutils-python-2.2.5-15.el7.x86_64 10/13 \n Installing : docker-selinux-1.6.2-14.el7.centos.x86_64 11/13 \n Installing : docker-1.6.2-14.el7.centos.x86_64 12/13 \n Installing : openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_6 13/13 \n Verifying : setools-libs-3.3.7-46.el7.x86_64 1/13 \n Verifying : tuned-profiles-openshift-node-1.0.0-0.git.4227.6ffebda.e 2/13 \n Verifying : libcgroup-0.41-8.el7.x86_64 3/13 \n Verifying : libsemanage-python-2.1.10-16.el7.x86_64 4/13 \n Verifying : docker-selinux-1.6.2-14.el7.centos.x86_64 5/13 \n Verifying : checkpolicy-2.1.12-6.el7.x86_64 6/13 \n Verifying : openshift-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64 7/13 \n Verifying : openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_6 8/13 \n Verifying : python-IPy-0.75-6.el7.noarch 9/13 \n Verifying : socat-1.7.2.2-5.el7.x86_64 10/13 \n Verifying : docker-1.6.2-14.el7.centos.x86_64 11/13 \n Verifying : policycoreutils-python-2.2.5-15.el7.x86_64 12/13 \n Verifying : audit-libs-python-2.4.1-5.el7.x86_64 13/13 \n\nInstalled:\n openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \n\nDependency Installed:\n audit-libs-python.x86_64 0:2.4.1-5.el7 \n checkpolicy.x86_64 0:2.1.12-6.el7 \n docker.x86_64 0:1.6.2-14.el7.centos \n docker-selinux.x86_64 0:1.6.2-14.el7.centos \n libcgroup.x86_64 0:0.41-8.el7 \n libsemanage-python.x86_64 0:2.1.10-16.el7 \n openshift.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \n policycoreutils-python.x86_64 0:2.2.5-15.el7 \n python-IPy.noarch 0:0.75-6.el7 \n setools-libs.x86_64 0:3.3.7-46.el7 \n socat.x86_64 0:1.7.2.2-5.el7 \n tuned-profiles-openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \n\nComplete!\n'], u'rc': 0}, 'docker_check': {'invocation': {'module_name': u'stat', 'module_args': u'path=/etc/sysconfig/docker'}, u'stat': {u'uid': 0, u'exists': True, u'woth': False, u'mtime': 1435109759.0, u'inode': 67582249, u'isgid': False, u'size': 1550, u'roth': True, u'isuid': False, u'isreg': True, u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'gr_name': u'root', u'path': u'/etc/sysconfig/docker', u'xusr': False, u'atime': 1435109759.0, u'md5': u'46ee4f99262b5d4a747056ca2206ecdb', u'isdir': False, u'ctime': 1436482690.749366, u'isblk': False, u'xgrp': False, u'dev': 64768, u'wgrp': False, u'isfifo': False, u'mode': u'0644', u'checksum': u'7c82dd8c7d7a9add72fab3e368313a69ea8d304e', u'rusr': True}, u'changed': False}, u'ansible_user_dir': u'/root', u'ansible_userspace_bits': u'64', u'ansible_distribution_version': u'7.1.1503', u'ansible_virtualization_role': u'guest', 'ansible_ssh_host': '127.0.0.1', u'ansible_env': {u'USERNAME': u'root', u'SUDO_UID': u'1000', u'LC_CTYPE': u'en_US.UTF-8', u'LOGNAME': u'root', u'USER': u'root', u'HOME': u'/root', u'PATH': u'/sbin:/bin:/usr/sbin:/usr/bin', u'_': u'/usr/bin/python', u'LANG': u'en_US.UTF-8', u'SUDO_COMMAND': u'/bin/sh -c echo BECOME-SUCCESS-fvxiriumqoqvuanpbjgrnkslanobhwnz; LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /home/vagrant/.ansible/tmp/ansible-tmp-1436482570.51-116938348730866/setup; rm -rf /home/vagrant/.ansible/tmp/ansible-tmp-1436482570.51-116938348730866/ >/dev/null 2>&1', u'SUDO_GID': u'1000', u'SHELL': u'/bin/bash', u'SHLVL': u'1', u'TERM': u'xterm-256color', u'PWD': u'/home/vagrant', u'MAIL': u'/var/mail/vagrant', u'SUDO_USER': u'vagrant'}, u'ansible_lo': {u'active': True, u'promisc': False, u'ipv4': {u'netmask': u'255.0.0.0', u'network': u'127.0.0.0', u'address': u'127.0.0.1'}, u'ipv6': [{u'scope': u'host', u'prefix': u'128', u'address': u'::1'}], u'device': u'lo', u'type': u'loopback', u'mtu': 65536}, u'ansible_memtotal_mb': 993, u'ansible_architecture': u'x86_64', u'ansible_default_ipv4': {u'macaddress': u'08:00:27:89:34:17', u'network': u'10.0.2.0', u'mtu': 1500, u'alias': u'enp0s3', u'netmask': u'255.255.255.0', u'address': u'10.0.2.15', u'interface': u'enp0s3', u'type': u'ether', u'gateway': u'10.0.2.2'}, u'ansible_swapfree_mb': 1023, u'ansible_default_ipv6': {}, 'group_names': ['nodes', u'oo_nodes_deployment_type_origin', 'oo_nodes_to_config'], u'ansible_cmdline': {u'LANG': u'en_US.UTF-8', u'BOOT_IMAGE': u'/vmlinuz-3.10.0-229.el7.x86_64', u'quiet': True, u'rhgb': True, u'rd.lvm.lv': u'centos/swap', u'crashkernel': u'auto', u'ro': True, u'root': u'/dev/mapper/centos-root'}, u'ansible_selinux': {u'status': u'enabled', u'policyvers': 28, u'type': u'targeted', u'mode': u'permissive', u'config_mode': u'permissive'}, u'ansible_userspace_architecture': u'x86_64', 'certs_missing': [False], u'ansible_product_uuid': u'6B256172-4896-4125-A5BE-FD63E1B8A418', u'ansible_pkg_mgr': u'yum', u'ansible_memfree_mb': 662, u'ansible_memory_mb': {u'real': {u'total': 993, u'free': 662, u'used': 331}, u'swap': {u'cached': 0, u'total': 1023, u'used': 0, u'free': 1023}, u'nocache': {u'used': 133, u'free': 860}}, u'ansible_distribution': u'CentOS', 'node_subdir': u'node-ose3-node1.example.com', 'module_setup': True, u'ansible_processor_count': 1, u'ansible_hostname': u'ose3-node1', 'ansible_ssh_port': 2222, u'ansible_enp0s8': {u'macaddress': u'08:00:27:55:04:02', u'module': u'e1000', u'mtu': 1500, u'active': True, u'promisc': False, u'ipv4': {u'netmask': u'255.255.255.0', u'network': u'192.168.100.0', u'address': u'192.168.100.200'}, u'ipv6': [{u'scope': u'link', u'prefix': u'64', u'address': u'fe80::a00:27ff:fe55:402'}], u'device': u'enp0s8', u'type': u'ether'}, u'ansible_all_ipv6_addresses': [u'fe80::a00:27ff:fe89:3417', u'fe80::a00:27ff:fe55:402'], u'ansible_interfaces': [u'lo', u'enp0s3', u'enp0s8'], u'ansible_machine_id': u'50e9e11ee2d84dc98dcfc8d70a476ae7', u'ansible_enp0s3': {u'macaddress': u'08:00:27:89:34:17', u'module': u'e1000', u'mtu': 1500, u'active': True, u'promisc': False, u'ipv4': {u'netmask': u'255.255.255.0', u'network': u'10.0.2.0', u'address': u'10.0.2.15'}, u'ipv6': [{u'scope': u'link', u'prefix': u'64', u'address': u'fe80::a00:27ff:fe89:3417'}], u'device': u'enp0s3', u'type': u'ether'}, u'ansible_fqdn': u'ose3-node1.example.com', u'ansible_mounts': [{u'options': u'rw,seclabel,relatime,attr2,inode64,noquota', u'uuid': u'4b70357b-d057-4a9a-8df7-0736a701697c', u'size_total': 41281146880, u'device': u'/dev/mapper/centos-root', u'mount': u'/', u'size_available': 40474836992, u'fstype': u'xfs'}, {u'options': u'rw,seclabel,relatime,attr2,inode64,noquota', u'uuid': u'cd4bd4de-b837-42a2-8daf-81b00b03d824', u'size_total': 520794112, u'device': u'/dev/sda1', u'mount': u'/boot', u'size_available': 380297216, u'fstype': u'xfs'}], u'ansible_user_shell': u'/bin/bash', u'ansible_kernel': u'3.10.0-229.el7.x86_64', u'ansible_nodename': u'ose3-node1.example.com', u'ansible_product_serial': u'0', u'ansible_form_factor': u'Other', u'ansible_fips': False, u'ansible_user_id': u'root', 'result': {u'cmd': [u'systemctl', u'mask', u'firewalld'], u'end': u'2015-07-09 22:57:16.476911', u'stderr': u"ln -s '/dev/null' '/etc/systemd/system/firewalld.service'", u'stdout': u'', u'changed': False, u'rc': 0, u'start': u'2015-07-09 22:57:16.407520', u'warnings': [], u'delta': u'0:00:00.069391', 'invocation': {'module_name': u'command', 'module_args': u'systemctl mask firewalld'}, 'stdout_lines': []}, u'ansible_local': {u'openshift': {u'node': {}, u'common': {u'deployment_type': u'origin'}}}, u'ansible_domain': u'example.com', 'config_dir': u'/etc/openshift/generated-configs/node-ose3-node1.example.com', u'ansible_processor_cores': 2, 'inventory_hostname': 'node1', u'ansible_processor_vcpus': 2, u'ansible_bios_version': u'VirtualBox', u'ansible_processor': [u'GenuineIntel', u'Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz', u'GenuineIntel', u'Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz'], u'ansible_virtualization_type': u'virtualbox', u'ansible_ssh_host_key_ecdsa_public': u'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDQ036OcW61dyEnQlm0fh+89XgwwvZ3PULQ6+Z3/5xW3UYFlJeN0Ta9gm1Wt+f7kMLUsuJyoLphz37qviPSV4wA=', 'install_result': {'item': 'iptables,iptables-services', u'rc': 0, 'invocation': {'module_name': u'yum', 'module_args': ''}, u'changed': True, u'results': [u'iptables-1.4.21-13.el7.x86_64 providing iptables is already installed', u'Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.mirrors.hoobly.com\n * extras: mirrors.xmission.com\n * updates: mirror.hostduplex.com\nResolving Dependencies\n--> Running transaction check\n---> Package iptables-services.x86_64 0:1.4.21-13.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n iptables-services x86_64 1.4.21-13.el7 base 49 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 49 k\nInstalled size: 23 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : iptables-services-1.4.21-13.el7.x86_64 1/1 \n Verifying : iptables-services-1.4.21-13.el7.x86_64 1/1 \n\nInstalled:\n iptables-services.x86_64 0:1.4.21-13.el7 \n\nComplete!\n'], u'msg': u''}, u'ansible_distribution_release': u'Core', u'ansible_system_vendor': u'innotek GmbH', u'ansible_os_family': u'RedHat', 'sdn_install_result': {u'msg': u'', 'invocation': {'module_name': u'yum', 'module_args': u'pkg=openshift-sdn-ovs state=present'}, u'changed': True, u'results': [u'Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.mirrors.hoobly.com\n * extras: mirrors.xmission.com\n * updates: mirror.hostduplex.com\nResolving Dependencies\n--> Running transaction check\n---> Package openshift-sdn-ovs.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\n--> Processing Dependency: openvswitch >= 2.3.1 for package: openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Processing Dependency: bridge-utils for package: openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Running transaction check\n---> Package bridge-utils.x86_64 0:1.5-9.el7 will be installed\n---> Package openvswitch.x86_64 0:2.3.1-2.el7.centos will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n openshift-sdn-ovs x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\n maxamillion-origin-next 320 k\nInstalling for dependencies:\n bridge-utils x86_64 1.5-9.el7 base 32 k\n openvswitch x86_64 2.3.1-2.el7.centos maxamillion-origin-next 1.8 M\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+2 Dependent packages)\n\nTotal download size: 2.2 M\nInstalled size: 7.6 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 357 kB/s | 2.2 MB 00:06 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : openvswitch-2.3.1-2.el7.centos.x86_64 1/3 \n Installing : bridge-utils-1.5-9.el7.x86_64 2/3 \n Installing : openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_ 3/3 \n Verifying : openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_ 1/3 \n Verifying : bridge-utils-1.5-9.el7.x86_64 2/3 \n Verifying : openvswitch-2.3.1-2.el7.centos.x86_64 3/3 \n\nInstalled:\n openshift-sdn-ovs.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \n\nDependency Installed:\n bridge-utils.x86_64 0:1.5-9.el7 openvswitch.x86_64 0:2.3.1-2.el7.centos \n\nComplete!\n'], u'rc': 0}, 'pkg_check': {u'cmd': [u'rpm', u'-q', u'firewalld'], u'end': u'2015-07-09 22:57:04.827684', 'failed': False, u'stdout': u'firewalld-0.3.9-11.el7.noarch', u'changed': False, u'rc': 0, u'start': u'2015-07-09 22:57:04.802347', u'warnings': [u'Consider using yum module rather than running rpm'], u'delta': u'0:00:00.025337', 'invocation': {'module_name': u'command', 'module_args': u'rpm -q firewalld'}, 'stdout_lines': [u'firewalld-0.3.9-11.el7.noarch'], 'failed_when_result': False, u'stderr': u''}, u'ansible_user_gid': 0, u'openshift': {u'node': {u'resources_memory': 780926976, u'labels': {}, u'resources_cpu': 2, u'portal_net': u'172.30.0.0/16', u'debug_level': u'4', u'pod_cidr': u'', u'annotations': {}, u'registry_url': u'openshift/origin-${component}:${version}'}, u'common': {u'admin_binary': u'oadm', u'sdn_network_plugin_name': u'redhat/openshift-ovs-subnet', u'ip': u'10.0.2.15', u'client_binary': u'oc', u'hostname': u'ose3-node1.example.com', u'public_ip': u'10.0.2.15', u'debug_level': u'4', u'cluster_id': u'default', u'use_openshift_sdn': True, u'use_fluentd': False, u'public_hostname': u'ose3-node1.example.com', u'deployment_type': u'origin'}, u'current_config': {u'roles': [u'node']}}, 'stat_result': {'msg': 'All items completed', 'changed': False, 'results': [{'invocation': {'module_name': u'stat', 'module_args': ''}, 'item': u'/etc/openshift/node/system:node:ose3-node1.example.com.crt', u'stat': {u'exists': False}, u'changed': False}, {'invocation': {'module_name': u'stat', 'module_args': ''}, 'item': u'/etc/openshift/node/system:node:ose3-node1.example.com.key', u'stat': {u'exists': False}, u'changed': False}, {'invocation': {'module_name': u'stat', 'module_args': ''}, 'item': u'/etc/openshift/node/system:node:ose3-node1.example.com.kubeconfig', u'stat': {u'exists': False}, u'changed': False}, {'invocation': {'module_name': u'stat', 'module_args': ''}, 'item': '/etc/openshift/node/ca.crt', u'stat': {u'exists': False}, u'changed': False}, {'invocation': {'module_name': u'stat', 'module_args': ''}, 'item': '/etc/openshift/node/server.key', u'stat': {u'exists': False}, u'changed': False}, {'invocation': {'module_name': u'stat', 'module_args': ''}, 'item': '/etc/openshift/node/server.crt', u'stat': {u'exists': False}, u'changed': False}]}, u'ansible_swaptotal_mb': 1023, u'ansible_system': u'Linux', u'ansible_date_time': {u'tz': u'UTC', u'epoch': u'1436482569', u'hour': u'22', u'time': u'22:56:09', u'tz_offset': u'+0000', u'month': u'07', u'second': u'09', u'iso8601_micro': u'2015-07-09T22:56:09.638842Z', u'weekday': u'Thursday', u'year': u'2015', u'date': u'2015-07-09', u'iso8601': u'2015-07-09T22:56:09Z', u'day': u'09', u'minute': u'56'}, u'ansible_devices': {u'sda': {u'scheduler_mode': u'cfq', u'sectorsize': u'512', u'vendor': u'ATA', u'sectors': u'83886080', u'host': u'', u'rotational': u'1', u'removable': u'0', u'support_discard': u'0', u'holders': [], u'size': u'40.00 GB', u'model': u'VBOX HARDDISK', u'partitions': {u'sda2': {u'start': u'1026048', u'sectorsize': 512, u'sectors': u'82860032', u'size': u'39.51 GB'}, u'sda1': {u'start': u'2048', u'sectorsize': 512, u'sectors': u'1024000', u'size': u'500.00 MB'}}}}, u'ansible_user_uid': 0, u'ansible_distribution_major_version': u'7', u'ansible_bios_date': u'12/01/2006', 'inventory_hostname_short': 'node1', u'ansible_machine': u'x86_64', u'ansible_ssh_host_key_rsa_public': u'AAAAB3NzaC1yc2EAAAADAQABAAABAQDpaKjfRsYkKC5dQnTqmXTfUZqPDmE2almnMTN35J5Ut2vqpADsqbhvjMGDnaSLr7UJ9CUxAF5dnAwvpFolWSh1OsbS8lCqGWmfHJB1f3Sb+Bcn4bwd3emkqqmJI5QfLEfpwqUpG6fNcQf1z/j7cMA7aZpeVIACiB/Lh4QGjRAKTs6sYqTc4MJQcLBJMapazP8HGUp582cNC5CSV0tJE14Q5gNQ17meUeaKIUF0WGBORO61/bSxonoJYhRRyex62JTICKtcZDFkWoQLPZbdV6ZYzi7KjVGUXJPWML64v6qPhFrLWSRLtlEsRieWRqRi2u+X8YU5yEbzPKJSP7m+UWuf', u'ansible_user_gecos': u'root', u'ansible_processor_threads_per_core': 1, u'ansible_product_name': u'VirtualBox', 'node_cert_dir': '/etc/openshift/node', '_fluent_plugin_check': {u'skipped': True, u'changed': False}, u'ansible_all_ipv4_addresses': [u'10.0.2.15', u'192.168.100.200'], u'ansible_python_version': u'2.7.5'}) => {"attempts": 10, "changed": true, "cmd": ["oc", "get", "node", "{uansible_user_id:", "uroot,", "uansible_product_serial:", "u0,", "uansible_form_factor:", "uOther,", "stat_result:", "{msg:", "All items completed,", "changed:", "False,", "results:", "[{invocation:", "{module_name:", "ustat,", "module_args:", "},", "item:", "u/etc/openshift/node/system:node:ose3-node1.example.com.crt,", "ustat:", "{uexists:", "False},", "uchanged:", "False},", "{invocation:", "{module_name:", "ustat,", "module_args:", "},", "item:", "u/etc/openshift/node/system:node:ose3-node1.example.com.key,", "ustat:", "{uexists:", "False},", "uchanged:", "False},", "{invocation:", "{module_name:", "ustat,", "module_args:", "},", "item:", "u/etc/openshift/node/system:node:ose3-node1.example.com.kubeconfig,", "ustat:", "{uexists:", "False},", "uchanged:", "False},", "{invocation:", "{module_name:", "ustat,", "module_args:", "},", "item:", "/etc/openshift/node/ca.crt,", "ustat:", "{uexists:", "False},", "uchanged:", "False},", "{invocation:", "{module_name:", "ustat,", "module_args:", "},", "item:", "/etc/openshift/node/server.key,", "ustat:", "{uexists:", "False},", "uchanged:", "False},", "{invocation:", "{module_name:", "ustat,", "module_args:", "},", "item:", "/etc/openshift/node/server.crt,", "ustat:", "{uexists:", "False},", "uchanged:", "False}]},", "uansible_product_version:", "u1.2,", "node_install_result:", "{umsg:", "uwarning: /var/cache/yum/x86_64/7/maxamillion-origin-next/packages/openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID 669b00e2: NOKEY\\nImporting GPG key 0x669B00E2:\\n Userid : \"maxamillion_origin-next (None) <maxamillion#[email protected]>\"\\n Fingerprint: d035 03ff a639 e74e ddc0 430c c38b 81dd 669b 00e2\\n From : https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/pubkey.gpg\\n,", "invocation:", "{module_name:", "uyum,", "module_args:", "upkg=openshift-node state=present},", "uchanged:", "True,", "uresults:", "[uLoaded plugins: fastestmirror\\nLoading mirror speeds from cached hostfile\\n * base: centos.mirrors.hoobly.com\\n * extras: mirrors.xmission.com\\n * updates: mirror.hostduplex.com\\nResolving Dependencies\\n--> Running transaction check\\n---> Package openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\\n--> Processing Dependency: openshift = 1.0.0-0.git.4227.6ffebda.el7.centos for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\\n--> Processing Dependency: docker-io >= 1.6.2 for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\\n--> Processing Dependency: socat for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\\n--> Processing Dependency: tuned-profiles-openshift-node for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\\n--> Running transaction check\\n---> Package docker.x86_64 0:1.6.2-14.el7.centos will be installed\\n--> Processing Dependency: docker-selinux >= 1.6.2-14.el7.centos for package: docker-1.6.2-14.el7.centos.x86_64\\n---> Package openshift.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\\n---> Package socat.x86_64 0:1.7.2.2-5.el7 will be installed\\n---> Package tuned-profiles-openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\\n--> Running transaction check\\n---> Package docker-selinux.x86_64 0:1.6.2-14.el7.centos will be installed\\n--> Processing Dependency: policycoreutils-python for package: docker-selinux-1.6.2-14.el7.centos.x86_64\\n--> Running transaction check\\n---> Package policycoreutils-python.x86_64 0:2.2.5-15.el7 will be installed\\n--> Processing Dependency: libsemanage-python >= 2.1.10-1 for package: policycoreutils-python-2.2.5-15.el7.x86_64\\n--> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.2.5-15.el7.x86_64\\n--> Processing Dependency: python-IPy for package: policycoreutils-python-2.2.5-15.el7.x86_64\\n--> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\\n--> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\\n--> Processing Dependency: libcgroup for package: policycoreutils-python-2.2.5-15.el7.x86_64\\n--> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\\n--> Processing Dependency: checkpolicy for package: policycoreutils-python-2.2.5-15.el7.x86_64\\n--> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\\n--> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\\n--> Running transaction check\\n---> Package audit-libs-python.x86_64 0:2.4.1-5.el7 will be installed\\n---> Package checkpolicy.x86_64 0:2.1.12-6.el7 will be installed\\n---> Package libcgroup.x86_64 0:0.41-8.el7 will be installed\\n---> Package libsemanage-python.x86_64 0:2.1.10-16.el7 will be installed\\n---> Package python-IPy.noarch 0:0.75-6.el7 will be installed\\n---> Package setools-libs.x86_64 0:3.3.7-46.el7 will be installed\\n--> Finished Dependency Resolution\\n\\nDependencies Resolved\\n\\n================================================================================\\n Package Arch Version Repository Size\\n================================================================================\\nInstalling:\\n openshift-node x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\\n maxamillion-origin-next 319 k\\nInstalling for dependencies:\\n audit-libs-python x86_64 2.4.1-5.el7 base 69 k\\n checkpolicy x86_64 2.1.12-6.el7 base 247 k\\n docker x86_64 1.6.2-14.el7.centos extras 7.6 M\\n docker-selinux x86_64 1.6.2-14.el7.centos extras 55 k\\n libcgroup x86_64 0.41-8.el7 base 64 k\\n libsemanage-python x86_64 2.1.10-16.el7 base 94 k\\n openshift x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\\n maxamillion-origin-next 12 M\\n policycoreutils-python\\n x86_64 2.2.5-15.el7 base 434 k\\n python-IPy noarch 0.75-6.el7 base 32 k\\n setools-libs x86_64 3.3.7-46.el7 base 485 k\\n socat x86_64 1.7.2.2-5.el7 base 255 k\\n tuned-profiles-openshift-node\\n x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\\n maxamillion-origin-next 320 k\\n\\nTransaction Summary\\n================================================================================\\nInstall 1 Package (+12 Dependent packages)\\n\\nTotal download size: 22 M\\nInstalled size: 99 M\\nDownloading packages:\\nPublic key for openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64.rpm is not installed\\n--------------------------------------------------------------------------------\\nTotal 1.5 MB/s | 22 MB 00:15 \\nRetrieving key from https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/pubkey.gpg\\nRunning transaction check\\nRunning transaction test\\nTransaction test succeeded\\nRunning transaction\\n Installing : openshift-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64 1/13 \\n Installing : tuned-profiles-openshift-node-1.0.0-0.git.4227.6ffebda.e 2/13 \\n Installing : audit-libs-python-2.4.1-5.el7.x86_64 3/13 \\n Installing : socat-1.7.2.2-5.el7.x86_64 4/13 \\n Installing : python-IPy-0.75-6.el7.noarch 5/13 \\n Installing : checkpolicy-2.1.12-6.el7.x86_64 6/13 \\n Installing : libsemanage-python-2.1.10-16.el7.x86_64 7/13 \\n Installing : libcgroup-0.41-8.el7.x86_64 8/13 \\n Installing : setools-libs-3.3.7-46.el7.x86_64 9/13 \\n Installing : policycoreutils-python-2.2.5-15.el7.x86_64 10/13 \\n Installing : docker-selinux-1.6.2-14.el7.centos.x86_64 11/13 \\n Installing : docker-1.6.2-14.el7.centos.x86_64 12/13 \\n Installing : openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_6 13/13 \\n Verifying : setools-libs-3.3.7-46.el7.x86_64 1/13 \\n Verifying : tuned-profiles-openshift-node-1.0.0-0.git.4227.6ffebda.e 2/13 \\n Verifying : libcgroup-0.41-8.el7.x86_64 3/13 \\n Verifying : libsemanage-python-2.1.10-16.el7.x86_64 4/13 \\n Verifying : docker-selinux-1.6.2-14.el7.centos.x86_64 5/13 \\n Verifying : checkpolicy-2.1.12-6.el7.x86_64 6/13 \\n Verifying : openshift-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64 7/13 \\n Verifying : openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_6 8/13 \\n Verifying : python-IPy-0.75-6.el7.noarch 9/13 \\n Verifying : socat-1.7.2.2-5.el7.x86_64 10/13 \\n Verifying : docker-1.6.2-14.el7.centos.x86_64 11/13 \\n Verifying : policycoreutils-python-2.2.5-15.el7.x86_64 12/13 \\n Verifying : audit-libs-python-2.4.1-5.el7.x86_64 13/13 \\n\\nInstalled:\\n openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \\n\\nDependency Installed:\\n audit-libs-python.x86_64 0:2.4.1-5.el7 \\n checkpolicy.x86_64 0:2.1.12-6.el7 \\n docker.x86_64 0:1.6.2-14.el7.centos \\n docker-selinux.x86_64 0:1.6.2-14.el7.centos \\n libcgroup.x86_64 0:0.41-8.el7 \\n libsemanage-python.x86_64 0:2.1.10-16.el7 \\n openshift.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \\n policycoreutils-python.x86_64 0:2.2.5-15.el7 \\n python-IPy.noarch 0:0.75-6.el7 \\n setools-libs.x86_64 0:3.3.7-46.el7 \\n socat.x86_64 0:1.7.2.2-5.el7 \\n tuned-profiles-openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \\n\\nComplete!\\n],", "urc:", "0},", "uansible_swaptotal_mb:", "1023,", "docker_check:", "{invocation:", "{module_name:", "ustat,", "module_args:", "upath=/etc/sysconfig/docker},", "ustat:", "{uuid:", "0,", "uexists:", "True,", "uwoth:", "False,", "umtime:", "1435109759.0,", "uinode:", "67582249,", "uisgid:", "False,", "usize:", "1550,", "uwgrp:", "False,", "uisuid:", "False,", "uisreg:", "True,", "upw_name:", "uroot,", "ugid:", "0,", "uischr:", "False,", "uwusr:", "True,", "uxoth:", "False,", "urusr:", "True,", "unlink:", "1,", "uissock:", "False,", "urgrp:", "True,", "ugr_name:", "uroot,", "upath:", "u/etc/sysconfig/docker,", "uxusr:", "False,", "uatime:", "1435109759.0,", "umd5:", "u46ee4f99262b5d4a747056ca2206ecdb,", "uisdir:", "False,", "uctime:", "1436482690.749366,", "uisblk:", "False,", "uxgrp:", "False,", "udev:", "64768,", "uroth:", "True,", "uisfifo:", "False,", "umode:", "u0644,", "uchecksum:", "u7c82dd8c7d7a9add72fab3e368313a69ea8d304e,", "uislnk:", "False},", "uchanged:", "False},", "uansible_user_dir:", "u/root,", "uansible_memtotal_mb:", "993,", "install_result:", "{uchanged:", "True,", "uresults:", "[uiptables-1.4.21-13.el7.x86_64 providing iptables is already installed,", "uLoaded plugins: fastestmirror\\nLoading mirror speeds from cached hostfile\\n * base: centos.mirrors.hoobly.com\\n * extras: mirrors.xmission.com\\n * updates: mirror.hostduplex.com\\nResolving Dependencies\\n--> Running transaction check\\n---> Package iptables-services.x86_64 0:1.4.21-13.el7 will be installed\\n--> Finished Dependency Resolution\\n\\nDependencies Resolved\\n\\n================================================================================\\n Package Arch Version Repository Size\\n================================================================================\\nInstalling:\\n iptables-services x86_64 1.4.21-13.el7 base 49 k\\n\\nTransaction Summary\\n================================================================================\\nInstall 1 Package\\n\\nTotal download size: 49 k\\nInstalled size: 23 k\\nDownloading packages:\\nRunning transaction check\\nRunning transaction test\\nTransaction test succeeded\\nRunning transaction\\n Installing : iptables-services-1.4.21-13.el7.x86_64 1/1 \\n Verifying : iptables-services-1.4.21-13.el7.x86_64 1/1 \\n\\nInstalled:\\n iptables-services.x86_64 0:1.4.21-13.el7 \\n\\nComplete!\\n],", "item:", "iptables,iptables-services,", "urc:", "0,", "invocation:", "{module_name:", "uyum,", "module_args:", "},", "umsg:", "u},", "result:", "{uchanged:", "False,", "uend:", "u2015-07-09 22:57:16.476911,", "ustdout:", "u,", "ucmd:", "[usystemctl,", "umask,", "ufirewalld],", "ustart:", "u2015-07-09 22:57:16.407520,", "udelta:", "u0:00:00.069391,", "ustderr:", "uln -s '/dev/null' '/etc/systemd/system/firewalld.service',", "urc:", "0,", "invocation:", "{module_name:", "ucommand,", "module_args:", "usystemctl mask firewalld},", "stdout_lines:", "[],", "uwarnings:", "[]},", "uansible_domain:", "uexample.com,", "uansible_distribution_version:", "u7.1.1503,", "uansible_local:", "{uopenshift:", "{unode:", "{},", "ucommon:", "{udeployment_type:", "uorigin}}},", "config_dir:", "u/etc/openshift/generated-configs/node-ose3-node1.example.com,", "uansible_processor_cores:", "2,", "uansible_virtualization_role:", "uguest,", "ansible_ssh_host:", "127.0.0.1,", "inventory_hostname:", "node1,", "uansible_env:", "{uUSERNAME:", "uroot,", "uLANG:", "uen_US.UTF-8,", "uSUDO_GID:", "u1000,", "uSHELL:", "u/bin/bash,", "uSUDO_COMMAND:", "u/bin/sh -c echo BECOME-SUCCESS-fvxiriumqoqvuanpbjgrnkslanobhwnz; LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /home/vagrant/.ansible/tmp/ansible-tmp-1436482570.51-116938348730866/setup; rm -rf /home/vagrant/.ansible/tmp/ansible-tmp-1436482570.51-116938348730866/ >/dev/null 2>&1,", "uSHLVL:", "u1,", "uSUDO_UID:", "u1000,", "uLC_CTYPE:", "uen_US.UTF-8,", "uTERM:", "uxterm-256color,", "uMAIL:", "u/var/mail/vagrant,", "uPWD:", "u/home/vagrant,", "uLOGNAME:", "uroot,", "uUSER:", "uroot,", "uPATH:", "u/sbin:/bin:/usr/sbin:/usr/bin,", "uHOME:", "u/root,", "uSUDO_USER:", "uvagrant,", "u_:", "u/usr/bin/python},", "uansible_processor_vcpus:", "2,", "uansible_bios_version:", "uVirtualBox,", "uansible_processor:", "[uGenuineIntel,", "uIntel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz,", "uGenuineIntel,", "uIntel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz],", "uansible_virtualization_type:", "uvirtualbox,", "uansible_lo:", "{umtu:", "65536,", "udevice:", "ulo,", "upromisc:", "False,", "uipv4:", "{unetmask:", "u255.0.0.0,", "unetwork:", "u127.0.0.0,", "uaddress:", "u127.0.0.1},", "uipv6:", "[{uscope:", "uhost,", "uprefix:", "u128,", "uaddress:", "u::1}],", "uactive:", "True,", "utype:", "uloopback},", "uansible_userspace_bits:", "u64,", "uansible_architecture:", "ux86_64,", "uansible_default_ipv4:", "{umacaddress:", "u08:00:27:89:34:17,", "unetwork:", "u10.0.2.0,", "umtu:", "1500,", "ualias:", "uenp0s3,", "unetmask:", "u255.255.255.0,", "uaddress:", "u10.0.2.15,", "uinterface:", "uenp0s3,", "utype:", "uether,", "ugateway:", "u10.0.2.2},", "uansible_swapfree_mb:", "1023,", "uansible_default_ipv6:", "{},", "uansible_distribution_release:", "uCore,", "uansible_system_vendor:", "uinnotek GmbH,", "uansible_os_family:", "uRedHat,", "uansible_ssh_host_key_rsa_public:", "uAAAAB3NzaC1yc2EAAAADAQABAAABAQDpaKjfRsYkKC5dQnTqmXTfUZqPDmE2almnMTN35J5Ut2vqpADsqbhvjMGDnaSLr7UJ9CUxAF5dnAwvpFolWSh1OsbS8lCqGWmfHJB1f3Sb+Bcn4bwd3emkqqmJI5QfLEfpwqUpG6fNcQf1z/j7cMA7aZpeVIACiB/Lh4QGjRAKTs6sYqTc4MJQcLBJMapazP8HGUp582cNC5CSV0tJE14Q5gNQ17meUeaKIUF0WGBORO61/bSxonoJYhRRyex62JTICKtcZDFkWoQLPZbdV6ZYzi7KjVGUXJPWML64v6qPhFrLWSRLtlEsRieWRqRi2u+X8YU5yEbzPKJSP7m+UWuf,", "group_names:", "[nodes,", "uoo_nodes_deployment_type_origin,", "oo_nodes_to_config],", "uansible_cmdline:", "{uLANG:", "uen_US.UTF-8,", "uBOOT_IMAGE:", "u/vmlinuz-3.10.0-229.el7.x86_64,", "uquiet:", "True,", "urhgb:", "True,", "urd.lvm.lv:", "ucentos/swap,", "ucrashkernel:", "uauto,", "uro:", "True,", "uroot:", "u/dev/mapper/centos-root},", "sdn_install_result:", "{umsg:", "u,", "invocation:", "{module_name:", "uyum,", "module_args:", "upkg=openshift-sdn-ovs state=present},", "uchanged:", "True,", "uresults:", "[uLoaded plugins: fastestmirror\\nLoading mirror speeds from cached hostfile\\n * base: centos.mirrors.hoobly.com\\n * extras: mirrors.xmission.com\\n * updates: mirror.hostduplex.com\\nResolving Dependencies\\n--> Running transaction check\\n---> Package openshift-sdn-ovs.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\\n--> Processing Dependency: openvswitch >= 2.3.1 for package: openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\\n--> Processing Dependency: bridge-utils for package: openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\\n--> Running transaction check\\n---> Package bridge-utils.x86_64 0:1.5-9.el7 will be installed\\n---> Package openvswitch.x86_64 0:2.3.1-2.el7.centos will be installed\\n--> Finished Dependency Resolution\\n\\nDependencies Resolved\\n\\n================================================================================\\n Package Arch Version Repository Size\\n================================================================================\\nInstalling:\\n openshift-sdn-ovs x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\\n maxamillion-origin-next 320 k\\nInstalling for dependencies:\\n bridge-utils x86_64 1.5-9.el7 base 32 k\\n openvswitch x86_64 2.3.1-2.el7.centos maxamillion-origin-next 1.8 M\\n\\nTransaction Summary\\n================================================================================\\nInstall 1 Package (+2 Dependent packages)\\n\\nTotal download size: 2.2 M\\nInstalled size: 7.6 M\\nDownloading packages:\\n--------------------------------------------------------------------------------\\nTotal 357 kB/s | 2.2 MB 00:06 \\nRunning transaction check\\nRunning transaction test\\nTransaction test succeeded\\nRunning transaction\\n Installing : openvswitch-2.3.1-2.el7.centos.x86_64 1/3 \\n Installing : bridge-utils-1.5-9.el7.x86_64 2/3 \\n Installing : openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_ 3/3 \\n Verifying : openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_ 1/3 \\n Verifying : bridge-utils-1.5-9.el7.x86_64 2/3 \\n Verifying : openvswitch-2.3.1-2.el7.centos.x86_64 3/3 \\n\\nInstalled:\\n openshift-sdn-ovs.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \\n\\nDependency Installed:\\n bridge-utils.x86_64 0:1.5-9.el7 openvswitch.x86_64 0:2.3.1-2.el7.centos \\n\\nComplete!\\n],", "urc:", "0},", "pkg_check:", "{uchanged:", "False,", "uend:", "u2015-07-09 22:57:04.827684,", "ustderr:", "u,", "ustdout:", "ufirewalld-0.3.9-11.el7.noarch,", "ucmd:", "[urpm,", "u-q,", "ufirewalld],", "failed:", "False,", "udelta:", "u0:00:00.025337,", "uwarnings:", "[uConsider using yum module rather than running rpm],", "urc:", "0,", "invocation:", "{module_name:", "ucommand,", "module_args:", "urpm -q firewalld},", "stdout_lines:", "[ufirewalld-0.3.9-11.el7.noarch],", "failed_when_result:", "False,", "ustart:", "u2015-07-09 22:57:04.802347},", "uansible_user_gid:", "0,", "uansible_selinux:", "{ustatus:", "uenabled,", "upolicyvers:", "28,", "utype:", "utargeted,", "umode:", "upermissive,", "uconfig_mode:", "upermissive},", "uopenshift:", "{unode:", "{uresources_memory:", "780926976,", "ulabels:", "{},", "uannotations:", "{},", "uportal_net:", "u172.30.0.0/16,", "udebug_level:", "u4,", "upod_cidr:", "u,", "uresources_cpu:", "2,", "uregistry_url:", "uopenshift/origin-${component}:${version}},", "ucommon:", "{uadmin_binary:", "uoadm,", "udebug_level:", "u4,", "uip:", "u10.0.2.15,", "uclient_binary:", "uoc,", "uhostname:", "uose3-node1.example.com,", "upublic_ip:", "u10.0.2.15,", "usdn_network_plugin_name:", "uredhat/openshift-ovs-subnet,", "ucluster_id:", "udefault,", "uuse_openshift_sdn:", "True,", "uuse_fluentd:", "False,", "upublic_hostname:", "uose3-node1.example.com,", "udeployment_type:", "uorigin},", "ucurrent_config:", "{uroles:", "[unode]}},", "uansible_userspace_architecture:", "ux86_64,", "certs_missing:", "[False],", "uansible_product_uuid:", "u6B256172-4896-4125-A5BE-FD63E1B8A418,", "uansible_fips:", "False,", "uansible_product_name:", "uVirtualBox,", "uansible_pkg_mgr:", "uyum,", "uansible_memfree_mb:", "662,", "uansible_date_time:", "{utz:", "uUTC,", "uhour:", "u22,", "uyear:", "u2015,", "utz_offset:", "u+0000,", "umonth:", "u07,", "uepoch:", "u1436482569,", "uiso8601_micro:", "u2015-07-09T22:56:09.638842Z,", "uweekday:", "uThursday,", "utime:", "u22:56:09,", "udate:", "u2015-07-09,", "uiso8601:", "u2015-07-09T22:56:09Z,", "uday:", "u09,", "uminute:", "u56,", "usecond:", "u09},", "uansible_devices:", "{usda:", "{uscheduler_mode:", "ucfq,", "usectorsize:", "u512,", "uvendor:", "uATA,", "usectors:", "u83886080,", "uhost:", "u,", "urotational:", "u1,", "uremovable:", "u0,", "usupport_discard:", "u0,", "uholders:", "[],", "upartitions:", "{usda2:", "{ustart:", "u1026048,", "usectorsize:", "512,", "usectors:", "u82860032,", "usize:", "u39.51 GB},", "usda1:", "{ustart:", "u2048,", "usectorsize:", "512,", "usectors:", "u1024000,", "usize:", "u500.00 MB}},", "umodel:", "uVBOX HARDDISK,", "usize:", "u40.00 GB}},", "uansible_user_uid:", "0,", "uansible_memory_mb:", "{ureal:", "{utotal:", "993,", "uused:", "331,", "ufree:", "662},", "uswap:", "{ucached:", "0,", "utotal:", "1023,", "ufree:", "1023,", "uused:", "0},", "unocache:", "{uused:", "133,", "ufree:", "860}},", "uansible_distribution:", "uCentOS,", "node_subdir:", "unode-ose3-node1.example.com,", "uansible_distribution_major_version:", "u7,", "module_setup:", "True,", "uansible_processor_count:", "1,", "uansible_hostname:", "uose3-node1,", "ansible_ssh_port:", "2222,", "uansible_ssh_host_key_ecdsa_public:", "uAAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDQ036OcW61dyEnQlm0fh+89XgwwvZ3PULQ6+Z3/5xW3UYFlJeN0Ta9gm1Wt+f7kMLUsuJyoLphz37qviPSV4wA=,", "uansible_bios_date:", "u12/01/2006,", "uansible_enp0s8:", "{umacaddress:", "u08:00:27:55:04:02,", "umodule:", "ue1000,", "umtu:", "1500,", "udevice:", "uenp0s8,", "upromisc:", "False,", "uipv4:", "{unetmask:", "u255.255.255.0,", "unetwork:", "u192.168.100.0,", "uaddress:", "u192.168.100.200},", "uipv6:", "[{uscope:", "ulink,", "uprefix:", "u64,", "uaddress:", "ufe80::a00:27ff:fe55:402}],", "uactive:", "True,", "utype:", "uether},", "uansible_all_ipv6_addresses:", "[ufe80::a00:27ff:fe89:3417,", "ufe80::a00:27ff:fe55:402],", "uansible_interfaces:", "[ulo,", "uenp0s3,", "uenp0s8],", "inventory_hostname_short:", "node1,", "uansible_machine_id:", "u50e9e11ee2d84dc98dcfc8d70a476ae7,", "uansible_enp0s3:", "{umacaddress:", "u08:00:27:89:34:17,", "umodule:", "ue1000,", "umtu:", "1500,", "udevice:", "uenp0s3,", "upromisc:", "False,", "uipv4:", "{unetmask:", "u255.255.255.0,", "unetwork:", "u10.0.2.0,", "uaddress:", "u10.0.2.15},", "uipv6:", "[{uscope:", "ulink,", "uprefix:", "u64,", "uaddress:", "ufe80::a00:27ff:fe89:3417}],", "uactive:", "True,", "utype:", "uether},", "uansible_machine:", "ux86_64,", "uansible_user_gecos:", "uroot,", "uansible_all_ipv4_addresses:", "[u10.0.2.15,", "u192.168.100.200],", "uansible_processor_threads_per_core:", "1,", "uansible_fqdn:", "uose3-node1.example.com,", "uansible_mounts:", "[{uuuid:", "u4b70357b-d057-4a9a-8df7-0736a701697c,", "usize_total:", "41281146880,", "umount:", "u/,", "usize_available:", "40474836992,", "ufstype:", "uxfs,", "udevice:", "u/dev/mapper/centos-root,", "uoptions:", "urw,seclabel,relatime,attr2,inode64,noquota},", "{uuuid:", "ucd4bd4de-b837-42a2-8daf-81b00b03d824,", "usize_total:", "520794112,", "umount:", "u/boot,", "usize_available:", "380297216,", "ufstype:", "uxfs,", "udevice:", "u/dev/sda1,", "uoptions:", "urw,seclabel,relatime,attr2,inode64,noquota}],", "uansible_python_version:", "u2.7.5,", "uansible_system:", "uLinux,", "uansible_user_shell:", "u/bin/bash,", "node_cert_dir:", "/etc/openshift/node,", "_fluent_plugin_check:", "{uskipped:", "True,", "uchanged:", "False},", "uansible_kernel:", "u3.10.0-229.el7.x86_64,", "uansible_nodename:", "uose3-node1.example.com}"], "delta": "0:00:00.093867", "end": "2015-07-09 22:59:39.547873", "failed": true, "item": {"_fluent_plugin_check": {"changed": false, "skipped": true}, "ansible_all_ipv4_addresses": ["10.0.2.15", "192.168.100.200"], "ansible_all_ipv6_addresses": ["fe80::a00:27ff:fe89:3417", "fe80::a00:27ff:fe55:402"], "ansible_architecture": "x86_64", "ansible_bios_date": "12/01/2006", "ansible_bios_version": "VirtualBox", "ansible_cmdline": {"BOOT_IMAGE": "/vmlinuz-3.10.0-229.el7.x86_64", "LANG": "en_US.UTF-8", "crashkernel": "auto", "quiet": true, "rd.lvm.lv": "centos/swap", "rhgb": true, "ro": true, "root": "/dev/mapper/centos-root"}, "ansible_date_time": {"date": "2015-07-09", "day": "09", "epoch": "1436482569", "hour": "22", "iso8601": "2015-07-09T22:56:09Z", "iso8601_micro": "2015-07-09T22:56:09.638842Z", "minute": "56", "month": "07", "second": "09", "time": "22:56:09", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "year": "2015"}, "ansible_default_ipv4": {"address": "10.0.2.15", "alias": "enp0s3", "gateway": "10.0.2.2", "interface": "enp0s3", "macaddress": "08:00:27:89:34:17", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "ansible_default_ipv6": {}, "ansible_devices": {"sda": {"holders": [], "host": "", "model": "VBOX HARDDISK", "partitions": {"sda1": {"sectors": "1024000", "sectorsize": 512, "size": "500.00 MB", "start": "2048"}, "sda2": {"sectors": "82860032", "sectorsize": 512, "size": "39.51 GB", "start": "1026048"}}, "removable": "0", "rotational": "1", "scheduler_mode": "cfq", "sectors": "83886080", "sectorsize": "512", "size": "40.00 GB", "support_discard": "0", "vendor": "ATA"}}, "ansible_distribution": "CentOS", "ansible_distribution_major_version": "7", "ansible_distribution_release": "Core", "ansible_distribution_version": "7.1.1503", "ansible_domain": "example.com", "ansible_enp0s3": {"active": true, "device": "enp0s3", "ipv4": {"address": "10.0.2.15", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fe80::a00:27ff:fe89:3417", "prefix": "64", "scope": "link"}], "macaddress": "08:00:27:89:34:17", "module": "e1000", "mtu": 1500, "promisc": false, "type": "ether"}, "ansible_enp0s8": {"active": true, "device": "enp0s8", "ipv4": {"address": "192.168.100.200", "netmask": "255.255.255.0", "network": "192.168.100.0"}, "ipv6": [{"address": "fe80::a00:27ff:fe55:402", "prefix": "64", "scope": "link"}], "macaddress": "08:00:27:55:04:02", "module": "e1000", "mtu": 1500, "promisc": false, "type": "ether"}, "ansible_env": {"HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "en_US.UTF-8", "LOGNAME": "root", "MAIL": "/var/mail/vagrant", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "PWD": "/home/vagrant", "SHELL": "/bin/bash", "SHLVL": "1", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-fvxiriumqoqvuanpbjgrnkslanobhwnz; LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /home/vagrant/.ansible/tmp/ansible-tmp-1436482570.51-116938348730866/setup; rm -rf /home/vagrant/.ansible/tmp/ansible-tmp-1436482570.51-116938348730866/ >/dev/null 2>&1", "SUDO_GID": "1000", "SUDO_UID": "1000", "SUDO_USER": "vagrant", "TERM": "xterm-256color", "USER": "root", "USERNAME": "root", "_": "/usr/bin/python"}, "ansible_fips": false, "ansible_form_factor": "Other", "ansible_fqdn": "ose3-node1.example.com", "ansible_hostname": "ose3-node1", "ansible_interfaces": ["lo", "enp0s3", "enp0s8"], "ansible_kernel": "3.10.0-229.el7.x86_64", "ansible_lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "ansible_local": {"openshift": {"common": {"deployment_type": "origin"}, "node": {}}}, "ansible_machine": "x86_64", "ansible_machine_id": "50e9e11ee2d84dc98dcfc8d70a476ae7", "ansible_memfree_mb": 662, "ansible_memory_mb": {"nocache": {"free": 860, "used": 133}, "real": {"free": 662, "total": 993, "used": 331}, "swap": {"cached": 0, "free": 1023, "total": 1023, "used": 0}}, "ansible_memtotal_mb": 993, "ansible_mounts": [{"device": "/dev/mapper/centos-root", "fstype": "xfs", "mount": "/", "options": "rw,seclabel,relatime,attr2,inode64,noquota", "size_available": 40474836992, "size_total": 41281146880, "uuid": "4b70357b-d057-4a9a-8df7-0736a701697c"}, {"device": "/dev/sda1", "fstype": "xfs", "mount": "/boot", "options": "rw,seclabel,relatime,attr2,inode64,noquota", "size_available": 380297216, "size_total": 520794112, "uuid": "cd4bd4de-b837-42a2-8daf-81b00b03d824"}], "ansible_nodename": "ose3-node1.example.com", "ansible_os_family": "RedHat", "ansible_pkg_mgr": "yum", "ansible_processor": ["GenuineIntel", "Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz", "GenuineIntel", "Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz"], "ansible_processor_cores": 2, "ansible_processor_count": 1, "ansible_processor_threads_per_core": 1, "ansible_processor_vcpus": 2, "ansible_product_name": "VirtualBox", "ansible_product_serial": "0", "ansible_product_uuid": "6B256172-4896-4125-A5BE-FD63E1B8A418", "ansible_product_version": "1.2", "ansible_python_version": "2.7.5", "ansible_selinux": {"config_mode": "permissive", "mode": "permissive", "policyvers": 28, "status": "enabled", "type": "targeted"}, "ansible_ssh_host": "127.0.0.1", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDQ036OcW61dyEnQlm0fh+89XgwwvZ3PULQ6+Z3/5xW3UYFlJeN0Ta9gm1Wt+f7kMLUsuJyoLphz37qviPSV4wA=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDpaKjfRsYkKC5dQnTqmXTfUZqPDmE2almnMTN35J5Ut2vqpADsqbhvjMGDnaSLr7UJ9CUxAF5dnAwvpFolWSh1OsbS8lCqGWmfHJB1f3Sb+Bcn4bwd3emkqqmJI5QfLEfpwqUpG6fNcQf1z/j7cMA7aZpeVIACiB/Lh4QGjRAKTs6sYqTc4MJQcLBJMapazP8HGUp582cNC5CSV0tJE14Q5gNQ17meUeaKIUF0WGBORO61/bSxonoJYhRRyex62JTICKtcZDFkWoQLPZbdV6ZYzi7KjVGUXJPWML64v6qPhFrLWSRLtlEsRieWRqRi2u+X8YU5yEbzPKJSP7m+UWuf", "ansible_ssh_port": 2222, "ansible_swapfree_mb": 1023, "ansible_swaptotal_mb": 1023, "ansible_system": "Linux", "ansible_system_vendor": "innotek GmbH", "ansible_user_dir": "/root", "ansible_user_gecos": "root", "ansible_user_gid": 0, "ansible_user_id": "root", "ansible_user_shell": "/bin/bash", "ansible_user_uid": 0, "ansible_userspace_architecture": "x86_64", "ansible_userspace_bits": "64", "ansible_virtualization_role": "guest", "ansible_virtualization_type": "virtualbox", "certs_missing": [false], "config_dir": "/etc/openshift/generated-configs/node-ose3-node1.example.com", "docker_check": {"changed": false, "invocation": {"module_args": "path=/etc/sysconfig/docker", "module_name": "stat"}, "stat": {"atime": 1435109759.0, "checksum": "7c82dd8c7d7a9add72fab3e368313a69ea8d304e", "ctime": 1436482690.749366, "dev": 64768, "exists": true, "gid": 0, "gr_name": "root", "inode": 67582249, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "46ee4f99262b5d4a747056ca2206ecdb", "mode": "0644", "mtime": 1435109759.0, "nlink": 1, "path": "/etc/sysconfig/docker", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1550, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}}, "group_names": ["nodes", "oo_nodes_deployment_type_origin", "oo_nodes_to_config"], "install_result": {"changed": true, "invocation": {"module_args": "", "module_name": "yum"}, "item": "iptables,iptables-services", "msg": "", "rc": 0, "results": ["iptables-1.4.21-13.el7.x86_64 providing iptables is already installed", "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.mirrors.hoobly.com\n * extras: mirrors.xmission.com\n * updates: mirror.hostduplex.com\nResolving Dependencies\n--> Running transaction check\n---> Package iptables-services.x86_64 0:1.4.21-13.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n iptables-services x86_64 1.4.21-13.el7 base 49 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 49 k\nInstalled size: 23 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : iptables-services-1.4.21-13.el7.x86_64 1/1 \n Verifying : iptables-services-1.4.21-13.el7.x86_64 1/1 \n\nInstalled:\n iptables-services.x86_64 0:1.4.21-13.el7 \n\nComplete!\n"]}, "inventory_hostname": "node1", "inventory_hostname_short": "node1", "module_setup": true, "node_cert_dir": "/etc/openshift/node", "node_install_result": {"changed": true, "invocation": {"module_args": "pkg=openshift-node state=present", "module_name": "yum"}, "msg": "warning: /var/cache/yum/x86_64/7/maxamillion-origin-next/packages/openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID 669b00e2: NOKEY\nImporting GPG key 0x669B00E2:\n Userid : \"maxamillion_origin-next (None) <maxamillion#[email protected]>\"\n Fingerprint: d035 03ff a639 e74e ddc0 430c c38b 81dd 669b 00e2\n From : https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/pubkey.gpg\n", "rc": 0, "results": ["Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.mirrors.hoobly.com\n * extras: mirrors.xmission.com\n * updates: mirror.hostduplex.com\nResolving Dependencies\n--> Running transaction check\n---> Package openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\n--> Processing Dependency: openshift = 1.0.0-0.git.4227.6ffebda.el7.centos for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Processing Dependency: docker-io >= 1.6.2 for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Processing Dependency: socat for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Processing Dependency: tuned-profiles-openshift-node for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Running transaction check\n---> Package docker.x86_64 0:1.6.2-14.el7.centos will be installed\n--> Processing Dependency: docker-selinux >= 1.6.2-14.el7.centos for package: docker-1.6.2-14.el7.centos.x86_64\n---> Package openshift.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\n---> Package socat.x86_64 0:1.7.2.2-5.el7 will be installed\n---> Package tuned-profiles-openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\n--> Running transaction check\n---> Package docker-selinux.x86_64 0:1.6.2-14.el7.centos will be installed\n--> Processing Dependency: policycoreutils-python for package: docker-selinux-1.6.2-14.el7.centos.x86_64\n--> Running transaction check\n---> Package policycoreutils-python.x86_64 0:2.2.5-15.el7 will be installed\n--> Processing Dependency: libsemanage-python >= 2.1.10-1 for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: python-IPy for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libcgroup for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: checkpolicy for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Running transaction check\n---> Package audit-libs-python.x86_64 0:2.4.1-5.el7 will be installed\n---> Package checkpolicy.x86_64 0:2.1.12-6.el7 will be installed\n---> Package libcgroup.x86_64 0:0.41-8.el7 will be installed\n---> Package libsemanage-python.x86_64 0:2.1.10-16.el7 will be installed\n---> Package python-IPy.noarch 0:0.75-6.el7 will be installed\n---> Package setools-libs.x86_64 0:3.3.7-46.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n openshift-node x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\n maxamillion-origin-next 319 k\nInstalling for dependencies:\n audit-libs-python x86_64 2.4.1-5.el7 base 69 k\n checkpolicy x86_64 2.1.12-6.el7 base 247 k\n docker x86_64 1.6.2-14.el7.centos extras 7.6 M\n docker-selinux x86_64 1.6.2-14.el7.centos extras 55 k\n libcgroup x86_64 0.41-8.el7 base 64 k\n libsemanage-python x86_64 2.1.10-16.el7 base 94 k\n openshift x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\n maxamillion-origin-next 12 M\n policycoreutils-python\n x86_64 2.2.5-15.el7 base 434 k\n python-IPy noarch 0.75-6.el7 base 32 k\n setools-libs x86_64 3.3.7-46.el7 base 485 k\n socat x86_64 1.7.2.2-5.el7 base 255 k\n tuned-profiles-openshift-node\n x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\n maxamillion-origin-next 320 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+12 Dependent packages)\n\nTotal download size: 22 M\nInstalled size: 99 M\nDownloading packages:\nPublic key for openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64.rpm is not installed\n--------------------------------------------------------------------------------\nTotal 1.5 MB/s | 22 MB 00:15 \nRetrieving key from https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/pubkey.gpg\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : openshift-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64 1/13 \n Installing : tuned-profiles-openshift-node-1.0.0-0.git.4227.6ffebda.e 2/13 \n Installing : audit-libs-python-2.4.1-5.el7.x86_64 3/13 \n Installing : socat-1.7.2.2-5.el7.x86_64 4/13 \n Installing : python-IPy-0.75-6.el7.noarch 5/13 \n Installing : checkpolicy-2.1.12-6.el7.x86_64 6/13 \n Installing : libsemanage-python-2.1.10-16.el7.x86_64 7/13 \n Installing : libcgroup-0.41-8.el7.x86_64 8/13 \n Installing : setools-libs-3.3.7-46.el7.x86_64 9/13 \n Installing : policycoreutils-python-2.2.5-15.el7.x86_64 10/13 \n Installing : docker-selinux-1.6.2-14.el7.centos.x86_64 11/13 \n Installing : docker-1.6.2-14.el7.centos.x86_64 12/13 \n Installing : openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_6 13/13 \n Verifying : setools-libs-3.3.7-46.el7.x86_64 1/13 \n Verifying : tuned-profiles-openshift-node-1.0.0-0.git.4227.6ffebda.e 2/13 \n Verifying : libcgroup-0.41-8.el7.x86_64 3/13 \n Verifying : libsemanage-python-2.1.10-16.el7.x86_64 4/13 \n Verifying : docker-selinux-1.6.2-14.el7.centos.x86_64 5/13 \n Verifying : checkpolicy-2.1.12-6.el7.x86_64 6/13 \n Verifying : openshift-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64 7/13 \n Verifying : openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_6 8/13 \n Verifying : python-IPy-0.75-6.el7.noarch 9/13 \n Verifying : socat-1.7.2.2-5.el7.x86_64 10/13 \n Verifying : docker-1.6.2-14.el7.centos.x86_64 11/13 \n Verifying : policycoreutils-python-2.2.5-15.el7.x86_64 12/13 \n Verifying : audit-libs-python-2.4.1-5.el7.x86_64 13/13 \n\nInstalled:\n openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \n\nDependency Installed:\n audit-libs-python.x86_64 0:2.4.1-5.el7 \n checkpolicy.x86_64 0:2.1.12-6.el7 \n docker.x86_64 0:1.6.2-14.el7.centos \n docker-selinux.x86_64 0:1.6.2-14.el7.centos \n libcgroup.x86_64 0:0.41-8.el7 \n libsemanage-python.x86_64 0:2.1.10-16.el7 \n openshift.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \n policycoreutils-python.x86_64 0:2.2.5-15.el7 \n python-IPy.noarch 0:0.75-6.el7 \n setools-libs.x86_64 0:3.3.7-46.el7 \n socat.x86_64 0:1.7.2.2-5.el7 \n tuned-profiles-openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \n\nComplete!\n"]}, "node_subdir": "node-ose3-node1.example.com", "openshift": {"common": {"admin_binary": "oadm", "client_binary": "oc", "cluster_id": "default", "debug_level": "4", "deployment_type": "origin", "hostname": "ose3-node1.example.com", "ip": "10.0.2.15", "public_hostname": "ose3-node1.example.com", "public_ip": "10.0.2.15", "sdn_network_plugin_name": "redhat/openshift-ovs-subnet", "use_fluentd": false, "use_openshift_sdn": true}, "current_config": {"roles": ["node"]}, "node": {"annotations": {}, "debug_level": "4", "labels": {}, "pod_cidr": "", "portal_net": "172.30.0.0/16", "registry_url": "openshift/origin-${component}:${version}", "resources_cpu": 2, "resources_memory": 780926976}}, "pkg_check": {"changed": false, "cmd": ["rpm", "-q", "firewalld"], "delta": "0:00:00.025337", "end": "2015-07-09 22:57:04.827684", "failed": false, "failed_when_result": false, "invocation": {"module_args": "rpm -q firewalld", "module_name": "command"}, "rc": 0, "start": "2015-07-09 22:57:04.802347", "stderr": "", "stdout": "firewalld-0.3.9-11.el7.noarch", "stdout_lines": ["firewalld-0.3.9-11.el7.noarch"], "warnings": ["Consider using yum module rather than running rpm"]}, "result": {"changed": false, "cmd": ["systemctl", "mask", "firewalld"], "delta": "0:00:00.069391", "end": "2015-07-09 22:57:16.476911", "invocation": {"module_args": "systemctl mask firewalld", "module_name": "command"}, "rc": 0, "start": "2015-07-09 22:57:16.407520", "stderr": "ln -s '/dev/null' '/etc/systemd/system/firewalld.service'", "stdout": "", "stdout_lines": [], "warnings": []}, "sdn_install_result": {"changed": true, "invocation": {"module_args": "pkg=openshift-sdn-ovs state=present", "module_name": "yum"}, "msg": "", "rc": 0, "results": ["Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.mirrors.hoobly.com\n * extras: mirrors.xmission.com\n * updates: mirror.hostduplex.com\nResolving Dependencies\n--> Running transaction check\n---> Package openshift-sdn-ovs.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\n--> Processing Dependency: openvswitch >= 2.3.1 for package: openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Processing Dependency: bridge-utils for package: openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Running transaction check\n---> Package bridge-utils.x86_64 0:1.5-9.el7 will be installed\n---> Package openvswitch.x86_64 0:2.3.1-2.el7.centos will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n openshift-sdn-ovs x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\n maxamillion-origin-next 320 k\nInstalling for dependencies:\n bridge-utils x86_64 1.5-9.el7 base 32 k\n openvswitch x86_64 2.3.1-2.el7.centos maxamillion-origin-next 1.8 M\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+2 Dependent packages)\n\nTotal download size: 2.2 M\nInstalled size: 7.6 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 357 kB/s | 2.2 MB 00:06 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : openvswitch-2.3.1-2.el7.centos.x86_64 1/3 \n Installing : bridge-utils-1.5-9.el7.x86_64 2/3 \n Installing : openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_ 3/3 \n Verifying : openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_ 1/3 \n Verifying : bridge-utils-1.5-9.el7.x86_64 2/3 \n Verifying : openvswitch-2.3.1-2.el7.centos.x86_64 3/3 \n\nInstalled:\n openshift-sdn-ovs.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \n\nDependency Installed:\n bridge-utils.x86_64 0:1.5-9.el7 openvswitch.x86_64 0:2.3.1-2.el7.centos \n\nComplete!\n"]}, "stat_result": {"changed": false, "msg": "All items completed", "results": [{"changed": false, "invocation": {"module_args": "", "module_name": "stat"}, "item": "/etc/openshift/node/system:node:ose3-node1.example.com.crt", "stat": {"exists": false}}, {"changed": false, "invocation": {"module_args": "", "module_name": "stat"}, "item": "/etc/openshift/node/system:node:ose3-node1.example.com.key", "stat": {"exists": false}}, {"changed": false, "invocation": {"module_args": "", "module_name": "stat"}, "item": "/etc/openshift/node/system:node:ose3-node1.example.com.kubeconfig", "stat": {"exists": false}}, {"changed": false, "invocation": {"module_args": "", "module_name": "stat"}, "item": "/etc/openshift/node/ca.crt", "stat": {"exists": false}}, {"changed": false, "invocation": {"module_args": "", "module_name": "stat"}, "item": "/etc/openshift/node/server.key", "stat": {"exists": false}}, {"changed": false, "invocation": {"module_args": "", "module_name": "stat"}, "item": "/etc/openshift/node/server.crt", "stat": {"exists": false}}]}}, "rc": 1, "start": "2015-07-09 22:59:39.454006", "warnings": []} | |
stderr: when passing arguments in resource/name form, all arguments must include the resource | |
msg: Task failed as maximum retries was encountered | |
failed: [master -> master] => (item={u'ansible_product_version': u'1.2', 'node_install_result': {u'msg': u'warning: /var/cache/yum/x86_64/7/maxamillion-origin-next/packages/openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID 669b00e2: NOKEY\nImporting GPG key 0x669B00E2:\n Userid : "maxamillion_origin-next (None) <maxamillion#[email protected]>"\n Fingerprint: d035 03ff a639 e74e ddc0 430c c38b 81dd 669b 00e2\n From : https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/pubkey.gpg\n', 'invocation': {'module_name': u'yum', 'module_args': u'pkg=openshift-node state=present'}, u'changed': True, u'results': [u'Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.mirrors.hoobly.com\n * extras: mirror-centos.hostingswift.com\n * updates: mirrors.usc.edu\nResolving Dependencies\n--> Running transaction check\n---> Package openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\n--> Processing Dependency: openshift = 1.0.0-0.git.4227.6ffebda.el7.centos for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Processing Dependency: docker-io >= 1.6.2 for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Processing Dependency: socat for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Processing Dependency: tuned-profiles-openshift-node for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Running transaction check\n---> Package docker.x86_64 0:1.6.2-14.el7.centos will be installed\n--> Processing Dependency: docker-selinux >= 1.6.2-14.el7.centos for package: docker-1.6.2-14.el7.centos.x86_64\n---> Package openshift.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\n---> Package socat.x86_64 0:1.7.2.2-5.el7 will be installed\n---> Package tuned-profiles-openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\n--> Running transaction check\n---> Package docker-selinux.x86_64 0:1.6.2-14.el7.centos will be installed\n--> Processing Dependency: policycoreutils-python for package: docker-selinux-1.6.2-14.el7.centos.x86_64\n--> Running transaction check\n---> Package policycoreutils-python.x86_64 0:2.2.5-15.el7 will be installed\n--> Processing Dependency: libsemanage-python >= 2.1.10-1 for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: python-IPy for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libcgroup for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: checkpolicy for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Running transaction check\n---> Package audit-libs-python.x86_64 0:2.4.1-5.el7 will be installed\n---> Package checkpolicy.x86_64 0:2.1.12-6.el7 will be installed\n---> Package libcgroup.x86_64 0:0.41-8.el7 will be installed\n---> Package libsemanage-python.x86_64 0:2.1.10-16.el7 will be installed\n---> Package python-IPy.noarch 0:0.75-6.el7 will be installed\n---> Package setools-libs.x86_64 0:3.3.7-46.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n openshift-node x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\n maxamillion-origin-next 319 k\nInstalling for dependencies:\n audit-libs-python x86_64 2.4.1-5.el7 base 69 k\n checkpolicy x86_64 2.1.12-6.el7 base 247 k\n docker x86_64 1.6.2-14.el7.centos extras 7.6 M\n docker-selinux x86_64 1.6.2-14.el7.centos extras 55 k\n libcgroup x86_64 0.41-8.el7 base 64 k\n libsemanage-python x86_64 2.1.10-16.el7 base 94 k\n openshift x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\n maxamillion-origin-next 12 M\n policycoreutils-python\n x86_64 2.2.5-15.el7 base 434 k\n python-IPy noarch 0.75-6.el7 base 32 k\n setools-libs x86_64 3.3.7-46.el7 base 485 k\n socat x86_64 1.7.2.2-5.el7 base 255 k\n tuned-profiles-openshift-node\n x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\n maxamillion-origin-next 320 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+12 Dependent packages)\n\nTotal download size: 22 M\nInstalled size: 99 M\nDownloading packages:\nPublic key for openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64.rpm is not installed\n--------------------------------------------------------------------------------\nTotal 1.1 MB/s | 22 MB 00:20 \nRetrieving key from https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/pubkey.gpg\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : openshift-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64 1/13 \n Installing : tuned-profiles-openshift-node-1.0.0-0.git.4227.6ffebda.e 2/13 \n Installing : audit-libs-python-2.4.1-5.el7.x86_64 3/13 \n Installing : socat-1.7.2.2-5.el7.x86_64 4/13 \n Installing : python-IPy-0.75-6.el7.noarch 5/13 \n Installing : checkpolicy-2.1.12-6.el7.x86_64 6/13 \n Installing : libsemanage-python-2.1.10-16.el7.x86_64 7/13 \n Installing : libcgroup-0.41-8.el7.x86_64 8/13 \n Installing : setools-libs-3.3.7-46.el7.x86_64 9/13 \n Installing : policycoreutils-python-2.2.5-15.el7.x86_64 10/13 \n Installing : docker-selinux-1.6.2-14.el7.centos.x86_64 11/13 \n Installing : docker-1.6.2-14.el7.centos.x86_64 12/13 \n Installing : openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_6 13/13 \n Verifying : setools-libs-3.3.7-46.el7.x86_64 1/13 \n Verifying : tuned-profiles-openshift-node-1.0.0-0.git.4227.6ffebda.e 2/13 \n Verifying : libcgroup-0.41-8.el7.x86_64 3/13 \n Verifying : libsemanage-python-2.1.10-16.el7.x86_64 4/13 \n Verifying : docker-selinux-1.6.2-14.el7.centos.x86_64 5/13 \n Verifying : checkpolicy-2.1.12-6.el7.x86_64 6/13 \n Verifying : openshift-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64 7/13 \n Verifying : openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_6 8/13 \n Verifying : python-IPy-0.75-6.el7.noarch 9/13 \n Verifying : socat-1.7.2.2-5.el7.x86_64 10/13 \n Verifying : docker-1.6.2-14.el7.centos.x86_64 11/13 \n Verifying : policycoreutils-python-2.2.5-15.el7.x86_64 12/13 \n Verifying : audit-libs-python-2.4.1-5.el7.x86_64 13/13 \n\nInstalled:\n openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \n\nDependency Installed:\n audit-libs-python.x86_64 0:2.4.1-5.el7 \n checkpolicy.x86_64 0:2.1.12-6.el7 \n docker.x86_64 0:1.6.2-14.el7.centos \n docker-selinux.x86_64 0:1.6.2-14.el7.centos \n libcgroup.x86_64 0:0.41-8.el7 \n libsemanage-python.x86_64 0:2.1.10-16.el7 \n openshift.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \n policycoreutils-python.x86_64 0:2.2.5-15.el7 \n python-IPy.noarch 0:0.75-6.el7 \n setools-libs.x86_64 0:3.3.7-46.el7 \n socat.x86_64 0:1.7.2.2-5.el7 \n tuned-profiles-openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \n\nComplete!\n'], u'rc': 0}, 'docker_check': {'invocation': {'module_name': u'stat', 'module_args': u'path=/etc/sysconfig/docker'}, u'stat': {u'uid': 0, u'exists': True, u'woth': False, u'mtime': 1435109759.0, u'inode': 67582249, u'isgid': False, u'size': 1550, u'roth': True, u'isuid': False, u'isreg': True, u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'gr_name': u'root', u'path': u'/etc/sysconfig/docker', u'xusr': False, u'atime': 1435109759.0, u'md5': u'46ee4f99262b5d4a747056ca2206ecdb', u'isdir': False, u'ctime': 1436482696.3535113, u'isblk': False, u'xgrp': False, u'dev': 64768, u'wgrp': False, u'isfifo': False, u'mode': u'0644', u'checksum': u'7c82dd8c7d7a9add72fab3e368313a69ea8d304e', u'rusr': True}, u'changed': False}, u'ansible_user_dir': u'/root', u'ansible_userspace_bits': u'64', u'ansible_distribution_version': u'7.1.1503', u'ansible_virtualization_role': u'guest', 'ansible_ssh_host': '127.0.0.1', u'ansible_env': {u'USERNAME': u'root', u'SUDO_UID': u'1000', u'LC_CTYPE': u'en_US.UTF-8', u'LOGNAME': u'root', u'USER': u'root', u'HOME': u'/root', u'PATH': u'/sbin:/bin:/usr/sbin:/usr/bin', u'_': u'/usr/bin/python', u'LANG': u'en_US.UTF-8', u'SUDO_COMMAND': u'/bin/sh -c echo BECOME-SUCCESS-gqxqmfprhykougatoeplqymwftiwxhop; LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /home/vagrant/.ansible/tmp/ansible-tmp-1436482570.51-141817699779860/setup; rm -rf /home/vagrant/.ansible/tmp/ansible-tmp-1436482570.51-141817699779860/ >/dev/null 2>&1', u'SUDO_GID': u'1000', u'SHELL': u'/bin/bash', u'SHLVL': u'1', u'TERM': u'xterm-256color', u'PWD': u'/home/vagrant', u'MAIL': u'/var/mail/vagrant', u'SUDO_USER': u'vagrant'}, u'ansible_lo': {u'active': True, u'promisc': False, u'ipv4': {u'netmask': u'255.0.0.0', u'network': u'127.0.0.0', u'address': u'127.0.0.1'}, u'ipv6': [{u'scope': u'host', u'prefix': u'128', u'address': u'::1'}], u'device': u'lo', u'type': u'loopback', u'mtu': 65536}, u'ansible_memtotal_mb': 993, u'ansible_architecture': u'x86_64', u'ansible_default_ipv4': {u'macaddress': u'08:00:27:89:34:17', u'network': u'10.0.2.0', u'mtu': 1500, u'alias': u'enp0s3', u'netmask': u'255.255.255.0', u'address': u'10.0.2.15', u'interface': u'enp0s3', u'type': u'ether', u'gateway': u'10.0.2.2'}, u'ansible_swapfree_mb': 1023, u'ansible_default_ipv6': {}, 'group_names': ['nodes', u'oo_nodes_deployment_type_origin', 'oo_nodes_to_config'], u'ansible_cmdline': {u'LANG': u'en_US.UTF-8', u'BOOT_IMAGE': u'/vmlinuz-3.10.0-229.el7.x86_64', u'quiet': True, u'rhgb': True, u'rd.lvm.lv': u'centos/swap', u'crashkernel': u'auto', u'ro': True, u'root': u'/dev/mapper/centos-root'}, u'ansible_selinux': {u'status': u'enabled', u'policyvers': 28, u'type': u'targeted', u'mode': u'permissive', u'config_mode': u'permissive'}, u'ansible_userspace_architecture': u'x86_64', 'certs_missing': [False], u'ansible_product_uuid': u'B0433BDC-F193-487D-BD8D-FB2F2EADD12A', u'ansible_pkg_mgr': u'yum', u'ansible_memfree_mb': 663, u'ansible_memory_mb': {u'real': {u'total': 993, u'free': 663, u'used': 330}, u'swap': {u'cached': 0, u'total': 1023, u'used': 0, u'free': 1023}, u'nocache': {u'used': 132, u'free': 861}}, u'ansible_distribution': u'CentOS', 'node_subdir': u'node-ose3-node2.example.com', 'module_setup': True, u'ansible_processor_count': 1, u'ansible_hostname': u'ose3-node2', 'ansible_ssh_port': 2200, u'ansible_enp0s8': {u'macaddress': u'08:00:27:28:18:5e', u'module': u'e1000', u'mtu': 1500, u'active': True, u'promisc': False, u'ipv4': {u'netmask': u'255.255.255.0', u'network': u'192.168.100.0', u'address': u'192.168.100.201'}, u'ipv6': [{u'scope': u'link', u'prefix': u'64', u'address': u'fe80::a00:27ff:fe28:185e'}], u'device': u'enp0s8', u'type': u'ether'}, u'ansible_all_ipv6_addresses': [u'fe80::a00:27ff:fe89:3417', u'fe80::a00:27ff:fe28:185e'], u'ansible_interfaces': [u'lo', u'enp0s3', u'enp0s8'], u'ansible_machine_id': u'50e9e11ee2d84dc98dcfc8d70a476ae7', u'ansible_enp0s3': {u'macaddress': u'08:00:27:89:34:17', u'module': u'e1000', u'mtu': 1500, u'active': True, u'promisc': False, u'ipv4': {u'netmask': u'255.255.255.0', u'network': u'10.0.2.0', u'address': u'10.0.2.15'}, u'ipv6': [{u'scope': u'link', u'prefix': u'64', u'address': u'fe80::a00:27ff:fe89:3417'}], u'device': u'enp0s3', u'type': u'ether'}, u'ansible_fqdn': u'ose3-node2.example.com', u'ansible_mounts': [{u'options': u'rw,seclabel,relatime,attr2,inode64,noquota', u'uuid': u'4b70357b-d057-4a9a-8df7-0736a701697c', u'size_total': 41281146880, u'device': u'/dev/mapper/centos-root', u'mount': u'/', u'size_available': 40474796032, u'fstype': u'xfs'}, {u'options': u'rw,seclabel,relatime,attr2,inode64,noquota', u'uuid': u'cd4bd4de-b837-42a2-8daf-81b00b03d824', u'size_total': 520794112, u'device': u'/dev/sda1', u'mount': u'/boot', u'size_available': 380297216, u'fstype': u'xfs'}], u'ansible_user_shell': u'/bin/bash', u'ansible_kernel': u'3.10.0-229.el7.x86_64', u'ansible_nodename': u'ose3-node2.example.com', u'ansible_product_serial': u'0', u'ansible_form_factor': u'Other', u'ansible_fips': False, u'ansible_user_id': u'root', 'result': {u'cmd': [u'systemctl', u'mask', u'firewalld'], u'end': u'2015-07-09 22:57:15.863023', u'stderr': u"ln -s '/dev/null' '/etc/systemd/system/firewalld.service'", u'stdout': u'', u'changed': False, u'rc': 0, u'start': u'2015-07-09 22:57:15.795966', u'warnings': [], u'delta': u'0:00:00.067057', 'invocation': {'module_name': u'command', 'module_args': u'systemctl mask firewalld'}, 'stdout_lines': []}, u'ansible_local': {u'openshift': {u'node': {}, u'common': {u'deployment_type': u'origin'}}}, u'ansible_domain': u'example.com', 'config_dir': u'/etc/openshift/generated-configs/node-ose3-node2.example.com', u'ansible_processor_cores': 2, 'inventory_hostname': 'node2', u'ansible_processor_vcpus': 2, u'ansible_bios_version': u'VirtualBox', u'ansible_processor': [u'GenuineIntel', u'Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz', u'GenuineIntel', u'Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz'], u'ansible_virtualization_type': u'virtualbox', u'ansible_ssh_host_key_ecdsa_public': u'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDQ036OcW61dyEnQlm0fh+89XgwwvZ3PULQ6+Z3/5xW3UYFlJeN0Ta9gm1Wt+f7kMLUsuJyoLphz37qviPSV4wA=', 'install_result': {'item': 'iptables,iptables-services', u'rc': 0, 'invocation': {'module_name': u'yum', 'module_args': ''}, u'changed': True, u'results': [u'iptables-1.4.21-13.el7.x86_64 providing iptables is already installed', u'Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.mirrors.hoobly.com\n * extras: mirror-centos.hostingswift.com\n * updates: mirrors.usc.edu\nResolving Dependencies\n--> Running transaction check\n---> Package iptables-services.x86_64 0:1.4.21-13.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n iptables-services x86_64 1.4.21-13.el7 base 49 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 49 k\nInstalled size: 23 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : iptables-services-1.4.21-13.el7.x86_64 1/1 \n Verifying : iptables-services-1.4.21-13.el7.x86_64 1/1 \n\nInstalled:\n iptables-services.x86_64 0:1.4.21-13.el7 \n\nComplete!\n'], u'msg': u''}, u'ansible_distribution_release': u'Core', u'ansible_system_vendor': u'innotek GmbH', u'ansible_os_family': u'RedHat', 'sdn_install_result': {u'msg': u'', 'invocation': {'module_name': u'yum', 'module_args': u'pkg=openshift-sdn-ovs state=present'}, u'changed': True, u'results': [u'Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.mirrors.hoobly.com\n * extras: mirror-centos.hostingswift.com\n * updates: mirrors.usc.edu\nResolving Dependencies\n--> Running transaction check\n---> Package openshift-sdn-ovs.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\n--> Processing Dependency: openvswitch >= 2.3.1 for package: openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Processing Dependency: bridge-utils for package: openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Running transaction check\n---> Package bridge-utils.x86_64 0:1.5-9.el7 will be installed\n---> Package openvswitch.x86_64 0:2.3.1-2.el7.centos will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n openshift-sdn-ovs x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\n maxamillion-origin-next 320 k\nInstalling for dependencies:\n bridge-utils x86_64 1.5-9.el7 base 32 k\n openvswitch x86_64 2.3.1-2.el7.centos maxamillion-origin-next 1.8 M\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+2 Dependent packages)\n\nTotal download size: 2.2 M\nInstalled size: 7.6 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 340 kB/s | 2.2 MB 00:06 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : openvswitch-2.3.1-2.el7.centos.x86_64 1/3 \n Installing : bridge-utils-1.5-9.el7.x86_64 2/3 \n Installing : openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_ 3/3 \n Verifying : openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_ 1/3 \n Verifying : bridge-utils-1.5-9.el7.x86_64 2/3 \n Verifying : openvswitch-2.3.1-2.el7.centos.x86_64 3/3 \n\nInstalled:\n openshift-sdn-ovs.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \n\nDependency Installed:\n bridge-utils.x86_64 0:1.5-9.el7 openvswitch.x86_64 0:2.3.1-2.el7.centos \n\nComplete!\n'], u'rc': 0}, 'pkg_check': {u'cmd': [u'rpm', u'-q', u'firewalld'], u'end': u'2015-07-09 22:57:04.211843', 'failed': False, u'stdout': u'firewalld-0.3.9-11.el7.noarch', u'changed': False, u'rc': 0, u'start': u'2015-07-09 22:57:04.184191', u'warnings': [u'Consider using yum module rather than running rpm'], u'delta': u'0:00:00.027652', 'invocation': {'module_name': u'command', 'module_args': u'rpm -q firewalld'}, 'stdout_lines': [u'firewalld-0.3.9-11.el7.noarch'], 'failed_when_result': False, u'stderr': u''}, u'ansible_user_gid': 0, u'openshift': {u'node': {u'resources_memory': 780926976, u'labels': {}, u'resources_cpu': 2, u'portal_net': u'172.30.0.0/16', u'debug_level': u'4', u'pod_cidr': u'', u'annotations': {}, u'registry_url': u'openshift/origin-${component}:${version}'}, u'common': {u'admin_binary': u'oadm', u'sdn_network_plugin_name': u'redhat/openshift-ovs-subnet', u'ip': u'10.0.2.15', u'client_binary': u'oc', u'hostname': u'ose3-node2.example.com', u'public_ip': u'10.0.2.15', u'debug_level': u'4', u'cluster_id': u'default', u'use_openshift_sdn': True, u'use_fluentd': False, u'public_hostname': u'ose3-node2.example.com', u'deployment_type': u'origin'}, u'current_config': {u'roles': [u'node']}}, 'stat_result': {'msg': 'All items completed', 'changed': False, 'results': [{'invocation': {'module_name': u'stat', 'module_args': ''}, 'item': u'/etc/openshift/node/system:node:ose3-node2.example.com.crt', u'stat': {u'exists': False}, u'changed': False}, {'invocation': {'module_name': u'stat', 'module_args': ''}, 'item': u'/etc/openshift/node/system:node:ose3-node2.example.com.key', u'stat': {u'exists': False}, u'changed': False}, {'invocation': {'module_name': u'stat', 'module_args': ''}, 'item': u'/etc/openshift/node/system:node:ose3-node2.example.com.kubeconfig', u'stat': {u'exists': False}, u'changed': False}, {'invocation': {'module_name': u'stat', 'module_args': ''}, 'item': '/etc/openshift/node/ca.crt', u'stat': {u'exists': False}, u'changed': False}, {'invocation': {'module_name': u'stat', 'module_args': ''}, 'item': '/etc/openshift/node/server.key', u'stat': {u'exists': False}, u'changed': False}, {'invocation': {'module_name': u'stat', 'module_args': ''}, 'item': '/etc/openshift/node/server.crt', u'stat': {u'exists': False}, u'changed': False}]}, u'ansible_swaptotal_mb': 1023, u'ansible_system': u'Linux', u'ansible_date_time': {u'tz': u'UTC', u'epoch': u'1436482569', u'hour': u'22', u'time': u'22:56:09', u'tz_offset': u'+0000', u'month': u'07', u'second': u'09', u'iso8601_micro': u'2015-07-09T22:56:09.022183Z', u'weekday': u'Thursday', u'year': u'2015', u'date': u'2015-07-09', u'iso8601': u'2015-07-09T22:56:09Z', u'day': u'09', u'minute': u'56'}, u'ansible_devices': {u'sda': {u'scheduler_mode': u'cfq', u'sectorsize': u'512', u'vendor': u'ATA', u'sectors': u'83886080', u'host': u'', u'rotational': u'1', u'removable': u'0', u'support_discard': u'0', u'holders': [], u'size': u'40.00 GB', u'model': u'VBOX HARDDISK', u'partitions': {u'sda2': {u'start': u'1026048', u'sectorsize': 512, u'sectors': u'82860032', u'size': u'39.51 GB'}, u'sda1': {u'start': u'2048', u'sectorsize': 512, u'sectors': u'1024000', u'size': u'500.00 MB'}}}}, u'ansible_user_uid': 0, u'ansible_distribution_major_version': u'7', u'ansible_bios_date': u'12/01/2006', 'inventory_hostname_short': 'node2', u'ansible_machine': u'x86_64', u'ansible_ssh_host_key_rsa_public': u'AAAAB3NzaC1yc2EAAAADAQABAAABAQDpaKjfRsYkKC5dQnTqmXTfUZqPDmE2almnMTN35J5Ut2vqpADsqbhvjMGDnaSLr7UJ9CUxAF5dnAwvpFolWSh1OsbS8lCqGWmfHJB1f3Sb+Bcn4bwd3emkqqmJI5QfLEfpwqUpG6fNcQf1z/j7cMA7aZpeVIACiB/Lh4QGjRAKTs6sYqTc4MJQcLBJMapazP8HGUp582cNC5CSV0tJE14Q5gNQ17meUeaKIUF0WGBORO61/bSxonoJYhRRyex62JTICKtcZDFkWoQLPZbdV6ZYzi7KjVGUXJPWML64v6qPhFrLWSRLtlEsRieWRqRi2u+X8YU5yEbzPKJSP7m+UWuf', u'ansible_user_gecos': u'root', u'ansible_processor_threads_per_core': 1, u'ansible_product_name': u'VirtualBox', 'node_cert_dir': '/etc/openshift/node', '_fluent_plugin_check': {u'skipped': True, u'changed': False}, u'ansible_all_ipv4_addresses': [u'10.0.2.15', u'192.168.100.201'], u'ansible_python_version': u'2.7.5'}) => {"attempts": 10, "changed": true, "cmd": ["oc", "get", "node", "{uansible_user_id:", "uroot,", "uansible_product_serial:", "u0,", "uansible_form_factor:", "uOther,", "stat_result:", "{msg:", "All items completed,", "changed:", "False,", "results:", "[{invocation:", "{module_name:", "ustat,", "module_args:", "},", "item:", "u/etc/openshift/node/system:node:ose3-node2.example.com.crt,", "ustat:", "{uexists:", "False},", "uchanged:", "False},", "{invocation:", "{module_name:", "ustat,", "module_args:", "},", "item:", "u/etc/openshift/node/system:node:ose3-node2.example.com.key,", "ustat:", "{uexists:", "False},", "uchanged:", "False},", "{invocation:", "{module_name:", "ustat,", "module_args:", "},", "item:", "u/etc/openshift/node/system:node:ose3-node2.example.com.kubeconfig,", "ustat:", "{uexists:", "False},", "uchanged:", "False},", "{invocation:", "{module_name:", "ustat,", "module_args:", "},", "item:", "/etc/openshift/node/ca.crt,", "ustat:", "{uexists:", "False},", "uchanged:", "False},", "{invocation:", "{module_name:", "ustat,", "module_args:", "},", "item:", "/etc/openshift/node/server.key,", "ustat:", "{uexists:", "False},", "uchanged:", "False},", "{invocation:", "{module_name:", "ustat,", "module_args:", "},", "item:", "/etc/openshift/node/server.crt,", "ustat:", "{uexists:", "False},", "uchanged:", "False}]},", "uansible_product_version:", "u1.2,", "node_install_result:", "{umsg:", "uwarning: /var/cache/yum/x86_64/7/maxamillion-origin-next/packages/openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID 669b00e2: NOKEY\\nImporting GPG key 0x669B00E2:\\n Userid : \"maxamillion_origin-next (None) <maxamillion#[email protected]>\"\\n Fingerprint: d035 03ff a639 e74e ddc0 430c c38b 81dd 669b 00e2\\n From : https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/pubkey.gpg\\n,", "invocation:", "{module_name:", "uyum,", "module_args:", "upkg=openshift-node state=present},", "uchanged:", "True,", "uresults:", "[uLoaded plugins: fastestmirror\\nLoading mirror speeds from cached hostfile\\n * base: centos.mirrors.hoobly.com\\n * extras: mirror-centos.hostingswift.com\\n * updates: mirrors.usc.edu\\nResolving Dependencies\\n--> Running transaction check\\n---> Package openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\\n--> Processing Dependency: openshift = 1.0.0-0.git.4227.6ffebda.el7.centos for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\\n--> Processing Dependency: docker-io >= 1.6.2 for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\\n--> Processing Dependency: socat for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\\n--> Processing Dependency: tuned-profiles-openshift-node for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\\n--> Running transaction check\\n---> Package docker.x86_64 0:1.6.2-14.el7.centos will be installed\\n--> Processing Dependency: docker-selinux >= 1.6.2-14.el7.centos for package: docker-1.6.2-14.el7.centos.x86_64\\n---> Package openshift.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\\n---> Package socat.x86_64 0:1.7.2.2-5.el7 will be installed\\n---> Package tuned-profiles-openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\\n--> Running transaction check\\n---> Package docker-selinux.x86_64 0:1.6.2-14.el7.centos will be installed\\n--> Processing Dependency: policycoreutils-python for package: docker-selinux-1.6.2-14.el7.centos.x86_64\\n--> Running transaction check\\n---> Package policycoreutils-python.x86_64 0:2.2.5-15.el7 will be installed\\n--> Processing Dependency: libsemanage-python >= 2.1.10-1 for package: policycoreutils-python-2.2.5-15.el7.x86_64\\n--> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.2.5-15.el7.x86_64\\n--> Processing Dependency: python-IPy for package: policycoreutils-python-2.2.5-15.el7.x86_64\\n--> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\\n--> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\\n--> Processing Dependency: libcgroup for package: policycoreutils-python-2.2.5-15.el7.x86_64\\n--> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\\n--> Processing Dependency: checkpolicy for package: policycoreutils-python-2.2.5-15.el7.x86_64\\n--> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\\n--> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\\n--> Running transaction check\\n---> Package audit-libs-python.x86_64 0:2.4.1-5.el7 will be installed\\n---> Package checkpolicy.x86_64 0:2.1.12-6.el7 will be installed\\n---> Package libcgroup.x86_64 0:0.41-8.el7 will be installed\\n---> Package libsemanage-python.x86_64 0:2.1.10-16.el7 will be installed\\n---> Package python-IPy.noarch 0:0.75-6.el7 will be installed\\n---> Package setools-libs.x86_64 0:3.3.7-46.el7 will be installed\\n--> Finished Dependency Resolution\\n\\nDependencies Resolved\\n\\n================================================================================\\n Package Arch Version Repository Size\\n================================================================================\\nInstalling:\\n openshift-node x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\\n maxamillion-origin-next 319 k\\nInstalling for dependencies:\\n audit-libs-python x86_64 2.4.1-5.el7 base 69 k\\n checkpolicy x86_64 2.1.12-6.el7 base 247 k\\n docker x86_64 1.6.2-14.el7.centos extras 7.6 M\\n docker-selinux x86_64 1.6.2-14.el7.centos extras 55 k\\n libcgroup x86_64 0.41-8.el7 base 64 k\\n libsemanage-python x86_64 2.1.10-16.el7 base 94 k\\n openshift x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\\n maxamillion-origin-next 12 M\\n policycoreutils-python\\n x86_64 2.2.5-15.el7 base 434 k\\n python-IPy noarch 0.75-6.el7 base 32 k\\n setools-libs x86_64 3.3.7-46.el7 base 485 k\\n socat x86_64 1.7.2.2-5.el7 base 255 k\\n tuned-profiles-openshift-node\\n x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\\n maxamillion-origin-next 320 k\\n\\nTransaction Summary\\n================================================================================\\nInstall 1 Package (+12 Dependent packages)\\n\\nTotal download size: 22 M\\nInstalled size: 99 M\\nDownloading packages:\\nPublic key for openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64.rpm is not installed\\n--------------------------------------------------------------------------------\\nTotal 1.1 MB/s | 22 MB 00:20 \\nRetrieving key from https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/pubkey.gpg\\nRunning transaction check\\nRunning transaction test\\nTransaction test succeeded\\nRunning transaction\\n Installing : openshift-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64 1/13 \\n Installing : tuned-profiles-openshift-node-1.0.0-0.git.4227.6ffebda.e 2/13 \\n Installing : audit-libs-python-2.4.1-5.el7.x86_64 3/13 \\n Installing : socat-1.7.2.2-5.el7.x86_64 4/13 \\n Installing : python-IPy-0.75-6.el7.noarch 5/13 \\n Installing : checkpolicy-2.1.12-6.el7.x86_64 6/13 \\n Installing : libsemanage-python-2.1.10-16.el7.x86_64 7/13 \\n Installing : libcgroup-0.41-8.el7.x86_64 8/13 \\n Installing : setools-libs-3.3.7-46.el7.x86_64 9/13 \\n Installing : policycoreutils-python-2.2.5-15.el7.x86_64 10/13 \\n Installing : docker-selinux-1.6.2-14.el7.centos.x86_64 11/13 \\n Installing : docker-1.6.2-14.el7.centos.x86_64 12/13 \\n Installing : openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_6 13/13 \\n Verifying : setools-libs-3.3.7-46.el7.x86_64 1/13 \\n Verifying : tuned-profiles-openshift-node-1.0.0-0.git.4227.6ffebda.e 2/13 \\n Verifying : libcgroup-0.41-8.el7.x86_64 3/13 \\n Verifying : libsemanage-python-2.1.10-16.el7.x86_64 4/13 \\n Verifying : docker-selinux-1.6.2-14.el7.centos.x86_64 5/13 \\n Verifying : checkpolicy-2.1.12-6.el7.x86_64 6/13 \\n Verifying : openshift-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64 7/13 \\n Verifying : openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_6 8/13 \\n Verifying : python-IPy-0.75-6.el7.noarch 9/13 \\n Verifying : socat-1.7.2.2-5.el7.x86_64 10/13 \\n Verifying : docker-1.6.2-14.el7.centos.x86_64 11/13 \\n Verifying : policycoreutils-python-2.2.5-15.el7.x86_64 12/13 \\n Verifying : audit-libs-python-2.4.1-5.el7.x86_64 13/13 \\n\\nInstalled:\\n openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \\n\\nDependency Installed:\\n audit-libs-python.x86_64 0:2.4.1-5.el7 \\n checkpolicy.x86_64 0:2.1.12-6.el7 \\n docker.x86_64 0:1.6.2-14.el7.centos \\n docker-selinux.x86_64 0:1.6.2-14.el7.centos \\n libcgroup.x86_64 0:0.41-8.el7 \\n libsemanage-python.x86_64 0:2.1.10-16.el7 \\n openshift.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \\n policycoreutils-python.x86_64 0:2.2.5-15.el7 \\n python-IPy.noarch 0:0.75-6.el7 \\n setools-libs.x86_64 0:3.3.7-46.el7 \\n socat.x86_64 0:1.7.2.2-5.el7 \\n tuned-profiles-openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \\n\\nComplete!\\n],", "urc:", "0},", "uansible_swaptotal_mb:", "1023,", "docker_check:", "{invocation:", "{module_name:", "ustat,", "module_args:", "upath=/etc/sysconfig/docker},", "ustat:", "{uuid:", "0,", "uexists:", "True,", "uwoth:", "False,", "umtime:", "1435109759.0,", "uinode:", "67582249,", "uisgid:", "False,", "usize:", "1550,", "uwgrp:", "False,", "uisuid:", "False,", "uisreg:", "True,", "upw_name:", "uroot,", "ugid:", "0,", "uischr:", "False,", "uwusr:", "True,", "uxoth:", "False,", "urusr:", "True,", "unlink:", "1,", "uissock:", "False,", "urgrp:", "True,", "ugr_name:", "uroot,", "upath:", "u/etc/sysconfig/docker,", "uxusr:", "False,", "uatime:", "1435109759.0,", "umd5:", "u46ee4f99262b5d4a747056ca2206ecdb,", "uisdir:", "False,", "uctime:", "1436482696.3535113,", "uisblk:", "False,", "uxgrp:", "False,", "udev:", "64768,", "uroth:", "True,", "uisfifo:", "False,", "umode:", "u0644,", "uchecksum:", "u7c82dd8c7d7a9add72fab3e368313a69ea8d304e,", "uislnk:", "False},", "uchanged:", "False},", "uansible_user_dir:", "u/root,", "uansible_memtotal_mb:", "993,", "install_result:", "{uchanged:", "True,", "uresults:", "[uiptables-1.4.21-13.el7.x86_64 providing iptables is already installed,", "uLoaded plugins: fastestmirror\\nLoading mirror speeds from cached hostfile\\n * base: centos.mirrors.hoobly.com\\n * extras: mirror-centos.hostingswift.com\\n * updates: mirrors.usc.edu\\nResolving Dependencies\\n--> Running transaction check\\n---> Package iptables-services.x86_64 0:1.4.21-13.el7 will be installed\\n--> Finished Dependency Resolution\\n\\nDependencies Resolved\\n\\n================================================================================\\n Package Arch Version Repository Size\\n================================================================================\\nInstalling:\\n iptables-services x86_64 1.4.21-13.el7 base 49 k\\n\\nTransaction Summary\\n================================================================================\\nInstall 1 Package\\n\\nTotal download size: 49 k\\nInstalled size: 23 k\\nDownloading packages:\\nRunning transaction check\\nRunning transaction test\\nTransaction test succeeded\\nRunning transaction\\n Installing : iptables-services-1.4.21-13.el7.x86_64 1/1 \\n Verifying : iptables-services-1.4.21-13.el7.x86_64 1/1 \\n\\nInstalled:\\n iptables-services.x86_64 0:1.4.21-13.el7 \\n\\nComplete!\\n],", "item:", "iptables,iptables-services,", "urc:", "0,", "invocation:", "{module_name:", "uyum,", "module_args:", "},", "umsg:", "u},", "result:", "{uchanged:", "False,", "uend:", "u2015-07-09 22:57:15.863023,", "ustdout:", "u,", "ucmd:", "[usystemctl,", "umask,", "ufirewalld],", "ustart:", "u2015-07-09 22:57:15.795966,", "udelta:", "u0:00:00.067057,", "ustderr:", "uln -s '/dev/null' '/etc/systemd/system/firewalld.service',", "urc:", "0,", "invocation:", "{module_name:", "ucommand,", "module_args:", "usystemctl mask firewalld},", "stdout_lines:", "[],", "uwarnings:", "[]},", "uansible_domain:", "uexample.com,", "uansible_distribution_version:", "u7.1.1503,", "uansible_local:", "{uopenshift:", "{unode:", "{},", "ucommon:", "{udeployment_type:", "uorigin}}},", "config_dir:", "u/etc/openshift/generated-configs/node-ose3-node2.example.com,", "uansible_processor_cores:", "2,", "uansible_virtualization_role:", "uguest,", "ansible_ssh_host:", "127.0.0.1,", "inventory_hostname:", "node2,", "uansible_env:", "{uUSERNAME:", "uroot,", "uLANG:", "uen_US.UTF-8,", "uSUDO_GID:", "u1000,", "uSHELL:", "u/bin/bash,", "uSUDO_COMMAND:", "u/bin/sh -c echo BECOME-SUCCESS-gqxqmfprhykougatoeplqymwftiwxhop; LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /home/vagrant/.ansible/tmp/ansible-tmp-1436482570.51-141817699779860/setup; rm -rf /home/vagrant/.ansible/tmp/ansible-tmp-1436482570.51-141817699779860/ >/dev/null 2>&1,", "uSHLVL:", "u1,", "uSUDO_UID:", "u1000,", "uLC_CTYPE:", "uen_US.UTF-8,", "uTERM:", "uxterm-256color,", "uMAIL:", "u/var/mail/vagrant,", "uPWD:", "u/home/vagrant,", "uLOGNAME:", "uroot,", "uUSER:", "uroot,", "uPATH:", "u/sbin:/bin:/usr/sbin:/usr/bin,", "uHOME:", "u/root,", "uSUDO_USER:", "uvagrant,", "u_:", "u/usr/bin/python},", "uansible_processor_vcpus:", "2,", "uansible_bios_version:", "uVirtualBox,", "uansible_processor:", "[uGenuineIntel,", "uIntel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz,", "uGenuineIntel,", "uIntel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz],", "uansible_virtualization_type:", "uvirtualbox,", "uansible_lo:", "{umtu:", "65536,", "udevice:", "ulo,", "upromisc:", "False,", "uipv4:", "{unetmask:", "u255.0.0.0,", "unetwork:", "u127.0.0.0,", "uaddress:", "u127.0.0.1},", "uipv6:", "[{uscope:", "uhost,", "uprefix:", "u128,", "uaddress:", "u::1}],", "uactive:", "True,", "utype:", "uloopback},", "uansible_userspace_bits:", "u64,", "uansible_architecture:", "ux86_64,", "uansible_default_ipv4:", "{umacaddress:", "u08:00:27:89:34:17,", "unetwork:", "u10.0.2.0,", "umtu:", "1500,", "ualias:", "uenp0s3,", "unetmask:", "u255.255.255.0,", "uaddress:", "u10.0.2.15,", "uinterface:", "uenp0s3,", "utype:", "uether,", "ugateway:", "u10.0.2.2},", "uansible_swapfree_mb:", "1023,", "uansible_default_ipv6:", "{},", "uansible_distribution_release:", "uCore,", "uansible_system_vendor:", "uinnotek GmbH,", "uansible_os_family:", "uRedHat,", "uansible_ssh_host_key_rsa_public:", "uAAAAB3NzaC1yc2EAAAADAQABAAABAQDpaKjfRsYkKC5dQnTqmXTfUZqPDmE2almnMTN35J5Ut2vqpADsqbhvjMGDnaSLr7UJ9CUxAF5dnAwvpFolWSh1OsbS8lCqGWmfHJB1f3Sb+Bcn4bwd3emkqqmJI5QfLEfpwqUpG6fNcQf1z/j7cMA7aZpeVIACiB/Lh4QGjRAKTs6sYqTc4MJQcLBJMapazP8HGUp582cNC5CSV0tJE14Q5gNQ17meUeaKIUF0WGBORO61/bSxonoJYhRRyex62JTICKtcZDFkWoQLPZbdV6ZYzi7KjVGUXJPWML64v6qPhFrLWSRLtlEsRieWRqRi2u+X8YU5yEbzPKJSP7m+UWuf,", "group_names:", "[nodes,", "uoo_nodes_deployment_type_origin,", "oo_nodes_to_config],", "uansible_cmdline:", "{uLANG:", "uen_US.UTF-8,", "uBOOT_IMAGE:", "u/vmlinuz-3.10.0-229.el7.x86_64,", "uquiet:", "True,", "urhgb:", "True,", "urd.lvm.lv:", "ucentos/swap,", "ucrashkernel:", "uauto,", "uro:", "True,", "uroot:", "u/dev/mapper/centos-root},", "sdn_install_result:", "{umsg:", "u,", "invocation:", "{module_name:", "uyum,", "module_args:", "upkg=openshift-sdn-ovs state=present},", "uchanged:", "True,", "uresults:", "[uLoaded plugins: fastestmirror\\nLoading mirror speeds from cached hostfile\\n * base: centos.mirrors.hoobly.com\\n * extras: mirror-centos.hostingswift.com\\n * updates: mirrors.usc.edu\\nResolving Dependencies\\n--> Running transaction check\\n---> Package openshift-sdn-ovs.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\\n--> Processing Dependency: openvswitch >= 2.3.1 for package: openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\\n--> Processing Dependency: bridge-utils for package: openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\\n--> Running transaction check\\n---> Package bridge-utils.x86_64 0:1.5-9.el7 will be installed\\n---> Package openvswitch.x86_64 0:2.3.1-2.el7.centos will be installed\\n--> Finished Dependency Resolution\\n\\nDependencies Resolved\\n\\n================================================================================\\n Package Arch Version Repository Size\\n================================================================================\\nInstalling:\\n openshift-sdn-ovs x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\\n maxamillion-origin-next 320 k\\nInstalling for dependencies:\\n bridge-utils x86_64 1.5-9.el7 base 32 k\\n openvswitch x86_64 2.3.1-2.el7.centos maxamillion-origin-next 1.8 M\\n\\nTransaction Summary\\n================================================================================\\nInstall 1 Package (+2 Dependent packages)\\n\\nTotal download size: 2.2 M\\nInstalled size: 7.6 M\\nDownloading packages:\\n--------------------------------------------------------------------------------\\nTotal 340 kB/s | 2.2 MB 00:06 \\nRunning transaction check\\nRunning transaction test\\nTransaction test succeeded\\nRunning transaction\\n Installing : openvswitch-2.3.1-2.el7.centos.x86_64 1/3 \\n Installing : bridge-utils-1.5-9.el7.x86_64 2/3 \\n Installing : openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_ 3/3 \\n Verifying : openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_ 1/3 \\n Verifying : bridge-utils-1.5-9.el7.x86_64 2/3 \\n Verifying : openvswitch-2.3.1-2.el7.centos.x86_64 3/3 \\n\\nInstalled:\\n openshift-sdn-ovs.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \\n\\nDependency Installed:\\n bridge-utils.x86_64 0:1.5-9.el7 openvswitch.x86_64 0:2.3.1-2.el7.centos \\n\\nComplete!\\n],", "urc:", "0},", "pkg_check:", "{uchanged:", "False,", "uend:", "u2015-07-09 22:57:04.211843,", "ustderr:", "u,", "ustdout:", "ufirewalld-0.3.9-11.el7.noarch,", "ucmd:", "[urpm,", "u-q,", "ufirewalld],", "failed:", "False,", "udelta:", "u0:00:00.027652,", "uwarnings:", "[uConsider using yum module rather than running rpm],", "urc:", "0,", "invocation:", "{module_name:", "ucommand,", "module_args:", "urpm -q firewalld},", "stdout_lines:", "[ufirewalld-0.3.9-11.el7.noarch],", "failed_when_result:", "False,", "ustart:", "u2015-07-09 22:57:04.184191},", "uansible_user_gid:", "0,", "uansible_selinux:", "{ustatus:", "uenabled,", "upolicyvers:", "28,", "utype:", "utargeted,", "umode:", "upermissive,", "uconfig_mode:", "upermissive},", "uopenshift:", "{unode:", "{uresources_memory:", "780926976,", "ulabels:", "{},", "uannotations:", "{},", "uportal_net:", "u172.30.0.0/16,", "udebug_level:", "u4,", "upod_cidr:", "u,", "uresources_cpu:", "2,", "uregistry_url:", "uopenshift/origin-${component}:${version}},", "ucommon:", "{uadmin_binary:", "uoadm,", "udebug_level:", "u4,", "uip:", "u10.0.2.15,", "uclient_binary:", "uoc,", "uhostname:", "uose3-node2.example.com,", "upublic_ip:", "u10.0.2.15,", "usdn_network_plugin_name:", "uredhat/openshift-ovs-subnet,", "ucluster_id:", "udefault,", "uuse_openshift_sdn:", "True,", "uuse_fluentd:", "False,", "upublic_hostname:", "uose3-node2.example.com,", "udeployment_type:", "uorigin},", "ucurrent_config:", "{uroles:", "[unode]}},", "uansible_userspace_architecture:", "ux86_64,", "certs_missing:", "[False],", "uansible_product_uuid:", "uB0433BDC-F193-487D-BD8D-FB2F2EADD12A,", "uansible_fips:", "False,", "uansible_product_name:", "uVirtualBox,", "uansible_pkg_mgr:", "uyum,", "uansible_memfree_mb:", "663,", "uansible_date_time:", "{utz:", "uUTC,", "uhour:", "u22,", "uyear:", "u2015,", "utz_offset:", "u+0000,", "umonth:", "u07,", "uepoch:", "u1436482569,", "uiso8601_micro:", "u2015-07-09T22:56:09.022183Z,", "uweekday:", "uThursday,", "utime:", "u22:56:09,", "udate:", "u2015-07-09,", "uiso8601:", "u2015-07-09T22:56:09Z,", "uday:", "u09,", "uminute:", "u56,", "usecond:", "u09},", "uansible_devices:", "{usda:", "{uscheduler_mode:", "ucfq,", "usectorsize:", "u512,", "uvendor:", "uATA,", "usectors:", "u83886080,", "uhost:", "u,", "urotational:", "u1,", "uremovable:", "u0,", "usupport_discard:", "u0,", "uholders:", "[],", "upartitions:", "{usda2:", "{ustart:", "u1026048,", "usectorsize:", "512,", "usectors:", "u82860032,", "usize:", "u39.51 GB},", "usda1:", "{ustart:", "u2048,", "usectorsize:", "512,", "usectors:", "u1024000,", "usize:", "u500.00 MB}},", "umodel:", "uVBOX HARDDISK,", "usize:", "u40.00 GB}},", "uansible_user_uid:", "0,", "uansible_memory_mb:", "{ureal:", "{utotal:", "993,", "uused:", "330,", "ufree:", "663},", "uswap:", "{ucached:", "0,", "utotal:", "1023,", "ufree:", "1023,", "uused:", "0},", "unocache:", "{uused:", "132,", "ufree:", "861}},", "uansible_distribution:", "uCentOS,", "node_subdir:", "unode-ose3-node2.example.com,", "uansible_distribution_major_version:", "u7,", "module_setup:", "True,", "uansible_processor_count:", "1,", "uansible_hostname:", "uose3-node2,", "ansible_ssh_port:", "2200,", "uansible_ssh_host_key_ecdsa_public:", "uAAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDQ036OcW61dyEnQlm0fh+89XgwwvZ3PULQ6+Z3/5xW3UYFlJeN0Ta9gm1Wt+f7kMLUsuJyoLphz37qviPSV4wA=,", "uansible_bios_date:", "u12/01/2006,", "uansible_enp0s8:", "{umacaddress:", "u08:00:27:28:18:5e,", "umodule:", "ue1000,", "umtu:", "1500,", "udevice:", "uenp0s8,", "upromisc:", "False,", "uipv4:", "{unetmask:", "u255.255.255.0,", "unetwork:", "u192.168.100.0,", "uaddress:", "u192.168.100.201},", "uipv6:", "[{uscope:", "ulink,", "uprefix:", "u64,", "uaddress:", "ufe80::a00:27ff:fe28:185e}],", "uactive:", "True,", "utype:", "uether},", "uansible_all_ipv6_addresses:", "[ufe80::a00:27ff:fe89:3417,", "ufe80::a00:27ff:fe28:185e],", "uansible_interfaces:", "[ulo,", "uenp0s3,", "uenp0s8],", "inventory_hostname_short:", "node2,", "uansible_machine_id:", "u50e9e11ee2d84dc98dcfc8d70a476ae7,", "uansible_enp0s3:", "{umacaddress:", "u08:00:27:89:34:17,", "umodule:", "ue1000,", "umtu:", "1500,", "udevice:", "uenp0s3,", "upromisc:", "False,", "uipv4:", "{unetmask:", "u255.255.255.0,", "unetwork:", "u10.0.2.0,", "uaddress:", "u10.0.2.15},", "uipv6:", "[{uscope:", "ulink,", "uprefix:", "u64,", "uaddress:", "ufe80::a00:27ff:fe89:3417}],", "uactive:", "True,", "utype:", "uether},", "uansible_machine:", "ux86_64,", "uansible_user_gecos:", "uroot,", "uansible_all_ipv4_addresses:", "[u10.0.2.15,", "u192.168.100.201],", "uansible_processor_threads_per_core:", "1,", "uansible_fqdn:", "uose3-node2.example.com,", "uansible_mounts:", "[{uuuid:", "u4b70357b-d057-4a9a-8df7-0736a701697c,", "usize_total:", "41281146880,", "umount:", "u/,", "usize_available:", "40474796032,", "ufstype:", "uxfs,", "udevice:", "u/dev/mapper/centos-root,", "uoptions:", "urw,seclabel,relatime,attr2,inode64,noquota},", "{uuuid:", "ucd4bd4de-b837-42a2-8daf-81b00b03d824,", "usize_total:", "520794112,", "umount:", "u/boot,", "usize_available:", "380297216,", "ufstype:", "uxfs,", "udevice:", "u/dev/sda1,", "uoptions:", "urw,seclabel,relatime,attr2,inode64,noquota}],", "uansible_python_version:", "u2.7.5,", "uansible_system:", "uLinux,", "uansible_user_shell:", "u/bin/bash,", "node_cert_dir:", "/etc/openshift/node,", "_fluent_plugin_check:", "{uskipped:", "True,", "uchanged:", "False},", "uansible_kernel:", "u3.10.0-229.el7.x86_64,", "uansible_nodename:", "uose3-node2.example.com}"], "delta": "0:00:00.089440", "end": "2015-07-09 23:00:34.537772", "failed": true, "item": {"_fluent_plugin_check": {"changed": false, "skipped": true}, "ansible_all_ipv4_addresses": ["10.0.2.15", "192.168.100.201"], "ansible_all_ipv6_addresses": ["fe80::a00:27ff:fe89:3417", "fe80::a00:27ff:fe28:185e"], "ansible_architecture": "x86_64", "ansible_bios_date": "12/01/2006", "ansible_bios_version": "VirtualBox", "ansible_cmdline": {"BOOT_IMAGE": "/vmlinuz-3.10.0-229.el7.x86_64", "LANG": "en_US.UTF-8", "crashkernel": "auto", "quiet": true, "rd.lvm.lv": "centos/swap", "rhgb": true, "ro": true, "root": "/dev/mapper/centos-root"}, "ansible_date_time": {"date": "2015-07-09", "day": "09", "epoch": "1436482569", "hour": "22", "iso8601": "2015-07-09T22:56:09Z", "iso8601_micro": "2015-07-09T22:56:09.022183Z", "minute": "56", "month": "07", "second": "09", "time": "22:56:09", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "year": "2015"}, "ansible_default_ipv4": {"address": "10.0.2.15", "alias": "enp0s3", "gateway": "10.0.2.2", "interface": "enp0s3", "macaddress": "08:00:27:89:34:17", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "ansible_default_ipv6": {}, "ansible_devices": {"sda": {"holders": [], "host": "", "model": "VBOX HARDDISK", "partitions": {"sda1": {"sectors": "1024000", "sectorsize": 512, "size": "500.00 MB", "start": "2048"}, "sda2": {"sectors": "82860032", "sectorsize": 512, "size": "39.51 GB", "start": "1026048"}}, "removable": "0", "rotational": "1", "scheduler_mode": "cfq", "sectors": "83886080", "sectorsize": "512", "size": "40.00 GB", "support_discard": "0", "vendor": "ATA"}}, "ansible_distribution": "CentOS", "ansible_distribution_major_version": "7", "ansible_distribution_release": "Core", "ansible_distribution_version": "7.1.1503", "ansible_domain": "example.com", "ansible_enp0s3": {"active": true, "device": "enp0s3", "ipv4": {"address": "10.0.2.15", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fe80::a00:27ff:fe89:3417", "prefix": "64", "scope": "link"}], "macaddress": "08:00:27:89:34:17", "module": "e1000", "mtu": 1500, "promisc": false, "type": "ether"}, "ansible_enp0s8": {"active": true, "device": "enp0s8", "ipv4": {"address": "192.168.100.201", "netmask": "255.255.255.0", "network": "192.168.100.0"}, "ipv6": [{"address": "fe80::a00:27ff:fe28:185e", "prefix": "64", "scope": "link"}], "macaddress": "08:00:27:28:18:5e", "module": "e1000", "mtu": 1500, "promisc": false, "type": "ether"}, "ansible_env": {"HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "en_US.UTF-8", "LOGNAME": "root", "MAIL": "/var/mail/vagrant", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "PWD": "/home/vagrant", "SHELL": "/bin/bash", "SHLVL": "1", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-gqxqmfprhykougatoeplqymwftiwxhop; LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /home/vagrant/.ansible/tmp/ansible-tmp-1436482570.51-141817699779860/setup; rm -rf /home/vagrant/.ansible/tmp/ansible-tmp-1436482570.51-141817699779860/ >/dev/null 2>&1", "SUDO_GID": "1000", "SUDO_UID": "1000", "SUDO_USER": "vagrant", "TERM": "xterm-256color", "USER": "root", "USERNAME": "root", "_": "/usr/bin/python"}, "ansible_fips": false, "ansible_form_factor": "Other", "ansible_fqdn": "ose3-node2.example.com", "ansible_hostname": "ose3-node2", "ansible_interfaces": ["lo", "enp0s3", "enp0s8"], "ansible_kernel": "3.10.0-229.el7.x86_64", "ansible_lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "ansible_local": {"openshift": {"common": {"deployment_type": "origin"}, "node": {}}}, "ansible_machine": "x86_64", "ansible_machine_id": "50e9e11ee2d84dc98dcfc8d70a476ae7", "ansible_memfree_mb": 663, "ansible_memory_mb": {"nocache": {"free": 861, "used": 132}, "real": {"free": 663, "total": 993, "used": 330}, "swap": {"cached": 0, "free": 1023, "total": 1023, "used": 0}}, "ansible_memtotal_mb": 993, "ansible_mounts": [{"device": "/dev/mapper/centos-root", "fstype": "xfs", "mount": "/", "options": "rw,seclabel,relatime,attr2,inode64,noquota", "size_available": 40474796032, "size_total": 41281146880, "uuid": "4b70357b-d057-4a9a-8df7-0736a701697c"}, {"device": "/dev/sda1", "fstype": "xfs", "mount": "/boot", "options": "rw,seclabel,relatime,attr2,inode64,noquota", "size_available": 380297216, "size_total": 520794112, "uuid": "cd4bd4de-b837-42a2-8daf-81b00b03d824"}], "ansible_nodename": "ose3-node2.example.com", "ansible_os_family": "RedHat", "ansible_pkg_mgr": "yum", "ansible_processor": ["GenuineIntel", "Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz", "GenuineIntel", "Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz"], "ansible_processor_cores": 2, "ansible_processor_count": 1, "ansible_processor_threads_per_core": 1, "ansible_processor_vcpus": 2, "ansible_product_name": "VirtualBox", "ansible_product_serial": "0", "ansible_product_uuid": "B0433BDC-F193-487D-BD8D-FB2F2EADD12A", "ansible_product_version": "1.2", "ansible_python_version": "2.7.5", "ansible_selinux": {"config_mode": "permissive", "mode": "permissive", "policyvers": 28, "status": "enabled", "type": "targeted"}, "ansible_ssh_host": "127.0.0.1", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDQ036OcW61dyEnQlm0fh+89XgwwvZ3PULQ6+Z3/5xW3UYFlJeN0Ta9gm1Wt+f7kMLUsuJyoLphz37qviPSV4wA=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDpaKjfRsYkKC5dQnTqmXTfUZqPDmE2almnMTN35J5Ut2vqpADsqbhvjMGDnaSLr7UJ9CUxAF5dnAwvpFolWSh1OsbS8lCqGWmfHJB1f3Sb+Bcn4bwd3emkqqmJI5QfLEfpwqUpG6fNcQf1z/j7cMA7aZpeVIACiB/Lh4QGjRAKTs6sYqTc4MJQcLBJMapazP8HGUp582cNC5CSV0tJE14Q5gNQ17meUeaKIUF0WGBORO61/bSxonoJYhRRyex62JTICKtcZDFkWoQLPZbdV6ZYzi7KjVGUXJPWML64v6qPhFrLWSRLtlEsRieWRqRi2u+X8YU5yEbzPKJSP7m+UWuf", "ansible_ssh_port": 2200, "ansible_swapfree_mb": 1023, "ansible_swaptotal_mb": 1023, "ansible_system": "Linux", "ansible_system_vendor": "innotek GmbH", "ansible_user_dir": "/root", "ansible_user_gecos": "root", "ansible_user_gid": 0, "ansible_user_id": "root", "ansible_user_shell": "/bin/bash", "ansible_user_uid": 0, "ansible_userspace_architecture": "x86_64", "ansible_userspace_bits": "64", "ansible_virtualization_role": "guest", "ansible_virtualization_type": "virtualbox", "certs_missing": [false], "config_dir": "/etc/openshift/generated-configs/node-ose3-node2.example.com", "docker_check": {"changed": false, "invocation": {"module_args": "path=/etc/sysconfig/docker", "module_name": "stat"}, "stat": {"atime": 1435109759.0, "checksum": "7c82dd8c7d7a9add72fab3e368313a69ea8d304e", "ctime": 1436482696.3535113, "dev": 64768, "exists": true, "gid": 0, "gr_name": "root", "inode": 67582249, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "46ee4f99262b5d4a747056ca2206ecdb", "mode": "0644", "mtime": 1435109759.0, "nlink": 1, "path": "/etc/sysconfig/docker", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1550, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}}, "group_names": ["nodes", "oo_nodes_deployment_type_origin", "oo_nodes_to_config"], "install_result": {"changed": true, "invocation": {"module_args": "", "module_name": "yum"}, "item": "iptables,iptables-services", "msg": "", "rc": 0, "results": ["iptables-1.4.21-13.el7.x86_64 providing iptables is already installed", "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.mirrors.hoobly.com\n * extras: mirror-centos.hostingswift.com\n * updates: mirrors.usc.edu\nResolving Dependencies\n--> Running transaction check\n---> Package iptables-services.x86_64 0:1.4.21-13.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n iptables-services x86_64 1.4.21-13.el7 base 49 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 49 k\nInstalled size: 23 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : iptables-services-1.4.21-13.el7.x86_64 1/1 \n Verifying : iptables-services-1.4.21-13.el7.x86_64 1/1 \n\nInstalled:\n iptables-services.x86_64 0:1.4.21-13.el7 \n\nComplete!\n"]}, "inventory_hostname": "node2", "inventory_hostname_short": "node2", "module_setup": true, "node_cert_dir": "/etc/openshift/node", "node_install_result": {"changed": true, "invocation": {"module_args": "pkg=openshift-node state=present", "module_name": "yum"}, "msg": "warning: /var/cache/yum/x86_64/7/maxamillion-origin-next/packages/openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID 669b00e2: NOKEY\nImporting GPG key 0x669B00E2:\n Userid : \"maxamillion_origin-next (None) <maxamillion#[email protected]>\"\n Fingerprint: d035 03ff a639 e74e ddc0 430c c38b 81dd 669b 00e2\n From : https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/pubkey.gpg\n", "rc": 0, "results": ["Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.mirrors.hoobly.com\n * extras: mirror-centos.hostingswift.com\n * updates: mirrors.usc.edu\nResolving Dependencies\n--> Running transaction check\n---> Package openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\n--> Processing Dependency: openshift = 1.0.0-0.git.4227.6ffebda.el7.centos for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Processing Dependency: docker-io >= 1.6.2 for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Processing Dependency: socat for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Processing Dependency: tuned-profiles-openshift-node for package: openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Running transaction check\n---> Package docker.x86_64 0:1.6.2-14.el7.centos will be installed\n--> Processing Dependency: docker-selinux >= 1.6.2-14.el7.centos for package: docker-1.6.2-14.el7.centos.x86_64\n---> Package openshift.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\n---> Package socat.x86_64 0:1.7.2.2-5.el7 will be installed\n---> Package tuned-profiles-openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\n--> Running transaction check\n---> Package docker-selinux.x86_64 0:1.6.2-14.el7.centos will be installed\n--> Processing Dependency: policycoreutils-python for package: docker-selinux-1.6.2-14.el7.centos.x86_64\n--> Running transaction check\n---> Package policycoreutils-python.x86_64 0:2.2.5-15.el7 will be installed\n--> Processing Dependency: libsemanage-python >= 2.1.10-1 for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: python-IPy for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libcgroup for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: checkpolicy for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Running transaction check\n---> Package audit-libs-python.x86_64 0:2.4.1-5.el7 will be installed\n---> Package checkpolicy.x86_64 0:2.1.12-6.el7 will be installed\n---> Package libcgroup.x86_64 0:0.41-8.el7 will be installed\n---> Package libsemanage-python.x86_64 0:2.1.10-16.el7 will be installed\n---> Package python-IPy.noarch 0:0.75-6.el7 will be installed\n---> Package setools-libs.x86_64 0:3.3.7-46.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n openshift-node x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\n maxamillion-origin-next 319 k\nInstalling for dependencies:\n audit-libs-python x86_64 2.4.1-5.el7 base 69 k\n checkpolicy x86_64 2.1.12-6.el7 base 247 k\n docker x86_64 1.6.2-14.el7.centos extras 7.6 M\n docker-selinux x86_64 1.6.2-14.el7.centos extras 55 k\n libcgroup x86_64 0.41-8.el7 base 64 k\n libsemanage-python x86_64 2.1.10-16.el7 base 94 k\n openshift x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\n maxamillion-origin-next 12 M\n policycoreutils-python\n x86_64 2.2.5-15.el7 base 434 k\n python-IPy noarch 0.75-6.el7 base 32 k\n setools-libs x86_64 3.3.7-46.el7 base 485 k\n socat x86_64 1.7.2.2-5.el7 base 255 k\n tuned-profiles-openshift-node\n x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\n maxamillion-origin-next 320 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+12 Dependent packages)\n\nTotal download size: 22 M\nInstalled size: 99 M\nDownloading packages:\nPublic key for openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64.rpm is not installed\n--------------------------------------------------------------------------------\nTotal 1.1 MB/s | 22 MB 00:20 \nRetrieving key from https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/pubkey.gpg\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : openshift-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64 1/13 \n Installing : tuned-profiles-openshift-node-1.0.0-0.git.4227.6ffebda.e 2/13 \n Installing : audit-libs-python-2.4.1-5.el7.x86_64 3/13 \n Installing : socat-1.7.2.2-5.el7.x86_64 4/13 \n Installing : python-IPy-0.75-6.el7.noarch 5/13 \n Installing : checkpolicy-2.1.12-6.el7.x86_64 6/13 \n Installing : libsemanage-python-2.1.10-16.el7.x86_64 7/13 \n Installing : libcgroup-0.41-8.el7.x86_64 8/13 \n Installing : setools-libs-3.3.7-46.el7.x86_64 9/13 \n Installing : policycoreutils-python-2.2.5-15.el7.x86_64 10/13 \n Installing : docker-selinux-1.6.2-14.el7.centos.x86_64 11/13 \n Installing : docker-1.6.2-14.el7.centos.x86_64 12/13 \n Installing : openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_6 13/13 \n Verifying : setools-libs-3.3.7-46.el7.x86_64 1/13 \n Verifying : tuned-profiles-openshift-node-1.0.0-0.git.4227.6ffebda.e 2/13 \n Verifying : libcgroup-0.41-8.el7.x86_64 3/13 \n Verifying : libsemanage-python-2.1.10-16.el7.x86_64 4/13 \n Verifying : docker-selinux-1.6.2-14.el7.centos.x86_64 5/13 \n Verifying : checkpolicy-2.1.12-6.el7.x86_64 6/13 \n Verifying : openshift-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64 7/13 \n Verifying : openshift-node-1.0.0-0.git.4227.6ffebda.el7.centos.x86_6 8/13 \n Verifying : python-IPy-0.75-6.el7.noarch 9/13 \n Verifying : socat-1.7.2.2-5.el7.x86_64 10/13 \n Verifying : docker-1.6.2-14.el7.centos.x86_64 11/13 \n Verifying : policycoreutils-python-2.2.5-15.el7.x86_64 12/13 \n Verifying : audit-libs-python-2.4.1-5.el7.x86_64 13/13 \n\nInstalled:\n openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \n\nDependency Installed:\n audit-libs-python.x86_64 0:2.4.1-5.el7 \n checkpolicy.x86_64 0:2.1.12-6.el7 \n docker.x86_64 0:1.6.2-14.el7.centos \n docker-selinux.x86_64 0:1.6.2-14.el7.centos \n libcgroup.x86_64 0:0.41-8.el7 \n libsemanage-python.x86_64 0:2.1.10-16.el7 \n openshift.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \n policycoreutils-python.x86_64 0:2.2.5-15.el7 \n python-IPy.noarch 0:0.75-6.el7 \n setools-libs.x86_64 0:3.3.7-46.el7 \n socat.x86_64 0:1.7.2.2-5.el7 \n tuned-profiles-openshift-node.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \n\nComplete!\n"]}, "node_subdir": "node-ose3-node2.example.com", "openshift": {"common": {"admin_binary": "oadm", "client_binary": "oc", "cluster_id": "default", "debug_level": "4", "deployment_type": "origin", "hostname": "ose3-node2.example.com", "ip": "10.0.2.15", "public_hostname": "ose3-node2.example.com", "public_ip": "10.0.2.15", "sdn_network_plugin_name": "redhat/openshift-ovs-subnet", "use_fluentd": false, "use_openshift_sdn": true}, "current_config": {"roles": ["node"]}, "node": {"annotations": {}, "debug_level": "4", "labels": {}, "pod_cidr": "", "portal_net": "172.30.0.0/16", "registry_url": "openshift/origin-${component}:${version}", "resources_cpu": 2, "resources_memory": 780926976}}, "pkg_check": {"changed": false, "cmd": ["rpm", "-q", "firewalld"], "delta": "0:00:00.027652", "end": "2015-07-09 22:57:04.211843", "failed": false, "failed_when_result": false, "invocation": {"module_args": "rpm -q firewalld", "module_name": "command"}, "rc": 0, "start": "2015-07-09 22:57:04.184191", "stderr": "", "stdout": "firewalld-0.3.9-11.el7.noarch", "stdout_lines": ["firewalld-0.3.9-11.el7.noarch"], "warnings": ["Consider using yum module rather than running rpm"]}, "result": {"changed": false, "cmd": ["systemctl", "mask", "firewalld"], "delta": "0:00:00.067057", "end": "2015-07-09 22:57:15.863023", "invocation": {"module_args": "systemctl mask firewalld", "module_name": "command"}, "rc": 0, "start": "2015-07-09 22:57:15.795966", "stderr": "ln -s '/dev/null' '/etc/systemd/system/firewalld.service'", "stdout": "", "stdout_lines": [], "warnings": []}, "sdn_install_result": {"changed": true, "invocation": {"module_args": "pkg=openshift-sdn-ovs state=present", "module_name": "yum"}, "msg": "", "rc": 0, "results": ["Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.mirrors.hoobly.com\n * extras: mirror-centos.hostingswift.com\n * updates: mirrors.usc.edu\nResolving Dependencies\n--> Running transaction check\n---> Package openshift-sdn-ovs.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos will be installed\n--> Processing Dependency: openvswitch >= 2.3.1 for package: openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Processing Dependency: bridge-utils for package: openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_64\n--> Running transaction check\n---> Package bridge-utils.x86_64 0:1.5-9.el7 will be installed\n---> Package openvswitch.x86_64 0:2.3.1-2.el7.centos will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n openshift-sdn-ovs x86_64 1.0.0-0.git.4227.6ffebda.el7.centos\n maxamillion-origin-next 320 k\nInstalling for dependencies:\n bridge-utils x86_64 1.5-9.el7 base 32 k\n openvswitch x86_64 2.3.1-2.el7.centos maxamillion-origin-next 1.8 M\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+2 Dependent packages)\n\nTotal download size: 2.2 M\nInstalled size: 7.6 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 340 kB/s | 2.2 MB 00:06 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : openvswitch-2.3.1-2.el7.centos.x86_64 1/3 \n Installing : bridge-utils-1.5-9.el7.x86_64 2/3 \n Installing : openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_ 3/3 \n Verifying : openshift-sdn-ovs-1.0.0-0.git.4227.6ffebda.el7.centos.x86_ 1/3 \n Verifying : bridge-utils-1.5-9.el7.x86_64 2/3 \n Verifying : openvswitch-2.3.1-2.el7.centos.x86_64 3/3 \n\nInstalled:\n openshift-sdn-ovs.x86_64 0:1.0.0-0.git.4227.6ffebda.el7.centos \n\nDependency Installed:\n bridge-utils.x86_64 0:1.5-9.el7 openvswitch.x86_64 0:2.3.1-2.el7.centos \n\nComplete!\n"]}, "stat_result": {"changed": false, "msg": "All items completed", "results": [{"changed": false, "invocation": {"module_args": "", "module_name": "stat"}, "item": "/etc/openshift/node/system:node:ose3-node2.example.com.crt", "stat": {"exists": false}}, {"changed": false, "invocation": {"module_args": "", "module_name": "stat"}, "item": "/etc/openshift/node/system:node:ose3-node2.example.com.key", "stat": {"exists": false}}, {"changed": false, "invocation": {"module_args": "", "module_name": "stat"}, "item": "/etc/openshift/node/system:node:ose3-node2.example.com.kubeconfig", "stat": {"exists": false}}, {"changed": false, "invocation": {"module_args": "", "module_name": "stat"}, "item": "/etc/openshift/node/ca.crt", "stat": {"exists": false}}, {"changed": false, "invocation": {"module_args": "", "module_name": "stat"}, "item": "/etc/openshift/node/server.key", "stat": {"exists": false}}, {"changed": false, "invocation": {"module_args": "", "module_name": "stat"}, "item": "/etc/openshift/node/server.crt", "stat": {"exists": false}}]}}, "rc": 1, "start": "2015-07-09 23:00:34.448332", "warnings": []} | |
stderr: when passing arguments in resource/name form, all arguments must include the resource | |
msg: Task failed as maximum retries was encountered | |
FATAL: all hosts have already failed -- aborting | |
PLAY RECAP ******************************************************************** | |
to retry, use: --limit @/Users/dlbewley/config.retry | |
localhost : ok=5 changed=0 unreachable=0 failed=0 | |
master : ok=59 changed=27 unreachable=0 failed=1 | |
node1 : ok=46 changed=20 unreachable=0 failed=0 | |
node2 : ok=46 changed=20 unreachable=0 failed=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment