Skip to content

Instantly share code, notes, and snippets.

@fefl
Last active February 15, 2019 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fefl/5f90a0a619603ad5a141be25f32815ec to your computer and use it in GitHub Desktop.
Save fefl/5f90a0a619603ad5a141be25f32815ec to your computer and use it in GitHub Desktop.
bastion-stdout
[root@poc-azure-gluster-bastion 1]# cat /var/lib/waagent/custom-script/download/1/stdout
Fri Feb 15 16:16:48 UTC 2019 - Starting Script
Fri Feb 15 16:16:48 UTC 2019 - Configuring SSH ControlPath to use shorter path name
Fri Feb 15 16:16:48 UTC 2019 - Logging into Azure CLI
[
{
"cloudName": "AzureCloud",
"id": "c562d298-73d3-4469-9f82-5e09b45ffaf5",
"isDefault": true,
"name": "Altemista Hybrid PoC",
"state": "Enabled",
"tenantId": "0f79e04e-04f8-428d-b8dd-8c3375ac174a",
"user": {
"name": "3c474cb1-f3e7-4ba0-b62f-0ac04ea5d697",
"type": "servicePrincipal"
}
}
]
Fri Feb 15 16:16:58 UTC 2019 - Cloning Ansible playbook repository
Cloning into 'openshift-container-platform-playbooks'...
- Retrieved playbooks successfully
Fri Feb 15 16:16:59 UTC 2019 - Create variable for routing certificate based on certificate type
Fri Feb 15 16:16:59 UTC 2019 - Create variable for master api certificate based on certificate type
Fri Feb 15 16:16:59 UTC 2019 - Create variable for master cluster address based on cluster type
Fri Feb 15 16:16:59 UTC 2019 - Creating Master nodes grouping
Fri Feb 15 16:16:59 UTC 2019 - Creating Infra nodes grouping
Fri Feb 15 16:16:59 UTC 2019 - Creating Nodes grouping
Fri Feb 15 16:16:59 UTC 2019 - Creating CNS nodes grouping
Fri Feb 15 16:16:59 UTC 2019 - Enabling HA mode for masters
Fri Feb 15 16:16:59 UTC 2019 - Create Ansible Hosts file
Fri Feb 15 16:16:59 UTC 2019 - Running DNS Hostname resolution check
PLAY [all] *********************************************************************
TASK [Wait for DNS hostname resolution - will try for up to 33 minutes] ********
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
PLAY RECAP *********************************************************************
poc-azure-gluster-cns-0 : ok=1 changed=0 unreachable=0 failed=0
poc-azure-gluster-cns-1 : ok=1 changed=0 unreachable=0 failed=0
poc-azure-gluster-cns-2 : ok=1 changed=0 unreachable=0 failed=0
poc-azure-gluster-infra-0 : ok=1 changed=0 unreachable=0 failed=0
poc-azure-gluster-infra-1 : ok=1 changed=0 unreachable=0 failed=0
poc-azure-gluster-infra-2 : ok=1 changed=0 unreachable=0 failed=0
poc-azure-gluster-master-0 : ok=1 changed=0 unreachable=0 failed=0
poc-azure-gluster-master-1 : ok=1 changed=0 unreachable=0 failed=0
poc-azure-gluster-master-2 : ok=1 changed=0 unreachable=0 failed=0
poc-azure-gluster-node-0 : ok=1 changed=0 unreachable=0 failed=0
poc-azure-gluster-node-1 : ok=1 changed=0 unreachable=0 failed=0
poc-azure-gluster-node-2 : ok=1 changed=0 unreachable=0 failed=0
Custom Header: Enabling a static-website in the web storage account
{
"cors": [],
"deleteRetentionPolicy": {
"days": null,
"enabled": false
},
"hourMetrics": {
"enabled": true,
"includeApis": true,
"retentionPolicy": {
"days": 7,
"enabled": true
},
"version": "1.0"
},
"logging": {
"delete": false,
"read": false,
"retentionPolicy": {
"days": null,
"enabled": false
},
"version": "1.0",
"write": false
},
"minuteMetrics": {
"enabled": false,
"includeApis": null,
"retentionPolicy": {
"days": null,
"enabled": false
},
"version": "1.0"
},
"staticWebsite": {
"enabled": true,
"errorDocument_404Path": null,
"indexDocument": null
}
}
Custom Header: No Valid Image URL specified
Fri Feb 15 16:17:05 UTC 2019 - Creating glusterfs configuration
Fri Feb 15 16:17:08 UTC 2019 - Create Ansible Hosts file
Fri Feb 15 16:17:08 UTC 2019 - Running NetworkManager playbook
PLAY [Populate config host groups] *********************************************
TASK [Load group name mapping variables] ***************************************
ok: [localhost]
TASK [Evaluate groups - g_nfs_hosts is single host] ****************************
TASK [Evaluate oo_all_hosts] ***************************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
ok: [localhost] => (item=poc-azure-gluster-infra-0)
ok: [localhost] => (item=poc-azure-gluster-infra-1)
ok: [localhost] => (item=poc-azure-gluster-infra-2)
ok: [localhost] => (item=poc-azure-gluster-node-0)
ok: [localhost] => (item=poc-azure-gluster-node-1)
ok: [localhost] => (item=poc-azure-gluster-node-2)
ok: [localhost] => (item=poc-azure-gluster-cns-0)
ok: [localhost] => (item=poc-azure-gluster-cns-1)
ok: [localhost] => (item=poc-azure-gluster-cns-2)
TASK [Evaluate oo_masters] *****************************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
TASK [Evaluate oo_first_master] ************************************************
ok: [localhost]
TASK [Evaluate oo_new_etcd_to_config] ******************************************
TASK [Evaluate oo_masters_to_config] *******************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
TASK [Evaluate oo_etcd_to_config] **********************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
TASK [Evaluate oo_first_etcd] **************************************************
ok: [localhost]
TASK [Evaluate oo_etcd_hosts_to_upgrade] ***************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
TASK [Evaluate oo_etcd_hosts_to_backup] ****************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
TASK [Evaluate oo_nodes_to_config] *********************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
ok: [localhost] => (item=poc-azure-gluster-infra-0)
ok: [localhost] => (item=poc-azure-gluster-infra-1)
ok: [localhost] => (item=poc-azure-gluster-infra-2)
ok: [localhost] => (item=poc-azure-gluster-node-0)
ok: [localhost] => (item=poc-azure-gluster-node-1)
ok: [localhost] => (item=poc-azure-gluster-node-2)
ok: [localhost] => (item=poc-azure-gluster-cns-0)
ok: [localhost] => (item=poc-azure-gluster-cns-1)
ok: [localhost] => (item=poc-azure-gluster-cns-2)
TASK [Evaluate oo_lb_to_config] ************************************************
TASK [Evaluate oo_nfs_to_config] ***********************************************
TASK [Evaluate oo_glusterfs_to_config] *****************************************
ok: [localhost] => (item=poc-azure-gluster-cns-0)
ok: [localhost] => (item=poc-azure-gluster-cns-1)
ok: [localhost] => (item=poc-azure-gluster-cns-2)
TASK [Evaluate oo_etcd_to_migrate] *********************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
PLAY [Install and configure NetworkManager] ************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-cns-2]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-node-0]
TASK [Detecting Operating System] **********************************************
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [install NetworkManager] **************************************************
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-2]
TASK [configure NetworkManager] ************************************************
changed: [poc-azure-gluster-master-2] => (item=USE_PEERDNS)
changed: [poc-azure-gluster-master-1] => (item=USE_PEERDNS)
changed: [poc-azure-gluster-master-0] => (item=USE_PEERDNS)
changed: [poc-azure-gluster-infra-0] => (item=USE_PEERDNS)
changed: [poc-azure-gluster-infra-1] => (item=USE_PEERDNS)
ok: [poc-azure-gluster-master-1] => (item=NM_CONTROLLED)
ok: [poc-azure-gluster-master-2] => (item=NM_CONTROLLED)
ok: [poc-azure-gluster-master-0] => (item=NM_CONTROLLED)
ok: [poc-azure-gluster-infra-0] => (item=NM_CONTROLLED)
changed: [poc-azure-gluster-infra-2] => (item=USE_PEERDNS)
changed: [poc-azure-gluster-node-0] => (item=USE_PEERDNS)
ok: [poc-azure-gluster-infra-1] => (item=NM_CONTROLLED)
changed: [poc-azure-gluster-node-1] => (item=USE_PEERDNS)
ok: [poc-azure-gluster-infra-2] => (item=NM_CONTROLLED)
ok: [poc-azure-gluster-node-0] => (item=NM_CONTROLLED)
changed: [poc-azure-gluster-node-2] => (item=USE_PEERDNS)
ok: [poc-azure-gluster-node-1] => (item=NM_CONTROLLED)
changed: [poc-azure-gluster-cns-0] => (item=USE_PEERDNS)
ok: [poc-azure-gluster-node-2] => (item=NM_CONTROLLED)
changed: [poc-azure-gluster-cns-1] => (item=USE_PEERDNS)
ok: [poc-azure-gluster-cns-0] => (item=NM_CONTROLLED)
changed: [poc-azure-gluster-cns-2] => (item=USE_PEERDNS)
ok: [poc-azure-gluster-cns-1] => (item=NM_CONTROLLED)
ok: [poc-azure-gluster-cns-2] => (item=NM_CONTROLLED)
TASK [enable and start NetworkManager] *****************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
PLAY RECAP *********************************************************************
localhost : ok=12 changed=0 unreachable=0 failed=0
poc-azure-gluster-cns-0 : ok=5 changed=2 unreachable=0 failed=0
poc-azure-gluster-cns-1 : ok=5 changed=2 unreachable=0 failed=0
poc-azure-gluster-cns-2 : ok=5 changed=2 unreachable=0 failed=0
poc-azure-gluster-infra-0 : ok=5 changed=2 unreachable=0 failed=0
poc-azure-gluster-infra-1 : ok=5 changed=2 unreachable=0 failed=0
poc-azure-gluster-infra-2 : ok=5 changed=2 unreachable=0 failed=0
poc-azure-gluster-master-0 : ok=5 changed=2 unreachable=0 failed=0
poc-azure-gluster-master-1 : ok=5 changed=2 unreachable=0 failed=0
poc-azure-gluster-master-2 : ok=5 changed=2 unreachable=0 failed=0
poc-azure-gluster-node-0 : ok=5 changed=2 unreachable=0 failed=0
poc-azure-gluster-node-1 : ok=5 changed=2 unreachable=0 failed=0
poc-azure-gluster-node-2 : ok=5 changed=2 unreachable=0 failed=0
Fri Feb 15 16:17:28 UTC 2019 - Adding cus3cqgtrcouthgannyyevbovf.ax.internal.cloudapp.net to search for resolv.conf
poc-azure-gluster-master-1 | CHANGED => {"backup": "", "changed": true, "msg": "line added"}
poc-azure-gluster-master-0 | CHANGED => {"backup": "", "changed": true, "msg": "line added"}
poc-azure-gluster-infra-0 | CHANGED => {"backup": "", "changed": true, "msg": "line added"}
poc-azure-gluster-node-0 | CHANGED => {"backup": "", "changed": true, "msg": "line added"}
poc-azure-gluster-infra-1 | CHANGED => {"backup": "", "changed": true, "msg": "line added"}
poc-azure-gluster-node-1 | CHANGED => {"backup": "", "changed": true, "msg": "line added"}
poc-azure-gluster-node-2 | CHANGED => {"backup": "", "changed": true, "msg": "line added"}
poc-azure-gluster-master-2 | CHANGED => {"backup": "", "changed": true, "msg": "line added"}
poc-azure-gluster-cns-0 | CHANGED => {"backup": "", "changed": true, "msg": "line added"}
poc-azure-gluster-cns-2 | CHANGED => {"backup": "", "changed": true, "msg": "line added"}
poc-azure-gluster-cns-1 | CHANGED => {"backup": "", "changed": true, "msg": "line added"}
poc-azure-gluster-infra-2 | CHANGED => {"backup": "", "changed": true, "msg": "line added"}
Fri Feb 15 16:17:30 UTC 2019 - Restarting NetworkManager
poc-azure-gluster-node-2 | CHANGED => {"changed": true, "name": "NetworkManager", "state": "started", "status": {"ActiveEnterTimestamp": "Fri 2019-02-15 16:03:39 UTC", "ActiveEnterTimestampMonotonic": "32347464", "ActiveExitTimestamp": "Fri 2019-02-15 16:03:39 UTC", "ActiveExitTimestampMonotonic": "32275773", "ActiveState": "active", "After": "systemd-journald.socket system.slice basic.target dbus.service network-pre.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2019-02-15 16:03:39 UTC", "AssertTimestampMonotonic": "32314600", "Before": "NetworkManager-wait-online.service shutdown.target multi-user.target network.service network.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "537212130", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2019-02-15 16:03:39 UTC", "ConditionTimestampMonotonic": "32314600", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "man:NetworkManager(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1273", "ExecMainStartTimestamp": "Fri 2019-02-15 16:03:39 UTC", "ExecMainStartTimestampMonotonic": "32314931", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Reload uint32:0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2019-02-15 16:03:39 UTC", "InactiveEnterTimestampMonotonic": "32312035", "InactiveExitTimestamp": "Fri 2019-02-15 16:03:39 UTC", "InactiveExitTimestampMonotonic": "32314976", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "64033", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "64033", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "1273", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "read-only", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "system.slice network.target", "WatchdogTimestamp": "Fri 2019-02-15 16:03:39 UTC", "WatchdogTimestampMonotonic": "32346930", "WatchdogUSec": "0"}}
poc-azure-gluster-cns-1 | CHANGED => {"changed": true, "name": "NetworkManager", "state": "started", "status": {"ActiveEnterTimestamp": "Fri 2019-02-15 16:03:59 UTC", "ActiveEnterTimestampMonotonic": "21107645", "ActiveExitTimestamp": "Fri 2019-02-15 16:03:59 UTC", "ActiveExitTimestampMonotonic": "21039193", "ActiveState": "active", "After": "dbus.service network-pre.target system.slice systemd-journald.socket basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2019-02-15 16:03:59 UTC", "AssertTimestampMonotonic": "21078976", "Before": "network.target NetworkManager-wait-online.service shutdown.target network.service multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "537212130", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2019-02-15 16:03:59 UTC", "ConditionTimestampMonotonic": "21078975", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "man:NetworkManager(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1288", "ExecMainStartTimestamp": "Fri 2019-02-15 16:03:59 UTC", "ExecMainStartTimestampMonotonic": "21079388", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Reload uint32:0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2019-02-15 16:03:59 UTC", "InactiveEnterTimestampMonotonic": "21076424", "InactiveExitTimestamp": "Fri 2019-02-15 16:03:59 UTC", "InactiveExitTimestampMonotonic": "21079432", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "128545", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "128545", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "1288", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "read-only", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "system.slice network.target", "WatchdogTimestamp": "Fri 2019-02-15 16:03:59 UTC", "WatchdogTimestampMonotonic": "21107452", "WatchdogUSec": "0"}}
poc-azure-gluster-master-2 | CHANGED => {"changed": true, "name": "NetworkManager", "state": "started", "status": {"ActiveEnterTimestamp": "Fri 2019-02-15 16:04:04 UTC", "ActiveEnterTimestampMonotonic": "34358486", "ActiveExitTimestamp": "Fri 2019-02-15 16:04:04 UTC", "ActiveExitTimestampMonotonic": "34285252", "ActiveState": "active", "After": "system.slice basic.target network-pre.target dbus.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2019-02-15 16:04:04 UTC", "AssertTimestampMonotonic": "34326649", "Before": "NetworkManager-wait-online.service shutdown.target network.target network.service multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "537212130", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2019-02-15 16:04:04 UTC", "ConditionTimestampMonotonic": "34326649", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "man:NetworkManager(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1243", "ExecMainStartTimestamp": "Fri 2019-02-15 16:04:04 UTC", "ExecMainStartTimestampMonotonic": "34327212", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Reload uint32:0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2019-02-15 16:04:04 UTC", "InactiveEnterTimestampMonotonic": "34324176", "InactiveExitTimestamp": "Fri 2019-02-15 16:04:04 UTC", "InactiveExitTimestampMonotonic": "34327922", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "64033", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "64033", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "1243", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "read-only", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "system.slice network.target", "WatchdogTimestamp": "Fri 2019-02-15 16:04:04 UTC", "WatchdogTimestampMonotonic": "34357996", "WatchdogUSec": "0"}}
poc-azure-gluster-master-0 | CHANGED => {"changed": true, "name": "NetworkManager", "state": "started", "status": {"ActiveEnterTimestamp": "Fri 2019-02-15 16:04:09 UTC", "ActiveEnterTimestampMonotonic": "36592193", "ActiveExitTimestamp": "Fri 2019-02-15 16:04:09 UTC", "ActiveExitTimestampMonotonic": "36507618", "ActiveState": "active", "After": "dbus.service system.slice systemd-journald.socket network-pre.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2019-02-15 16:04:09 UTC", "AssertTimestampMonotonic": "36561915", "Before": "network.target shutdown.target multi-user.target network.service NetworkManager-wait-online.service", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "537212130", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2019-02-15 16:04:09 UTC", "ConditionTimestampMonotonic": "36561915", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "man:NetworkManager(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1242", "ExecMainStartTimestamp": "Fri 2019-02-15 16:04:09 UTC", "ExecMainStartTimestampMonotonic": "36562792", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Reload uint32:0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2019-02-15 16:04:09 UTC", "InactiveEnterTimestampMonotonic": "36560466", "InactiveExitTimestamp": "Fri 2019-02-15 16:04:09 UTC", "InactiveExitTimestampMonotonic": "36563603", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "64033", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "64033", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "1242", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "read-only", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "system.slice network.target", "WatchdogTimestamp": "Fri 2019-02-15 16:04:09 UTC", "WatchdogTimestampMonotonic": "36592144", "WatchdogUSec": "0"}}
poc-azure-gluster-node-1 | CHANGED => {"changed": true, "name": "NetworkManager", "state": "started", "status": {"ActiveEnterTimestamp": "Fri 2019-02-15 16:03:42 UTC", "ActiveEnterTimestampMonotonic": "32404368", "ActiveExitTimestamp": "Fri 2019-02-15 16:03:42 UTC", "ActiveExitTimestampMonotonic": "32342286", "ActiveState": "active", "After": "systemd-journald.socket dbus.service system.slice network-pre.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2019-02-15 16:03:42 UTC", "AssertTimestampMonotonic": "32377821", "Before": "shutdown.target NetworkManager-wait-online.service multi-user.target network.service network.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "537212130", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2019-02-15 16:03:42 UTC", "ConditionTimestampMonotonic": "32377821", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "man:NetworkManager(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1275", "ExecMainStartTimestamp": "Fri 2019-02-15 16:03:42 UTC", "ExecMainStartTimestampMonotonic": "32378212", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Reload uint32:0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2019-02-15 16:03:42 UTC", "InactiveEnterTimestampMonotonic": "32374823", "InactiveExitTimestamp": "Fri 2019-02-15 16:03:42 UTC", "InactiveExitTimestampMonotonic": "32378600", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "64033", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "64033", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "1275", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "read-only", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "system.slice network.target", "WatchdogTimestamp": "Fri 2019-02-15 16:03:42 UTC", "WatchdogTimestampMonotonic": "32404316", "WatchdogUSec": "0"}}
poc-azure-gluster-infra-0 | CHANGED => {"changed": true, "name": "NetworkManager", "state": "started", "status": {"ActiveEnterTimestamp": "Fri 2019-02-15 16:03:48 UTC", "ActiveEnterTimestampMonotonic": "20815941", "ActiveExitTimestamp": "Fri 2019-02-15 16:03:48 UTC", "ActiveExitTimestampMonotonic": "20747330", "ActiveState": "active", "After": "systemd-journald.socket network-pre.target dbus.service system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2019-02-15 16:03:48 UTC", "AssertTimestampMonotonic": "20788235", "Before": "network.service multi-user.target shutdown.target network.target NetworkManager-wait-online.service", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "537212130", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2019-02-15 16:03:48 UTC", "ConditionTimestampMonotonic": "20788235", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "man:NetworkManager(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1271", "ExecMainStartTimestamp": "Fri 2019-02-15 16:03:48 UTC", "ExecMainStartTimestampMonotonic": "20788599", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Reload uint32:0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2019-02-15 16:03:48 UTC", "InactiveEnterTimestampMonotonic": "20785455", "InactiveExitTimestamp": "Fri 2019-02-15 16:03:48 UTC", "InactiveExitTimestampMonotonic": "20788903", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "64033", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "64033", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "1271", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "read-only", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network.target system.slice", "WatchdogTimestamp": "Fri 2019-02-15 16:03:48 UTC", "WatchdogTimestampMonotonic": "20815892", "WatchdogUSec": "0"}}
poc-azure-gluster-cns-2 | CHANGED => {"changed": true, "name": "NetworkManager", "state": "started", "status": {"ActiveEnterTimestamp": "Fri 2019-02-15 16:04:09 UTC", "ActiveEnterTimestampMonotonic": "31851932", "ActiveExitTimestamp": "Fri 2019-02-15 16:04:09 UTC", "ActiveExitTimestampMonotonic": "31781723", "ActiveState": "active", "After": "systemd-journald.socket basic.target dbus.service system.slice network-pre.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2019-02-15 16:04:09 UTC", "AssertTimestampMonotonic": "31821263", "Before": "network.service network.target multi-user.target shutdown.target NetworkManager-wait-online.service", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "537212130", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2019-02-15 16:04:09 UTC", "ConditionTimestampMonotonic": "31821262", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "man:NetworkManager(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1295", "ExecMainStartTimestamp": "Fri 2019-02-15 16:04:09 UTC", "ExecMainStartTimestampMonotonic": "31821727", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Reload uint32:0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2019-02-15 16:04:09 UTC", "InactiveEnterTimestampMonotonic": "31818754", "InactiveExitTimestamp": "Fri 2019-02-15 16:04:09 UTC", "InactiveExitTimestampMonotonic": "31822172", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "128545", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "128545", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "1295", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "read-only", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network.target system.slice", "WatchdogTimestamp": "Fri 2019-02-15 16:04:09 UTC", "WatchdogTimestampMonotonic": "31851864", "WatchdogUSec": "0"}}
poc-azure-gluster-infra-1 | CHANGED => {"changed": true, "name": "NetworkManager", "state": "started", "status": {"ActiveEnterTimestamp": "Fri 2019-02-15 16:04:21 UTC", "ActiveEnterTimestampMonotonic": "23900553", "ActiveExitTimestamp": "Fri 2019-02-15 16:04:21 UTC", "ActiveExitTimestampMonotonic": "23798545", "ActiveState": "active", "After": "system.slice network-pre.target basic.target dbus.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2019-02-15 16:04:21 UTC", "AssertTimestampMonotonic": "23867774", "Before": "network.service network.target NetworkManager-wait-online.service multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "537212130", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2019-02-15 16:04:21 UTC", "ConditionTimestampMonotonic": "23867774", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "man:NetworkManager(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1278", "ExecMainStartTimestamp": "Fri 2019-02-15 16:04:21 UTC", "ExecMainStartTimestampMonotonic": "23868214", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Reload uint32:0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2019-02-15 16:04:21 UTC", "InactiveEnterTimestampMonotonic": "23864157", "InactiveExitTimestamp": "Fri 2019-02-15 16:04:21 UTC", "InactiveExitTimestampMonotonic": "23868255", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "64033", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "64033", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "1278", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "read-only", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "system.slice network.target", "WatchdogTimestamp": "Fri 2019-02-15 16:04:21 UTC", "WatchdogTimestampMonotonic": "23900492", "WatchdogUSec": "0"}}
poc-azure-gluster-master-1 | CHANGED => {"changed": true, "name": "NetworkManager", "state": "started", "status": {"ActiveEnterTimestamp": "Fri 2019-02-15 16:04:10 UTC", "ActiveEnterTimestampMonotonic": "36284115", "ActiveExitTimestamp": "Fri 2019-02-15 16:04:10 UTC", "ActiveExitTimestampMonotonic": "36221967", "ActiveState": "active", "After": "network-pre.target dbus.service systemd-journald.socket basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2019-02-15 16:04:10 UTC", "AssertTimestampMonotonic": "36255778", "Before": "shutdown.target NetworkManager-wait-online.service network.target network.service multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "537212130", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2019-02-15 16:04:10 UTC", "ConditionTimestampMonotonic": "36255778", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "man:NetworkManager(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1243", "ExecMainStartTimestamp": "Fri 2019-02-15 16:04:10 UTC", "ExecMainStartTimestampMonotonic": "36256187", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Reload uint32:0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2019-02-15 16:04:10 UTC", "InactiveEnterTimestampMonotonic": "36253856", "InactiveExitTimestamp": "Fri 2019-02-15 16:04:10 UTC", "InactiveExitTimestampMonotonic": "36256235", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "64033", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "64033", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "1243", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "read-only", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "system.slice network.target", "WatchdogTimestamp": "Fri 2019-02-15 16:04:10 UTC", "WatchdogTimestampMonotonic": "36283966", "WatchdogUSec": "0"}}
poc-azure-gluster-node-0 | CHANGED => {"changed": true, "name": "NetworkManager", "state": "started", "status": {"ActiveEnterTimestamp": "Fri 2019-02-15 16:03:41 UTC", "ActiveEnterTimestampMonotonic": "31045387", "ActiveExitTimestamp": "Fri 2019-02-15 16:03:41 UTC", "ActiveExitTimestampMonotonic": "30979659", "ActiveState": "active", "After": "dbus.service network-pre.target systemd-journald.socket system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2019-02-15 16:03:41 UTC", "AssertTimestampMonotonic": "31015431", "Before": "network.target NetworkManager-wait-online.service multi-user.target shutdown.target network.service", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "537212130", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2019-02-15 16:03:41 UTC", "ConditionTimestampMonotonic": "31015430", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "man:NetworkManager(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1275", "ExecMainStartTimestamp": "Fri 2019-02-15 16:03:41 UTC", "ExecMainStartTimestampMonotonic": "31015898", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Reload uint32:0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2019-02-15 16:03:41 UTC", "InactiveEnterTimestampMonotonic": "31014045", "InactiveExitTimestamp": "Fri 2019-02-15 16:03:41 UTC", "InactiveExitTimestampMonotonic": "31016568", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "64033", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "64033", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "1275", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "read-only", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network.target system.slice", "WatchdogTimestamp": "Fri 2019-02-15 16:03:41 UTC", "WatchdogTimestampMonotonic": "31045321", "WatchdogUSec": "0"}}
poc-azure-gluster-infra-2 | CHANGED => {"changed": true, "name": "NetworkManager", "state": "started", "status": {"ActiveEnterTimestamp": "Fri 2019-02-15 16:03:37 UTC", "ActiveEnterTimestampMonotonic": "24135686", "ActiveExitTimestamp": "Fri 2019-02-15 16:03:37 UTC", "ActiveExitTimestampMonotonic": "24057414", "ActiveState": "active", "After": "network-pre.target basic.target system.slice systemd-journald.socket dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2019-02-15 16:03:37 UTC", "AssertTimestampMonotonic": "24102032", "Before": "NetworkManager-wait-online.service multi-user.target shutdown.target network.service network.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "537212130", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2019-02-15 16:03:37 UTC", "ConditionTimestampMonotonic": "24102032", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "man:NetworkManager(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1268", "ExecMainStartTimestamp": "Fri 2019-02-15 16:03:37 UTC", "ExecMainStartTimestampMonotonic": "24102443", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Reload uint32:0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2019-02-15 16:03:37 UTC", "InactiveEnterTimestampMonotonic": "24097135", "InactiveExitTimestamp": "Fri 2019-02-15 16:03:37 UTC", "InactiveExitTimestampMonotonic": "24102481", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "64033", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "64033", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "1268", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "read-only", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "system.slice network.target", "WatchdogTimestamp": "Fri 2019-02-15 16:03:37 UTC", "WatchdogTimestampMonotonic": "24135639", "WatchdogUSec": "0"}}
poc-azure-gluster-cns-0 | CHANGED => {"changed": true, "name": "NetworkManager", "state": "started", "status": {"ActiveEnterTimestamp": "Fri 2019-02-15 16:04:17 UTC", "ActiveEnterTimestampMonotonic": "32584956", "ActiveExitTimestamp": "Fri 2019-02-15 16:04:17 UTC", "ActiveExitTimestampMonotonic": "32517408", "ActiveState": "active", "After": "systemd-journald.socket network-pre.target dbus.service system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2019-02-15 16:04:17 UTC", "AssertTimestampMonotonic": "32556383", "Before": "multi-user.target network.service network.target NetworkManager-wait-online.service shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "537212130", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2019-02-15 16:04:17 UTC", "ConditionTimestampMonotonic": "32556383", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "man:NetworkManager(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1294", "ExecMainStartTimestamp": "Fri 2019-02-15 16:04:17 UTC", "ExecMainStartTimestampMonotonic": "32556840", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Reload uint32:0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2019-02-15 16:04:17 UTC", "InactiveEnterTimestampMonotonic": "32553971", "InactiveExitTimestamp": "Fri 2019-02-15 16:04:17 UTC", "InactiveExitTimestampMonotonic": "32557358", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "128545", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "128545", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "1294", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "read-only", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network.target system.slice", "WatchdogTimestamp": "Fri 2019-02-15 16:04:17 UTC", "WatchdogTimestampMonotonic": "32584904", "WatchdogUSec": "0"}}
Fri Feb 15 16:17:33 UTC 2019 - NetworkManager configuration complete
Fri Feb 15 16:17:33 UTC 2019 - Running Prerequisites via Ansible Playbook
PLAY [Fail openshift_kubelet_name_override for new hosts] **********************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-cns-2]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-infra-1]
TASK [Fail when openshift_kubelet_name_override is defined] ********************
PLAY [Initialization Checkpoint Start] *****************************************
TASK [Set install initialization 'In Progress'] ********************************
ok: [poc-azure-gluster-cns-0]
PLAY [Populate config host groups] *********************************************
TASK [Load group name mapping variables] ***************************************
ok: [localhost]
TASK [Evaluate groups - g_nfs_hosts is single host] ****************************
TASK [Evaluate oo_all_hosts] ***************************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
ok: [localhost] => (item=poc-azure-gluster-infra-0)
ok: [localhost] => (item=poc-azure-gluster-infra-1)
ok: [localhost] => (item=poc-azure-gluster-infra-2)
ok: [localhost] => (item=poc-azure-gluster-node-0)
ok: [localhost] => (item=poc-azure-gluster-node-1)
ok: [localhost] => (item=poc-azure-gluster-node-2)
ok: [localhost] => (item=poc-azure-gluster-cns-0)
ok: [localhost] => (item=poc-azure-gluster-cns-1)
ok: [localhost] => (item=poc-azure-gluster-cns-2)
TASK [Evaluate oo_masters] *****************************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
TASK [Evaluate oo_first_master] ************************************************
ok: [localhost]
TASK [Evaluate oo_new_etcd_to_config] ******************************************
TASK [Evaluate oo_masters_to_config] *******************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
TASK [Evaluate oo_etcd_to_config] **********************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
TASK [Evaluate oo_first_etcd] **************************************************
ok: [localhost]
TASK [Evaluate oo_etcd_hosts_to_upgrade] ***************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
TASK [Evaluate oo_etcd_hosts_to_backup] ****************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
TASK [Evaluate oo_nodes_to_config] *********************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
ok: [localhost] => (item=poc-azure-gluster-infra-0)
ok: [localhost] => (item=poc-azure-gluster-infra-1)
ok: [localhost] => (item=poc-azure-gluster-infra-2)
ok: [localhost] => (item=poc-azure-gluster-node-0)
ok: [localhost] => (item=poc-azure-gluster-node-1)
ok: [localhost] => (item=poc-azure-gluster-node-2)
ok: [localhost] => (item=poc-azure-gluster-cns-0)
ok: [localhost] => (item=poc-azure-gluster-cns-1)
ok: [localhost] => (item=poc-azure-gluster-cns-2)
TASK [Evaluate oo_lb_to_config] ************************************************
TASK [Evaluate oo_nfs_to_config] ***********************************************
TASK [Evaluate oo_glusterfs_to_config] *****************************************
ok: [localhost] => (item=poc-azure-gluster-cns-0)
ok: [localhost] => (item=poc-azure-gluster-cns-1)
ok: [localhost] => (item=poc-azure-gluster-cns-2)
TASK [Evaluate oo_etcd_to_migrate] *********************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
PLAY [Ensure that all non-node hosts are accessible] ***************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
PLAY [Initialize basic host facts] *********************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_sanitize_inventory : include_tasks] ****************************
included: /usr/share/ansible/openshift-ansible/roles/openshift_sanitize_inventory/tasks/deprecations.yml for poc-azure-gluster-master-0, poc-azure-gluster-master-1, poc-azure-gluster-master-2, poc-azure-gluster-infra-0, poc-azure-gluster-infra-1, poc-azure-gluster-infra-2, poc-azure-gluster-node-0, poc-azure-gluster-node-1, poc-azure-gluster-node-2, poc-azure-gluster-cns-0, poc-azure-gluster-cns-1, poc-azure-gluster-cns-2
TASK [openshift_sanitize_inventory : Check for usage of deprecated variables] ***
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_sanitize_inventory : debug] ************************************
TASK [openshift_sanitize_inventory : set_stats] ********************************
TASK [openshift_sanitize_inventory : set_fact] *********************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_sanitize_inventory : Standardize on latest variable names] *****
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_sanitize_inventory : Normalize openshift_release] **************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_sanitize_inventory : Abort when openshift_release is invalid] ***
TASK [openshift_sanitize_inventory : include_tasks] ****************************
included: /usr/share/ansible/openshift-ansible/roles/openshift_sanitize_inventory/tasks/unsupported.yml for poc-azure-gluster-master-0, poc-azure-gluster-master-1, poc-azure-gluster-master-2, poc-azure-gluster-infra-0, poc-azure-gluster-infra-1, poc-azure-gluster-infra-2, poc-azure-gluster-node-0, poc-azure-gluster-node-1, poc-azure-gluster-node-2, poc-azure-gluster-cns-0, poc-azure-gluster-cns-1, poc-azure-gluster-cns-2
TASK [openshift_sanitize_inventory : set_fact] *********************************
TASK [openshift_sanitize_inventory : Ensure that dynamic provisioning is set if using dynamic storage] ***
TASK [openshift_sanitize_inventory : Ensure the hosted registry's GlusterFS storage is configured correctly] ***
TASK [openshift_sanitize_inventory : Ensure the hosted registry's GlusterFS storage is configured correctly] ***
TASK [openshift_sanitize_inventory : Check for deprecated prometheus/grafana install] ***
TASK [openshift_sanitize_inventory : Ensure clusterid is set along with the cloudprovider] ***
TASK [openshift_sanitize_inventory : Ensure ansible_service_broker_remove and ansible_service_broker_install are mutually exclusive] ***
TASK [openshift_sanitize_inventory : Ensure template_service_broker_remove and template_service_broker_install are mutually exclusive] ***
TASK [openshift_sanitize_inventory : Ensure that all requires vsphere configuration variables are set] ***
TASK [openshift_sanitize_inventory : ensure provider configuration variables are defined] ***
TASK [openshift_sanitize_inventory : Ensure removed web console extension variables are not set] ***
TASK [openshift_sanitize_inventory : Ensure that web console port matches API server port] ***
TASK [openshift_sanitize_inventory : At least one master is schedulable] *******
TASK [Detecting Operating System from ostree_booted] ***************************
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [set openshift_deployment_type if unset] **********************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [initialize_facts set fact openshift_is_atomic] ***************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [Determine Atomic Host Docker Version] ************************************
TASK [assert atomic host docker version is 1.12 or later] **********************
PLAY [Retrieve existing master configs and validate] ***************************
TASK [openshift_control_plane : stat] ******************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : slurp] *****************************************
TASK [openshift_control_plane : set_fact] **************************************
TASK [openshift_control_plane : Check for file paths outside of /etc/origin/master in master's config] ***
TASK [openshift_control_plane : set_fact] **************************************
TASK [set_fact] ****************************************************************
TASK [set_fact] ****************************************************************
PLAY [Initialize special first-master variables] *******************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
TASK [set_fact] ****************************************************************
TASK [set_fact] ****************************************************************
ok: [poc-azure-gluster-master-0]
PLAY [Disable web console if required] *****************************************
TASK [set_fact] ****************************************************************
PLAY [Setup yum repositories for all hosts] ************************************
TASK [rhel_subscribe : fail] ***************************************************
TASK [rhel_subscribe : Install Red Hat Subscription manager] *******************
TASK [rhel_subscribe : Is host already registered?] ****************************
TASK [rhel_subscribe : Register host using user/password] **********************
TASK [rhel_subscribe : Register host using activation key] *********************
TASK [rhel_subscribe : Determine if OpenShift Pool Already Attached] ***********
TASK [rhel_subscribe : Attach to OpenShift Pool] *******************************
TASK [rhel_subscribe : Satellite preparation] **********************************
TASK [openshift_repos : Ensure libselinux-python is installed] *****************
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-cns-2]
ok: [poc-azure-gluster-cns-0]
TASK [openshift_repos : Remove openshift_additional.repo file] *****************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_repos : Create any additional repos that are defined] **********
TASK [openshift_repos : include_tasks] *****************************************
TASK [openshift_repos : include_tasks] *****************************************
TASK [openshift_repos : Ensure clean repo cache in the event repos have been changed manually] ***
changed: [poc-azure-gluster-master-0] => {
"msg": "First run of openshift_repos"
}
changed: [poc-azure-gluster-master-1] => {
"msg": "First run of openshift_repos"
}
changed: [poc-azure-gluster-master-2] => {
"msg": "First run of openshift_repos"
}
changed: [poc-azure-gluster-infra-0] => {
"msg": "First run of openshift_repos"
}
changed: [poc-azure-gluster-infra-1] => {
"msg": "First run of openshift_repos"
}
changed: [poc-azure-gluster-infra-2] => {
"msg": "First run of openshift_repos"
}
changed: [poc-azure-gluster-node-0] => {
"msg": "First run of openshift_repos"
}
changed: [poc-azure-gluster-node-1] => {
"msg": "First run of openshift_repos"
}
changed: [poc-azure-gluster-node-2] => {
"msg": "First run of openshift_repos"
}
changed: [poc-azure-gluster-cns-0] => {
"msg": "First run of openshift_repos"
}
changed: [poc-azure-gluster-cns-1] => {
"msg": "First run of openshift_repos"
}
changed: [poc-azure-gluster-cns-2] => {
"msg": "First run of openshift_repos"
}
TASK [openshift_repos : Record that openshift_repos already ran] ***************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
RUNNING HANDLER [openshift_repos : refresh cache] ******************************
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-2]
PLAY [Install packages necessary for installer] ********************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [Determine if chrony is installed] ****************************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [Install ntp package] *****************************************************
TASK [Start and enable ntpd/chronyd] *******************************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [Ensure openshift-ansible installer package deps are installed] ***********
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-infra-2]
PLAY [Initialize cluster facts] ************************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [get openshift_current_version] *******************************************
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [set_fact openshift_portal_net if present on masters] *********************
TASK [Gather Cluster facts] ****************************************************
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [Set fact of no_proxy_internal_hostnames] *********************************
TASK [Initialize openshift.node.sdn_mtu] ***************************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [set_fact l_kubelet_node_name] ********************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
PLAY [Initialize etcd host variables] ******************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [set_fact] ****************************************************************
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2]
TASK [set_fact] ****************************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
PLAY [Determine openshift_version to configure on first master] ****************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
TASK [include_role : openshift_version] ****************************************
TASK [openshift_version : Use openshift_current_version fact as version to configure if already installed] ***
TASK [openshift_version : Set openshift_version to openshift_release if undefined] ***
ok: [poc-azure-gluster-master-0]
TASK [openshift_version : debug] ***********************************************
ok: [poc-azure-gluster-master-0] => {
"msg": "openshift_pkg_version was not defined. Falling back to -3.11"
}
TASK [openshift_version : set_fact] ********************************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_version : debug] ***********************************************
ok: [poc-azure-gluster-master-0] => {
"msg": "openshift_image_tag was not defined. Falling back to v3.11"
}
TASK [openshift_version : set_fact] ********************************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_version : assert openshift_release in openshift_image_tag] *****
ok: [poc-azure-gluster-master-0] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [openshift_version : assert openshift_release in openshift_pkg_version] ***
ok: [poc-azure-gluster-master-0] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [openshift_version : debug] ***********************************************
ok: [poc-azure-gluster-master-0] => {
"openshift_release": "3.11"
}
TASK [openshift_version : debug] ***********************************************
ok: [poc-azure-gluster-master-0] => {
"openshift_image_tag": "v3.11"
}
TASK [openshift_version : debug] ***********************************************
ok: [poc-azure-gluster-master-0] => {
"openshift_pkg_version": "-3.11*"
}
TASK [openshift_version : debug] ***********************************************
ok: [poc-azure-gluster-master-0] => {
"openshift_version": "3.11"
}
PLAY [Set openshift_version for etcd, node, and master hosts] ******************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [set_fact] ****************************************************************
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
PLAY [Verify Requirements] *****************************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
TASK [Run variable sanity checks] **********************************************
ok: [poc-azure-gluster-master-0]
TASK [Validate openshift_node_groups and openshift_node_group_name] ************
ok: [poc-azure-gluster-master-0]
PLAY [Verify Node NetworkManager] **********************************************
skipping: no hosts matched
PLAY [Initialization Checkpoint End] *******************************************
TASK [Set install initialization 'Complete'] ***********************************
ok: [poc-azure-gluster-master-0]
PLAY [Validate node hostnames] *************************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [Query DNS for IP address of poc-azure-gluster-master-0] ******************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [Validate openshift_kubelet_name_override when defined] *******************
TASK [Validate openshift_ip exists on node when defined] ***********************
PLAY [Configure os_firewall] ***************************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [os_firewall : Fail - Firewalld is not supported on Atomic Host] **********
TASK [os_firewall : Install firewalld packages] ********************************
TASK [os_firewall : Ensure iptables services are not enabled] ******************
TASK [os_firewall : Wait 10 seconds after disabling iptables] ******************
TASK [os_firewall : Start and enable firewalld service] ************************
TASK [os_firewall : need to pause here, otherwise the firewalld service starting can sometimes cause ssh to fail] ***
TASK [os_firewall : Restart polkitd] *******************************************
TASK [os_firewall : Wait for polkit action to have been created] ***************
TASK [os_firewall : Ensure firewalld service is not enabled] *******************
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [os_firewall : Wait 10 seconds after disabling firewalld] *****************
Pausing for 10 seconds
(ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
ok: [poc-azure-gluster-master-0]
TASK [os_firewall : Install iptables packages] *********************************
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-2]
TASK [os_firewall : Start and enable iptables service] *************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=poc-azure-gluster-master-0)
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-1] => (item=poc-azure-gluster-master-1)
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-2] => (item=poc-azure-gluster-master-2)
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-cns-0] => (item=poc-azure-gluster-cns-0)
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-cns-1] => (item=poc-azure-gluster-cns-1)
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-cns-2] => (item=poc-azure-gluster-cns-2)
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-infra-0] => (item=poc-azure-gluster-infra-0)
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-infra-1] => (item=poc-azure-gluster-infra-1)
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-infra-2] => (item=poc-azure-gluster-infra-2)
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-node-0] => (item=poc-azure-gluster-node-0)
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-node-1] => (item=poc-azure-gluster-node-1)
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-node-2] => (item=poc-azure-gluster-node-2)
TASK [os_firewall : need to pause here, otherwise the iptables service starting can sometimes cause ssh to fail] ***
Pausing for 10 seconds
(ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
ok: [poc-azure-gluster-master-0]
PLAY [oo_nodes_to_config] ******************************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [container_runtime : Setup the docker-storage for overlay] ****************
TASK [container_runtime : Create file system on extra volume device] ***********
TASK [container_runtime : Create mount entry for extra volume] *****************
PLAY [oo_nodes_to_config] ******************************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_excluder : Install docker excluder - yum] **********************
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-cns-2]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-infra-2]
TASK [openshift_excluder : Install docker excluder - dnf] **********************
TASK [openshift_excluder : Install openshift excluder - yum] *******************
TASK [openshift_excluder : Install openshift excluder - dnf] *******************
TASK [openshift_excluder : set_fact] *******************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_excluder : Check for docker-excluder] **************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_excluder : Check for openshift excluder] ***********************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_excluder : Enable docker excluder] *****************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_excluder : Enable openshift excluder] **************************
TASK [container_runtime : Getting current systemd-udevd exec command] **********
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
ok: [poc-azure-gluster-node-1]
TASK [container_runtime : Assure systemd-udevd.service.d directory exists] *****
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [container_runtime : Create systemd-udevd override file] ******************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [container_runtime : Add enterprise registry, if necessary] ***************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [container_runtime : Add http_proxy to /etc/atomic.conf] ******************
TASK [container_runtime : Add https_proxy to /etc/atomic.conf] *****************
TASK [container_runtime : Add no_proxy to /etc/atomic.conf] ********************
TASK [container_runtime : Get current installed Docker version] ****************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-2]
ok: [poc-azure-gluster-cns-1]
TASK [container_runtime : Error out if Docker pre-installed but too old] *******
TASK [container_runtime : Error out if requested Docker is too old] ************
TASK [container_runtime : Install Docker] **************************************
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-cns-2]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-2]
TASK [container_runtime : Ensure docker.service.d directory exists] ************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [container_runtime : Configure Docker service unit file] ******************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [container_runtime : stat] ************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [container_runtime : Set registry params] *********************************
changed: [poc-azure-gluster-master-2] => (item={u'reg_conf_var': u'ADD_REGISTRY', u'reg_flag': u'--add-registry', u'reg_fact_val': [u'registry.redhat.io']})
changed: [poc-azure-gluster-infra-0] => (item={u'reg_conf_var': u'ADD_REGISTRY', u'reg_flag': u'--add-registry', u'reg_fact_val': [u'registry.redhat.io']})
changed: [poc-azure-gluster-master-1] => (item={u'reg_conf_var': u'ADD_REGISTRY', u'reg_flag': u'--add-registry', u'reg_fact_val': [u'registry.redhat.io']})
changed: [poc-azure-gluster-master-0] => (item={u'reg_conf_var': u'ADD_REGISTRY', u'reg_flag': u'--add-registry', u'reg_fact_val': [u'registry.redhat.io']})
changed: [poc-azure-gluster-infra-1] => (item={u'reg_conf_var': u'ADD_REGISTRY', u'reg_flag': u'--add-registry', u'reg_fact_val': [u'registry.redhat.io']})
changed: [poc-azure-gluster-infra-2] => (item={u'reg_conf_var': u'ADD_REGISTRY', u'reg_flag': u'--add-registry', u'reg_fact_val': [u'registry.redhat.io']})
changed: [poc-azure-gluster-node-0] => (item={u'reg_conf_var': u'ADD_REGISTRY', u'reg_flag': u'--add-registry', u'reg_fact_val': [u'registry.redhat.io']})
changed: [poc-azure-gluster-node-1] => (item={u'reg_conf_var': u'ADD_REGISTRY', u'reg_flag': u'--add-registry', u'reg_fact_val': [u'registry.redhat.io']})
changed: [poc-azure-gluster-node-2] => (item={u'reg_conf_var': u'ADD_REGISTRY', u'reg_flag': u'--add-registry', u'reg_fact_val': [u'registry.redhat.io']})
changed: [poc-azure-gluster-cns-0] => (item={u'reg_conf_var': u'ADD_REGISTRY', u'reg_flag': u'--add-registry', u'reg_fact_val': [u'registry.redhat.io']})
changed: [poc-azure-gluster-cns-1] => (item={u'reg_conf_var': u'ADD_REGISTRY', u'reg_flag': u'--add-registry', u'reg_fact_val': [u'registry.redhat.io']})
changed: [poc-azure-gluster-cns-2] => (item={u'reg_conf_var': u'ADD_REGISTRY', u'reg_flag': u'--add-registry', u'reg_fact_val': [u'registry.redhat.io']})
TASK [container_runtime : Place additional/blocked/insecure registries in /etc/containers/registries.conf] ***
TASK [container_runtime : Set Proxy Settings] **********************************
TASK [container_runtime : Set various Docker options] **************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [container_runtime : stat] ************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [container_runtime : Configure Docker Network OPTIONS] ********************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [container_runtime : Detect if docker is already started] *****************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [container_runtime : Start the Docker service] ****************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-2]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-cns-1]
TASK [container_runtime : set_fact] ********************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [container_runtime : Check for docker_storage_path/overlay2] **************
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [container_runtime : Fixup SELinux permissions for docker] ****************
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
changed: [poc-azure-gluster-cns-0]
TASK [container_runtime : Ensure /var/lib/containers exists] *******************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [container_runtime : Fix SELinux Permissions on /var/lib/containers] ******
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
RUNNING HANDLER [container_runtime : restart container runtime] ****************
RUNNING HANDLER [container_runtime : restart udev] *****************************
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [container_runtime : Create credentials for oreg_url] *********************
TASK [container_runtime : Create for any additional registries] ****************
TASK [container_runtime : stat the docker data dir] ****************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [container_runtime : stop the current running docker] *********************
TASK [container_runtime : copy "/var/lib/docker" to "/var/lib/containers/docker"] ***
TASK [container_runtime : Set the selinux context on /var/lib/containers/docker] ***
TASK [container_runtime : restorecon the /var/lib/containers/docker] ***********
TASK [container_runtime : ensure the unmount of top level mount point] *********
TASK [container_runtime : Remove the old docker location] **********************
TASK [container_runtime : Setup the link] **************************************
TASK [container_runtime : start docker] ****************************************
TASK [container_runtime : Fail if Atomic Host since this is an rpm request] ****
TASK [container_runtime : Getting current systemd-udevd exec command] **********
TASK [container_runtime : Assure systemd-udevd.service.d directory exists] *****
TASK [container_runtime : Create systemd-udevd override file] ******************
TASK [container_runtime : Add enterprise registry, if necessary] ***************
TASK [container_runtime : Check that overlay is in the kernel] *****************
TASK [container_runtime : Add overlay to modprobe.d] ***************************
TASK [container_runtime : Manually modprobe overlay into the kernel] ***********
TASK [container_runtime : Enable and start systemd-modules-load] ***************
TASK [container_runtime : Install cri-o] ***************************************
TASK [container_runtime : Remove CRI-O default configuration files] ************
TASK [container_runtime : Create the CRI-O configuration] **********************
TASK [container_runtime : Update crictl.yaml runtime-endpoint] *****************
TASK [container_runtime : Ensure CNI configuration directory exists] ***********
TASK [container_runtime : Add iptables allow rules] ****************************
TASK [container_runtime : Remove iptables rules] *******************************
TASK [container_runtime : Add firewalld allow rules] ***************************
TASK [container_runtime : Remove firewalld allow rules] ************************
TASK [container_runtime : Configure the CNI network] ***************************
TASK [container_runtime : Create /etc/sysconfig/crio-network] ******************
TASK [container_runtime : Place registries.conf in /etc/containers/registries.conf] ***
TASK [container_runtime : Start the CRI-O service] *****************************
TASK [container_runtime : Ensure /var/lib/containers exists] *******************
TASK [container_runtime : Fix SELinux Permissions on /var/lib/containers] ******
TASK [container_runtime : Create credentials for oreg_url] *********************
TASK [container_runtime : Create for any additional registries] ****************
TASK [container_runtime : stat the docker data dir] ****************************
TASK [container_runtime : stop the current running docker] *********************
TASK [container_runtime : copy "/var/lib/docker" to "/var/lib/containers/docker"] ***
TASK [container_runtime : Set the selinux context on /var/lib/containers/docker] ***
TASK [container_runtime : restorecon the /var/lib/containers/docker] ***********
TASK [container_runtime : ensure the unmount of top level mount point] *********
TASK [container_runtime : Remove the old docker location] **********************
TASK [container_runtime : Setup the link] **************************************
TASK [container_runtime : start docker] ****************************************
PLAY RECAP *********************************************************************
localhost : ok=12 changed=0 unreachable=0 failed=0
poc-azure-gluster-cns-0 : ok=62 changed=22 unreachable=0 failed=0
poc-azure-gluster-cns-1 : ok=61 changed=22 unreachable=0 failed=0
poc-azure-gluster-cns-2 : ok=61 changed=22 unreachable=0 failed=0
poc-azure-gluster-infra-0 : ok=61 changed=22 unreachable=0 failed=0
poc-azure-gluster-infra-1 : ok=61 changed=22 unreachable=0 failed=0
poc-azure-gluster-infra-2 : ok=61 changed=22 unreachable=0 failed=0
poc-azure-gluster-master-0 : ok=85 changed=23 unreachable=0 failed=0
poc-azure-gluster-master-1 : ok=66 changed=22 unreachable=0 failed=0
poc-azure-gluster-master-2 : ok=66 changed=22 unreachable=0 failed=0
poc-azure-gluster-node-0 : ok=61 changed=22 unreachable=0 failed=0
poc-azure-gluster-node-1 : ok=61 changed=22 unreachable=0 failed=0
poc-azure-gluster-node-2 : ok=61 changed=22 unreachable=0 failed=0
INSTALLER STATUS ***************************************************************
Initialization : Complete (0:04:05)
Fri Feb 15 16:28:09 UTC 2019 - Prerequisites check complete
Fri Feb 15 16:28:09 UTC 2019 - Installing OpenShift Container Platform via Ansible Playbook
PLAY [Initialization Checkpoint Start] *****************************************
TASK [Set install initialization 'In Progress'] ********************************
ok: [poc-azure-gluster-cns-0]
PLAY [Populate config host groups] *********************************************
TASK [Load group name mapping variables] ***************************************
ok: [localhost]
TASK [Evaluate groups - g_nfs_hosts is single host] ****************************
TASK [Evaluate oo_all_hosts] ***************************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
ok: [localhost] => (item=poc-azure-gluster-infra-0)
ok: [localhost] => (item=poc-azure-gluster-infra-1)
ok: [localhost] => (item=poc-azure-gluster-infra-2)
ok: [localhost] => (item=poc-azure-gluster-node-0)
ok: [localhost] => (item=poc-azure-gluster-node-1)
ok: [localhost] => (item=poc-azure-gluster-node-2)
ok: [localhost] => (item=poc-azure-gluster-cns-0)
ok: [localhost] => (item=poc-azure-gluster-cns-1)
ok: [localhost] => (item=poc-azure-gluster-cns-2)
TASK [Evaluate oo_masters] *****************************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
TASK [Evaluate oo_first_master] ************************************************
ok: [localhost]
TASK [Evaluate oo_new_etcd_to_config] ******************************************
TASK [Evaluate oo_masters_to_config] *******************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
TASK [Evaluate oo_etcd_to_config] **********************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
TASK [Evaluate oo_first_etcd] **************************************************
ok: [localhost]
TASK [Evaluate oo_etcd_hosts_to_upgrade] ***************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
TASK [Evaluate oo_etcd_hosts_to_backup] ****************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
TASK [Evaluate oo_nodes_to_config] *********************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
ok: [localhost] => (item=poc-azure-gluster-infra-0)
ok: [localhost] => (item=poc-azure-gluster-infra-1)
ok: [localhost] => (item=poc-azure-gluster-infra-2)
ok: [localhost] => (item=poc-azure-gluster-node-0)
ok: [localhost] => (item=poc-azure-gluster-node-1)
ok: [localhost] => (item=poc-azure-gluster-node-2)
ok: [localhost] => (item=poc-azure-gluster-cns-0)
ok: [localhost] => (item=poc-azure-gluster-cns-1)
ok: [localhost] => (item=poc-azure-gluster-cns-2)
TASK [Evaluate oo_lb_to_config] ************************************************
TASK [Evaluate oo_nfs_to_config] ***********************************************
TASK [Evaluate oo_glusterfs_to_config] *****************************************
ok: [localhost] => (item=poc-azure-gluster-cns-0)
ok: [localhost] => (item=poc-azure-gluster-cns-1)
ok: [localhost] => (item=poc-azure-gluster-cns-2)
TASK [Evaluate oo_etcd_to_migrate] *********************************************
ok: [localhost] => (item=poc-azure-gluster-master-0)
ok: [localhost] => (item=poc-azure-gluster-master-1)
ok: [localhost] => (item=poc-azure-gluster-master-2)
PLAY [Ensure that all non-node hosts are accessible] ***************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-master-0]
PLAY [Initialize basic host facts] *********************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-cns-2]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-0]
TASK [openshift_sanitize_inventory : include_tasks] ****************************
included: /usr/share/ansible/openshift-ansible/roles/openshift_sanitize_inventory/tasks/deprecations.yml for poc-azure-gluster-master-0, poc-azure-gluster-master-1, poc-azure-gluster-master-2, poc-azure-gluster-infra-0, poc-azure-gluster-infra-1, poc-azure-gluster-infra-2, poc-azure-gluster-node-0, poc-azure-gluster-node-1, poc-azure-gluster-node-2, poc-azure-gluster-cns-0, poc-azure-gluster-cns-1, poc-azure-gluster-cns-2
TASK [openshift_sanitize_inventory : Check for usage of deprecated variables] ***
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_sanitize_inventory : debug] ************************************
TASK [openshift_sanitize_inventory : set_stats] ********************************
TASK [openshift_sanitize_inventory : set_fact] *********************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_sanitize_inventory : Standardize on latest variable names] *****
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_sanitize_inventory : Normalize openshift_release] **************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_sanitize_inventory : Abort when openshift_release is invalid] ***
TASK [openshift_sanitize_inventory : include_tasks] ****************************
included: /usr/share/ansible/openshift-ansible/roles/openshift_sanitize_inventory/tasks/unsupported.yml for poc-azure-gluster-master-0, poc-azure-gluster-master-1, poc-azure-gluster-master-2, poc-azure-gluster-infra-0, poc-azure-gluster-infra-1, poc-azure-gluster-infra-2, poc-azure-gluster-node-0, poc-azure-gluster-node-1, poc-azure-gluster-node-2, poc-azure-gluster-cns-0, poc-azure-gluster-cns-1, poc-azure-gluster-cns-2
TASK [openshift_sanitize_inventory : set_fact] *********************************
TASK [openshift_sanitize_inventory : Ensure that dynamic provisioning is set if using dynamic storage] ***
TASK [openshift_sanitize_inventory : Ensure the hosted registry's GlusterFS storage is configured correctly] ***
TASK [openshift_sanitize_inventory : Ensure the hosted registry's GlusterFS storage is configured correctly] ***
TASK [openshift_sanitize_inventory : Check for deprecated prometheus/grafana install] ***
TASK [openshift_sanitize_inventory : Ensure clusterid is set along with the cloudprovider] ***
TASK [openshift_sanitize_inventory : Ensure ansible_service_broker_remove and ansible_service_broker_install are mutually exclusive] ***
TASK [openshift_sanitize_inventory : Ensure template_service_broker_remove and template_service_broker_install are mutually exclusive] ***
TASK [openshift_sanitize_inventory : Ensure that all requires vsphere configuration variables are set] ***
TASK [openshift_sanitize_inventory : ensure provider configuration variables are defined] ***
TASK [openshift_sanitize_inventory : Ensure removed web console extension variables are not set] ***
TASK [openshift_sanitize_inventory : Ensure that web console port matches API server port] ***
TASK [openshift_sanitize_inventory : At least one master is schedulable] *******
TASK [Detecting Operating System from ostree_booted] ***************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [set openshift_deployment_type if unset] **********************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [initialize_facts set fact openshift_is_atomic] ***************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [Determine Atomic Host Docker Version] ************************************
TASK [assert atomic host docker version is 1.12 or later] **********************
PLAY [Retrieve existing master configs and validate] ***************************
TASK [openshift_control_plane : stat] ******************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : slurp] *****************************************
TASK [openshift_control_plane : set_fact] **************************************
TASK [openshift_control_plane : Check for file paths outside of /etc/origin/master in master's config] ***
TASK [openshift_control_plane : set_fact] **************************************
TASK [set_fact] ****************************************************************
TASK [set_fact] ****************************************************************
PLAY [Initialize special first-master variables] *******************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
TASK [set_fact] ****************************************************************
TASK [set_fact] ****************************************************************
ok: [poc-azure-gluster-master-0]
PLAY [Disable web console if required] *****************************************
TASK [set_fact] ****************************************************************
PLAY [Setup yum repositories for all hosts] ************************************
skipping: no hosts matched
PLAY [Install packages necessary for installer] ********************************
TASK [Gathering Facts] *********************************************************
TASK [Determine if chrony is installed] ****************************************
TASK [Install ntp package] *****************************************************
TASK [Start and enable ntpd/chronyd] *******************************************
TASK [Ensure openshift-ansible installer package deps are installed] ***********
PLAY [Initialize cluster facts] ************************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [get openshift_current_version] *******************************************
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [set_fact openshift_portal_net if present on masters] *********************
TASK [Gather Cluster facts] ****************************************************
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [Set fact of no_proxy_internal_hostnames] *********************************
TASK [Initialize openshift.node.sdn_mtu] ***************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [set_fact l_kubelet_node_name] ********************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
PLAY [Initialize etcd host variables] ******************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [set_fact] ****************************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [set_fact] ****************************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
PLAY [Determine openshift_version to configure on first master] ****************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
TASK [include_role : openshift_version] ****************************************
TASK [openshift_version : Use openshift_current_version fact as version to configure if already installed] ***
TASK [openshift_version : Set openshift_version to openshift_release if undefined] ***
ok: [poc-azure-gluster-master-0]
TASK [openshift_version : debug] ***********************************************
ok: [poc-azure-gluster-master-0] => {
"msg": "openshift_pkg_version was not defined. Falling back to -3.11"
}
TASK [openshift_version : set_fact] ********************************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_version : debug] ***********************************************
ok: [poc-azure-gluster-master-0] => {
"msg": "openshift_image_tag was not defined. Falling back to v3.11"
}
TASK [openshift_version : set_fact] ********************************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_version : assert openshift_release in openshift_image_tag] *****
ok: [poc-azure-gluster-master-0] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [openshift_version : assert openshift_release in openshift_pkg_version] ***
ok: [poc-azure-gluster-master-0] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [openshift_version : debug] ***********************************************
ok: [poc-azure-gluster-master-0] => {
"openshift_release": "3.11"
}
TASK [openshift_version : debug] ***********************************************
ok: [poc-azure-gluster-master-0] => {
"openshift_image_tag": "v3.11"
}
TASK [openshift_version : debug] ***********************************************
ok: [poc-azure-gluster-master-0] => {
"openshift_pkg_version": "-3.11*"
}
TASK [openshift_version : debug] ***********************************************
ok: [poc-azure-gluster-master-0] => {
"openshift_version": "3.11"
}
PLAY [Set openshift_version for etcd, node, and master hosts] ******************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [set_fact] ****************************************************************
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-2]
ok: [poc-azure-gluster-cns-1]
PLAY [Verify Requirements] *****************************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
TASK [Run variable sanity checks] **********************************************
ok: [poc-azure-gluster-master-0]
TASK [Validate openshift_node_groups and openshift_node_group_name] ************
ok: [poc-azure-gluster-master-0]
PLAY [Verify Node NetworkManager] **********************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [Check for NetworkManager service] ****************************************
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [fail] ********************************************************************
PLAY [Initialization Checkpoint End] *******************************************
TASK [Set install initialization 'Complete'] ***********************************
ok: [poc-azure-gluster-master-0]
PLAY [Health Check Checkpoint Start] *******************************************
TASK [Set Health Check 'In Progress'] ******************************************
ok: [poc-azure-gluster-master-0]
PLAY [OpenShift Health Checks] *************************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [Run health checks (install) - EL] ****************************************
CHECK [docker_storage : poc-azure-gluster-master-0] ****************************
CHECK [docker_storage : poc-azure-gluster-master-1] ****************************
CHECK [docker_storage : poc-azure-gluster-master-2] ****************************
CHECK [docker_storage : poc-azure-gluster-infra-0] *****************************
CHECK [docker_storage : poc-azure-gluster-infra-1] *****************************
CHECK [docker_storage : poc-azure-gluster-infra-2] *****************************
CHECK [docker_storage : poc-azure-gluster-node-0] ******************************
CHECK [docker_storage : poc-azure-gluster-node-1] ******************************
CHECK [docker_storage : poc-azure-gluster-node-2] ******************************
CHECK [docker_storage : poc-azure-gluster-cns-0] *******************************
CHECK [docker_storage : poc-azure-gluster-cns-1] *******************************
CHECK [docker_storage : poc-azure-gluster-cns-2] *******************************
CHECK [disk_availability : poc-azure-gluster-infra-0] **************************
CHECK [package_availability : poc-azure-gluster-infra-0] ***********************
CHECK [disk_availability : poc-azure-gluster-infra-1] **************************
CHECK [package_availability : poc-azure-gluster-infra-1] ***********************
CHECK [disk_availability : poc-azure-gluster-master-2] *************************
CHECK [package_availability : poc-azure-gluster-master-2] **********************
CHECK [disk_availability : poc-azure-gluster-node-2] ***************************
CHECK [package_availability : poc-azure-gluster-node-2] ************************
CHECK [disk_availability : poc-azure-gluster-node-1] ***************************
CHECK [package_availability : poc-azure-gluster-node-1] ************************
CHECK [disk_availability : poc-azure-gluster-node-0] ***************************
CHECK [package_availability : poc-azure-gluster-node-0] ************************
CHECK [disk_availability : poc-azure-gluster-infra-2] **************************
CHECK [disk_availability : poc-azure-gluster-master-0] *************************
CHECK [package_availability : poc-azure-gluster-infra-2] ***********************
CHECK [package_availability : poc-azure-gluster-master-0] **********************
CHECK [disk_availability : poc-azure-gluster-master-1] *************************
CHECK [package_availability : poc-azure-gluster-master-1] **********************
CHECK [disk_availability : poc-azure-gluster-cns-0] ****************************
CHECK [package_availability : poc-azure-gluster-cns-0] *************************
CHECK [disk_availability : poc-azure-gluster-cns-1] ****************************
CHECK [package_availability : poc-azure-gluster-cns-1] *************************
CHECK [disk_availability : poc-azure-gluster-cns-2] ****************************
CHECK [package_availability : poc-azure-gluster-cns-2] *************************
CHECK [package_version : poc-azure-gluster-infra-0] ****************************
CHECK [package_version : poc-azure-gluster-infra-1] ****************************
CHECK [package_version : poc-azure-gluster-node-1] *****************************
CHECK [package_version : poc-azure-gluster-master-2] ***************************
CHECK [package_version : poc-azure-gluster-node-2] *****************************
CHECK [package_version : poc-azure-gluster-node-0] *****************************
CHECK [package_version : poc-azure-gluster-master-0] ***************************
CHECK [package_version : poc-azure-gluster-cns-1] ******************************
CHECK [package_version : poc-azure-gluster-cns-2] ******************************
CHECK [package_version : poc-azure-gluster-cns-0] ******************************
CHECK [package_version : poc-azure-gluster-master-1] ***************************
CHECK [package_version : poc-azure-gluster-infra-2] ****************************
CHECK [docker_image_availability : poc-azure-gluster-infra-0] ******************
CHECK [memory_availability : poc-azure-gluster-infra-0] ************************
ok: [poc-azure-gluster-infra-0]
CHECK [docker_image_availability : poc-azure-gluster-infra-1] ******************
CHECK [memory_availability : poc-azure-gluster-infra-1] ************************
ok: [poc-azure-gluster-infra-1]
CHECK [docker_image_availability : poc-azure-gluster-node-1] *******************
CHECK [memory_availability : poc-azure-gluster-node-1] *************************
ok: [poc-azure-gluster-node-1]
CHECK [docker_image_availability : poc-azure-gluster-master-2] *****************
CHECK [memory_availability : poc-azure-gluster-master-2] ***********************
ok: [poc-azure-gluster-master-2]
CHECK [docker_image_availability : poc-azure-gluster-node-2] *******************
CHECK [memory_availability : poc-azure-gluster-node-2] *************************
ok: [poc-azure-gluster-node-2]
CHECK [docker_image_availability : poc-azure-gluster-node-0] *******************
CHECK [memory_availability : poc-azure-gluster-node-0] *************************
ok: [poc-azure-gluster-node-0]
CHECK [docker_image_availability : poc-azure-gluster-master-0] *****************
CHECK [memory_availability : poc-azure-gluster-master-0] ***********************
ok: [poc-azure-gluster-master-0]
CHECK [docker_image_availability : poc-azure-gluster-cns-1] ********************
CHECK [memory_availability : poc-azure-gluster-cns-1] **************************
ok: [poc-azure-gluster-cns-1]
CHECK [docker_image_availability : poc-azure-gluster-cns-2] ********************
CHECK [memory_availability : poc-azure-gluster-cns-2] **************************
ok: [poc-azure-gluster-cns-2]
CHECK [docker_image_availability : poc-azure-gluster-cns-0] ********************
CHECK [memory_availability : poc-azure-gluster-cns-0] **************************
ok: [poc-azure-gluster-cns-0]
CHECK [docker_image_availability : poc-azure-gluster-master-1] *****************
CHECK [memory_availability : poc-azure-gluster-master-1] ***********************
ok: [poc-azure-gluster-master-1]
CHECK [docker_image_availability : poc-azure-gluster-infra-2] ******************
CHECK [memory_availability : poc-azure-gluster-infra-2] ************************
ok: [poc-azure-gluster-infra-2]
TASK [Run health checks (install) - Fedora] ************************************
PLAY [Health Check Checkpoint End] *********************************************
TASK [Set Health Check 'Complete'] *********************************************
ok: [poc-azure-gluster-master-0]
PLAY [Node Bootstrap Preparation Checkpoint Start] *****************************
TASK [Set Node Bootstrap Preparation 'In Progress'] ****************************
ok: [poc-azure-gluster-master-0]
PLAY [Disable excluders] *******************************************************
TASK [openshift_excluder : Debug r_openshift_excluder_enable_docker_excluder] ***
ok: [poc-azure-gluster-master-0] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-master-1] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-master-2] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-infra-0] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-infra-1] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-infra-2] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-node-0] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-node-1] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-node-2] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-cns-0] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-cns-1] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-cns-2] => {
"r_openshift_excluder_enable_docker_excluder": true
}
TASK [openshift_excluder : Debug r_openshift_excluder_enable_openshift_excluder] ***
ok: [poc-azure-gluster-master-0] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-master-1] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-master-2] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-infra-0] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-infra-1] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-infra-2] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-node-0] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-node-1] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-node-2] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-cns-0] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-cns-1] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-cns-2] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
TASK [openshift_excluder : Fail if invalid openshift_excluder_action provided] ***
TASK [openshift_excluder : Fail if r_openshift_excluder_upgrade_target is not defined] ***
TASK [openshift_excluder : Include main action task file] **********************
included: /usr/share/ansible/openshift-ansible/roles/openshift_excluder/tasks/disable.yml for poc-azure-gluster-master-0, poc-azure-gluster-master-1, poc-azure-gluster-master-2, poc-azure-gluster-infra-0, poc-azure-gluster-infra-1, poc-azure-gluster-infra-2, poc-azure-gluster-node-0, poc-azure-gluster-node-1, poc-azure-gluster-node-2, poc-azure-gluster-cns-0, poc-azure-gluster-cns-1, poc-azure-gluster-cns-2
TASK [openshift_excluder : Get available excluder version] *********************
TASK [openshift_excluder : Fail when excluder package is not found] ************
TASK [openshift_excluder : Set fact excluder_version] **************************
TASK [openshift_excluder : atomic-openshift-docker-excluder version detected] ***
TASK [openshift_excluder : Printing upgrade target version] ********************
TASK [openshift_excluder : Check the available atomic-openshift-docker-excluder version is at most of the upgrade target version] ***
TASK [openshift_excluder : Get available excluder version] *********************
TASK [openshift_excluder : Fail when excluder package is not found] ************
TASK [openshift_excluder : Set fact excluder_version] **************************
TASK [openshift_excluder : atomic-openshift-excluder version detected] *********
TASK [openshift_excluder : Printing upgrade target version] ********************
TASK [openshift_excluder : Check the available atomic-openshift-excluder version is at most of the upgrade target version] ***
TASK [openshift_excluder : Check for docker-excluder] **************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_excluder : disable docker excluder] ****************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_excluder : Check for openshift excluder] ***********************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_excluder : disable openshift excluder] *************************
TASK [openshift_excluder : Install docker excluder - yum] **********************
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-cns-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-cns-0]
TASK [openshift_excluder : Install docker excluder - dnf] **********************
TASK [openshift_excluder : Install openshift excluder - yum] *******************
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-master-1]
TASK [openshift_excluder : Install openshift excluder - dnf] *******************
TASK [openshift_excluder : set_fact] *******************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_excluder : Check for docker-excluder] **************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_excluder : Check for openshift excluder] ***********************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_excluder : Enable docker excluder] *****************************
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_excluder : Enable openshift excluder] **************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_excluder : Check for docker-excluder] **************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_excluder : disable docker excluder] ****************************
TASK [openshift_excluder : Check for openshift excluder] ***********************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_excluder : disable openshift excluder] *************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
PLAY [Configure nodes] *********************************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_cloud_provider : Set cloud provider facts] *********************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_cloud_provider : Create cloudprovider config dir] **************
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_cloud_provider : include the defined cloud provider files] *****
included: /usr/share/ansible/openshift-ansible/roles/openshift_cloud_provider/tasks/azure.yml for poc-azure-gluster-master-0, poc-azure-gluster-master-1, poc-azure-gluster-master-2, poc-azure-gluster-infra-0, poc-azure-gluster-infra-1, poc-azure-gluster-infra-2, poc-azure-gluster-node-0, poc-azure-gluster-node-1, poc-azure-gluster-node-2, poc-azure-gluster-cns-0, poc-azure-gluster-cns-1, poc-azure-gluster-cns-2
TASK [openshift_cloud_provider : set seboolean for samba use] ******************
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_cloud_provider : create cloud config] **************************
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-2]
changed: [poc-azure-gluster-cns-1]
TASK [openshift_node : fail] ***************************************************
TASK [openshift_node : Check for NetworkManager service] ***********************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_node : Set fact using_network_manager] *************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_node : Install dnsmasq] ****************************************
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-2]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-2]
TASK [openshift_node : ensure origin/node directory exists] ********************
changed: [poc-azure-gluster-master-0] => (item=/etc/origin)
changed: [poc-azure-gluster-master-1] => (item=/etc/origin)
changed: [poc-azure-gluster-master-0] => (item=/etc/origin/node)
changed: [poc-azure-gluster-master-2] => (item=/etc/origin)
changed: [poc-azure-gluster-infra-0] => (item=/etc/origin)
changed: [poc-azure-gluster-master-1] => (item=/etc/origin/node)
changed: [poc-azure-gluster-master-2] => (item=/etc/origin/node)
changed: [poc-azure-gluster-infra-1] => (item=/etc/origin)
changed: [poc-azure-gluster-infra-0] => (item=/etc/origin/node)
changed: [poc-azure-gluster-infra-2] => (item=/etc/origin)
changed: [poc-azure-gluster-infra-1] => (item=/etc/origin/node)
changed: [poc-azure-gluster-node-0] => (item=/etc/origin)
changed: [poc-azure-gluster-infra-2] => (item=/etc/origin/node)
changed: [poc-azure-gluster-node-1] => (item=/etc/origin)
changed: [poc-azure-gluster-node-0] => (item=/etc/origin/node)
changed: [poc-azure-gluster-node-2] => (item=/etc/origin)
changed: [poc-azure-gluster-node-1] => (item=/etc/origin/node)
changed: [poc-azure-gluster-cns-0] => (item=/etc/origin)
changed: [poc-azure-gluster-node-2] => (item=/etc/origin/node)
changed: [poc-azure-gluster-cns-1] => (item=/etc/origin)
changed: [poc-azure-gluster-cns-2] => (item=/etc/origin)
changed: [poc-azure-gluster-cns-0] => (item=/etc/origin/node)
changed: [poc-azure-gluster-cns-1] => (item=/etc/origin/node)
changed: [poc-azure-gluster-cns-2] => (item=/etc/origin/node)
TASK [openshift_node : Install NetworkManager during node_bootstrap provisioning] ***
TASK [openshift_node : Install network manager dispatch script] ****************
TASK [openshift_node : Add network manager configuration] **********************
TASK [openshift_node : Install dnsmasq configuration] **************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Deploy additional dnsmasq.conf] *************************
TASK [openshift_node : Create override dnsmasq systemd unit directory] *********
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Copy systemd dnsmasq unit override file] ****************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Enable dnsmasq] *****************************************
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Install network manager dispatch script] ****************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Add network manager configuration] **********************
ok: [poc-azure-gluster-master-0] => (item={u'key': u'dns', u'value': u'none', u'present': False})
ok: [poc-azure-gluster-master-1] => (item={u'key': u'dns', u'value': u'none', u'present': False})
ok: [poc-azure-gluster-master-2] => (item={u'key': u'dns', u'value': u'none', u'present': False})
ok: [poc-azure-gluster-infra-0] => (item={u'key': u'dns', u'value': u'none', u'present': False})
ok: [poc-azure-gluster-infra-1] => (item={u'key': u'dns', u'value': u'none', u'present': False})
ok: [poc-azure-gluster-infra-2] => (item={u'key': u'dns', u'value': u'none', u'present': False})
ok: [poc-azure-gluster-node-0] => (item={u'key': u'dns', u'value': u'none', u'present': False})
ok: [poc-azure-gluster-node-1] => (item={u'key': u'dns', u'value': u'none', u'present': False})
ok: [poc-azure-gluster-node-2] => (item={u'key': u'dns', u'value': u'none', u'present': False})
ok: [poc-azure-gluster-cns-0] => (item={u'key': u'dns', u'value': u'none', u'present': False})
ok: [poc-azure-gluster-cns-1] => (item={u'key': u'dns', u'value': u'none', u'present': False})
ok: [poc-azure-gluster-cns-2] => (item={u'key': u'dns', u'value': u'none', u'present': False})
RUNNING HANDLER [openshift_node : reload systemd units] ************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
RUNNING HANDLER [openshift_node : restart NetworkManager] **********************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
RUNNING HANDLER [openshift_node : restart dnsmasq] *****************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Add iptables allow rules] *******************************
changed: [poc-azure-gluster-infra-0] => (item={u'port': u'10250/tcp', u'service': u'Kubernetes kubelet'})
changed: [poc-azure-gluster-master-1] => (item={u'port': u'10250/tcp', u'service': u'Kubernetes kubelet'})
changed: [poc-azure-gluster-master-0] => (item={u'port': u'10250/tcp', u'service': u'Kubernetes kubelet'})
changed: [poc-azure-gluster-infra-1] => (item={u'port': u'10250/tcp', u'service': u'Kubernetes kubelet'})
changed: [poc-azure-gluster-infra-2] => (item={u'port': u'10250/tcp', u'service': u'Kubernetes kubelet'})
changed: [poc-azure-gluster-node-0] => (item={u'port': u'10250/tcp', u'service': u'Kubernetes kubelet'})
changed: [poc-azure-gluster-node-1] => (item={u'port': u'10250/tcp', u'service': u'Kubernetes kubelet'})
changed: [poc-azure-gluster-master-2] => (item={u'port': u'10250/tcp', u'service': u'Kubernetes kubelet'})
changed: [poc-azure-gluster-node-2] => (item={u'port': u'10250/tcp', u'service': u'Kubernetes kubelet'})
changed: [poc-azure-gluster-infra-0] => (item={u'port': u'10256/tcp', u'service': u'Kubernetes kube-proxy health check for service load balancers'})
changed: [poc-azure-gluster-infra-1] => (item={u'port': u'10256/tcp', u'service': u'Kubernetes kube-proxy health check for service load balancers'})
changed: [poc-azure-gluster-master-1] => (item={u'port': u'10256/tcp', u'service': u'Kubernetes kube-proxy health check for service load balancers'})
changed: [poc-azure-gluster-node-0] => (item={u'port': u'10256/tcp', u'service': u'Kubernetes kube-proxy health check for service load balancers'})
changed: [poc-azure-gluster-master-0] => (item={u'port': u'10256/tcp', u'service': u'Kubernetes kube-proxy health check for service load balancers'})
changed: [poc-azure-gluster-infra-2] => (item={u'port': u'10256/tcp', u'service': u'Kubernetes kube-proxy health check for service load balancers'})
changed: [poc-azure-gluster-master-2] => (item={u'port': u'10256/tcp', u'service': u'Kubernetes kube-proxy health check for service load balancers'})
changed: [poc-azure-gluster-node-1] => (item={u'port': u'10256/tcp', u'service': u'Kubernetes kube-proxy health check for service load balancers'})
changed: [poc-azure-gluster-cns-0] => (item={u'port': u'10250/tcp', u'service': u'Kubernetes kubelet'})
changed: [poc-azure-gluster-infra-1] => (item={u'port': u'80/tcp', u'service': u'http'})
changed: [poc-azure-gluster-node-2] => (item={u'port': u'10256/tcp', u'service': u'Kubernetes kube-proxy health check for service load balancers'})
changed: [poc-azure-gluster-infra-0] => (item={u'port': u'80/tcp', u'service': u'http'})
changed: [poc-azure-gluster-master-0] => (item={u'port': u'80/tcp', u'service': u'http'})
changed: [poc-azure-gluster-infra-2] => (item={u'port': u'80/tcp', u'service': u'http'})
changed: [poc-azure-gluster-master-1] => (item={u'port': u'80/tcp', u'service': u'http'})
changed: [poc-azure-gluster-master-2] => (item={u'port': u'80/tcp', u'service': u'http'})
changed: [poc-azure-gluster-node-2] => (item={u'port': u'80/tcp', u'service': u'http'})
changed: [poc-azure-gluster-node-0] => (item={u'port': u'80/tcp', u'service': u'http'})
changed: [poc-azure-gluster-cns-0] => (item={u'port': u'10256/tcp', u'service': u'Kubernetes kube-proxy health check for service load balancers'})
changed: [poc-azure-gluster-node-1] => (item={u'port': u'80/tcp', u'service': u'http'})
changed: [poc-azure-gluster-cns-1] => (item={u'port': u'10250/tcp', u'service': u'Kubernetes kubelet'})
changed: [poc-azure-gluster-infra-0] => (item={u'port': u'443/tcp', u'service': u'https'})
changed: [poc-azure-gluster-infra-1] => (item={u'port': u'443/tcp', u'service': u'https'})
changed: [poc-azure-gluster-master-1] => (item={u'port': u'443/tcp', u'service': u'https'})
changed: [poc-azure-gluster-cns-2] => (item={u'port': u'10250/tcp', u'service': u'Kubernetes kubelet'})
changed: [poc-azure-gluster-master-0] => (item={u'port': u'443/tcp', u'service': u'https'})
changed: [poc-azure-gluster-infra-2] => (item={u'port': u'443/tcp', u'service': u'https'})
changed: [poc-azure-gluster-master-2] => (item={u'port': u'443/tcp', u'service': u'https'})
changed: [poc-azure-gluster-cns-0] => (item={u'port': u'80/tcp', u'service': u'http'})
changed: [poc-azure-gluster-node-0] => (item={u'port': u'443/tcp', u'service': u'https'})
changed: [poc-azure-gluster-master-1] => (item={u'cond': u'openshift_use_openshift_sdn | bool', u'port': u'4789/udp', u'service': u'OpenShift OVS sdn'})
changed: [poc-azure-gluster-infra-0] => (item={u'cond': u'openshift_use_openshift_sdn | bool', u'port': u'4789/udp', u'service': u'OpenShift OVS sdn'})
changed: [poc-azure-gluster-infra-1] => (item={u'cond': u'openshift_use_openshift_sdn | bool', u'port': u'4789/udp', u'service': u'OpenShift OVS sdn'})
changed: [poc-azure-gluster-cns-1] => (item={u'port': u'10256/tcp', u'service': u'Kubernetes kube-proxy health check for service load balancers'})
changed: [poc-azure-gluster-node-1] => (item={u'port': u'443/tcp', u'service': u'https'})
changed: [poc-azure-gluster-node-2] => (item={u'port': u'443/tcp', u'service': u'https'})
changed: [poc-azure-gluster-cns-2] => (item={u'port': u'10256/tcp', u'service': u'Kubernetes kube-proxy health check for service load balancers'})
changed: [poc-azure-gluster-master-0] => (item={u'cond': u'openshift_use_openshift_sdn | bool', u'port': u'4789/udp', u'service': u'OpenShift OVS sdn'})
changed: [poc-azure-gluster-cns-1] => (item={u'port': u'80/tcp', u'service': u'http'})
changed: [poc-azure-gluster-infra-2] => (item={u'cond': u'openshift_use_openshift_sdn | bool', u'port': u'4789/udp', u'service': u'OpenShift OVS sdn'})
changed: [poc-azure-gluster-master-2] => (item={u'cond': u'openshift_use_openshift_sdn | bool', u'port': u'4789/udp', u'service': u'OpenShift OVS sdn'})
changed: [poc-azure-gluster-node-0] => (item={u'cond': u'openshift_use_openshift_sdn | bool', u'port': u'4789/udp', u'service': u'OpenShift OVS sdn'})
changed: [poc-azure-gluster-node-2] => (item={u'cond': u'openshift_use_openshift_sdn | bool', u'port': u'4789/udp', u'service': u'OpenShift OVS sdn'})
changed: [poc-azure-gluster-cns-0] => (item={u'port': u'443/tcp', u'service': u'https'})
changed: [poc-azure-gluster-infra-1] => (item={u'port': u'9000-10000/tcp', u'service': u'Prometheus monitoring'})
changed: [poc-azure-gluster-cns-2] => (item={u'port': u'80/tcp', u'service': u'http'})
changed: [poc-azure-gluster-infra-0] => (item={u'port': u'9000-10000/tcp', u'service': u'Prometheus monitoring'})
changed: [poc-azure-gluster-master-1] => (item={u'port': u'9000-10000/tcp', u'service': u'Prometheus monitoring'})
changed: [poc-azure-gluster-node-1] => (item={u'cond': u'openshift_use_openshift_sdn | bool', u'port': u'4789/udp', u'service': u'OpenShift OVS sdn'})
changed: [poc-azure-gluster-cns-1] => (item={u'port': u'443/tcp', u'service': u'https'})
changed: [poc-azure-gluster-master-0] => (item={u'port': u'9000-10000/tcp', u'service': u'Prometheus monitoring'})
changed: [poc-azure-gluster-cns-0] => (item={u'cond': u'openshift_use_openshift_sdn | bool', u'port': u'4789/udp', u'service': u'OpenShift OVS sdn'})
changed: [poc-azure-gluster-infra-2] => (item={u'port': u'9000-10000/tcp', u'service': u'Prometheus monitoring'})
changed: [poc-azure-gluster-cns-2] => (item={u'port': u'443/tcp', u'service': u'https'})
changed: [poc-azure-gluster-master-2] => (item={u'port': u'9000-10000/tcp', u'service': u'Prometheus monitoring'})
changed: [poc-azure-gluster-node-1] => (item={u'port': u'9000-10000/tcp', u'service': u'Prometheus monitoring'})
changed: [poc-azure-gluster-node-0] => (item={u'port': u'9000-10000/tcp', u'service': u'Prometheus monitoring'})
changed: [poc-azure-gluster-node-2] => (item={u'port': u'9000-10000/tcp', u'service': u'Prometheus monitoring'})
changed: [poc-azure-gluster-cns-1] => (item={u'cond': u'openshift_use_openshift_sdn | bool', u'port': u'4789/udp', u'service': u'OpenShift OVS sdn'})
changed: [poc-azure-gluster-cns-0] => (item={u'port': u'9000-10000/tcp', u'service': u'Prometheus monitoring'})
changed: [poc-azure-gluster-cns-2] => (item={u'cond': u'openshift_use_openshift_sdn | bool', u'port': u'4789/udp', u'service': u'OpenShift OVS sdn'})
changed: [poc-azure-gluster-cns-1] => (item={u'port': u'9000-10000/tcp', u'service': u'Prometheus monitoring'})
changed: [poc-azure-gluster-cns-2] => (item={u'port': u'9000-10000/tcp', u'service': u'Prometheus monitoring'})
TASK [openshift_node : Remove iptables rules] **********************************
TASK [openshift_node : Add firewalld allow rules] ******************************
TASK [openshift_node : Remove firewalld allow rules] ***************************
TASK [openshift_node : Restart cri-o] ******************************************
TASK [openshift_node : restart NetworkManager to ensure resolv.conf is present] ***
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Check that node image is present] ***********************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-2]
changed: [poc-azure-gluster-cns-1]
TASK [openshift_node : Pre-pull node image] ************************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Check that pod image is present] ************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : pre-pull pod image] *************************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Install node, clients, and conntrack packages] **********
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-cns-2]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-master-1]
TASK [openshift_node : Checking for journald.conf] *****************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_node : Create journald persistence directories] ****************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Update journald setup] **********************************
changed: [poc-azure-gluster-master-1] => (item={u'var': u'Storage', u'val': u'persistent'})
changed: [poc-azure-gluster-master-0] => (item={u'var': u'Storage', u'val': u'persistent'})
changed: [poc-azure-gluster-master-2] => (item={u'var': u'Storage', u'val': u'persistent'})
changed: [poc-azure-gluster-master-0] => (item={u'var': u'Compress', u'val': True})
changed: [poc-azure-gluster-infra-0] => (item={u'var': u'Storage', u'val': u'persistent'})
changed: [poc-azure-gluster-master-1] => (item={u'var': u'Compress', u'val': True})
changed: [poc-azure-gluster-master-2] => (item={u'var': u'Compress', u'val': True})
changed: [poc-azure-gluster-infra-0] => (item={u'var': u'Compress', u'val': True})
changed: [poc-azure-gluster-master-0] => (item={u'var': u'SyncIntervalSec', u'val': u'1s'})
changed: [poc-azure-gluster-master-1] => (item={u'var': u'SyncIntervalSec', u'val': u'1s'})
changed: [poc-azure-gluster-master-2] => (item={u'var': u'SyncIntervalSec', u'val': u'1s'})
changed: [poc-azure-gluster-infra-1] => (item={u'var': u'Storage', u'val': u'persistent'})
changed: [poc-azure-gluster-node-0] => (item={u'var': u'Storage', u'val': u'persistent'})
changed: [poc-azure-gluster-infra-2] => (item={u'var': u'Storage', u'val': u'persistent'})
changed: [poc-azure-gluster-infra-0] => (item={u'var': u'SyncIntervalSec', u'val': u'1s'})
changed: [poc-azure-gluster-node-1] => (item={u'var': u'Storage', u'val': u'persistent'})
changed: [poc-azure-gluster-master-0] => (item={u'var': u'RateLimitInterval', u'val': u'1s'})
changed: [poc-azure-gluster-master-1] => (item={u'var': u'RateLimitInterval', u'val': u'1s'})
changed: [poc-azure-gluster-infra-1] => (item={u'var': u'Compress', u'val': True})
changed: [poc-azure-gluster-master-2] => (item={u'var': u'RateLimitInterval', u'val': u'1s'})
changed: [poc-azure-gluster-infra-0] => (item={u'var': u'RateLimitInterval', u'val': u'1s'})
changed: [poc-azure-gluster-node-0] => (item={u'var': u'Compress', u'val': True})
changed: [poc-azure-gluster-infra-2] => (item={u'var': u'Compress', u'val': True})
changed: [poc-azure-gluster-node-1] => (item={u'var': u'Compress', u'val': True})
changed: [poc-azure-gluster-master-0] => (item={u'var': u'RateLimitBurst', u'val': 10000})
changed: [poc-azure-gluster-node-2] => (item={u'var': u'Storage', u'val': u'persistent'})
changed: [poc-azure-gluster-infra-1] => (item={u'var': u'SyncIntervalSec', u'val': u'1s'})
changed: [poc-azure-gluster-master-1] => (item={u'var': u'RateLimitBurst', u'val': 10000})
changed: [poc-azure-gluster-master-2] => (item={u'var': u'RateLimitBurst', u'val': 10000})
changed: [poc-azure-gluster-infra-0] => (item={u'var': u'RateLimitBurst', u'val': 10000})
changed: [poc-azure-gluster-node-1] => (item={u'var': u'SyncIntervalSec', u'val': u'1s'})
changed: [poc-azure-gluster-infra-2] => (item={u'var': u'SyncIntervalSec', u'val': u'1s'})
changed: [poc-azure-gluster-node-0] => (item={u'var': u'SyncIntervalSec', u'val': u'1s'})
changed: [poc-azure-gluster-infra-1] => (item={u'var': u'RateLimitInterval', u'val': u'1s'})
changed: [poc-azure-gluster-master-0] => (item={u'var': u'SystemMaxUse', u'val': u'8G'})
changed: [poc-azure-gluster-cns-0] => (item={u'var': u'Storage', u'val': u'persistent'})
changed: [poc-azure-gluster-node-2] => (item={u'var': u'Compress', u'val': True})
changed: [poc-azure-gluster-master-1] => (item={u'var': u'SystemMaxUse', u'val': u'8G'})
changed: [poc-azure-gluster-infra-0] => (item={u'var': u'SystemMaxUse', u'val': u'8G'})
changed: [poc-azure-gluster-cns-0] => (item={u'var': u'Compress', u'val': True})
changed: [poc-azure-gluster-node-2] => (item={u'var': u'SyncIntervalSec', u'val': u'1s'})
changed: [poc-azure-gluster-node-1] => (item={u'var': u'RateLimitInterval', u'val': u'1s'})
ok: [poc-azure-gluster-master-0] => (item={u'var': u'SystemKeepFree', u'val': u'20%'})
changed: [poc-azure-gluster-master-2] => (item={u'var': u'SystemMaxUse', u'val': u'8G'})
changed: [poc-azure-gluster-infra-2] => (item={u'var': u'RateLimitInterval', u'val': u'1s'})
changed: [poc-azure-gluster-infra-1] => (item={u'var': u'RateLimitBurst', u'val': 10000})
changed: [poc-azure-gluster-node-0] => (item={u'var': u'RateLimitInterval', u'val': u'1s'})
ok: [poc-azure-gluster-master-1] => (item={u'var': u'SystemKeepFree', u'val': u'20%'})
changed: [poc-azure-gluster-cns-1] => (item={u'var': u'Storage', u'val': u'persistent'})
changed: [poc-azure-gluster-node-1] => (item={u'var': u'RateLimitBurst', u'val': 10000})
ok: [poc-azure-gluster-infra-0] => (item={u'var': u'SystemKeepFree', u'val': u'20%'})
ok: [poc-azure-gluster-master-2] => (item={u'var': u'SystemKeepFree', u'val': u'20%'})
changed: [poc-azure-gluster-node-0] => (item={u'var': u'RateLimitBurst', u'val': 10000})
changed: [poc-azure-gluster-cns-0] => (item={u'var': u'SyncIntervalSec', u'val': u'1s'})
changed: [poc-azure-gluster-master-0] => (item={u'var': u'SystemMaxFileSize', u'val': u'10M'})
changed: [poc-azure-gluster-infra-2] => (item={u'var': u'RateLimitBurst', u'val': 10000})
changed: [poc-azure-gluster-infra-1] => (item={u'var': u'SystemMaxUse', u'val': u'8G'})
changed: [poc-azure-gluster-cns-1] => (item={u'var': u'Compress', u'val': True})
changed: [poc-azure-gluster-master-1] => (item={u'var': u'SystemMaxFileSize', u'val': u'10M'})
changed: [poc-azure-gluster-node-2] => (item={u'var': u'RateLimitInterval', u'val': u'1s'})
changed: [poc-azure-gluster-node-1] => (item={u'var': u'SystemMaxUse', u'val': u'8G'})
changed: [poc-azure-gluster-cns-2] => (item={u'var': u'Storage', u'val': u'persistent'})
changed: [poc-azure-gluster-infra-0] => (item={u'var': u'SystemMaxFileSize', u'val': u'10M'})
ok: [poc-azure-gluster-infra-1] => (item={u'var': u'SystemKeepFree', u'val': u'20%'})
changed: [poc-azure-gluster-master-2] => (item={u'var': u'SystemMaxFileSize', u'val': u'10M'})
changed: [poc-azure-gluster-cns-0] => (item={u'var': u'RateLimitInterval', u'val': u'1s'})
changed: [poc-azure-gluster-infra-0] => (item={u'var': u'MaxRetentionSec', u'val': u'1month'})
changed: [poc-azure-gluster-node-0] => (item={u'var': u'SystemMaxUse', u'val': u'8G'})
ok: [poc-azure-gluster-node-1] => (item={u'var': u'SystemKeepFree', u'val': u'20%'})
changed: [poc-azure-gluster-node-2] => (item={u'var': u'RateLimitBurst', u'val': 10000})
changed: [poc-azure-gluster-master-0] => (item={u'var': u'MaxRetentionSec', u'val': u'1month'})
changed: [poc-azure-gluster-master-1] => (item={u'var': u'MaxRetentionSec', u'val': u'1month'})
changed: [poc-azure-gluster-cns-2] => (item={u'var': u'Compress', u'val': True})
changed: [poc-azure-gluster-cns-1] => (item={u'var': u'SyncIntervalSec', u'val': u'1s'})
changed: [poc-azure-gluster-infra-2] => (item={u'var': u'SystemMaxUse', u'val': u'8G'})
changed: [poc-azure-gluster-infra-1] => (item={u'var': u'SystemMaxFileSize', u'val': u'10M'})
changed: [poc-azure-gluster-node-1] => (item={u'var': u'SystemMaxFileSize', u'val': u'10M'})
ok: [poc-azure-gluster-node-0] => (item={u'var': u'SystemKeepFree', u'val': u'20%'})
ok: [poc-azure-gluster-infra-0] => (item={u'var': u'MaxFileSec', u'val': u'1day'})
changed: [poc-azure-gluster-master-2] => (item={u'var': u'MaxRetentionSec', u'val': u'1month'})
ok: [poc-azure-gluster-master-1] => (item={u'var': u'MaxFileSec', u'val': u'1day'})
ok: [poc-azure-gluster-master-0] => (item={u'var': u'MaxFileSec', u'val': u'1day'})
changed: [poc-azure-gluster-cns-2] => (item={u'var': u'SyncIntervalSec', u'val': u'1s'})
changed: [poc-azure-gluster-cns-1] => (item={u'var': u'RateLimitInterval', u'val': u'1s'})
changed: [poc-azure-gluster-cns-0] => (item={u'var': u'RateLimitBurst', u'val': 10000})
ok: [poc-azure-gluster-infra-2] => (item={u'var': u'SystemKeepFree', u'val': u'20%'})
changed: [poc-azure-gluster-node-2] => (item={u'var': u'SystemMaxUse', u'val': u'8G'})
changed: [poc-azure-gluster-infra-1] => (item={u'var': u'MaxRetentionSec', u'val': u'1month'})
changed: [poc-azure-gluster-node-1] => (item={u'var': u'MaxRetentionSec', u'val': u'1month'})
changed: [poc-azure-gluster-infra-0] => (item={u'var': u'ForwardToSyslog', u'val': False})
changed: [poc-azure-gluster-node-0] => (item={u'var': u'SystemMaxFileSize', u'val': u'10M'})
changed: [poc-azure-gluster-master-1] => (item={u'var': u'ForwardToSyslog', u'val': False})
ok: [poc-azure-gluster-infra-1] => (item={u'var': u'MaxFileSec', u'val': u'1day'})
ok: [poc-azure-gluster-node-2] => (item={u'var': u'SystemKeepFree', u'val': u'20%'})
changed: [poc-azure-gluster-master-0] => (item={u'var': u'ForwardToSyslog', u'val': False})
changed: [poc-azure-gluster-cns-1] => (item={u'var': u'RateLimitBurst', u'val': 10000})
changed: [poc-azure-gluster-infra-0] => (item={u'var': u'ForwardToWall', u'val': False})
changed: [poc-azure-gluster-infra-2] => (item={u'var': u'SystemMaxFileSize', u'val': u'10M'})
changed: [poc-azure-gluster-cns-2] => (item={u'var': u'RateLimitInterval', u'val': u'1s'})
changed: [poc-azure-gluster-cns-0] => (item={u'var': u'SystemMaxUse', u'val': u'8G'})
ok: [poc-azure-gluster-master-2] => (item={u'var': u'MaxFileSec', u'val': u'1day'})
ok: [poc-azure-gluster-node-1] => (item={u'var': u'MaxFileSec', u'val': u'1day'})
changed: [poc-azure-gluster-node-0] => (item={u'var': u'MaxRetentionSec', u'val': u'1month'})
changed: [poc-azure-gluster-node-2] => (item={u'var': u'SystemMaxFileSize', u'val': u'10M'})
changed: [poc-azure-gluster-master-0] => (item={u'var': u'ForwardToWall', u'val': False})
changed: [poc-azure-gluster-master-1] => (item={u'var': u'ForwardToWall', u'val': False})
changed: [poc-azure-gluster-master-2] => (item={u'var': u'ForwardToSyslog', u'val': False})
changed: [poc-azure-gluster-cns-2] => (item={u'var': u'RateLimitBurst', u'val': 10000})
changed: [poc-azure-gluster-node-1] => (item={u'var': u'ForwardToSyslog', u'val': False})
changed: [poc-azure-gluster-infra-2] => (item={u'var': u'MaxRetentionSec', u'val': u'1month'})
ok: [poc-azure-gluster-node-0] => (item={u'var': u'MaxFileSec', u'val': u'1day'})
changed: [poc-azure-gluster-infra-1] => (item={u'var': u'ForwardToSyslog', u'val': False})
changed: [poc-azure-gluster-cns-1] => (item={u'var': u'SystemMaxUse', u'val': u'8G'})
ok: [poc-azure-gluster-cns-0] => (item={u'var': u'SystemKeepFree', u'val': u'20%'})
changed: [poc-azure-gluster-node-2] => (item={u'var': u'MaxRetentionSec', u'val': u'1month'})
changed: [poc-azure-gluster-cns-2] => (item={u'var': u'SystemMaxUse', u'val': u'8G'})
changed: [poc-azure-gluster-infra-1] => (item={u'var': u'ForwardToWall', u'val': False})
changed: [poc-azure-gluster-master-2] => (item={u'var': u'ForwardToWall', u'val': False})
changed: [poc-azure-gluster-node-1] => (item={u'var': u'ForwardToWall', u'val': False})
changed: [poc-azure-gluster-cns-0] => (item={u'var': u'SystemMaxFileSize', u'val': u'10M'})
ok: [poc-azure-gluster-infra-2] => (item={u'var': u'MaxFileSec', u'val': u'1day'})
changed: [poc-azure-gluster-node-0] => (item={u'var': u'ForwardToSyslog', u'val': False})
ok: [poc-azure-gluster-cns-1] => (item={u'var': u'SystemKeepFree', u'val': u'20%'})
ok: [poc-azure-gluster-node-2] => (item={u'var': u'MaxFileSec', u'val': u'1day'})
ok: [poc-azure-gluster-cns-2] => (item={u'var': u'SystemKeepFree', u'val': u'20%'})
changed: [poc-azure-gluster-infra-2] => (item={u'var': u'ForwardToSyslog', u'val': False})
changed: [poc-azure-gluster-node-0] => (item={u'var': u'ForwardToWall', u'val': False})
changed: [poc-azure-gluster-node-2] => (item={u'var': u'ForwardToSyslog', u'val': False})
changed: [poc-azure-gluster-cns-1] => (item={u'var': u'SystemMaxFileSize', u'val': u'10M'})
changed: [poc-azure-gluster-cns-2] => (item={u'var': u'SystemMaxFileSize', u'val': u'10M'})
changed: [poc-azure-gluster-node-2] => (item={u'var': u'ForwardToWall', u'val': False})
changed: [poc-azure-gluster-cns-1] => (item={u'var': u'MaxRetentionSec', u'val': u'1month'})
changed: [poc-azure-gluster-infra-2] => (item={u'var': u'ForwardToWall', u'val': False})
changed: [poc-azure-gluster-cns-2] => (item={u'var': u'MaxRetentionSec', u'val': u'1month'})
ok: [poc-azure-gluster-cns-1] => (item={u'var': u'MaxFileSec', u'val': u'1day'})
ok: [poc-azure-gluster-cns-2] => (item={u'var': u'MaxFileSec', u'val': u'1day'})
changed: [poc-azure-gluster-cns-1] => (item={u'var': u'ForwardToSyslog', u'val': False})
changed: [poc-azure-gluster-cns-2] => (item={u'var': u'ForwardToSyslog', u'val': False})
changed: [poc-azure-gluster-cns-1] => (item={u'var': u'ForwardToWall', u'val': False})
changed: [poc-azure-gluster-cns-2] => (item={u'var': u'ForwardToWall', u'val': False})
changed: [poc-azure-gluster-cns-0] => (item={u'var': u'MaxRetentionSec', u'val': u'1month'})
ok: [poc-azure-gluster-cns-0] => (item={u'var': u'MaxFileSec', u'val': u'1day'})
changed: [poc-azure-gluster-cns-0] => (item={u'var': u'ForwardToSyslog', u'val': False})
changed: [poc-azure-gluster-cns-0] => (item={u'var': u'ForwardToWall', u'val': False})
TASK [openshift_node : Restart journald] ***************************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-master-1]
TASK [openshift_node : Disable swap] *******************************************
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : sysctl] *************************************************
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Setting sebool container_manage_cgroup] *****************
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Check for credentials file for registry auth] ***********
TASK [openshift_node : Create credentials for registry auth] *******************
TASK [openshift_node : Create credentials for any additional registries] *******
TASK [openshift_node : Setup ro mount of /root/.docker for containerized hosts] ***
TASK [openshift_node : Check status of node image pre-pull] ********************
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Check status of node pod image pre-pull] ****************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Copy node container image to ostree storage] ************
TASK [openshift_node : Copy node script to the node] ***************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Install Node service file] ******************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Ensure old system path is set] **************************
TASK [openshift_node : Install or Update node system container] ****************
TASK [openshift_node : Restart network manager to ensure networking configuration is in place] ***
TASK [openshift_node : Configure Node settings] ********************************
changed: [poc-azure-gluster-infra-0] => (item={u'regex': u'^OPTIONS=', u'line': u'OPTIONS='})
changed: [poc-azure-gluster-master-1] => (item={u'regex': u'^OPTIONS=', u'line': u'OPTIONS='})
changed: [poc-azure-gluster-master-2] => (item={u'regex': u'^OPTIONS=', u'line': u'OPTIONS='})
changed: [poc-azure-gluster-master-0] => (item={u'regex': u'^OPTIONS=', u'line': u'OPTIONS='})
changed: [poc-azure-gluster-infra-1] => (item={u'regex': u'^OPTIONS=', u'line': u'OPTIONS='})
changed: [poc-azure-gluster-infra-2] => (item={u'regex': u'^OPTIONS=', u'line': u'OPTIONS='})
changed: [poc-azure-gluster-infra-0] => (item={u'regex': u'^DEBUG_LOGLEVEL=', u'line': u'DEBUG_LOGLEVEL=2'})
changed: [poc-azure-gluster-master-2] => (item={u'regex': u'^DEBUG_LOGLEVEL=', u'line': u'DEBUG_LOGLEVEL=2'})
changed: [poc-azure-gluster-master-1] => (item={u'regex': u'^DEBUG_LOGLEVEL=', u'line': u'DEBUG_LOGLEVEL=2'})
changed: [poc-azure-gluster-master-0] => (item={u'regex': u'^DEBUG_LOGLEVEL=', u'line': u'DEBUG_LOGLEVEL=2'})
changed: [poc-azure-gluster-infra-1] => (item={u'regex': u'^DEBUG_LOGLEVEL=', u'line': u'DEBUG_LOGLEVEL=2'})
changed: [poc-azure-gluster-infra-2] => (item={u'regex': u'^DEBUG_LOGLEVEL=', u'line': u'DEBUG_LOGLEVEL=2'})
changed: [poc-azure-gluster-node-0] => (item={u'regex': u'^OPTIONS=', u'line': u'OPTIONS='})
changed: [poc-azure-gluster-infra-0] => (item={u'regex': u'^IMAGE_VERSION=', u'line': u'IMAGE_VERSION=v3.11'})
changed: [poc-azure-gluster-master-2] => (item={u'regex': u'^IMAGE_VERSION=', u'line': u'IMAGE_VERSION=v3.11'})
changed: [poc-azure-gluster-master-1] => (item={u'regex': u'^IMAGE_VERSION=', u'line': u'IMAGE_VERSION=v3.11'})
changed: [poc-azure-gluster-infra-1] => (item={u'regex': u'^IMAGE_VERSION=', u'line': u'IMAGE_VERSION=v3.11'})
changed: [poc-azure-gluster-master-0] => (item={u'regex': u'^IMAGE_VERSION=', u'line': u'IMAGE_VERSION=v3.11'})
changed: [poc-azure-gluster-node-1] => (item={u'regex': u'^OPTIONS=', u'line': u'OPTIONS='})
changed: [poc-azure-gluster-infra-2] => (item={u'regex': u'^IMAGE_VERSION=', u'line': u'IMAGE_VERSION=v3.11'})
changed: [poc-azure-gluster-node-0] => (item={u'regex': u'^DEBUG_LOGLEVEL=', u'line': u'DEBUG_LOGLEVEL=2'})
changed: [poc-azure-gluster-node-0] => (item={u'regex': u'^IMAGE_VERSION=', u'line': u'IMAGE_VERSION=v3.11'})
changed: [poc-azure-gluster-node-1] => (item={u'regex': u'^DEBUG_LOGLEVEL=', u'line': u'DEBUG_LOGLEVEL=2'})
changed: [poc-azure-gluster-node-2] => (item={u'regex': u'^OPTIONS=', u'line': u'OPTIONS='})
changed: [poc-azure-gluster-cns-0] => (item={u'regex': u'^OPTIONS=', u'line': u'OPTIONS='})
changed: [poc-azure-gluster-node-1] => (item={u'regex': u'^IMAGE_VERSION=', u'line': u'IMAGE_VERSION=v3.11'})
changed: [poc-azure-gluster-node-2] => (item={u'regex': u'^DEBUG_LOGLEVEL=', u'line': u'DEBUG_LOGLEVEL=2'})
changed: [poc-azure-gluster-cns-1] => (item={u'regex': u'^OPTIONS=', u'line': u'OPTIONS='})
changed: [poc-azure-gluster-cns-0] => (item={u'regex': u'^DEBUG_LOGLEVEL=', u'line': u'DEBUG_LOGLEVEL=2'})
changed: [poc-azure-gluster-cns-2] => (item={u'regex': u'^OPTIONS=', u'line': u'OPTIONS='})
changed: [poc-azure-gluster-node-2] => (item={u'regex': u'^IMAGE_VERSION=', u'line': u'IMAGE_VERSION=v3.11'})
changed: [poc-azure-gluster-cns-1] => (item={u'regex': u'^DEBUG_LOGLEVEL=', u'line': u'DEBUG_LOGLEVEL=2'})
changed: [poc-azure-gluster-cns-0] => (item={u'regex': u'^IMAGE_VERSION=', u'line': u'IMAGE_VERSION=v3.11'})
changed: [poc-azure-gluster-cns-2] => (item={u'regex': u'^DEBUG_LOGLEVEL=', u'line': u'DEBUG_LOGLEVEL=2'})
changed: [poc-azure-gluster-cns-1] => (item={u'regex': u'^IMAGE_VERSION=', u'line': u'IMAGE_VERSION=v3.11'})
changed: [poc-azure-gluster-cns-2] => (item={u'regex': u'^IMAGE_VERSION=', u'line': u'IMAGE_VERSION=v3.11'})
TASK [openshift_node : openshift_facts] ****************************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-2]
changed: [poc-azure-gluster-cns-1]
TASK [openshift_node : Configure Proxy Settings] *******************************
TASK [openshift_node : Configure Node Environment Variables] *******************
TASK [openshift_node : Ensure the node static pod directory exists] ************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Create flexvolume directory when running on atomic] *****
TASK [openshift_node : Configure AWS Cloud Provider Settings] ******************
TASK [openshift_node : Install NFS storage plugin dependencies] ****************
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-cns-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-infra-2]
TASK [openshift_node : Check for existence of nfs sebooleans] ******************
ok: [poc-azure-gluster-master-0] => (item=virt_use_nfs)
ok: [poc-azure-gluster-master-1] => (item=virt_use_nfs)
ok: [poc-azure-gluster-master-2] => (item=virt_use_nfs)
ok: [poc-azure-gluster-master-0] => (item=virt_sandbox_use_nfs)
ok: [poc-azure-gluster-master-1] => (item=virt_sandbox_use_nfs)
ok: [poc-azure-gluster-infra-0] => (item=virt_use_nfs)
ok: [poc-azure-gluster-master-2] => (item=virt_sandbox_use_nfs)
ok: [poc-azure-gluster-infra-1] => (item=virt_use_nfs)
ok: [poc-azure-gluster-infra-0] => (item=virt_sandbox_use_nfs)
ok: [poc-azure-gluster-infra-2] => (item=virt_use_nfs)
ok: [poc-azure-gluster-infra-1] => (item=virt_sandbox_use_nfs)
ok: [poc-azure-gluster-infra-2] => (item=virt_sandbox_use_nfs)
ok: [poc-azure-gluster-node-0] => (item=virt_use_nfs)
ok: [poc-azure-gluster-node-0] => (item=virt_sandbox_use_nfs)
ok: [poc-azure-gluster-node-1] => (item=virt_use_nfs)
ok: [poc-azure-gluster-node-2] => (item=virt_use_nfs)
ok: [poc-azure-gluster-cns-0] => (item=virt_use_nfs)
ok: [poc-azure-gluster-node-1] => (item=virt_sandbox_use_nfs)
ok: [poc-azure-gluster-cns-1] => (item=virt_use_nfs)
ok: [poc-azure-gluster-node-2] => (item=virt_sandbox_use_nfs)
ok: [poc-azure-gluster-cns-0] => (item=virt_sandbox_use_nfs)
ok: [poc-azure-gluster-cns-2] => (item=virt_use_nfs)
ok: [poc-azure-gluster-cns-1] => (item=virt_sandbox_use_nfs)
ok: [poc-azure-gluster-cns-2] => (item=virt_sandbox_use_nfs)
TASK [openshift_node : Set seboolean to allow nfs storage plugin access from containers] ***
ok: [poc-azure-gluster-master-0] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:38:54.924910', '_ansible_no_log': False, u'stdout': u'virt_use_nfs --> on', u'cmd': [u'getsebool', u'virt_use_nfs'], u'rc': 0, 'item': u'virt_use_nfs', u'delta': u'0:00:00.003858', '_ansible_item_label': u'virt_use_nfs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_nfs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_nfs --> on'], 'failed_when_result': False, u'start': u'2019-02-15 16:38:54.921052', '_ansible_ignore_errors': None, 'failed': False})
ok: [poc-azure-gluster-master-1] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:38:55.061423', '_ansible_no_log': False, u'stdout': u'virt_use_nfs --> on', u'cmd': [u'getsebool', u'virt_use_nfs'], u'rc': 0, 'item': u'virt_use_nfs', u'delta': u'0:00:00.004205', '_ansible_item_label': u'virt_use_nfs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_nfs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_nfs --> on'], 'failed_when_result': False, u'start': u'2019-02-15 16:38:55.057218', '_ansible_ignore_errors': None, 'failed': False})
ok: [poc-azure-gluster-master-2] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:38:55.243253', '_ansible_no_log': False, u'stdout': u'virt_use_nfs --> on', u'cmd': [u'getsebool', u'virt_use_nfs'], u'rc': 0, 'item': u'virt_use_nfs', u'delta': u'0:00:00.004048', '_ansible_item_label': u'virt_use_nfs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_nfs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_nfs --> on'], 'failed_when_result': False, u'start': u'2019-02-15 16:38:55.239205', '_ansible_ignore_errors': None, 'failed': False})
ok: [poc-azure-gluster-infra-0] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:38:55.375578', '_ansible_no_log': False, u'stdout': u'virt_use_nfs --> on', u'cmd': [u'getsebool', u'virt_use_nfs'], u'rc': 0, 'item': u'virt_use_nfs', u'delta': u'0:00:00.003482', '_ansible_item_label': u'virt_use_nfs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_nfs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_nfs --> on'], 'failed_when_result': False, u'start': u'2019-02-15 16:38:55.372096', '_ansible_ignore_errors': None, 'failed': False})
ok: [poc-azure-gluster-infra-1] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:38:55.530957', '_ansible_no_log': False, u'stdout': u'virt_use_nfs --> on', u'cmd': [u'getsebool', u'virt_use_nfs'], u'rc': 0, 'item': u'virt_use_nfs', u'delta': u'0:00:00.004592', '_ansible_item_label': u'virt_use_nfs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_nfs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_nfs --> on'], 'failed_when_result': False, u'start': u'2019-02-15 16:38:55.526365', '_ansible_ignore_errors': None, 'failed': False})
ok: [poc-azure-gluster-infra-2] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:38:55.687202', '_ansible_no_log': False, u'stdout': u'virt_use_nfs --> on', u'cmd': [u'getsebool', u'virt_use_nfs'], u'rc': 0, 'item': u'virt_use_nfs', u'delta': u'0:00:00.003979', '_ansible_item_label': u'virt_use_nfs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_nfs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_nfs --> on'], 'failed_when_result': False, u'start': u'2019-02-15 16:38:55.683223', '_ansible_ignore_errors': None, 'failed': False})
ok: [poc-azure-gluster-node-0] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:38:56.319358', '_ansible_no_log': False, u'stdout': u'virt_use_nfs --> on', u'cmd': [u'getsebool', u'virt_use_nfs'], u'rc': 0, 'item': u'virt_use_nfs', u'delta': u'0:00:00.004555', '_ansible_item_label': u'virt_use_nfs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_nfs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_nfs --> on'], 'failed_when_result': False, u'start': u'2019-02-15 16:38:56.314803', '_ansible_ignore_errors': None, 'failed': False})
ok: [poc-azure-gluster-node-1] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:38:56.710965', '_ansible_no_log': False, u'stdout': u'virt_use_nfs --> on', u'cmd': [u'getsebool', u'virt_use_nfs'], u'rc': 0, 'item': u'virt_use_nfs', u'delta': u'0:00:00.003783', '_ansible_item_label': u'virt_use_nfs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_nfs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_nfs --> on'], 'failed_when_result': False, u'start': u'2019-02-15 16:38:56.707182', '_ansible_ignore_errors': None, 'failed': False})
ok: [poc-azure-gluster-node-2] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:38:56.851886', '_ansible_no_log': False, u'stdout': u'virt_use_nfs --> on', u'cmd': [u'getsebool', u'virt_use_nfs'], u'rc': 0, 'item': u'virt_use_nfs', u'delta': u'0:00:00.003722', '_ansible_item_label': u'virt_use_nfs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_nfs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_nfs --> on'], 'failed_when_result': False, u'start': u'2019-02-15 16:38:56.848164', '_ansible_ignore_errors': None, 'failed': False})
ok: [poc-azure-gluster-cns-0] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:38:56.898386', '_ansible_no_log': False, u'stdout': u'virt_use_nfs --> on', u'cmd': [u'getsebool', u'virt_use_nfs'], u'rc': 0, 'item': u'virt_use_nfs', u'delta': u'0:00:00.003937', '_ansible_item_label': u'virt_use_nfs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_nfs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_nfs --> on'], 'failed_when_result': False, u'start': u'2019-02-15 16:38:56.894449', '_ansible_ignore_errors': None, 'failed': False})
ok: [poc-azure-gluster-cns-1] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:38:57.187461', '_ansible_no_log': False, u'stdout': u'virt_use_nfs --> on', u'cmd': [u'getsebool', u'virt_use_nfs'], u'rc': 0, 'item': u'virt_use_nfs', u'delta': u'0:00:00.003537', '_ansible_item_label': u'virt_use_nfs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_nfs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_nfs --> on'], 'failed_when_result': False, u'start': u'2019-02-15 16:38:57.183924', '_ansible_ignore_errors': None, 'failed': False})
ok: [poc-azure-gluster-cns-2] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:38:57.283157', '_ansible_no_log': False, u'stdout': u'virt_use_nfs --> on', u'cmd': [u'getsebool', u'virt_use_nfs'], u'rc': 0, 'item': u'virt_use_nfs', u'delta': u'0:00:00.004281', '_ansible_item_label': u'virt_use_nfs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_nfs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_nfs --> on'], 'failed_when_result': False, u'start': u'2019-02-15 16:38:57.278876', '_ansible_ignore_errors': None, 'failed': False})
TASK [openshift_node : Set seboolean to allow nfs storage plugin access from containers (python 3)] ***
TASK [openshift_node : Install GlusterFS storage plugin dependencies] **********
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-cns-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-infra-2]
TASK [openshift_node : Check for existence of fusefs sebooleans] ***************
ok: [poc-azure-gluster-master-0] => (item=virt_use_fusefs)
ok: [poc-azure-gluster-master-1] => (item=virt_use_fusefs)
ok: [poc-azure-gluster-master-2] => (item=virt_use_fusefs)
ok: [poc-azure-gluster-master-0] => (item=virt_sandbox_use_fusefs)
ok: [poc-azure-gluster-infra-0] => (item=virt_use_fusefs)
ok: [poc-azure-gluster-master-1] => (item=virt_sandbox_use_fusefs)
ok: [poc-azure-gluster-master-2] => (item=virt_sandbox_use_fusefs)
ok: [poc-azure-gluster-infra-0] => (item=virt_sandbox_use_fusefs)
ok: [poc-azure-gluster-infra-1] => (item=virt_use_fusefs)
ok: [poc-azure-gluster-infra-2] => (item=virt_use_fusefs)
ok: [poc-azure-gluster-infra-1] => (item=virt_sandbox_use_fusefs)
ok: [poc-azure-gluster-node-0] => (item=virt_use_fusefs)
ok: [poc-azure-gluster-infra-2] => (item=virt_sandbox_use_fusefs)
ok: [poc-azure-gluster-node-1] => (item=virt_use_fusefs)
ok: [poc-azure-gluster-node-2] => (item=virt_use_fusefs)
ok: [poc-azure-gluster-node-0] => (item=virt_sandbox_use_fusefs)
ok: [poc-azure-gluster-node-1] => (item=virt_sandbox_use_fusefs)
ok: [poc-azure-gluster-cns-0] => (item=virt_use_fusefs)
ok: [poc-azure-gluster-node-2] => (item=virt_sandbox_use_fusefs)
ok: [poc-azure-gluster-cns-1] => (item=virt_use_fusefs)
ok: [poc-azure-gluster-cns-0] => (item=virt_sandbox_use_fusefs)
ok: [poc-azure-gluster-cns-2] => (item=virt_use_fusefs)
ok: [poc-azure-gluster-cns-1] => (item=virt_sandbox_use_fusefs)
ok: [poc-azure-gluster-cns-2] => (item=virt_sandbox_use_fusefs)
TASK [openshift_node : Set seboolean to allow gluster storage plugin access from containers] ***
changed: [poc-azure-gluster-master-1] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:42.153351', '_ansible_no_log': False, u'stdout': u'virt_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_use_fusefs'], u'rc': 0, 'item': u'virt_use_fusefs', u'delta': u'0:00:00.003716', '_ansible_item_label': u'virt_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:42.149635', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-master-0] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:42.036360', '_ansible_no_log': False, u'stdout': u'virt_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_use_fusefs'], u'rc': 0, 'item': u'virt_use_fusefs', u'delta': u'0:00:00.003782', '_ansible_item_label': u'virt_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:42.032578', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-master-2] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:42.254442', '_ansible_no_log': False, u'stdout': u'virt_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_use_fusefs'], u'rc': 0, 'item': u'virt_use_fusefs', u'delta': u'0:00:00.003630', '_ansible_item_label': u'virt_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:42.250812', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-infra-0] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:42.341421', '_ansible_no_log': False, u'stdout': u'virt_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_use_fusefs'], u'rc': 0, 'item': u'virt_use_fusefs', u'delta': u'0:00:00.003296', '_ansible_item_label': u'virt_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:42.338125', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-infra-1] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:42.651369', '_ansible_no_log': False, u'stdout': u'virt_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_use_fusefs'], u'rc': 0, 'item': u'virt_use_fusefs', u'delta': u'0:00:00.004498', '_ansible_item_label': u'virt_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:42.646871', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-infra-2] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:42.842204', '_ansible_no_log': False, u'stdout': u'virt_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_use_fusefs'], u'rc': 0, 'item': u'virt_use_fusefs', u'delta': u'0:00:00.004603', '_ansible_item_label': u'virt_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:42.837601', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-node-0] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:43.119136', '_ansible_no_log': False, u'stdout': u'virt_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_use_fusefs'], u'rc': 0, 'item': u'virt_use_fusefs', u'delta': u'0:00:00.004293', '_ansible_item_label': u'virt_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:43.114843', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-node-1] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:43.199501', '_ansible_no_log': False, u'stdout': u'virt_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_use_fusefs'], u'rc': 0, 'item': u'virt_use_fusefs', u'delta': u'0:00:00.003712', '_ansible_item_label': u'virt_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:43.195789', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-node-2] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:43.324512', '_ansible_no_log': False, u'stdout': u'virt_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_use_fusefs'], u'rc': 0, 'item': u'virt_use_fusefs', u'delta': u'0:00:00.004054', '_ansible_item_label': u'virt_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:43.320458', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-master-0] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:42.370441', '_ansible_no_log': False, u'stdout': u'virt_sandbox_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_sandbox_use_fusefs'], u'rc': 0, 'item': u'virt_sandbox_use_fusefs', u'delta': u'0:00:00.004088', '_ansible_item_label': u'virt_sandbox_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_sandbox_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_sandbox_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:42.366353', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-master-1] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:42.454889', '_ansible_no_log': False, u'stdout': u'virt_sandbox_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_sandbox_use_fusefs'], u'rc': 0, 'item': u'virt_sandbox_use_fusefs', u'delta': u'0:00:00.003972', '_ansible_item_label': u'virt_sandbox_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_sandbox_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_sandbox_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:42.450917', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-infra-0] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:42.698668', '_ansible_no_log': False, u'stdout': u'virt_sandbox_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_sandbox_use_fusefs'], u'rc': 0, 'item': u'virt_sandbox_use_fusefs', u'delta': u'0:00:00.003003', '_ansible_item_label': u'virt_sandbox_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_sandbox_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_sandbox_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:42.695665', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-master-2] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:42.659702', '_ansible_no_log': False, u'stdout': u'virt_sandbox_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_sandbox_use_fusefs'], u'rc': 0, 'item': u'virt_sandbox_use_fusefs', u'delta': u'0:00:00.003727', '_ansible_item_label': u'virt_sandbox_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_sandbox_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_sandbox_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:42.655975', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-cns-0] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:43.559490', '_ansible_no_log': False, u'stdout': u'virt_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_use_fusefs'], u'rc': 0, 'item': u'virt_use_fusefs', u'delta': u'0:00:00.003757', '_ansible_item_label': u'virt_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:43.555733', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-cns-1] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:43.725465', '_ansible_no_log': False, u'stdout': u'virt_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_use_fusefs'], u'rc': 0, 'item': u'virt_use_fusefs', u'delta': u'0:00:00.003553', '_ansible_item_label': u'virt_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:43.721912', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-infra-1] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:43.011749', '_ansible_no_log': False, u'stdout': u'virt_sandbox_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_sandbox_use_fusefs'], u'rc': 0, 'item': u'virt_sandbox_use_fusefs', u'delta': u'0:00:00.004022', '_ansible_item_label': u'virt_sandbox_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_sandbox_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_sandbox_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:43.007727', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-node-1] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:43.526311', '_ansible_no_log': False, u'stdout': u'virt_sandbox_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_sandbox_use_fusefs'], u'rc': 0, 'item': u'virt_sandbox_use_fusefs', u'delta': u'0:00:00.003834', '_ansible_item_label': u'virt_sandbox_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_sandbox_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_sandbox_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:43.522477', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-node-0] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:43.461239', '_ansible_no_log': False, u'stdout': u'virt_sandbox_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_sandbox_use_fusefs'], u'rc': 0, 'item': u'virt_sandbox_use_fusefs', u'delta': u'0:00:00.005033', '_ansible_item_label': u'virt_sandbox_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_sandbox_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_sandbox_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:43.456206', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-infra-2] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:43.223469', '_ansible_no_log': False, u'stdout': u'virt_sandbox_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_sandbox_use_fusefs'], u'rc': 0, 'item': u'virt_sandbox_use_fusefs', u'delta': u'0:00:00.003877', '_ansible_item_label': u'virt_sandbox_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_sandbox_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_sandbox_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:43.219592', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-cns-2] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:43.838913', '_ansible_no_log': False, u'stdout': u'virt_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_use_fusefs'], u'rc': 0, 'item': u'virt_use_fusefs', u'delta': u'0:00:00.003879', '_ansible_item_label': u'virt_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:43.835034', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-node-2] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:43.665529', '_ansible_no_log': False, u'stdout': u'virt_sandbox_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_sandbox_use_fusefs'], u'rc': 0, 'item': u'virt_sandbox_use_fusefs', u'delta': u'0:00:00.004389', '_ansible_item_label': u'virt_sandbox_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_sandbox_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_sandbox_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:43.661140', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-cns-0] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:43.819315', '_ansible_no_log': False, u'stdout': u'virt_sandbox_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_sandbox_use_fusefs'], u'rc': 0, 'item': u'virt_sandbox_use_fusefs', u'delta': u'0:00:00.003614', '_ansible_item_label': u'virt_sandbox_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_sandbox_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_sandbox_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:43.815701', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-cns-1] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:43.956540', '_ansible_no_log': False, u'stdout': u'virt_sandbox_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_sandbox_use_fusefs'], u'rc': 0, 'item': u'virt_sandbox_use_fusefs', u'delta': u'0:00:00.003894', '_ansible_item_label': u'virt_sandbox_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_sandbox_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_sandbox_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:43.952646', '_ansible_ignore_errors': None, 'failed': False})
changed: [poc-azure-gluster-cns-2] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2019-02-15 16:40:44.065824', '_ansible_no_log': False, u'stdout': u'virt_sandbox_use_fusefs --> off', u'cmd': [u'getsebool', u'virt_sandbox_use_fusefs'], u'rc': 0, 'item': u'virt_sandbox_use_fusefs', u'delta': u'0:00:00.004157', '_ansible_item_label': u'virt_sandbox_use_fusefs', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_sandbox_use_fusefs', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_sandbox_use_fusefs --> off'], 'failed_when_result': False, u'start': u'2019-02-15 16:40:44.061667', '_ansible_ignore_errors': None, 'failed': False})
TASK [openshift_node : Set seboolean to allow gluster storage plugin access from containers (python 3)] ***
TASK [openshift_node : Install Ceph storage plugin dependencies] ***************
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-cns-2]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-2]
TASK [openshift_node : Install iSCSI storage plugin dependencies] **************
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-cns-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-infra-2]
TASK [openshift_node : restart services] ***************************************
changed: [poc-azure-gluster-master-0] => (item=multipathd)
changed: [poc-azure-gluster-master-1] => (item=multipathd)
changed: [poc-azure-gluster-master-2] => (item=multipathd)
changed: [poc-azure-gluster-infra-0] => (item=multipathd)
ok: [poc-azure-gluster-master-0] => (item=rpcbind)
changed: [poc-azure-gluster-infra-1] => (item=multipathd)
ok: [poc-azure-gluster-master-1] => (item=rpcbind)
ok: [poc-azure-gluster-master-2] => (item=rpcbind)
ok: [poc-azure-gluster-infra-0] => (item=rpcbind)
changed: [poc-azure-gluster-infra-2] => (item=multipathd)
changed: [poc-azure-gluster-master-0] => (item=iscsid)
ok: [poc-azure-gluster-infra-1] => (item=rpcbind)
changed: [poc-azure-gluster-node-0] => (item=multipathd)
changed: [poc-azure-gluster-master-1] => (item=iscsid)
changed: [poc-azure-gluster-master-2] => (item=iscsid)
changed: [poc-azure-gluster-infra-0] => (item=iscsid)
changed: [poc-azure-gluster-node-1] => (item=multipathd)
ok: [poc-azure-gluster-infra-2] => (item=rpcbind)
changed: [poc-azure-gluster-infra-1] => (item=iscsid)
ok: [poc-azure-gluster-node-0] => (item=rpcbind)
changed: [poc-azure-gluster-node-2] => (item=multipathd)
ok: [poc-azure-gluster-node-1] => (item=rpcbind)
changed: [poc-azure-gluster-cns-0] => (item=multipathd)
changed: [poc-azure-gluster-infra-2] => (item=iscsid)
ok: [poc-azure-gluster-node-2] => (item=rpcbind)
changed: [poc-azure-gluster-cns-1] => (item=multipathd)
changed: [poc-azure-gluster-node-0] => (item=iscsid)
changed: [poc-azure-gluster-node-1] => (item=iscsid)
ok: [poc-azure-gluster-cns-0] => (item=rpcbind)
changed: [poc-azure-gluster-cns-2] => (item=multipathd)
ok: [poc-azure-gluster-cns-1] => (item=rpcbind)
changed: [poc-azure-gluster-node-2] => (item=iscsid)
ok: [poc-azure-gluster-cns-2] => (item=rpcbind)
changed: [poc-azure-gluster-cns-0] => (item=iscsid)
changed: [poc-azure-gluster-cns-1] => (item=iscsid)
changed: [poc-azure-gluster-cns-2] => (item=iscsid)
TASK [openshift_node : Template multipath configuration] ***********************
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Enable and start multipath] *****************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [tuned : Check for tuned package] *****************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [tuned : Set tuned OpenShift variables] ***********************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [tuned : Ensure directory structure exists] *******************************
changed: [poc-azure-gluster-master-0] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0260665, 'owner': 'root', 'path': u'openshift', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0260665})
changed: [poc-azure-gluster-master-1] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0260665, 'owner': 'root', 'path': u'openshift', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0260665})
changed: [poc-azure-gluster-master-2] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0260665, 'owner': 'root', 'path': u'openshift', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0260665})
changed: [poc-azure-gluster-master-0] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-control-plane', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-infra-0] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0260665, 'owner': 'root', 'path': u'openshift', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0260665})
changed: [poc-azure-gluster-master-1] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-control-plane', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-master-2] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-control-plane', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-infra-1] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0260665, 'owner': 'root', 'path': u'openshift', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0260665})
changed: [poc-azure-gluster-master-1] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-node', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-infra-2] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0260665, 'owner': 'root', 'path': u'openshift', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0260665})
changed: [poc-azure-gluster-master-0] => (item={'serole': u'object_r', 'group': u'root', 'uid': 0, 'selevel': u's0', 'seuser': u'system_u', 'setype': u'usr_t', 'state': u'directory', 'gid': 0, 'mode': u'0755', 'mtime': 1550247253.0250664, 'owner': u'root', 'path': u'openshift-node', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-master-2] => (item={'serole': u'object_r', 'group': u'root', 'uid': 0, 'selevel': u's0', 'seuser': u'system_u', 'setype': u'usr_t', 'state': u'directory', 'gid': 0, 'mode': u'0755', 'mtime': 1550247253.0250664, 'owner': u'root', 'path': u'openshift-node', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-infra-0] => (item={'serole': u'object_r', 'group': u'root', 'uid': 0, 'selevel': u's0', 'seuser': u'system_u', 'setype': u'usr_t', 'state': u'directory', 'gid': 0, 'mode': u'0755', 'mtime': 1550247253.0250664, 'owner': u'root', 'path': u'openshift-control-plane', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-infra-2] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-control-plane', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-node-0] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0260665, 'owner': 'root', 'path': u'openshift', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0260665})
changed: [poc-azure-gluster-infra-1] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-control-plane', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-infra-0] => (item={'serole': u'object_r', 'group': u'root', 'uid': 0, 'selevel': u's0', 'seuser': u'system_u', 'setype': u'usr_t', 'state': u'directory', 'gid': 0, 'mode': u'0755', 'mtime': 1550247253.0250664, 'owner': u'root', 'path': u'openshift-node', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-infra-1] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-node', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-node-1] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0260665, 'owner': 'root', 'path': u'openshift', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0260665})
changed: [poc-azure-gluster-node-0] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-control-plane', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-node-2] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0260665, 'owner': 'root', 'path': u'openshift', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0260665})
changed: [poc-azure-gluster-infra-2] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-node', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-cns-0] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0260665, 'owner': 'root', 'path': u'openshift', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0260665})
changed: [poc-azure-gluster-node-1] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-control-plane', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-node-0] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-node', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-node-2] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-control-plane', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-cns-0] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-control-plane', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-cns-1] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0260665, 'owner': 'root', 'path': u'openshift', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0260665})
changed: [poc-azure-gluster-node-1] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-node', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-node-2] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-node', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-cns-2] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0260665, 'owner': 'root', 'path': u'openshift', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0260665})
changed: [poc-azure-gluster-cns-1] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-control-plane', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-cns-0] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-node', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-cns-2] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-control-plane', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-cns-1] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-node', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
changed: [poc-azure-gluster-cns-2] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-node', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
TASK [tuned : Ensure files are populated from templates] ***********************
changed: [poc-azure-gluster-master-0] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/recommend.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'recommend.conf', 'size': 290, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-master-2] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/recommend.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'recommend.conf', 'size': 290, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-master-1] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/recommend.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'recommend.conf', 'size': 290, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-infra-0] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/recommend.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'recommend.conf', 'size': 290, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-infra-1] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/recommend.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'recommend.conf', 'size': 290, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-infra-2] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/recommend.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'recommend.conf', 'size': 290, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-master-0] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift/tuned.conf', 'size': 593, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-master-1] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift/tuned.conf', 'size': 593, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-master-2] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift/tuned.conf', 'size': 593, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-infra-0] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift/tuned.conf', 'size': 593, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-node-0] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/recommend.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'recommend.conf', 'size': 290, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-infra-1] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift/tuned.conf', 'size': 593, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-master-0] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-control-plane/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0250664, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift-control-plane/tuned.conf', 'size': 744, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-node-1] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/recommend.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'recommend.conf', 'size': 290, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-master-2] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-control-plane/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0250664, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift-control-plane/tuned.conf', 'size': 744, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-node-2] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/recommend.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'recommend.conf', 'size': 290, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-master-1] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-control-plane/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0250664, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift-control-plane/tuned.conf', 'size': 744, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-infra-2] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift/tuned.conf', 'size': 593, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-cns-0] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/recommend.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'recommend.conf', 'size': 290, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-infra-1] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-control-plane/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0250664, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift-control-plane/tuned.conf', 'size': 744, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-infra-0] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-control-plane/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0250664, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift-control-plane/tuned.conf', 'size': 744, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-node-0] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift/tuned.conf', 'size': 593, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-cns-1] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/recommend.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'recommend.conf', 'size': 290, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-master-0] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-node/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': u's0', 'seuser': u'system_u', 'serole': u'object_r', 'ctime': 1550247253.0250664, 'state': u'file', 'gid': 0, 'mode': u'0644', 'mtime': 1547424823.0, 'owner': u'root', 'path': u'openshift-node/tuned.conf', 'size': 283, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': u'usr_t'})
changed: [poc-azure-gluster-master-2] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-node/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': u's0', 'seuser': u'system_u', 'serole': u'object_r', 'ctime': 1550247253.0250664, 'state': u'file', 'gid': 0, 'mode': u'0644', 'mtime': 1547424823.0, 'owner': u'root', 'path': u'openshift-node/tuned.conf', 'size': 283, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': u'usr_t'})
changed: [poc-azure-gluster-cns-2] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/recommend.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'recommend.conf', 'size': 290, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-node-1] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift/tuned.conf', 'size': 593, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-node-2] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift/tuned.conf', 'size': 593, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-infra-0] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-node/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': u's0', 'seuser': u'system_u', 'serole': u'object_r', 'ctime': 1550247253.0250664, 'state': u'file', 'gid': 0, 'mode': u'0644', 'mtime': 1547424823.0, 'owner': u'root', 'path': u'openshift-node/tuned.conf', 'size': 283, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': u'usr_t'})
changed: [poc-azure-gluster-master-1] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-node/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': u's0', 'seuser': u'system_u', 'serole': u'object_r', 'ctime': 1550247253.0250664, 'state': u'file', 'gid': 0, 'mode': u'0644', 'mtime': 1547424823.0, 'owner': u'root', 'path': u'openshift-node/tuned.conf', 'size': 283, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': u'usr_t'})
changed: [poc-azure-gluster-cns-0] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift/tuned.conf', 'size': 593, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-infra-2] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-control-plane/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0250664, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift-control-plane/tuned.conf', 'size': 744, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-node-0] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-control-plane/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0250664, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift-control-plane/tuned.conf', 'size': 744, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-cns-1] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift/tuned.conf', 'size': 593, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-infra-1] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-node/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': u's0', 'seuser': u'system_u', 'serole': u'object_r', 'ctime': 1550247253.0250664, 'state': u'file', 'gid': 0, 'mode': u'0644', 'mtime': 1547424823.0, 'owner': u'root', 'path': u'openshift-node/tuned.conf', 'size': 283, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': u'usr_t'})
changed: [poc-azure-gluster-node-1] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-control-plane/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0250664, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift-control-plane/tuned.conf', 'size': 744, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-cns-2] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift/tuned.conf', 'size': 593, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-node-2] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-control-plane/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0250664, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift-control-plane/tuned.conf', 'size': 744, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-cns-0] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-control-plane/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0250664, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift-control-plane/tuned.conf', 'size': 744, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-infra-2] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-node/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': u's0', 'seuser': u'system_u', 'serole': u'object_r', 'ctime': 1550247253.0250664, 'state': u'file', 'gid': 0, 'mode': u'0644', 'mtime': 1547424823.0, 'owner': u'root', 'path': u'openshift-node/tuned.conf', 'size': 283, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': u'usr_t'})
changed: [poc-azure-gluster-node-0] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-node/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0250664, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift-node/tuned.conf', 'size': 283, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-cns-1] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-control-plane/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0250664, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift-control-plane/tuned.conf', 'size': 744, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-node-1] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-node/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': u's0', 'seuser': u'system_u', 'serole': u'object_r', 'ctime': 1550247253.0250664, 'state': u'file', 'gid': 0, 'mode': u'0644', 'mtime': 1547424823.0, 'owner': u'root', 'path': u'openshift-node/tuned.conf', 'size': 283, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': u'usr_t'})
changed: [poc-azure-gluster-node-2] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-node/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': u's0', 'seuser': u'system_u', 'serole': u'object_r', 'ctime': 1550247253.0250664, 'state': u'file', 'gid': 0, 'mode': u'0644', 'mtime': 1547424823.0, 'owner': u'root', 'path': u'openshift-node/tuned.conf', 'size': 283, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': u'usr_t'})
changed: [poc-azure-gluster-cns-2] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-control-plane/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0250664, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift-control-plane/tuned.conf', 'size': 744, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-cns-0] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-node/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': u's0', 'seuser': u'system_u', 'serole': u'object_r', 'ctime': 1550247253.0250664, 'state': u'file', 'gid': 0, 'mode': u'0644', 'mtime': 1547424823.0, 'owner': u'root', 'path': u'openshift-node/tuned.conf', 'size': 283, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': u'usr_t'})
changed: [poc-azure-gluster-cns-1] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-node/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0250664, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift-node/tuned.conf', 'size': 283, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
changed: [poc-azure-gluster-cns-2] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-node/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0250664, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift-node/tuned.conf', 'size': 283, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
TASK [tuned : Make tuned use the recommended tuned profile on restart] *********
changed: [poc-azure-gluster-master-0] => (item=/etc/tuned/active_profile)
changed: [poc-azure-gluster-master-1] => (item=/etc/tuned/active_profile)
changed: [poc-azure-gluster-master-0] => (item=/etc/tuned/profile_mode)
changed: [poc-azure-gluster-master-2] => (item=/etc/tuned/active_profile)
changed: [poc-azure-gluster-infra-0] => (item=/etc/tuned/active_profile)
changed: [poc-azure-gluster-master-1] => (item=/etc/tuned/profile_mode)
changed: [poc-azure-gluster-infra-1] => (item=/etc/tuned/active_profile)
changed: [poc-azure-gluster-master-2] => (item=/etc/tuned/profile_mode)
changed: [poc-azure-gluster-infra-0] => (item=/etc/tuned/profile_mode)
changed: [poc-azure-gluster-infra-2] => (item=/etc/tuned/active_profile)
changed: [poc-azure-gluster-infra-1] => (item=/etc/tuned/profile_mode)
changed: [poc-azure-gluster-node-0] => (item=/etc/tuned/active_profile)
changed: [poc-azure-gluster-infra-2] => (item=/etc/tuned/profile_mode)
changed: [poc-azure-gluster-node-1] => (item=/etc/tuned/active_profile)
changed: [poc-azure-gluster-node-0] => (item=/etc/tuned/profile_mode)
changed: [poc-azure-gluster-node-2] => (item=/etc/tuned/active_profile)
changed: [poc-azure-gluster-node-1] => (item=/etc/tuned/profile_mode)
changed: [poc-azure-gluster-cns-0] => (item=/etc/tuned/active_profile)
changed: [poc-azure-gluster-cns-1] => (item=/etc/tuned/active_profile)
changed: [poc-azure-gluster-node-2] => (item=/etc/tuned/profile_mode)
changed: [poc-azure-gluster-cns-0] => (item=/etc/tuned/profile_mode)
changed: [poc-azure-gluster-cns-2] => (item=/etc/tuned/active_profile)
changed: [poc-azure-gluster-cns-1] => (item=/etc/tuned/profile_mode)
changed: [poc-azure-gluster-cns-2] => (item=/etc/tuned/profile_mode)
TASK [tuned : Restart tuned service] *******************************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-2]
TASK [nickhammond.logrotate : nickhammond.logrotate | Install logrotate] *******
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-2]
TASK [nickhammond.logrotate : nickhammond.logrotate | Setup logrotate.d scripts] ***
TASK [openshift_storage_glusterfs : Ensure device mapper modules loaded] *******
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_storage_glusterfs : Install kernel modules package on Fedora] ***
TASK [openshift_storage_glusterfs : load kernel modules] ***********************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
RUNNING HANDLER [openshift_node : reload systemd units] ************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
PLAY [node bootstrap config] ***************************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_node : install needed rpm(s)] **********************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-infra-2]
TASK [openshift_node : create the directory for node] **************************
TASK [openshift_node : laydown systemd override] *******************************
TASK [openshift_node : update the sysconfig to have necessary variables] *******
changed: [poc-azure-gluster-master-0] => (item={u'regexp': u'^KUBECONFIG=.*', u'line': u'KUBECONFIG=/etc/origin/node/bootstrap.kubeconfig'})
changed: [poc-azure-gluster-infra-0] => (item={u'regexp': u'^KUBECONFIG=.*', u'line': u'KUBECONFIG=/etc/origin/node/bootstrap.kubeconfig'})
changed: [poc-azure-gluster-master-1] => (item={u'regexp': u'^KUBECONFIG=.*', u'line': u'KUBECONFIG=/etc/origin/node/bootstrap.kubeconfig'})
changed: [poc-azure-gluster-infra-1] => (item={u'regexp': u'^KUBECONFIG=.*', u'line': u'KUBECONFIG=/etc/origin/node/bootstrap.kubeconfig'})
changed: [poc-azure-gluster-infra-2] => (item={u'regexp': u'^KUBECONFIG=.*', u'line': u'KUBECONFIG=/etc/origin/node/bootstrap.kubeconfig'})
changed: [poc-azure-gluster-node-0] => (item={u'regexp': u'^KUBECONFIG=.*', u'line': u'KUBECONFIG=/etc/origin/node/bootstrap.kubeconfig'})
changed: [poc-azure-gluster-node-1] => (item={u'regexp': u'^KUBECONFIG=.*', u'line': u'KUBECONFIG=/etc/origin/node/bootstrap.kubeconfig'})
changed: [poc-azure-gluster-node-2] => (item={u'regexp': u'^KUBECONFIG=.*', u'line': u'KUBECONFIG=/etc/origin/node/bootstrap.kubeconfig'})
changed: [poc-azure-gluster-master-2] => (item={u'regexp': u'^KUBECONFIG=.*', u'line': u'KUBECONFIG=/etc/origin/node/bootstrap.kubeconfig'})
changed: [poc-azure-gluster-cns-0] => (item={u'regexp': u'^KUBECONFIG=.*', u'line': u'KUBECONFIG=/etc/origin/node/bootstrap.kubeconfig'})
changed: [poc-azure-gluster-cns-1] => (item={u'regexp': u'^KUBECONFIG=.*', u'line': u'KUBECONFIG=/etc/origin/node/bootstrap.kubeconfig'})
changed: [poc-azure-gluster-cns-2] => (item={u'regexp': u'^KUBECONFIG=.*', u'line': u'KUBECONFIG=/etc/origin/node/bootstrap.kubeconfig'})
TASK [openshift_node : Configure AWS Cloud Provider Settings] ******************
TASK [openshift_node : disable atomic-openshift-node service] ******************
ok: [poc-azure-gluster-master-0] => (item=atomic-openshift-node.service)
ok: [poc-azure-gluster-master-1] => (item=atomic-openshift-node.service)
ok: [poc-azure-gluster-master-2] => (item=atomic-openshift-node.service)
ok: [poc-azure-gluster-infra-0] => (item=atomic-openshift-node.service)
ok: [poc-azure-gluster-infra-1] => (item=atomic-openshift-node.service)
ok: [poc-azure-gluster-infra-2] => (item=atomic-openshift-node.service)
ok: [poc-azure-gluster-node-0] => (item=atomic-openshift-node.service)
ok: [poc-azure-gluster-node-1] => (item=atomic-openshift-node.service)
ok: [poc-azure-gluster-node-2] => (item=atomic-openshift-node.service)
ok: [poc-azure-gluster-cns-0] => (item=atomic-openshift-node.service)
ok: [poc-azure-gluster-cns-1] => (item=atomic-openshift-node.service)
ok: [poc-azure-gluster-cns-2] => (item=atomic-openshift-node.service)
TASK [openshift_node : create directories for bootstrapping] *******************
changed: [poc-azure-gluster-master-0] => (item=/root/openshift_bootstrap)
changed: [poc-azure-gluster-master-1] => (item=/root/openshift_bootstrap)
changed: [poc-azure-gluster-master-2] => (item=/root/openshift_bootstrap)
changed: [poc-azure-gluster-master-0] => (item=/var/lib/origin/openshift.local.config)
changed: [poc-azure-gluster-infra-0] => (item=/root/openshift_bootstrap)
changed: [poc-azure-gluster-master-1] => (item=/var/lib/origin/openshift.local.config)
changed: [poc-azure-gluster-infra-1] => (item=/root/openshift_bootstrap)
changed: [poc-azure-gluster-master-2] => (item=/var/lib/origin/openshift.local.config)
changed: [poc-azure-gluster-master-0] => (item=/var/lib/origin/openshift.local.config/node)
changed: [poc-azure-gluster-infra-0] => (item=/var/lib/origin/openshift.local.config)
changed: [poc-azure-gluster-infra-1] => (item=/var/lib/origin/openshift.local.config)
changed: [poc-azure-gluster-master-0] => (item=/etc/docker/certs.d/docker-registry.default.svc:5000)
changed: [poc-azure-gluster-infra-2] => (item=/root/openshift_bootstrap)
changed: [poc-azure-gluster-master-2] => (item=/var/lib/origin/openshift.local.config/node)
changed: [poc-azure-gluster-node-0] => (item=/root/openshift_bootstrap)
changed: [poc-azure-gluster-infra-0] => (item=/var/lib/origin/openshift.local.config/node)
changed: [poc-azure-gluster-master-2] => (item=/etc/docker/certs.d/docker-registry.default.svc:5000)
changed: [poc-azure-gluster-infra-1] => (item=/var/lib/origin/openshift.local.config/node)
changed: [poc-azure-gluster-infra-2] => (item=/var/lib/origin/openshift.local.config)
changed: [poc-azure-gluster-node-1] => (item=/root/openshift_bootstrap)
changed: [poc-azure-gluster-infra-0] => (item=/etc/docker/certs.d/docker-registry.default.svc:5000)
changed: [poc-azure-gluster-master-1] => (item=/var/lib/origin/openshift.local.config/node)
changed: [poc-azure-gluster-node-2] => (item=/root/openshift_bootstrap)
changed: [poc-azure-gluster-node-0] => (item=/var/lib/origin/openshift.local.config)
changed: [poc-azure-gluster-infra-1] => (item=/etc/docker/certs.d/docker-registry.default.svc:5000)
changed: [poc-azure-gluster-node-1] => (item=/var/lib/origin/openshift.local.config)
changed: [poc-azure-gluster-infra-2] => (item=/var/lib/origin/openshift.local.config/node)
changed: [poc-azure-gluster-node-2] => (item=/var/lib/origin/openshift.local.config)
changed: [poc-azure-gluster-master-1] => (item=/etc/docker/certs.d/docker-registry.default.svc:5000)
changed: [poc-azure-gluster-cns-0] => (item=/root/openshift_bootstrap)
changed: [poc-azure-gluster-node-0] => (item=/var/lib/origin/openshift.local.config/node)
changed: [poc-azure-gluster-infra-2] => (item=/etc/docker/certs.d/docker-registry.default.svc:5000)
changed: [poc-azure-gluster-node-1] => (item=/var/lib/origin/openshift.local.config/node)
changed: [poc-azure-gluster-node-2] => (item=/var/lib/origin/openshift.local.config/node)
changed: [poc-azure-gluster-cns-1] => (item=/root/openshift_bootstrap)
changed: [poc-azure-gluster-cns-0] => (item=/var/lib/origin/openshift.local.config)
changed: [poc-azure-gluster-node-0] => (item=/etc/docker/certs.d/docker-registry.default.svc:5000)
changed: [poc-azure-gluster-node-1] => (item=/etc/docker/certs.d/docker-registry.default.svc:5000)
changed: [poc-azure-gluster-node-2] => (item=/etc/docker/certs.d/docker-registry.default.svc:5000)
changed: [poc-azure-gluster-cns-1] => (item=/var/lib/origin/openshift.local.config)
changed: [poc-azure-gluster-cns-2] => (item=/root/openshift_bootstrap)
changed: [poc-azure-gluster-cns-0] => (item=/var/lib/origin/openshift.local.config/node)
changed: [poc-azure-gluster-cns-1] => (item=/var/lib/origin/openshift.local.config/node)
changed: [poc-azure-gluster-cns-2] => (item=/var/lib/origin/openshift.local.config)
changed: [poc-azure-gluster-cns-0] => (item=/etc/docker/certs.d/docker-registry.default.svc:5000)
changed: [poc-azure-gluster-cns-1] => (item=/etc/docker/certs.d/docker-registry.default.svc:5000)
changed: [poc-azure-gluster-cns-2] => (item=/var/lib/origin/openshift.local.config/node)
changed: [poc-azure-gluster-cns-2] => (item=/etc/docker/certs.d/docker-registry.default.svc:5000)
TASK [openshift_node : laydown the bootstrap.yml file for on boot configuration] ***
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Create a symlink to the node client CA for the docker registry] ***
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node_group : create node config template] **********************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node_group : Update bootstrap-node-config.yaml to use crio] ****
TASK [openshift_node_group : Ensure required directories are present] **********
ok: [poc-azure-gluster-master-0] => (item=/etc/origin/node/pods)
ok: [poc-azure-gluster-master-1] => (item=/etc/origin/node/pods)
ok: [poc-azure-gluster-master-2] => (item=/etc/origin/node/pods)
changed: [poc-azure-gluster-master-0] => (item=/etc/origin/node/certificates)
changed: [poc-azure-gluster-master-1] => (item=/etc/origin/node/certificates)
ok: [poc-azure-gluster-infra-0] => (item=/etc/origin/node/pods)
changed: [poc-azure-gluster-master-2] => (item=/etc/origin/node/certificates)
ok: [poc-azure-gluster-infra-1] => (item=/etc/origin/node/pods)
changed: [poc-azure-gluster-infra-0] => (item=/etc/origin/node/certificates)
ok: [poc-azure-gluster-infra-2] => (item=/etc/origin/node/pods)
changed: [poc-azure-gluster-infra-1] => (item=/etc/origin/node/certificates)
ok: [poc-azure-gluster-node-0] => (item=/etc/origin/node/pods)
changed: [poc-azure-gluster-infra-2] => (item=/etc/origin/node/certificates)
ok: [poc-azure-gluster-node-1] => (item=/etc/origin/node/pods)
ok: [poc-azure-gluster-node-2] => (item=/etc/origin/node/pods)
changed: [poc-azure-gluster-node-1] => (item=/etc/origin/node/certificates)
changed: [poc-azure-gluster-node-0] => (item=/etc/origin/node/certificates)
changed: [poc-azure-gluster-node-2] => (item=/etc/origin/node/certificates)
ok: [poc-azure-gluster-cns-0] => (item=/etc/origin/node/pods)
ok: [poc-azure-gluster-cns-1] => (item=/etc/origin/node/pods)
changed: [poc-azure-gluster-cns-0] => (item=/etc/origin/node/certificates)
ok: [poc-azure-gluster-cns-2] => (item=/etc/origin/node/pods)
changed: [poc-azure-gluster-cns-1] => (item=/etc/origin/node/certificates)
changed: [poc-azure-gluster-cns-2] => (item=/etc/origin/node/certificates)
TASK [openshift_node_group : Update the sysconfig to group "node-config-master"] ***
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : openshift_facts] ****************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_node : Configure Proxy Settings] *******************************
PLAY [Re-enable excluder if it was previously enabled] *************************
TASK [openshift_excluder : Debug r_openshift_excluder_enable_docker_excluder] ***
ok: [poc-azure-gluster-master-0] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-master-1] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-master-2] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-infra-0] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-infra-1] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-infra-2] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-node-0] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-node-1] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-node-2] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-cns-0] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-cns-1] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-cns-2] => {
"r_openshift_excluder_enable_docker_excluder": true
}
TASK [openshift_excluder : Debug r_openshift_excluder_enable_openshift_excluder] ***
ok: [poc-azure-gluster-master-0] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-master-1] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-master-2] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-infra-0] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-infra-1] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-infra-2] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-node-0] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-node-1] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-node-2] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-cns-0] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-cns-1] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-cns-2] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
TASK [openshift_excluder : Fail if invalid openshift_excluder_action provided] ***
TASK [openshift_excluder : Fail if r_openshift_excluder_upgrade_target is not defined] ***
TASK [openshift_excluder : Include main action task file] **********************
included: /usr/share/ansible/openshift-ansible/roles/openshift_excluder/tasks/enable.yml for poc-azure-gluster-master-0, poc-azure-gluster-master-1, poc-azure-gluster-master-2, poc-azure-gluster-infra-0, poc-azure-gluster-infra-1, poc-azure-gluster-infra-2, poc-azure-gluster-node-0, poc-azure-gluster-node-1, poc-azure-gluster-node-2, poc-azure-gluster-cns-0, poc-azure-gluster-cns-1, poc-azure-gluster-cns-2
TASK [openshift_excluder : Install docker excluder - yum] **********************
TASK [openshift_excluder : Install docker excluder - dnf] **********************
TASK [openshift_excluder : Install openshift excluder - yum] *******************
TASK [openshift_excluder : Install openshift excluder - dnf] *******************
TASK [openshift_excluder : set_fact] *******************************************
TASK [openshift_excluder : Check for docker-excluder] **************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_excluder : Check for openshift excluder] ***********************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_excluder : Enable docker excluder] *****************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_excluder : Enable openshift excluder] **************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
PLAY [Node Bootstrap Preparation Checkpoint End] *******************************
TASK [Set Node Bootstrap Preparation 'Complete'] *******************************
ok: [poc-azure-gluster-master-0]
PLAY [etcd Install Checkpoint Start] *******************************************
TASK [Set etcd install 'In Progress'] ******************************************
ok: [poc-azure-gluster-master-0]
PLAY [Generate new etcd CA] ****************************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
TASK [etcd : include_tasks] ****************************************************
included: /usr/share/ansible/openshift-ansible/roles/etcd/tasks/certificates/deploy_ca.yml for poc-azure-gluster-master-0
TASK [etcd : Install openssl] **************************************************
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [etcd : file] *************************************************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=/etc/etcd/ca/certs)
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=/etc/etcd/ca/crl)
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=/etc/etcd/ca/fragments)
TASK [etcd : command] **********************************************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [etcd : template] *********************************************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [etcd : assemble] *********************************************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [etcd : Check etcd_ca_db exist] *******************************************
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [etcd : Touch etcd_ca_db file] ********************************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [etcd : copy] *************************************************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [etcd : Create etcd CA certificate] ***************************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
PLAY [Create etcd server certificates for etcd hosts] **************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [etcd : include_tasks] ****************************************************
included: /usr/share/ansible/openshift-ansible/roles/etcd/tasks/ca.yml for poc-azure-gluster-master-0, poc-azure-gluster-master-1, poc-azure-gluster-master-2
TASK [etcd : include_tasks] ****************************************************
included: /usr/share/ansible/openshift-ansible/roles/etcd/tasks/certificates/deploy_ca.yml for poc-azure-gluster-master-0, poc-azure-gluster-master-1, poc-azure-gluster-master-2
TASK [etcd : Install openssl] **************************************************
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [etcd : file] *************************************************************
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=/etc/etcd/ca/certs)
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=/etc/etcd/ca/crl)
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=/etc/etcd/ca/fragments)
TASK [etcd : command] **********************************************************
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [etcd : template] *********************************************************
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [etcd : assemble] *********************************************************
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [etcd : Check etcd_ca_db exist] *******************************************
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [etcd : Touch etcd_ca_db file] ********************************************
TASK [etcd : copy] *************************************************************
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [etcd : Create etcd CA certificate] ***************************************
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [etcd : include_tasks] ****************************************************
included: /usr/share/ansible/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml for poc-azure-gluster-master-0, poc-azure-gluster-master-1, poc-azure-gluster-master-2
TASK [etcd : Install etcd] *****************************************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [etcd : Check status of etcd certificates] ********************************
ok: [poc-azure-gluster-master-0] => (item=/etc/etcd/server.crt)
ok: [poc-azure-gluster-master-1] => (item=/etc/etcd/server.crt)
ok: [poc-azure-gluster-master-2] => (item=/etc/etcd/server.crt)
ok: [poc-azure-gluster-master-0] => (item=/etc/etcd/peer.crt)
ok: [poc-azure-gluster-master-1] => (item=/etc/etcd/peer.crt)
ok: [poc-azure-gluster-master-0] => (item=/etc/etcd/ca.crt)
ok: [poc-azure-gluster-master-1] => (item=/etc/etcd/ca.crt)
ok: [poc-azure-gluster-master-2] => (item=/etc/etcd/peer.crt)
ok: [poc-azure-gluster-master-2] => (item=/etc/etcd/ca.crt)
TASK [etcd : set_fact] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [etcd : Ensure generated_certs directory present] *************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [etcd : Create the server csr] ********************************************
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [etcd : Sign and create the server crt] ***********************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [etcd : Create the peer csr] **********************************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [etcd : Sign and create the peer crt] *************************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [etcd : file] *************************************************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [etcd : Create a tarball of the etcd certs] *******************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [etcd : Retrieve etcd cert tarball] ***************************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [etcd : Ensure certificate directory exists] ******************************
ok: [poc-azure-gluster-master-0] => (item=/etc/etcd)
ok: [poc-azure-gluster-master-1] => (item=/etc/etcd)
ok: [poc-azure-gluster-master-2] => (item=/etc/etcd)
TASK [etcd : Unarchive cert tarball] *******************************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [etcd : Create a tarball of the etcd ca certs] ****************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [etcd : Retrieve etcd ca cert tarball] ************************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [etcd : Ensure ca directory exists] ***************************************
ok: [poc-azure-gluster-master-0] => (item=/etc/etcd/ca)
changed: [poc-azure-gluster-master-1] => (item=/etc/etcd/ca)
changed: [poc-azure-gluster-master-2] => (item=/etc/etcd/ca)
TASK [etcd : Delete temporary directory] ***************************************
ok: [poc-azure-gluster-master-0 -> localhost]
ok: [poc-azure-gluster-master-1 -> localhost]
ok: [poc-azure-gluster-master-2 -> localhost]
TASK [etcd : Validate permissions on certificate files] ************************
changed: [poc-azure-gluster-master-0] => (item=/etc/etcd/ca.crt)
changed: [poc-azure-gluster-master-1] => (item=/etc/etcd/ca.crt)
changed: [poc-azure-gluster-master-2] => (item=/etc/etcd/ca.crt)
changed: [poc-azure-gluster-master-0] => (item=/etc/etcd/server.crt)
changed: [poc-azure-gluster-master-1] => (item=/etc/etcd/server.crt)
changed: [poc-azure-gluster-master-2] => (item=/etc/etcd/server.crt)
changed: [poc-azure-gluster-master-0] => (item=/etc/etcd/server.key)
changed: [poc-azure-gluster-master-1] => (item=/etc/etcd/server.key)
changed: [poc-azure-gluster-master-2] => (item=/etc/etcd/server.key)
TASK [etcd : Validate permissions on peer certificate files] *******************
ok: [poc-azure-gluster-master-0] => (item=/etc/etcd/ca.crt)
ok: [poc-azure-gluster-master-2] => (item=/etc/etcd/ca.crt)
changed: [poc-azure-gluster-master-0] => (item=/etc/etcd/peer.crt)
changed: [poc-azure-gluster-master-2] => (item=/etc/etcd/peer.crt)
changed: [poc-azure-gluster-master-0] => (item=/etc/etcd/peer.key)
changed: [poc-azure-gluster-master-2] => (item=/etc/etcd/peer.key)
ok: [poc-azure-gluster-master-1] => (item=/etc/etcd/ca.crt)
changed: [poc-azure-gluster-master-1] => (item=/etc/etcd/peer.crt)
changed: [poc-azure-gluster-master-1] => (item=/etc/etcd/peer.key)
TASK [etcd : Validate permissions on the config dir] ***************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
PLAY [Create etcd client certificates for master hosts] ************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2]
TASK [etcd : include_tasks] ****************************************************
included: /usr/share/ansible/openshift-ansible/roles/etcd/tasks/certificates/fetch_client_certificates_from_ca.yml for poc-azure-gluster-master-0, poc-azure-gluster-master-1, poc-azure-gluster-master-2
TASK [etcd : Ensure CA certificate exists on etcd_ca_host] *********************
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [etcd : fail] *************************************************************
TASK [etcd : Check status of external etcd certificatees] **********************
ok: [poc-azure-gluster-master-0] => (item=master.etcd-client.crt)
ok: [poc-azure-gluster-master-1] => (item=master.etcd-client.crt)
ok: [poc-azure-gluster-master-0] => (item=master.etcd-client.key)
ok: [poc-azure-gluster-master-2] => (item=master.etcd-client.crt)
ok: [poc-azure-gluster-master-1] => (item=master.etcd-client.key)
ok: [poc-azure-gluster-master-0] => (item=master.etcd-ca.crt)
ok: [poc-azure-gluster-master-2] => (item=master.etcd-client.key)
ok: [poc-azure-gluster-master-1] => (item=master.etcd-ca.crt)
ok: [poc-azure-gluster-master-2] => (item=master.etcd-ca.crt)
TASK [etcd : set_fact] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [etcd : Ensure generated_certs directory present] *************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [etcd : Create the client csr] ********************************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [etcd : Sign and create the client crt] ***********************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [etcd : file] *************************************************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [etcd : Create a tarball of the etcd certs] *******************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [etcd : Retrieve the etcd cert tarballs] **********************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [etcd : Ensure certificate directory exists] ******************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [etcd : Unarchive etcd cert tarballs] *************************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [etcd : Delete temporary directory] ***************************************
ok: [poc-azure-gluster-master-0 -> localhost]
ok: [poc-azure-gluster-master-1 -> localhost]
ok: [poc-azure-gluster-master-2 -> localhost]
TASK [etcd : file] *************************************************************
changed: [poc-azure-gluster-master-0] => (item=master.etcd-client.crt)
changed: [poc-azure-gluster-master-2] => (item=master.etcd-client.crt)
changed: [poc-azure-gluster-master-1] => (item=master.etcd-client.crt)
changed: [poc-azure-gluster-master-0] => (item=master.etcd-client.key)
changed: [poc-azure-gluster-master-2] => (item=master.etcd-client.key)
changed: [poc-azure-gluster-master-1] => (item=master.etcd-client.key)
changed: [poc-azure-gluster-master-2] => (item=master.etcd-ca.crt)
changed: [poc-azure-gluster-master-0] => (item=master.etcd-ca.crt)
changed: [poc-azure-gluster-master-1] => (item=master.etcd-ca.crt)
PLAY [Configure etcd] **********************************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [fail] ********************************************************************
TASK [etcd : set etcd host and ip facts] ***************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [etcd : set etcd host and ip facts] ***************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [etcd : Check that etcd image is present] *********************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [etcd : Pre-pull etcd image] **********************************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [etcd : Configure etcd profile.d aliases] *********************************
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
TASK [etcd : Add iptables allow rules] *****************************************
changed: [poc-azure-gluster-master-0] => (item={u'port': u'2379/tcp', u'service': u'etcd'})
changed: [poc-azure-gluster-master-1] => (item={u'port': u'2379/tcp', u'service': u'etcd'})
changed: [poc-azure-gluster-master-2] => (item={u'port': u'2379/tcp', u'service': u'etcd'})
changed: [poc-azure-gluster-master-0] => (item={u'port': u'2380/tcp', u'service': u'etcd peering'})
changed: [poc-azure-gluster-master-1] => (item={u'port': u'2380/tcp', u'service': u'etcd peering'})
changed: [poc-azure-gluster-master-2] => (item={u'port': u'2380/tcp', u'service': u'etcd peering'})
TASK [etcd : Remove iptables rules] ********************************************
TASK [etcd : Add firewalld allow rules] ****************************************
TASK [etcd : Remove firewalld allow rules] *************************************
TASK [etcd : Ensure etcd datadir exists] ***************************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [etcd : Validate permissions on the config dir] ***************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [etcd : Validate permissions on the static pods dir] **********************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [etcd : Write etcd global config file] ************************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [etcd : Create temp directory for static pods] ****************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [etcd : Prepare etcd static pod] ******************************************
changed: [poc-azure-gluster-master-0] => (item=etcd.yaml)
changed: [poc-azure-gluster-master-1] => (item=etcd.yaml)
changed: [poc-azure-gluster-master-2] => (item=etcd.yaml)
TASK [etcd : Update etcd static pod] *******************************************
changed: [poc-azure-gluster-master-1] => (item=etcd.yaml)
changed: [poc-azure-gluster-master-0] => (item=etcd.yaml)
changed: [poc-azure-gluster-master-2] => (item=etcd.yaml)
TASK [etcd : Set etcd host as a probe target host] *****************************
changed: [poc-azure-gluster-master-0] => (item=etcd.yaml)
changed: [poc-azure-gluster-master-1] => (item=etcd.yaml)
changed: [poc-azure-gluster-master-2] => (item=etcd.yaml)
TASK [etcd : Deploy etcd static pod] *******************************************
changed: [poc-azure-gluster-master-0] => (item=etcd.yaml)
changed: [poc-azure-gluster-master-1] => (item=etcd.yaml)
changed: [poc-azure-gluster-master-2] => (item=etcd.yaml)
TASK [etcd : Remove temp directory] ********************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [etcd : set etcd host and ip facts] ***************************************
TASK [etcd : Add iptables allow rules] *****************************************
TASK [etcd : Remove iptables rules] ********************************************
TASK [etcd : Add firewalld allow rules] ****************************************
TASK [etcd : Remove firewalld allow rules] *************************************
TASK [etcd : Install etcd] *****************************************************
TASK [etcd : Configure etcd profile.d aliases] *********************************
TASK [etcd : Create configuration directory] ***********************************
TASK [etcd : Copy service file for etcd instance] ******************************
TASK [etcd : Create third party etcd service.d directory exists] ***************
TASK [etcd : Configure third part etcd service unit file] **********************
TASK [etcd : Ensure etcd datadir ownership for thirdparty datadir] *************
TASK [etcd : Write etcd global config file] ************************************
TASK [etcd : Ensure etcd owns the files in it's config dir] ********************
TASK [etcd : Enable etcd] ******************************************************
TASK [etcd : Set fact etcd_service_status_changed] *****************************
PLAY [etcd Install Checkpoint End] *********************************************
TASK [Set etcd install 'Complete'] *********************************************
ok: [poc-azure-gluster-master-0]
PLAY [NFS Install Checkpoint Start] ********************************************
TASK [Set NFS install 'In Progress'] *******************************************
PLAY [Configure nfs] ***********************************************************
skipping: no hosts matched
PLAY [NFS Install Checkpoint End] **********************************************
TASK [Set NFS install 'Complete'] **********************************************
PLAY [Load Balancer Install Checkpoint Start] **********************************
TASK [Set load balancer install 'In Progress'] *********************************
PLAY [Configure load balancers] ************************************************
skipping: no hosts matched
PLAY [Load Balancer Install Checkpoint End] ************************************
TASK [Set load balancer install 'Complete'] ************************************
PLAY [Master Install Checkpoint Start] *****************************************
TASK [Set Master install 'In Progress'] ****************************************
ok: [poc-azure-gluster-master-0]
PLAY [Disable excluders and gather facts] **************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_excluder : Debug r_openshift_excluder_enable_docker_excluder] ***
ok: [poc-azure-gluster-master-0] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-master-1] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-master-2] => {
"r_openshift_excluder_enable_docker_excluder": true
}
TASK [openshift_excluder : Debug r_openshift_excluder_enable_openshift_excluder] ***
ok: [poc-azure-gluster-master-0] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-master-1] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-master-2] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
TASK [openshift_excluder : Fail if invalid openshift_excluder_action provided] ***
TASK [openshift_excluder : Fail if r_openshift_excluder_upgrade_target is not defined] ***
TASK [openshift_excluder : Include main action task file] **********************
included: /usr/share/ansible/openshift-ansible/roles/openshift_excluder/tasks/disable.yml for poc-azure-gluster-master-0, poc-azure-gluster-master-1, poc-azure-gluster-master-2
TASK [openshift_excluder : Get available excluder version] *********************
TASK [openshift_excluder : Fail when excluder package is not found] ************
TASK [openshift_excluder : Set fact excluder_version] **************************
TASK [openshift_excluder : atomic-openshift-docker-excluder version detected] ***
TASK [openshift_excluder : Printing upgrade target version] ********************
TASK [openshift_excluder : Check the available atomic-openshift-docker-excluder version is at most of the upgrade target version] ***
TASK [openshift_excluder : Get available excluder version] *********************
TASK [openshift_excluder : Fail when excluder package is not found] ************
TASK [openshift_excluder : Set fact excluder_version] **************************
TASK [openshift_excluder : atomic-openshift-excluder version detected] *********
TASK [openshift_excluder : Printing upgrade target version] ********************
TASK [openshift_excluder : Check the available atomic-openshift-excluder version is at most of the upgrade target version] ***
TASK [openshift_excluder : Check for docker-excluder] **************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_excluder : disable docker excluder] ****************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_excluder : Check for openshift excluder] ***********************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_excluder : disable openshift excluder] *************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_excluder : Install docker excluder - yum] **********************
TASK [openshift_excluder : Install docker excluder - dnf] **********************
TASK [openshift_excluder : Install openshift excluder - yum] *******************
TASK [openshift_excluder : Install openshift excluder - dnf] *******************
TASK [openshift_excluder : set_fact] *******************************************
TASK [openshift_excluder : Check for docker-excluder] **************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_excluder : Check for openshift excluder] ***********************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_excluder : Enable docker excluder] *****************************
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
TASK [openshift_excluder : Enable openshift excluder] **************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_excluder : Check for docker-excluder] **************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_excluder : disable docker excluder] ****************************
TASK [openshift_excluder : Check for openshift excluder] ***********************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_excluder : disable openshift excluder] *************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_facts] *********************************************************
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
PLAY [Create OpenShift certificates for master hosts] **************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_master_facts : Verify required variables are set] **************
TASK [openshift_master_facts : Set g_metrics_hostname] *************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_master_facts : set_fact] ***************************************
TASK [openshift_master_facts : Set master facts] *******************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_master_facts : Determine if scheduler config present] **********
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_master_facts : Set Default scheduler predicates and priorities] ***
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_master_facts : Retrieve current scheduler config] **************
TASK [openshift_master_facts : Set openshift_master_scheduler_current_config] ***
TASK [openshift_master_facts : Test if scheduler config is readable] ***********
TASK [openshift_master_facts : Set current scheduler predicates and priorities] ***
TASK [openshift_named_certificates : set_fact] *********************************
ok: [poc-azure-gluster-master-0 -> localhost]
TASK [openshift_named_certificates : openshift_facts] **************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-master-1]
TASK [openshift_named_certificates : Clear named certificates] *****************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_named_certificates : Ensure named certificate directory exists] ***
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_named_certificates : Land named certificates] ******************
changed: [poc-azure-gluster-master-0] => (item={'cafile': u'/tmp/masterca.pem', 'certfile': u'/tmp/mastercert.pem', 'names': [u'console.azurerc1.altemista.cloud'], 'keyfile': u'/tmp/masterkey.pem'})
changed: [poc-azure-gluster-master-1] => (item={'cafile': u'/tmp/masterca.pem', 'certfile': u'/tmp/mastercert.pem', 'names': [u'console.azurerc1.altemista.cloud'], 'keyfile': u'/tmp/masterkey.pem'})
changed: [poc-azure-gluster-master-2] => (item={'cafile': u'/tmp/masterca.pem', 'certfile': u'/tmp/mastercert.pem', 'names': [u'console.azurerc1.altemista.cloud'], 'keyfile': u'/tmp/masterkey.pem'})
TASK [openshift_named_certificates : Land named certificate keys] **************
changed: [poc-azure-gluster-master-0] => (item={'cafile': u'/tmp/masterca.pem', 'certfile': u'/tmp/mastercert.pem', 'names': [u'console.azurerc1.altemista.cloud'], 'keyfile': u'/tmp/masterkey.pem'})
changed: [poc-azure-gluster-master-1] => (item={'cafile': u'/tmp/masterca.pem', 'certfile': u'/tmp/mastercert.pem', 'names': [u'console.azurerc1.altemista.cloud'], 'keyfile': u'/tmp/masterkey.pem'})
changed: [poc-azure-gluster-master-2] => (item={'cafile': u'/tmp/masterca.pem', 'certfile': u'/tmp/mastercert.pem', 'names': [u'console.azurerc1.altemista.cloud'], 'keyfile': u'/tmp/masterkey.pem'})
TASK [openshift_named_certificates : Land named CA certificates] ***************
changed: [poc-azure-gluster-master-0] => (item=/tmp/masterca.pem)
changed: [poc-azure-gluster-master-1] => (item=/tmp/masterca.pem)
changed: [poc-azure-gluster-master-2] => (item=/tmp/masterca.pem)
TASK [openshift_cli : Install clients] *****************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-master-1]
TASK [openshift_cli : Pull CLI Image (docker)] *********************************
TASK [openshift_cli : Pull CLI Image (atomic)] *********************************
TASK [openshift_cli : Copy client binaries/symlinks out of CLI image for use on the host] ***
TASK [openshift_cli : Install bash completion for oc tools] ********************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_ca : fail] *****************************************************
TASK [openshift_ca : Install the base package for admin tooling] ***************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [openshift_ca : Reload generated facts] ***********************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_ca : Create openshift_ca_config_dir if it does not exist] ******
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [openshift_ca : Determine if CA must be created] **************************
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=ca-bundle.crt)
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=ca.crt)
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=ca.key)
TASK [openshift_ca : Determine if front-proxy CA must be created] **************
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=front-proxy-ca.crt)
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=front-proxy-ca.key)
TASK [openshift_ca : set_fact] *************************************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_ca : Retain original serviceaccount keys] **********************
TASK [openshift_ca : Deploy master ca certificate] *****************************
TASK [openshift_ca : Deploy additional ca] *************************************
TASK [openshift_ca : Create ca serial] *****************************************
TASK [openshift_ca : find] *****************************************************
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2]
TASK [openshift_ca : Create the front-proxy CA if it does not already exist] ***
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [openshift_ca : Create the master certificates if they do not already exist] ***
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [openshift_ca : command] **************************************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [openshift_ca : copy] *****************************************************
TASK [openshift_ca : copy] *****************************************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [openshift_ca : assemble] *************************************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [openshift_ca : Test local loopback context] ******************************
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [openshift_ca : Create temp directory for loopback master client config] ***
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [openshift_ca : Generate the loopback master client config] ***************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [openshift_ca : Copy generated loopback master client config to master config dir] ***
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=openshift-master.crt)
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=openshift-master.key)
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=openshift-master.kubeconfig)
TASK [openshift_ca : Delete temp directory] ************************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [openshift_ca : Create temp directory for loopback master client config] ***
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [openshift_ca : Generate the aggregator api-client config] ****************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [openshift_ca : Copy generated loopback master client config to master config dir] ***
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=aggregator-front-proxy.crt)
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=aggregator-front-proxy.key)
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=aggregator-front-proxy.kubeconfig)
TASK [openshift_ca : Delete temp directory] ************************************
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [openshift_ca : Restore original serviceaccount keys] *********************
TASK [openshift_ca : Remove backup serviceaccount keys] ************************
TASK [openshift_master_certificates : Check status of master certificates] *****
ok: [poc-azure-gluster-master-0] => (item=admin.crt)
ok: [poc-azure-gluster-master-1] => (item=admin.crt)
ok: [poc-azure-gluster-master-2] => (item=admin.crt)
ok: [poc-azure-gluster-master-0] => (item=ca.crt)
ok: [poc-azure-gluster-master-1] => (item=ca.crt)
ok: [poc-azure-gluster-master-2] => (item=ca.crt)
ok: [poc-azure-gluster-master-0] => (item=ca-bundle.crt)
ok: [poc-azure-gluster-master-1] => (item=ca-bundle.crt)
ok: [poc-azure-gluster-master-2] => (item=ca-bundle.crt)
ok: [poc-azure-gluster-master-0] => (item=front-proxy-ca.crt)
ok: [poc-azure-gluster-master-1] => (item=front-proxy-ca.crt)
ok: [poc-azure-gluster-master-2] => (item=front-proxy-ca.crt)
ok: [poc-azure-gluster-master-0] => (item=master.kubelet-client.crt)
ok: [poc-azure-gluster-master-1] => (item=master.kubelet-client.crt)
ok: [poc-azure-gluster-master-2] => (item=master.kubelet-client.crt)
ok: [poc-azure-gluster-master-0] => (item=master.proxy-client.crt)
ok: [poc-azure-gluster-master-1] => (item=master.proxy-client.crt)
ok: [poc-azure-gluster-master-2] => (item=master.proxy-client.crt)
ok: [poc-azure-gluster-master-0] => (item=master.server.crt)
ok: [poc-azure-gluster-master-1] => (item=master.server.crt)
ok: [poc-azure-gluster-master-2] => (item=master.server.crt)
ok: [poc-azure-gluster-master-0] => (item=openshift-master.crt)
ok: [poc-azure-gluster-master-2] => (item=openshift-master.crt)
ok: [poc-azure-gluster-master-1] => (item=openshift-master.crt)
ok: [poc-azure-gluster-master-0] => (item=service-signer.crt)
ok: [poc-azure-gluster-master-2] => (item=service-signer.crt)
ok: [poc-azure-gluster-master-1] => (item=service-signer.crt)
ok: [poc-azure-gluster-master-0] => (item=aggregator-front-proxy.crt)
ok: [poc-azure-gluster-master-2] => (item=aggregator-front-proxy.crt)
ok: [poc-azure-gluster-master-1] => (item=aggregator-front-proxy.crt)
TASK [openshift_master_certificates : set_fact] ********************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_master_certificates : Ensure the generated_configs directory present] ***
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [openshift_master_certificates : find] ************************************
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [openshift_master_certificates : Create the master server certificate] ****
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=poc-azure-gluster-master-1)
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=poc-azure-gluster-master-2)
TASK [openshift_master_certificates : Generate the loopback master client config] ***
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=poc-azure-gluster-master-1)
changed: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=poc-azure-gluster-master-2)
TASK [openshift_master_certificates : copy] ************************************
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=admin.crt)
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=admin.crt)
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=admin.key)
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=admin.key)
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=admin.kubeconfig)
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=admin.kubeconfig)
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=aggregator-front-proxy.crt)
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=aggregator-front-proxy.crt)
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=aggregator-front-proxy.key)
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=aggregator-front-proxy.key)
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=aggregator-front-proxy.kubeconfig)
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=aggregator-front-proxy.kubeconfig)
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=front-proxy-ca.crt)
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=front-proxy-ca.crt)
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=front-proxy-ca.key)
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=front-proxy-ca.key)
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=master.kubelet-client.crt)
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=master.kubelet-client.crt)
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=master.kubelet-client.key)
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=master.kubelet-client.key)
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=master.proxy-client.crt)
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=master.proxy-client.crt)
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=master.proxy-client.key)
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=master.proxy-client.key)
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=service-signer.crt)
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=service-signer.crt)
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=service-signer.key)
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=service-signer.key)
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=ca-bundle.crt)
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=ca-bundle.crt)
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=ca.crt)
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=ca.crt)
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=ca.key)
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=ca.key)
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=client-ca-bundle.crt)
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=client-ca-bundle.crt)
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=serviceaccounts.private.key)
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=serviceaccounts.private.key)
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=serviceaccounts.public.key)
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=serviceaccounts.public.key)
TASK [openshift_master_certificates : Remove generated etcd client certs when using external etcd] ***
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=master.etcd-client.crt)
ok: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=master.etcd-client.crt)
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0] => (item=master.etcd-client.key)
ok: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=master.etcd-client.crt)
ok: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0] => (item=master.etcd-client.key)
ok: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0] => (item=master.etcd-client.key)
TASK [openshift_master_certificates : Create local temp directory for syncing certs] ***
ok: [poc-azure-gluster-master-1 -> localhost]
ok: [poc-azure-gluster-master-2 -> localhost]
TASK [openshift_master_certificates : Chmod local temp directory for syncing certs] ***
ok: [poc-azure-gluster-master-1 -> localhost]
ok: [poc-azure-gluster-master-2 -> localhost]
TASK [openshift_master_certificates : Create a tarball of the master certs] ****
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [openshift_master_certificates : Retrieve the master cert tarball from the master] ***
changed: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [openshift_master_certificates : Ensure certificate directory exists] *****
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_master_certificates : Unarchive the tarball on the master] *****
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_master_certificates : Delete local temp directory] *************
ok: [poc-azure-gluster-master-1 -> localhost]
ok: [poc-azure-gluster-master-2 -> localhost]
TASK [openshift_master_certificates : Lookup default group for ansible_ssh_user] ***
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2]
TASK [openshift_master_certificates : set_fact] ********************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_master_certificates : Create the client config dir(s)] *********
changed: [poc-azure-gluster-master-0] => (item=occlusteradmin)
changed: [poc-azure-gluster-master-1] => (item=occlusteradmin)
changed: [poc-azure-gluster-master-2] => (item=occlusteradmin)
changed: [poc-azure-gluster-master-0] => (item=root)
changed: [poc-azure-gluster-master-1] => (item=root)
changed: [poc-azure-gluster-master-2] => (item=root)
TASK [openshift_master_certificates : Copy the admin client config(s)] *********
changed: [poc-azure-gluster-master-0] => (item=occlusteradmin)
changed: [poc-azure-gluster-master-1] => (item=occlusteradmin)
changed: [poc-azure-gluster-master-2] => (item=occlusteradmin)
changed: [poc-azure-gluster-master-0] => (item=root)
changed: [poc-azure-gluster-master-1] => (item=root)
changed: [poc-azure-gluster-master-2] => (item=root)
TASK [openshift_master_certificates : Update the permissions on the admin client config(s)] ***
changed: [poc-azure-gluster-master-0] => (item=occlusteradmin)
changed: [poc-azure-gluster-master-1] => (item=occlusteradmin)
changed: [poc-azure-gluster-master-2] => (item=occlusteradmin)
changed: [poc-azure-gluster-master-0] => (item=root)
changed: [poc-azure-gluster-master-1] => (item=root)
changed: [poc-azure-gluster-master-2] => (item=root)
TASK [openshift_master_certificates : Check for ca-bundle.crt] *****************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_master_certificates : Check for ca.crt] ************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_master_certificates : Migrate ca.crt to ca-bundle.crt] *********
TASK [openshift_master_certificates : Link ca.crt to ca-bundle.crt] ************
PLAY [Generate or retrieve existing session secrets] ***************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_control_plane : Determine if sessions secrets already in place] ***
ok: [poc-azure-gluster-master-0]
TASK [openshift_control_plane : slurp session secrets if defined] **************
TASK [openshift_control_plane : Gather existing session secrets from first master] ***
TASK [openshift_control_plane : setup session secrets if not defined] **********
ok: [poc-azure-gluster-master-0]
PLAY [Configure masters] *******************************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_node_group : create node config template] **********************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_node_group : Update bootstrap-node-config.yaml to use crio] ****
TASK [openshift_node_group : Ensure required directories are present] **********
changed: [poc-azure-gluster-master-0] => (item=/etc/origin/node/pods)
changed: [poc-azure-gluster-master-1] => (item=/etc/origin/node/pods)
changed: [poc-azure-gluster-master-2] => (item=/etc/origin/node/pods)
ok: [poc-azure-gluster-master-0] => (item=/etc/origin/node/certificates)
ok: [poc-azure-gluster-master-1] => (item=/etc/origin/node/certificates)
ok: [poc-azure-gluster-master-2] => (item=/etc/origin/node/certificates)
TASK [openshift_node_group : Update the sysconfig to group "node-config-master"] ***
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_node : openshift_facts] ****************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_node : Configure Proxy Settings] *******************************
TASK [openshift_master_facts : Verify required variables are set] **************
TASK [openshift_master_facts : Set g_metrics_hostname] *************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_master_facts : set_fact] ***************************************
TASK [openshift_master_facts : Set master facts] *******************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_master_facts : Determine if scheduler config present] **********
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_master_facts : Set Default scheduler predicates and priorities] ***
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_master_facts : Retrieve current scheduler config] **************
TASK [openshift_master_facts : Set openshift_master_scheduler_current_config] ***
TASK [openshift_master_facts : Test if scheduler config is readable] ***********
TASK [openshift_master_facts : Set current scheduler predicates and priorities] ***
TASK [openshift_cloud_provider : Set cloud provider facts] *********************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_cloud_provider : Create cloudprovider config dir] **************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_cloud_provider : include the defined cloud provider files] *****
included: /usr/share/ansible/openshift-ansible/roles/openshift_cloud_provider/tasks/azure.yml for poc-azure-gluster-master-0, poc-azure-gluster-master-1, poc-azure-gluster-master-2
TASK [openshift_cloud_provider : set seboolean for samba use] ******************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_cloud_provider : create cloud config] **************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_builddefaults : Set builddefaults] *****************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_builddefaults : Set builddefaults config structure] ************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_buildoverrides : Set buildoverrides config structure] **********
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : fail] ******************************************
TASK [openshift_control_plane : Check that origin image is present] ************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : Pre-pull Origin image (docker)] ****************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : Add iptables allow rules] **********************
ok: [poc-azure-gluster-master-0] => (item={u'port': u'443/tcp', u'service': u'api server https'})
ok: [poc-azure-gluster-master-1] => (item={u'port': u'443/tcp', u'service': u'api server https'})
ok: [poc-azure-gluster-master-2] => (item={u'port': u'443/tcp', u'service': u'api server https'})
changed: [poc-azure-gluster-master-0] => (item={u'port': u'8444/tcp', u'service': u'api controllers https'})
changed: [poc-azure-gluster-master-1] => (item={u'port': u'8444/tcp', u'service': u'api controllers https'})
changed: [poc-azure-gluster-master-2] => (item={u'port': u'8444/tcp', u'service': u'api controllers https'})
changed: [poc-azure-gluster-master-0] => (item={u'port': u'8053/tcp', u'service': u'skydns tcp'})
changed: [poc-azure-gluster-master-1] => (item={u'port': u'8053/tcp', u'service': u'skydns tcp'})
changed: [poc-azure-gluster-master-2] => (item={u'port': u'8053/tcp', u'service': u'skydns tcp'})
changed: [poc-azure-gluster-master-0] => (item={u'port': u'8053/udp', u'service': u'skydns udp'})
changed: [poc-azure-gluster-master-1] => (item={u'port': u'8053/udp', u'service': u'skydns udp'})
changed: [poc-azure-gluster-master-2] => (item={u'port': u'8053/udp', u'service': u'skydns udp'})
TASK [openshift_control_plane : Remove iptables rules] *************************
TASK [openshift_control_plane : Add firewalld allow rules] *********************
TASK [openshift_control_plane : Remove firewalld allow rules] ******************
TASK [openshift_control_plane : Copy static master scripts] ********************
changed: [poc-azure-gluster-master-0] => (item=scripts/docker/master-exec)
changed: [poc-azure-gluster-master-1] => (item=scripts/docker/master-exec)
changed: [poc-azure-gluster-master-2] => (item=scripts/docker/master-exec)
changed: [poc-azure-gluster-master-0] => (item=scripts/docker/master-logs)
changed: [poc-azure-gluster-master-2] => (item=scripts/docker/master-logs)
changed: [poc-azure-gluster-master-1] => (item=scripts/docker/master-logs)
changed: [poc-azure-gluster-master-0] => (item=scripts/docker/master-restart)
changed: [poc-azure-gluster-master-1] => (item=scripts/docker/master-restart)
changed: [poc-azure-gluster-master-2] => (item=scripts/docker/master-restart)
TASK [openshift_control_plane : Ensure cri-tools installed] ********************
TASK [openshift_control_plane : Create r_openshift_master_data_dir] ************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : Create credentials for oreg_url] ***************
TASK [openshift_control_plane : Create credentials for any additional registries] ***
TASK [openshift_control_plane : Create config parent directory if it does not exist] ***
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : Copy recyler pod to config directory] **********
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : Create flexvolume directory when on atomic hosts] ***
TASK [openshift_control_plane : Flex volume directory on non-atomic host] ******
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : Create openshift audit log directory] **********
TASK [openshift_control_plane : Create the policy file if it does not already exist] ***
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : Create the scheduler config] *******************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : Generate encryption config] ********************
TASK [openshift_control_plane : Install httpd-tools if needed] *****************
ok: [poc-azure-gluster-master-0] => (item={'challenge': u'true', 'login': u'true', 'kind': u'HTPasswdPasswordIdentityProvider', 'name': u'htpasswd_auth'})
ok: [poc-azure-gluster-master-1] => (item={'challenge': u'true', 'login': u'true', 'kind': u'HTPasswdPasswordIdentityProvider', 'name': u'htpasswd_auth'})
ok: [poc-azure-gluster-master-2] => (item={'challenge': u'true', 'login': u'true', 'kind': u'HTPasswdPasswordIdentityProvider', 'name': u'htpasswd_auth'})
TASK [openshift_control_plane : Create the htpasswd file if needed] ************
changed: [poc-azure-gluster-master-0] => (item={'challenge': u'true', 'login': u'true', 'kind': u'HTPasswdPasswordIdentityProvider', 'name': u'htpasswd_auth'})
changed: [poc-azure-gluster-master-1] => (item={'challenge': u'true', 'login': u'true', 'kind': u'HTPasswdPasswordIdentityProvider', 'name': u'htpasswd_auth'})
changed: [poc-azure-gluster-master-2] => (item={'challenge': u'true', 'login': u'true', 'kind': u'HTPasswdPasswordIdentityProvider', 'name': u'htpasswd_auth'})
TASK [openshift_control_plane : Ensure htpasswd file exists] *******************
ok: [poc-azure-gluster-master-0] => (item={'challenge': u'true', 'login': u'true', 'kind': u'HTPasswdPasswordIdentityProvider', 'name': u'htpasswd_auth'})
ok: [poc-azure-gluster-master-1] => (item={'challenge': u'true', 'login': u'true', 'kind': u'HTPasswdPasswordIdentityProvider', 'name': u'htpasswd_auth'})
ok: [poc-azure-gluster-master-2] => (item={'challenge': u'true', 'login': u'true', 'kind': u'HTPasswdPasswordIdentityProvider', 'name': u'htpasswd_auth'})
TASK [openshift_control_plane : Create the ldap ca file if needed] *************
TASK [openshift_control_plane : Create the openid ca file if needed] ***********
TASK [openshift_control_plane : Create the GitHub (Enterprise) ca file if needed] ***
TASK [openshift_control_plane : Create the request header ca file if needed] ***
TASK [openshift_control_plane : Set fact of all etcd host IPs] *****************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : Create session secrets file] *******************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : set_fact] **************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-master-1]
TASK [openshift_control_plane : Create master config] **************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : Test local loopback context] *******************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : command] ***************************************
TASK [openshift_control_plane : command] ***************************************
TASK [openshift_control_plane : command] ***************************************
TASK [openshift_control_plane : Create the master service env file] ************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : Enable bootstrapping in the master config] *****
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : Create temp directory for static pods] *********
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : Prepare master static pods] ********************
changed: [poc-azure-gluster-master-0] => (item=apiserver.yaml)
changed: [poc-azure-gluster-master-1] => (item=apiserver.yaml)
changed: [poc-azure-gluster-master-2] => (item=apiserver.yaml)
changed: [poc-azure-gluster-master-0] => (item=controller.yaml)
changed: [poc-azure-gluster-master-2] => (item=controller.yaml)
changed: [poc-azure-gluster-master-1] => (item=controller.yaml)
TASK [openshift_control_plane : Update master static pods] *********************
changed: [poc-azure-gluster-master-0] => (item=apiserver.yaml)
changed: [poc-azure-gluster-master-1] => (item=apiserver.yaml)
changed: [poc-azure-gluster-master-2] => (item=apiserver.yaml)
changed: [poc-azure-gluster-master-0] => (item=controller.yaml)
changed: [poc-azure-gluster-master-1] => (item=controller.yaml)
changed: [poc-azure-gluster-master-2] => (item=controller.yaml)
TASK [openshift_control_plane : Update master static pod (api)] ****************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : ensure kubelet plugins dir exists] *************
TASK [openshift_control_plane : Update controller-manager static pod on atomic host] ***
TASK [openshift_control_plane : Add audit volume to master static pod (api)] ***
TASK [openshift_control_plane : Add audit volumeMounts to master static pod (api)] ***
TASK [openshift_control_plane : ensure pod location exists] ********************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : Update master static pods] *********************
changed: [poc-azure-gluster-master-0] => (item=apiserver.yaml)
changed: [poc-azure-gluster-master-2] => (item=apiserver.yaml)
changed: [poc-azure-gluster-master-1] => (item=apiserver.yaml)
changed: [poc-azure-gluster-master-0] => (item=controller.yaml)
changed: [poc-azure-gluster-master-2] => (item=controller.yaml)
changed: [poc-azure-gluster-master-1] => (item=controller.yaml)
TASK [openshift_control_plane : Remove temporary directory] ********************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : Establish the default bootstrap kubeconfig for masters] ***
changed: [poc-azure-gluster-master-0] => (item=/etc/origin/node/bootstrap.kubeconfig)
changed: [poc-azure-gluster-master-1] => (item=/etc/origin/node/bootstrap.kubeconfig)
changed: [poc-azure-gluster-master-2] => (item=/etc/origin/node/bootstrap.kubeconfig)
changed: [poc-azure-gluster-master-0] => (item=/etc/origin/node/node.kubeconfig)
changed: [poc-azure-gluster-master-1] => (item=/etc/origin/node/node.kubeconfig)
changed: [poc-azure-gluster-master-2] => (item=/etc/origin/node/node.kubeconfig)
TASK [openshift_control_plane : Check status of control plane image pre-pull] ***
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : Check status of etcd image pre-pull] ***********
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : Start and enable self-hosting node] ************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : Get node logs] *********************************
TASK [openshift_control_plane : debug] *****************************************
TASK [openshift_control_plane : fail] ******************************************
TASK [openshift_control_plane : Wait for control plane pods to appear] *********
ok: [poc-azure-gluster-master-2] => (item=etcd)
ok: [poc-azure-gluster-master-0] => (item=etcd)
ok: [poc-azure-gluster-master-1] => (item=etcd)
ok: [poc-azure-gluster-master-2] => (item=api)
ok: [poc-azure-gluster-master-0] => (item=api)
ok: [poc-azure-gluster-master-1] => (item=api)
ok: [poc-azure-gluster-master-2] => (item=controllers)
ok: [poc-azure-gluster-master-0] => (item=controllers)
ok: [poc-azure-gluster-master-1] => (item=controllers)
TASK [openshift_control_plane : Check status in the kube-system namespace] *****
TASK [openshift_control_plane : debug] *****************************************
TASK [openshift_control_plane : Get pods in the kube-system namespace] *********
TASK [openshift_control_plane : debug] *****************************************
TASK [openshift_control_plane : Get events in the kube-system namespace] *******
TASK [openshift_control_plane : debug] *****************************************
TASK [openshift_control_plane : Get node logs] *********************************
TASK [openshift_control_plane : debug] *****************************************
TASK [openshift_control_plane : Report control plane errors] *******************
TASK [openshift_control_plane : Wait for all control plane pods to become ready] ***
FAILED - RETRYING: Wait for all control plane pods to become ready (60 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (60 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (60 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (59 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (59 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (59 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (58 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (58 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (58 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (57 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (57 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (57 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (56 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (56 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (56 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (55 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (55 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (55 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (54 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (54 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (54 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (53 retries left).
ok: [poc-azure-gluster-master-1] => (item=etcd)
FAILED - RETRYING: Wait for all control plane pods to become ready (53 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (60 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (52 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (52 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (59 retries left).
ok: [poc-azure-gluster-master-2] => (item=etcd)
ok: [poc-azure-gluster-master-0] => (item=etcd)
FAILED - RETRYING: Wait for all control plane pods to become ready (58 retries left).
ok: [poc-azure-gluster-master-2] => (item=api)
FAILED - RETRYING: Wait for all control plane pods to become ready (60 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (60 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (57 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (59 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (59 retries left).
ok: [poc-azure-gluster-master-1] => (item=api)
FAILED - RETRYING: Wait for all control plane pods to become ready (58 retries left).
ok: [poc-azure-gluster-master-1] => (item=controllers)
FAILED - RETRYING: Wait for all control plane pods to become ready (58 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (57 retries left).
FAILED - RETRYING: Wait for all control plane pods to become ready (57 retries left).
ok: [poc-azure-gluster-master-0] => (item=api)
ok: [poc-azure-gluster-master-2] => (item=controllers)
ok: [poc-azure-gluster-master-0] => (item=controllers)
TASK [openshift_control_plane : debug] *****************************************
TASK [openshift_control_plane : Get events in the kube-system namespace] *******
TASK [openshift_control_plane : debug] *****************************************
TASK [openshift_control_plane : Get node logs] *********************************
TASK [openshift_control_plane : debug] *****************************************
TASK [openshift_control_plane : Get API logs] **********************************
TASK [openshift_control_plane : debug] *****************************************
TASK [openshift_control_plane : Get controllers logs] **************************
TASK [openshift_control_plane : debug] *****************************************
TASK [openshift_control_plane : Get etcd logs] *********************************
TASK [openshift_control_plane : debug] *****************************************
TASK [openshift_control_plane : Report control plane errors] *******************
TASK [openshift_control_plane : Wait for APIs to become available] *************
changed: [poc-azure-gluster-master-0] => (item=apps.openshift.io)
changed: [poc-azure-gluster-master-1] => (item=apps.openshift.io)
changed: [poc-azure-gluster-master-2] => (item=apps.openshift.io)
changed: [poc-azure-gluster-master-0] => (item=authorization.openshift.io)
changed: [poc-azure-gluster-master-1] => (item=authorization.openshift.io)
changed: [poc-azure-gluster-master-2] => (item=authorization.openshift.io)
changed: [poc-azure-gluster-master-0] => (item=build.openshift.io)
changed: [poc-azure-gluster-master-1] => (item=build.openshift.io)
changed: [poc-azure-gluster-master-2] => (item=build.openshift.io)
changed: [poc-azure-gluster-master-0] => (item=image.openshift.io)
changed: [poc-azure-gluster-master-1] => (item=image.openshift.io)
changed: [poc-azure-gluster-master-2] => (item=image.openshift.io)
changed: [poc-azure-gluster-master-0] => (item=network.openshift.io)
changed: [poc-azure-gluster-master-1] => (item=network.openshift.io)
changed: [poc-azure-gluster-master-2] => (item=network.openshift.io)
changed: [poc-azure-gluster-master-0] => (item=oauth.openshift.io)
changed: [poc-azure-gluster-master-1] => (item=oauth.openshift.io)
changed: [poc-azure-gluster-master-2] => (item=oauth.openshift.io)
changed: [poc-azure-gluster-master-0] => (item=project.openshift.io)
changed: [poc-azure-gluster-master-1] => (item=project.openshift.io)
changed: [poc-azure-gluster-master-2] => (item=project.openshift.io)
changed: [poc-azure-gluster-master-0] => (item=quota.openshift.io)
changed: [poc-azure-gluster-master-1] => (item=quota.openshift.io)
changed: [poc-azure-gluster-master-2] => (item=quota.openshift.io)
changed: [poc-azure-gluster-master-0] => (item=route.openshift.io)
changed: [poc-azure-gluster-master-2] => (item=route.openshift.io)
changed: [poc-azure-gluster-master-1] => (item=route.openshift.io)
changed: [poc-azure-gluster-master-0] => (item=security.openshift.io)
changed: [poc-azure-gluster-master-2] => (item=security.openshift.io)
changed: [poc-azure-gluster-master-1] => (item=security.openshift.io)
changed: [poc-azure-gluster-master-0] => (item=template.openshift.io)
changed: [poc-azure-gluster-master-2] => (item=template.openshift.io)
changed: [poc-azure-gluster-master-1] => (item=template.openshift.io)
changed: [poc-azure-gluster-master-0] => (item=user.openshift.io)
changed: [poc-azure-gluster-master-2] => (item=user.openshift.io)
changed: [poc-azure-gluster-master-1] => (item=user.openshift.io)
TASK [openshift_control_plane : Get API logs] **********************************
TASK [openshift_control_plane : debug] *****************************************
TASK [openshift_control_plane : fail] ******************************************
TASK [openshift_control_plane : Check for apiservices/v1beta1.metrics.k8s.io registration] ***
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : Wait for /apis/metrics.k8s.io/v1beta1 when registered] ***
TASK [openshift_control_plane : Check for apiservices/v1beta1.servicecatalog.k8s.io registration] ***
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : Wait for /apis/servicecatalog.k8s.io/v1beta1 when registered] ***
TASK [openshift_control_plane : Remove oc cache to refresh a list of APIs] *****
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [tuned : Check for tuned package] *****************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [tuned : Set tuned OpenShift variables] ***********************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [tuned : Ensure directory structure exists] *******************************
ok: [poc-azure-gluster-master-0] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0260665, 'owner': 'root', 'path': u'openshift', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0260665})
ok: [poc-azure-gluster-master-1] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0260665, 'owner': 'root', 'path': u'openshift', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0260665})
ok: [poc-azure-gluster-master-2] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0260665, 'owner': 'root', 'path': u'openshift', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0260665})
ok: [poc-azure-gluster-master-0] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-control-plane', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
ok: [poc-azure-gluster-master-1] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-control-plane', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
ok: [poc-azure-gluster-master-2] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-control-plane', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
ok: [poc-azure-gluster-master-0] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-node', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
ok: [poc-azure-gluster-master-1] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-node', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
ok: [poc-azure-gluster-master-2] => (item={'serole': 'object_r', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'setype': 'usr_t', 'state': 'directory', 'gid': 0, 'mode': '0755', 'mtime': 1550247253.0250664, 'owner': 'root', 'path': u'openshift-node', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'ctime': 1550247253.0250664})
TASK [tuned : Ensure files are populated from templates] ***********************
ok: [poc-azure-gluster-master-0] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/recommend.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'recommend.conf', 'size': 290, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
ok: [poc-azure-gluster-master-1] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/recommend.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'recommend.conf', 'size': 290, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
ok: [poc-azure-gluster-master-2] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/recommend.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'recommend.conf', 'size': 290, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
ok: [poc-azure-gluster-master-0] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift/tuned.conf', 'size': 593, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
ok: [poc-azure-gluster-master-2] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift/tuned.conf', 'size': 593, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
ok: [poc-azure-gluster-master-1] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0260665, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift/tuned.conf', 'size': 593, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
ok: [poc-azure-gluster-master-0] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-control-plane/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0250664, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift-control-plane/tuned.conf', 'size': 744, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
ok: [poc-azure-gluster-master-2] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-control-plane/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0250664, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift-control-plane/tuned.conf', 'size': 744, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
ok: [poc-azure-gluster-master-1] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-control-plane/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0250664, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift-control-plane/tuned.conf', 'size': 744, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
ok: [poc-azure-gluster-master-0] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-node/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': u's0', 'seuser': u'system_u', 'serole': u'object_r', 'ctime': 1550247253.0250664, 'state': u'file', 'gid': 0, 'mode': u'0644', 'mtime': 1547424823.0, 'owner': u'root', 'path': u'openshift-node/tuned.conf', 'size': 283, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': u'usr_t'})
ok: [poc-azure-gluster-master-2] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-node/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': u's0', 'seuser': u'system_u', 'serole': u'object_r', 'ctime': 1550247253.0250664, 'state': u'file', 'gid': 0, 'mode': u'0644', 'mtime': 1547424823.0, 'owner': u'root', 'path': u'openshift-node/tuned.conf', 'size': 283, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': u'usr_t'})
ok: [poc-azure-gluster-master-1] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-node/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1550247253.0250664, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1547424823.0, 'owner': 'root', 'path': u'openshift-node/tuned.conf', 'size': 283, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'})
TASK [tuned : Make tuned use the recommended tuned profile on restart] *********
changed: [poc-azure-gluster-master-0] => (item=/etc/tuned/active_profile)
changed: [poc-azure-gluster-master-1] => (item=/etc/tuned/active_profile)
changed: [poc-azure-gluster-master-2] => (item=/etc/tuned/active_profile)
changed: [poc-azure-gluster-master-0] => (item=/etc/tuned/profile_mode)
changed: [poc-azure-gluster-master-1] => (item=/etc/tuned/profile_mode)
changed: [poc-azure-gluster-master-2] => (item=/etc/tuned/profile_mode)
TASK [tuned : Restart tuned service] *******************************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [nuage_common : Set the Nuage plugin openshift directory fact to handle Atomic host install] ***
TASK [nuage_common : Set the Nuage CNI network config directory fact to handle Atomic host install] ***
TASK [nuage_common : Set the Nuage CNI binary directory fact to handle Atomic host install] ***
TASK [nuage_common : Assure CNI plugin config dir exists before daemon set install] ***
TASK [nuage_common : Assure CNI netconf directory exists before daemon set install] ***
TASK [nuage_common : Assure CNI plugin binary directory exists before daemon set install] ***
TASK [nuage_common : Set the Nuage plugin openshift directory fact to handle Atomic host install] ***
TASK [nuage_common : Set the Nuage CNI network config directory fact to handle Atomic host install] ***
TASK [nuage_common : Set the Nuage CNI binary directory fact to handle Atomic host install] ***
TASK [nuage_common : Assure CNI plugin config dir exists before daemon set install] ***
TASK [nuage_common : Assure CNI netconf directory exists before daemon set install] ***
TASK [nuage_common : Assure CNI plugin binary directory exists before daemon set install] ***
TASK [nuage_ca : Install openssl] **********************************************
TASK [nuage_ca : Create CA directory] ******************************************
TASK [nuage_ca : Create certificate directory] *********************************
TASK [nuage_ca : Check if the CA key already exists] ***************************
TASK [nuage_ca : Create CA key] ************************************************
TASK [nuage_ca : Check if the CA crt already exists] ***************************
TASK [nuage_ca : Create CA crt] ************************************************
TASK [nuage_ca : Create the serial file] ***************************************
TASK [nuage_ca : Copy SSL config file] *****************************************
TASK [nuage_common : Set the Nuage plugin openshift directory fact to handle Atomic host install] ***
TASK [nuage_common : Set the Nuage CNI network config directory fact to handle Atomic host install] ***
TASK [nuage_common : Set the Nuage CNI binary directory fact to handle Atomic host install] ***
TASK [nuage_common : Assure CNI plugin config dir exists before daemon set install] ***
TASK [nuage_common : Assure CNI netconf directory exists before daemon set install] ***
TASK [nuage_common : Assure CNI plugin binary directory exists before daemon set install] ***
TASK [nuage_common : Set the Nuage plugin openshift directory fact to handle Atomic host install] ***
TASK [nuage_common : Set the Nuage CNI network config directory fact to handle Atomic host install] ***
TASK [nuage_common : Set the Nuage CNI binary directory fact to handle Atomic host install] ***
TASK [nuage_common : Assure CNI plugin config dir exists before daemon set install] ***
TASK [nuage_common : Assure CNI netconf directory exists before daemon set install] ***
TASK [nuage_common : Assure CNI plugin binary directory exists before daemon set install] ***
TASK [nuage_ca : Install openssl] **********************************************
TASK [nuage_ca : Create CA directory] ******************************************
TASK [nuage_ca : Create certificate directory] *********************************
TASK [nuage_ca : Check if the CA key already exists] ***************************
TASK [nuage_ca : Create CA key] ************************************************
TASK [nuage_ca : Check if the CA crt already exists] ***************************
TASK [nuage_ca : Create CA crt] ************************************************
TASK [nuage_ca : Create the serial file] ***************************************
TASK [nuage_ca : Copy SSL config file] *****************************************
TASK [nuage_master : Add iptables allow rules] *********************************
TASK [nuage_master : Remove iptables rules] ************************************
TASK [nuage_master : Add firewalld allow rules] ********************************
TASK [nuage_master : Remove firewalld allow rules] *****************************
TASK [nuage_master : Set the Nuage certificate directory fact for Atomic hosts] ***
TASK [nuage_master : Set the Nuage kubeconfig file path fact for Atomic hosts] ***
TASK [nuage_master : Set the Nuage monitor yaml location fact for Atomic hosts] ***
TASK [nuage_master : Set the Nuage monitor certs location fact for Atomic hosts] ***
TASK [nuage_master : Set the Nuage master config directory for daemon sets install] ***
TASK [nuage_master : Set the Nuage node config directory for daemon sets install] ***
TASK [nuage_master : Set the Nuage CNI plugin binary directory for daemon sets install] ***
TASK [nuage_master : Set the Nuage VRS mount dir for daemon sets install] ******
TASK [nuage_master : Create directory /usr/share/nuage-openshift-monitor] ******
TASK [nuage_master : Create directory /var/usr/share/nuage-openshift-monitor] ***
TASK [nuage_master : Create directory /var/usr/bin for monitor binary on atomic] ***
TASK [nuage_master : Create CNI bin directory /var/opt/cni/bin] ****************
TASK [nuage_master : Create the log directory] *********************************
TASK [nuage_master : include_tasks] ********************************************
TASK [nuage_master : Download the certs and keys] ******************************
TASK [nuage_master : Copy the certificates and keys] ***************************
TASK [nuage_master : include_tasks] ********************************************
TASK [nuage_master : include_tasks] ********************************************
TASK [nuage_master : Install Nuage VSD user certificate] ***********************
TASK [nuage_master : Install Nuage VSD user key] *******************************
TASK [nuage_master : Create Nuage master daemon set yaml file] *****************
TASK [nuage_master : Create Nuage node daemon set yaml file] *******************
TASK [nuage_master : Create Nuage Infra Pod daemon set yaml file] **************
TASK [nuage_master : Create Nuage strongswan Pod daemon set yaml file for EVDF platform] ***
TASK [nuage_master : Add the service account to the privileged scc to have root permissions for kube-system] ***
TASK [nuage_master : Add the service account to the privileged scc to have root permissions for openshift-infra] ***
TASK [nuage_master : Spawn Nuage Master monitor daemon sets pod] ***************
TASK [nuage_master : Spawn Nuage CNI daemon sets pod] **************************
TASK [nuage_master : Spawn Nuage Infra daemon sets pod] ************************
TASK [nuage_master : Spawn strongswan daemon sets pod for EVDF platform] *******
TASK [nuage_master : Restart daemons] ******************************************
TASK [kube_proxy_and_dns : Ensure project exists] ******************************
TASK [kube_proxy_and_dns : Make temp directory for templates] ******************
TASK [kube_proxy_and_dns : Copy templates to temp directory] *******************
TASK [kube_proxy_and_dns : Update the image tag] *******************************
TASK [kube_proxy_and_dns : Ensure the service account can run privileged] ******
TASK [kube_proxy_and_dns : Remove the image stream tag] ************************
TASK [kube_proxy_and_dns : Apply the config] ***********************************
TASK [kube_proxy_and_dns : Remove temp directory] ******************************
TASK [calico : include_tasks] **************************************************
TASK [calico : Calico | Clean Calico etcd data] ********************************
TASK [calico : Calico | oc adm policy add-scc-to-user privileged system:serviceaccount:kube-system:calico-node] ***
TASK [calico : Calico | oc adm policy add-scc-to-user privileged system:serviceaccount:kube-system:calico-kube-controllers] ***
TASK [calico : Calico | oc adm policy add-scc-to-user privileged system:serviceaccount:kube-system:calico-upgrade-job] ***
TASK [calico : Calico | Set default selector for kube-system] ******************
TASK [calico : Calico | Create temp directory] *********************************
TASK [calico : Calico | Write separate Calico etcd manifest] *******************
TASK [calico : Calico | Launch separate Calico etcd] ***************************
TASK [calico : Calico | Parse node version] ************************************
TASK [calico : Calico | Encode Docker Credentials] *****************************
TASK [calico : Calico | Set Encoded Docker Credentials Fact] *******************
TASK [calico : Calico | Write Calico Pull Secret] ******************************
TASK [calico : Calico | Create Calico Pull Secret] *****************************
TASK [calico : Calico | Set the correct liveness and readiness checks] *********
TASK [calico : Calico | Write Calico v2] ***************************************
TASK [calico : Calico | Write Calico v3] ***************************************
TASK [calico : Calico | Launch Calico] *****************************************
TASK [calico : Calico | Delete temp directory] *********************************
TASK [kube_proxy_and_dns : Ensure project exists] ******************************
TASK [kube_proxy_and_dns : Make temp directory for templates] ******************
TASK [kube_proxy_and_dns : Copy templates to temp directory] *******************
TASK [kube_proxy_and_dns : Update the image tag] *******************************
TASK [kube_proxy_and_dns : Ensure the service account can run privileged] ******
TASK [kube_proxy_and_dns : Remove the image stream tag] ************************
TASK [kube_proxy_and_dns : Apply the config] ***********************************
TASK [kube_proxy_and_dns : Remove temp directory] ******************************
TASK [nsx : NSX | Ensure nsx-system project exists] ****************************
TASK [nsx : NSX | Make directory for nsx yaml] *********************************
TASK [nsx : NSX | Copy files to nsx-ujo directory] *****************************
TASK [nsx : NSX | Get kubernetes service] **************************************
TASK [nsx : NSX | Write NSX templates to nsx-ujo directory] ********************
TASK [nsx : NSX | Set rbac] ****************************************************
TASK [nsx : NSX | Set SecurityContextConstraints] ******************************
TASK [nsx : NSX | Add ncp-svc-account to ncp-scc] ******************************
TASK [nsx : NSX | Add nsx-node-agent-svc-account to ncp-scc] *******************
TASK [nsx : NSX | Generate default LB CA key] **********************************
TASK [nsx : NSX | Request default LB CA cert] **********************************
TASK [nsx : NSX | Request default LB csr] **************************************
TASK [nsx : NSX | Request default LB cert] *************************************
TASK [nsx : NSX | Create LB secret from cert] **********************************
TASK [nsx : NSX | Create auth secret from cert] ********************************
TASK [nsx : NSX | disable OCP ingressIP management on svc type LB] *************
TASK [nsx : NSX | Apply NCP configmap] *****************************************
TASK [nsx : NSX | Apply nsx-node-agent configmap] ******************************
TASK [nsx : NSX | Deploy NCP pod] **********************************************
TASK [nsx : NSX | Deploy nsx-node-agent pod] ***********************************
TASK [kuryr : Perform OpenShift ServiceAccount config] *************************
TASK [kuryr : Create kuryr manifests tempdir] **********************************
TASK [kuryr : Create OpenShift node's ImageStreamTag manifest] *****************
TASK [kuryr : Set certificate contents as fact] ********************************
TASK [kuryr : Create Kuryr certificates Secret manifest] ***********************
TASK [kuryr : Create kuryr ConfigMap manifest] *********************************
TASK [kuryr : Create kuryr-controller Deployment manifest] *********************
TASK [kuryr : Create kuryr-cni DaemonSet manifest] *****************************
TASK [kuryr : Create kuryrnet CRD manifest] ************************************
TASK [kuryr : Apply OpenShift node's ImageStreamTag manifest] ******************
TASK [kuryr : Apply Kuryr certificates Secret] *********************************
TASK [kuryr : Apply ConfigMap manifest] ****************************************
TASK [kuryr : Apply Controller Deployment manifest] ****************************
TASK [kuryr : Apply kuryr-cni DaemonSet manifest] ******************************
TASK [kuryr : Apply kuryrnet CRD manifest] *************************************
TASK [openshift_control_plane : modify controller args] ************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : create service account kubeconfig with csr rights] ***
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_control_plane : put service account kubeconfig into a file on disk for bootstrap] ***
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [Create group for deployment type] ****************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_excluder : Debug r_openshift_excluder_enable_docker_excluder] ***
ok: [poc-azure-gluster-master-0] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-master-1] => {
"r_openshift_excluder_enable_docker_excluder": true
}
ok: [poc-azure-gluster-master-2] => {
"r_openshift_excluder_enable_docker_excluder": true
}
TASK [openshift_excluder : Debug r_openshift_excluder_enable_openshift_excluder] ***
ok: [poc-azure-gluster-master-0] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-master-1] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
ok: [poc-azure-gluster-master-2] => {
"r_openshift_excluder_enable_openshift_excluder": true
}
TASK [openshift_excluder : Fail if invalid openshift_excluder_action provided] ***
TASK [openshift_excluder : Fail if r_openshift_excluder_upgrade_target is not defined] ***
TASK [openshift_excluder : Include main action task file] **********************
included: /usr/share/ansible/openshift-ansible/roles/openshift_excluder/tasks/enable.yml for poc-azure-gluster-master-0, poc-azure-gluster-master-1, poc-azure-gluster-master-2
TASK [openshift_excluder : Install docker excluder - yum] **********************
TASK [openshift_excluder : Install docker excluder - dnf] **********************
TASK [openshift_excluder : Install openshift excluder - yum] *******************
TASK [openshift_excluder : Install openshift excluder - dnf] *******************
TASK [openshift_excluder : set_fact] *******************************************
TASK [openshift_excluder : Check for docker-excluder] **************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_excluder : Check for openshift excluder] ***********************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
TASK [openshift_excluder : Enable docker excluder] *****************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
TASK [openshift_excluder : Enable openshift excluder] **************************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
PLAY [Deploy the central bootstrap configuration] ******************************
TASK [openshift_node_group : Build node config maps] ***************************
included: /usr/share/ansible/openshift-ansible/roles/openshift_node_group/tasks/create_config.yml for poc-azure-gluster-master-0
included: /usr/share/ansible/openshift-ansible/roles/openshift_node_group/tasks/create_config.yml for poc-azure-gluster-master-0
included: /usr/share/ansible/openshift-ansible/roles/openshift_node_group/tasks/create_config.yml for poc-azure-gluster-master-0
included: /usr/share/ansible/openshift-ansible/roles/openshift_node_group/tasks/create_config.yml for poc-azure-gluster-master-0
included: /usr/share/ansible/openshift-ansible/roles/openshift_node_group/tasks/create_config.yml for poc-azure-gluster-master-0
included: /usr/share/ansible/openshift-ansible/roles/openshift_node_group/tasks/create_config.yml for poc-azure-gluster-master-0
included: /usr/share/ansible/openshift-ansible/roles/openshift_node_group/tasks/create_config.yml for poc-azure-gluster-master-0
included: /usr/share/ansible/openshift-ansible/roles/openshift_node_group/tasks/create_config.yml for poc-azure-gluster-master-0
included: /usr/share/ansible/openshift-ansible/roles/openshift_node_group/tasks/create_config.yml for poc-azure-gluster-master-0
included: /usr/share/ansible/openshift-ansible/roles/openshift_node_group/tasks/create_config.yml for poc-azure-gluster-master-0
TASK [openshift_node_group : include_tasks] ************************************
included: /usr/share/ansible/openshift-ansible/roles/openshift_node_group/tasks/fetch_config.yml for poc-azure-gluster-master-0
TASK [openshift_node_group : fetch node configmap] *****************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_node_group : debug node config] ********************************
ok: [poc-azure-gluster-master-0] => {
"configout": {
"changed": false,
"failed": false,
"results": {
"cmd": "/bin/oc get configmap node-config-master -o json -n openshift-node",
"results": [
{}
],
"returncode": 0,
"stderr": "Error from server (NotFound): configmaps \"node-config-master\" not found\n",
"stdout": ""
},
"state": "list"
}
}
TASK [openshift_node_group : create a temp dir for this work] ******************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : create node config template] **********************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : lay down the config from the existing configmap] ***
TASK [openshift_node_group : specialize the generated configs for node-config-master] ***
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : show the yeditout debug var] **********************
ok: [poc-azure-gluster-master-0] => {
"yeditout": {
"changed": true,
"failed": false,
"result": [
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"node-labels": [
"node-role.kubernetes.io/master=true"
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.node-labels"
}
],
"state": "present"
}
}
TASK [openshift_node_group : create volume config template] ********************
TASK [openshift_node_group : lay down the volume config from the existing configmap] ***
TASK [openshift_node_group : specialize the volume config for node-config-master] ***
TASK [openshift_node_group : show the volume_yeditout debug var] ***************
ok: [poc-azure-gluster-master-0] => {
"volume_yeditout": {
"changed": false,
"skip_reason": "Conditional result was False",
"skipped": true
}
}
TASK [openshift_node_group : create node-config.yaml configmap] ****************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : create node-config.yaml and volume-config.yaml configmap] ***
TASK [openshift_node_group : remove templated files] ***************************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : include_tasks] ************************************
included: /usr/share/ansible/openshift-ansible/roles/openshift_node_group/tasks/fetch_config.yml for poc-azure-gluster-master-0
TASK [openshift_node_group : fetch node configmap] *****************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_node_group : debug node config] ********************************
ok: [poc-azure-gluster-master-0] => {
"configout": {
"changed": false,
"failed": false,
"results": {
"cmd": "/bin/oc get configmap node-config-master-crio -o json -n openshift-node",
"results": [
{}
],
"returncode": 0,
"stderr": "Error from server (NotFound): configmaps \"node-config-master-crio\" not found\n",
"stdout": ""
},
"state": "list"
}
}
TASK [openshift_node_group : create a temp dir for this work] ******************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : create node config template] **********************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : lay down the config from the existing configmap] ***
TASK [openshift_node_group : specialize the generated configs for node-config-master-crio] ***
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : show the yeditout debug var] **********************
ok: [poc-azure-gluster-master-0] => {
"yeditout": {
"changed": true,
"failed": false,
"result": [
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"node-labels": [
{
"< this is always modified via yedit": "openshift_node_labels_edit >"
}
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.container-runtime"
},
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"container-runtime-endpoint": [
"/var/run/crio/crio.sock"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"node-labels": [
{
"< this is always modified via yedit": "openshift_node_labels_edit >"
}
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.container-runtime-endpoint"
},
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"container-runtime-endpoint": [
"/var/run/crio/crio.sock"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"image-service-endpoint": [
"/var/run/crio/crio.sock"
],
"node-labels": [
{
"< this is always modified via yedit": "openshift_node_labels_edit >"
}
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.image-service-endpoint"
},
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"container-runtime-endpoint": [
"/var/run/crio/crio.sock"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"image-service-endpoint": [
"/var/run/crio/crio.sock"
],
"node-labels": [
{
"< this is always modified via yedit": "openshift_node_labels_edit >"
}
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
],
"runtime-request-timeout": [
"10m"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.runtime-request-timeout"
},
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"container-runtime-endpoint": [
"/var/run/crio/crio.sock"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"image-service-endpoint": [
"/var/run/crio/crio.sock"
],
"node-labels": [
"node-role.kubernetes.io/master=true,runtime=cri-o"
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
],
"runtime-request-timeout": [
"10m"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.node-labels"
}
],
"state": "present"
}
}
TASK [openshift_node_group : create volume config template] ********************
TASK [openshift_node_group : lay down the volume config from the existing configmap] ***
TASK [openshift_node_group : specialize the volume config for node-config-master-crio] ***
TASK [openshift_node_group : show the volume_yeditout debug var] ***************
ok: [poc-azure-gluster-master-0] => {
"volume_yeditout": {
"changed": false,
"skip_reason": "Conditional result was False",
"skipped": true
}
}
TASK [openshift_node_group : create node-config.yaml configmap] ****************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : create node-config.yaml and volume-config.yaml configmap] ***
TASK [openshift_node_group : remove templated files] ***************************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : include_tasks] ************************************
included: /usr/share/ansible/openshift-ansible/roles/openshift_node_group/tasks/fetch_config.yml for poc-azure-gluster-master-0
TASK [openshift_node_group : fetch node configmap] *****************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_node_group : debug node config] ********************************
ok: [poc-azure-gluster-master-0] => {
"configout": {
"changed": false,
"failed": false,
"results": {
"cmd": "/bin/oc get configmap node-config-infra -o json -n openshift-node",
"results": [
{}
],
"returncode": 0,
"stderr": "Error from server (NotFound): configmaps \"node-config-infra\" not found\n",
"stdout": ""
},
"state": "list"
}
}
TASK [openshift_node_group : create a temp dir for this work] ******************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : create node config template] **********************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : lay down the config from the existing configmap] ***
TASK [openshift_node_group : specialize the generated configs for node-config-infra] ***
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : show the yeditout debug var] **********************
ok: [poc-azure-gluster-master-0] => {
"yeditout": {
"changed": true,
"failed": false,
"result": [
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"node-labels": [
"node-role.kubernetes.io/infra=true"
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.node-labels"
}
],
"state": "present"
}
}
TASK [openshift_node_group : create volume config template] ********************
TASK [openshift_node_group : lay down the volume config from the existing configmap] ***
TASK [openshift_node_group : specialize the volume config for node-config-infra] ***
TASK [openshift_node_group : show the volume_yeditout debug var] ***************
ok: [poc-azure-gluster-master-0] => {
"volume_yeditout": {
"changed": false,
"skip_reason": "Conditional result was False",
"skipped": true
}
}
TASK [openshift_node_group : create node-config.yaml configmap] ****************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : create node-config.yaml and volume-config.yaml configmap] ***
TASK [openshift_node_group : remove templated files] ***************************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : include_tasks] ************************************
included: /usr/share/ansible/openshift-ansible/roles/openshift_node_group/tasks/fetch_config.yml for poc-azure-gluster-master-0
TASK [openshift_node_group : fetch node configmap] *****************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_node_group : debug node config] ********************************
ok: [poc-azure-gluster-master-0] => {
"configout": {
"changed": false,
"failed": false,
"results": {
"cmd": "/bin/oc get configmap node-config-infra-crio -o json -n openshift-node",
"results": [
{}
],
"returncode": 0,
"stderr": "Error from server (NotFound): configmaps \"node-config-infra-crio\" not found\n",
"stdout": ""
},
"state": "list"
}
}
TASK [openshift_node_group : create a temp dir for this work] ******************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : create node config template] **********************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : lay down the config from the existing configmap] ***
TASK [openshift_node_group : specialize the generated configs for node-config-infra-crio] ***
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : show the yeditout debug var] **********************
ok: [poc-azure-gluster-master-0] => {
"yeditout": {
"changed": true,
"failed": false,
"result": [
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"node-labels": [
{
"< this is always modified via yedit": "openshift_node_labels_edit >"
}
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.container-runtime"
},
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"container-runtime-endpoint": [
"/var/run/crio/crio.sock"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"node-labels": [
{
"< this is always modified via yedit": "openshift_node_labels_edit >"
}
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.container-runtime-endpoint"
},
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"container-runtime-endpoint": [
"/var/run/crio/crio.sock"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"image-service-endpoint": [
"/var/run/crio/crio.sock"
],
"node-labels": [
{
"< this is always modified via yedit": "openshift_node_labels_edit >"
}
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.image-service-endpoint"
},
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"container-runtime-endpoint": [
"/var/run/crio/crio.sock"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"image-service-endpoint": [
"/var/run/crio/crio.sock"
],
"node-labels": [
{
"< this is always modified via yedit": "openshift_node_labels_edit >"
}
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
],
"runtime-request-timeout": [
"10m"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.runtime-request-timeout"
},
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"container-runtime-endpoint": [
"/var/run/crio/crio.sock"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"image-service-endpoint": [
"/var/run/crio/crio.sock"
],
"node-labels": [
"node-role.kubernetes.io/infra=true,runtime=cri-o"
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
],
"runtime-request-timeout": [
"10m"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.node-labels"
}
],
"state": "present"
}
}
TASK [openshift_node_group : create volume config template] ********************
TASK [openshift_node_group : lay down the volume config from the existing configmap] ***
TASK [openshift_node_group : specialize the volume config for node-config-infra-crio] ***
TASK [openshift_node_group : show the volume_yeditout debug var] ***************
ok: [poc-azure-gluster-master-0] => {
"volume_yeditout": {
"changed": false,
"skip_reason": "Conditional result was False",
"skipped": true
}
}
TASK [openshift_node_group : create node-config.yaml configmap] ****************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : create node-config.yaml and volume-config.yaml configmap] ***
TASK [openshift_node_group : remove templated files] ***************************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : include_tasks] ************************************
included: /usr/share/ansible/openshift-ansible/roles/openshift_node_group/tasks/fetch_config.yml for poc-azure-gluster-master-0
TASK [openshift_node_group : fetch node configmap] *****************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_node_group : debug node config] ********************************
ok: [poc-azure-gluster-master-0] => {
"configout": {
"changed": false,
"failed": false,
"results": {
"cmd": "/bin/oc get configmap node-config-compute -o json -n openshift-node",
"results": [
{}
],
"returncode": 0,
"stderr": "Error from server (NotFound): configmaps \"node-config-compute\" not found\n",
"stdout": ""
},
"state": "list"
}
}
TASK [openshift_node_group : create a temp dir for this work] ******************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : create node config template] **********************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : lay down the config from the existing configmap] ***
TASK [openshift_node_group : specialize the generated configs for node-config-compute] ***
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : show the yeditout debug var] **********************
ok: [poc-azure-gluster-master-0] => {
"yeditout": {
"changed": true,
"failed": false,
"result": [
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"node-labels": [
"node-role.kubernetes.io/compute=true"
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.node-labels"
}
],
"state": "present"
}
}
TASK [openshift_node_group : create volume config template] ********************
TASK [openshift_node_group : lay down the volume config from the existing configmap] ***
TASK [openshift_node_group : specialize the volume config for node-config-compute] ***
TASK [openshift_node_group : show the volume_yeditout debug var] ***************
ok: [poc-azure-gluster-master-0] => {
"volume_yeditout": {
"changed": false,
"skip_reason": "Conditional result was False",
"skipped": true
}
}
TASK [openshift_node_group : create node-config.yaml configmap] ****************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : create node-config.yaml and volume-config.yaml configmap] ***
TASK [openshift_node_group : remove templated files] ***************************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : include_tasks] ************************************
included: /usr/share/ansible/openshift-ansible/roles/openshift_node_group/tasks/fetch_config.yml for poc-azure-gluster-master-0
TASK [openshift_node_group : fetch node configmap] *****************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_node_group : debug node config] ********************************
ok: [poc-azure-gluster-master-0] => {
"configout": {
"changed": false,
"failed": false,
"results": {
"cmd": "/bin/oc get configmap node-config-compute-crio -o json -n openshift-node",
"results": [
{}
],
"returncode": 0,
"stderr": "Error from server (NotFound): configmaps \"node-config-compute-crio\" not found\n",
"stdout": ""
},
"state": "list"
}
}
TASK [openshift_node_group : create a temp dir for this work] ******************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : create node config template] **********************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : lay down the config from the existing configmap] ***
TASK [openshift_node_group : specialize the generated configs for node-config-compute-crio] ***
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : show the yeditout debug var] **********************
ok: [poc-azure-gluster-master-0] => {
"yeditout": {
"changed": true,
"failed": false,
"result": [
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"node-labels": [
{
"< this is always modified via yedit": "openshift_node_labels_edit >"
}
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.container-runtime"
},
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"container-runtime-endpoint": [
"/var/run/crio/crio.sock"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"node-labels": [
{
"< this is always modified via yedit": "openshift_node_labels_edit >"
}
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.container-runtime-endpoint"
},
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"container-runtime-endpoint": [
"/var/run/crio/crio.sock"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"image-service-endpoint": [
"/var/run/crio/crio.sock"
],
"node-labels": [
{
"< this is always modified via yedit": "openshift_node_labels_edit >"
}
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.image-service-endpoint"
},
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"container-runtime-endpoint": [
"/var/run/crio/crio.sock"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"image-service-endpoint": [
"/var/run/crio/crio.sock"
],
"node-labels": [
{
"< this is always modified via yedit": "openshift_node_labels_edit >"
}
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
],
"runtime-request-timeout": [
"10m"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.runtime-request-timeout"
},
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"container-runtime-endpoint": [
"/var/run/crio/crio.sock"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"image-service-endpoint": [
"/var/run/crio/crio.sock"
],
"node-labels": [
"node-role.kubernetes.io/compute=true,runtime=cri-o"
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
],
"runtime-request-timeout": [
"10m"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.node-labels"
}
],
"state": "present"
}
}
TASK [openshift_node_group : create volume config template] ********************
TASK [openshift_node_group : lay down the volume config from the existing configmap] ***
TASK [openshift_node_group : specialize the volume config for node-config-compute-crio] ***
TASK [openshift_node_group : show the volume_yeditout debug var] ***************
ok: [poc-azure-gluster-master-0] => {
"volume_yeditout": {
"changed": false,
"skip_reason": "Conditional result was False",
"skipped": true
}
}
TASK [openshift_node_group : create node-config.yaml configmap] ****************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : create node-config.yaml and volume-config.yaml configmap] ***
TASK [openshift_node_group : remove templated files] ***************************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : include_tasks] ************************************
included: /usr/share/ansible/openshift-ansible/roles/openshift_node_group/tasks/fetch_config.yml for poc-azure-gluster-master-0
TASK [openshift_node_group : fetch node configmap] *****************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_node_group : debug node config] ********************************
ok: [poc-azure-gluster-master-0] => {
"configout": {
"changed": false,
"failed": false,
"results": {
"cmd": "/bin/oc get configmap node-config-master-infra -o json -n openshift-node",
"results": [
{}
],
"returncode": 0,
"stderr": "Error from server (NotFound): configmaps \"node-config-master-infra\" not found\n",
"stdout": ""
},
"state": "list"
}
}
TASK [openshift_node_group : create a temp dir for this work] ******************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : create node config template] **********************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : lay down the config from the existing configmap] ***
TASK [openshift_node_group : specialize the generated configs for node-config-master-infra] ***
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : show the yeditout debug var] **********************
ok: [poc-azure-gluster-master-0] => {
"yeditout": {
"changed": true,
"failed": false,
"result": [
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"node-labels": [
"node-role.kubernetes.io/master=true,node-role.kubernetes.io/infra=true"
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.node-labels"
}
],
"state": "present"
}
}
TASK [openshift_node_group : create volume config template] ********************
TASK [openshift_node_group : lay down the volume config from the existing configmap] ***
TASK [openshift_node_group : specialize the volume config for node-config-master-infra] ***
TASK [openshift_node_group : show the volume_yeditout debug var] ***************
ok: [poc-azure-gluster-master-0] => {
"volume_yeditout": {
"changed": false,
"skip_reason": "Conditional result was False",
"skipped": true
}
}
TASK [openshift_node_group : create node-config.yaml configmap] ****************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : create node-config.yaml and volume-config.yaml configmap] ***
TASK [openshift_node_group : remove templated files] ***************************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : include_tasks] ************************************
included: /usr/share/ansible/openshift-ansible/roles/openshift_node_group/tasks/fetch_config.yml for poc-azure-gluster-master-0
TASK [openshift_node_group : fetch node configmap] *****************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_node_group : debug node config] ********************************
ok: [poc-azure-gluster-master-0] => {
"configout": {
"changed": false,
"failed": false,
"results": {
"cmd": "/bin/oc get configmap node-config-master-infra-crio -o json -n openshift-node",
"results": [
{}
],
"returncode": 0,
"stderr": "Error from server (NotFound): configmaps \"node-config-master-infra-crio\" not found\n",
"stdout": ""
},
"state": "list"
}
}
TASK [openshift_node_group : create a temp dir for this work] ******************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : create node config template] **********************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : lay down the config from the existing configmap] ***
TASK [openshift_node_group : specialize the generated configs for node-config-master-infra-crio] ***
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : show the yeditout debug var] **********************
ok: [poc-azure-gluster-master-0] => {
"yeditout": {
"changed": true,
"failed": false,
"result": [
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"node-labels": [
{
"< this is always modified via yedit": "openshift_node_labels_edit >"
}
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.container-runtime"
},
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"container-runtime-endpoint": [
"/var/run/crio/crio.sock"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"node-labels": [
{
"< this is always modified via yedit": "openshift_node_labels_edit >"
}
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.container-runtime-endpoint"
},
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"container-runtime-endpoint": [
"/var/run/crio/crio.sock"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"image-service-endpoint": [
"/var/run/crio/crio.sock"
],
"node-labels": [
{
"< this is always modified via yedit": "openshift_node_labels_edit >"
}
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.image-service-endpoint"
},
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"container-runtime-endpoint": [
"/var/run/crio/crio.sock"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"image-service-endpoint": [
"/var/run/crio/crio.sock"
],
"node-labels": [
{
"< this is always modified via yedit": "openshift_node_labels_edit >"
}
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
],
"runtime-request-timeout": [
"10m"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.runtime-request-timeout"
},
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"container-runtime-endpoint": [
"/var/run/crio/crio.sock"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"image-service-endpoint": [
"/var/run/crio/crio.sock"
],
"node-labels": [
"node-role.kubernetes.io/master=true,node-role.kubernetes.io/infra=true,runtime=cri-o"
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
],
"runtime-request-timeout": [
"10m"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.node-labels"
}
],
"state": "present"
}
}
TASK [openshift_node_group : create volume config template] ********************
TASK [openshift_node_group : lay down the volume config from the existing configmap] ***
TASK [openshift_node_group : specialize the volume config for node-config-master-infra-crio] ***
TASK [openshift_node_group : show the volume_yeditout debug var] ***************
ok: [poc-azure-gluster-master-0] => {
"volume_yeditout": {
"changed": false,
"skip_reason": "Conditional result was False",
"skipped": true
}
}
TASK [openshift_node_group : create node-config.yaml configmap] ****************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : create node-config.yaml and volume-config.yaml configmap] ***
TASK [openshift_node_group : remove templated files] ***************************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : include_tasks] ************************************
included: /usr/share/ansible/openshift-ansible/roles/openshift_node_group/tasks/fetch_config.yml for poc-azure-gluster-master-0
TASK [openshift_node_group : fetch node configmap] *****************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_node_group : debug node config] ********************************
ok: [poc-azure-gluster-master-0] => {
"configout": {
"changed": false,
"failed": false,
"results": {
"cmd": "/bin/oc get configmap node-config-all-in-one -o json -n openshift-node",
"results": [
{}
],
"returncode": 0,
"stderr": "Error from server (NotFound): configmaps \"node-config-all-in-one\" not found\n",
"stdout": ""
},
"state": "list"
}
}
TASK [openshift_node_group : create a temp dir for this work] ******************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : create node config template] **********************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : lay down the config from the existing configmap] ***
TASK [openshift_node_group : specialize the generated configs for node-config-all-in-one] ***
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : show the yeditout debug var] **********************
ok: [poc-azure-gluster-master-0] => {
"yeditout": {
"changed": true,
"failed": false,
"result": [
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"node-labels": [
"node-role.kubernetes.io/master=true,node-role.kubernetes.io/infra=true,node-role.kubernetes.io/compute=true"
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.node-labels"
}
],
"state": "present"
}
}
TASK [openshift_node_group : create volume config template] ********************
TASK [openshift_node_group : lay down the volume config from the existing configmap] ***
TASK [openshift_node_group : specialize the volume config for node-config-all-in-one] ***
TASK [openshift_node_group : show the volume_yeditout debug var] ***************
ok: [poc-azure-gluster-master-0] => {
"volume_yeditout": {
"changed": false,
"skip_reason": "Conditional result was False",
"skipped": true
}
}
TASK [openshift_node_group : create node-config.yaml configmap] ****************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : create node-config.yaml and volume-config.yaml configmap] ***
TASK [openshift_node_group : remove templated files] ***************************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : include_tasks] ************************************
included: /usr/share/ansible/openshift-ansible/roles/openshift_node_group/tasks/fetch_config.yml for poc-azure-gluster-master-0
TASK [openshift_node_group : fetch node configmap] *****************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_node_group : debug node config] ********************************
ok: [poc-azure-gluster-master-0] => {
"configout": {
"changed": false,
"failed": false,
"results": {
"cmd": "/bin/oc get configmap node-config-all-in-one-crio -o json -n openshift-node",
"results": [
{}
],
"returncode": 0,
"stderr": "Error from server (NotFound): configmaps \"node-config-all-in-one-crio\" not found\n",
"stdout": ""
},
"state": "list"
}
}
TASK [openshift_node_group : create a temp dir for this work] ******************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : create node config template] **********************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : lay down the config from the existing configmap] ***
TASK [openshift_node_group : specialize the generated configs for node-config-all-in-one-crio] ***
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : show the yeditout debug var] **********************
ok: [poc-azure-gluster-master-0] => {
"yeditout": {
"changed": true,
"failed": false,
"result": [
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"node-labels": [
{
"< this is always modified via yedit": "openshift_node_labels_edit >"
}
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.container-runtime"
},
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"container-runtime-endpoint": [
"/var/run/crio/crio.sock"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"node-labels": [
{
"< this is always modified via yedit": "openshift_node_labels_edit >"
}
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.container-runtime-endpoint"
},
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"container-runtime-endpoint": [
"/var/run/crio/crio.sock"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"image-service-endpoint": [
"/var/run/crio/crio.sock"
],
"node-labels": [
{
"< this is always modified via yedit": "openshift_node_labels_edit >"
}
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.image-service-endpoint"
},
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"container-runtime-endpoint": [
"/var/run/crio/crio.sock"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"image-service-endpoint": [
"/var/run/crio/crio.sock"
],
"node-labels": [
{
"< this is always modified via yedit": "openshift_node_labels_edit >"
}
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
],
"runtime-request-timeout": [
"10m"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.runtime-request-timeout"
},
{
"edit": {
"apiVersion": "v1",
"authConfig": {
"authenticationCacheSize": 1000,
"authenticationCacheTTL": "5m",
"authorizationCacheSize": 1000,
"authorizationCacheTTL": "5m"
},
"dnsBindAddress": "127.0.0.1:53",
"dnsDomain": "cluster.local",
"dnsIP": "0.0.0.0",
"dnsNameservers": null,
"dnsRecursiveResolvConf": "/etc/origin/node/resolv.conf",
"dockerConfig": {
"dockerShimRootDirectory": "/var/lib/dockershim",
"dockerShimSocket": "/var/run/dockershim.sock",
"execHandlerName": "native"
},
"enableUnidling": true,
"imageConfig": {
"format": "registry.access.redhat.com/openshift3/ose-${component}:${version}",
"latest": false
},
"iptablesSyncPeriod": "30s",
"kind": "NodeConfig",
"kubeletArguments": {
"bootstrap-kubeconfig": [
"/etc/origin/node/bootstrap.kubeconfig"
],
"cert-dir": [
"/etc/origin/node/certificates"
],
"cloud-config": [
"/etc/origin/cloudprovider/azure.conf"
],
"cloud-provider": [
"azure"
],
"container-runtime": [
"remote"
],
"container-runtime-endpoint": [
"/var/run/crio/crio.sock"
],
"enable-controller-attach-detach": [
"true"
],
"feature-gates": [
"RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true"
],
"image-service-endpoint": [
"/var/run/crio/crio.sock"
],
"node-labels": [
"node-role.kubernetes.io/master=true,node-role.kubernetes.io/infra=true,node-role.kubernetes.io/compute=true,runtime=cri-o"
],
"pod-manifest-path": [
"/etc/origin/node/pods"
],
"rotate-certificates": [
"true"
],
"runtime-request-timeout": [
"10m"
]
},
"masterClientConnectionOverrides": {
"acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json",
"burst": 40,
"contentType": "application/vnd.kubernetes.protobuf",
"qps": 20
},
"masterKubeConfig": "node.kubeconfig",
"networkConfig": {
"mtu": 1450,
"networkPluginName": "redhat/openshift-ovs-multitenant"
},
"proxyArguments": {
"cluster-cidr": [
"10.128.0.0/14"
]
},
"servingInfo": {
"bindAddress": "0.0.0.0:10250",
"bindNetwork": "tcp4",
"clientCA": "client-ca.crt"
},
"volumeConfig": {
"localQuota": {
"perFSGroup": null
}
},
"volumeDirectory": "/var/lib/origin/openshift.local.volumes"
},
"key": "kubeletArguments.node-labels"
}
],
"state": "present"
}
}
TASK [openshift_node_group : create volume config template] ********************
TASK [openshift_node_group : lay down the volume config from the existing configmap] ***
TASK [openshift_node_group : specialize the volume config for node-config-all-in-one-crio] ***
TASK [openshift_node_group : show the volume_yeditout debug var] ***************
ok: [poc-azure-gluster-master-0] => {
"volume_yeditout": {
"changed": false,
"skip_reason": "Conditional result was False",
"skipped": true
}
}
TASK [openshift_node_group : create node-config.yaml configmap] ****************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : create node-config.yaml and volume-config.yaml configmap] ***
TASK [openshift_node_group : remove templated files] ***************************
changed: [poc-azure-gluster-master-0]
TASK [openshift_bootstrap_autoapprover : Make temp directory for templates] ****
TASK [openshift_bootstrap_autoapprover : Copy templates to temp directory] *****
TASK [openshift_bootstrap_autoapprover : Update the image tag] *****************
TASK [openshift_bootstrap_autoapprover : Remove the image stream tag] **********
TASK [openshift_bootstrap_autoapprover : Apply the config] *********************
TASK [openshift_bootstrap_autoapprover : Remove temp directory] ****************
TASK [openshift_node_group : Ensure project exists] ****************************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : Make temp directory for templates] ****************
ok: [poc-azure-gluster-master-0]
TASK [openshift_node_group : Copy templates to temp directory] *****************
changed: [poc-azure-gluster-master-0] => (item=/usr/share/ansible/openshift-ansible/roles/openshift_node_group/files/sync-images.yaml)
changed: [poc-azure-gluster-master-0] => (item=/usr/share/ansible/openshift-ansible/roles/openshift_node_group/files/sync-policy.yaml)
changed: [poc-azure-gluster-master-0] => (item=/usr/share/ansible/openshift-ansible/roles/openshift_node_group/files/sync.yaml)
TASK [openshift_node_group : Update the image tag] *****************************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : Ensure the service account can run privileged] ****
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : Remove the image stream tag] **********************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : Remove existing pods if present] ******************
ok: [poc-azure-gluster-master-0]
TASK [openshift_node_group : Apply the config] *********************************
changed: [poc-azure-gluster-master-0]
TASK [openshift_node_group : Remove temp directory] ****************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_node_group : Wait for the sync daemonset to become ready and available] ***
FAILED - RETRYING: Wait for the sync daemonset to become ready and available (80 retries left).
ok: [poc-azure-gluster-master-0]
TASK [openshift_node_group : Wait for sync DS to set annotations on master nodes] ***
ok: [poc-azure-gluster-master-0]
TASK [openshift_node_group : Verify api server is available] *******************
ok: [poc-azure-gluster-master-0]
PLAY [Ensure inventory labels are assigned to masters] *************************
TASK [openshift_manage_node : Wait for master API to become available before proceeding] ***
TASK [openshift_manage_node : Wait for Node Registration] **********************
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [openshift_manage_node : include_tasks] ***********************************
included: /usr/share/ansible/openshift-ansible/roles/openshift_manage_node/tasks/config.yml for poc-azure-gluster-master-0, poc-azure-gluster-master-1, poc-azure-gluster-master-2
TASK [openshift_manage_node : Set node schedulability] *************************
ok: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
TASK [openshift_manage_node : Wait for sync DS to set annotations on all nodes] ***
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
PLAY [Master Install Checkpoint End] *******************************************
TASK [Set Master install 'Complete'] *******************************************
ok: [poc-azure-gluster-master-0]
PLAY [Master Additional Install Checkpoint Start] ******************************
TASK [Set Master Additional install 'In Progress'] *****************************
ok: [poc-azure-gluster-master-0]
PLAY [Additional master configuration] *****************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_sdn : Ensure project exists] ***********************************
changed: [poc-azure-gluster-master-0]
TASK [openshift_sdn : Make temp directory for templates] ***********************
ok: [poc-azure-gluster-master-0]
TASK [openshift_sdn : Copy templates to temp directory] ************************
changed: [poc-azure-gluster-master-0] => (item=/usr/share/ansible/openshift-ansible/roles/openshift_sdn/files/sdn-images.yaml)
changed: [poc-azure-gluster-master-0] => (item=/usr/share/ansible/openshift-ansible/roles/openshift_sdn/files/sdn-ovs.yaml)
changed: [poc-azure-gluster-master-0] => (item=/usr/share/ansible/openshift-ansible/roles/openshift_sdn/files/sdn-policy.yaml)
changed: [poc-azure-gluster-master-0] => (item=/usr/share/ansible/openshift-ansible/roles/openshift_sdn/files/sdn.yaml)
TASK [openshift_sdn : Update the image tag] ************************************
changed: [poc-azure-gluster-master-0]
TASK [openshift_sdn : Ensure the service account can run privileged] ***********
changed: [poc-azure-gluster-master-0]
TASK [openshift_sdn : Remove the image stream tag] *****************************
changed: [poc-azure-gluster-master-0]
TASK [openshift_sdn : Apply the config] ****************************************
changed: [poc-azure-gluster-master-0]
TASK [openshift_sdn : Wait for rollout] ****************************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_sdn : Get pods in the openshift-sdn namespace] *****************
TASK [openshift_sdn : debug] ***************************************************
TASK [openshift_sdn : Remove temp directory] ***********************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_project_request_template : Create temp file for template] ******
TASK [openshift_project_request_template : Generate default project template] ***
TASK [openshift_project_request_template : Write default project template to file] ***
TASK [openshift_project_request_template : Apply template modifications] *******
TASK [openshift_project_request_template : Create or update project request template] ***
TASK [openshift_project_request_template : Delete temp file] *******************
TASK [openshift_examples : Create local temp dir for OpenShift examples copy] ***
changed: [poc-azure-gluster-master-0 -> localhost]
TASK [openshift_examples : Chmod local temp dir for OpenShift examples copy] ***
changed: [poc-azure-gluster-master-0 -> localhost]
TASK [openshift_examples : Create tar of OpenShift examples] *******************
changed: [poc-azure-gluster-master-0 -> localhost]
TASK [openshift_examples : Chmod local temp dir for OpenShift examples copy] ***
changed: [poc-azure-gluster-master-0 -> localhost]
TASK [openshift_examples : Create the remote OpenShift examples directory] *****
changed: [poc-azure-gluster-master-0]
TASK [openshift_examples : Unarchive the OpenShift examples on the remote] *****
changed: [poc-azure-gluster-master-0]
TASK [openshift_examples : Cleanup the OpenShift Examples temp dir] ************
changed: [poc-azure-gluster-master-0 -> localhost]
TASK [openshift_examples : Create imagestream import secret for oreg_url] ******
TASK [openshift_examples : Create imagestream import secrets for any additional registries] ***
TASK [openshift_examples : Modify registry paths if registry_url is not registry.redhat.io] ***
changed: [poc-azure-gluster-master-0]
TASK [openshift_examples : Import RHEL streams] ********************************
ok: [poc-azure-gluster-master-0] => (item=/usr/share/openshift/examples/image-streams/image-streams-rhel7.json)
ok: [poc-azure-gluster-master-0] => (item=/usr/share/openshift/examples/image-streams/dotnet_imagestreams.json)
TASK [openshift_examples : Import Centos Image streams] ************************
TASK [openshift_examples : Import db templates] ********************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_examples : Remove defunct quickstart template files] ***********
ok: [poc-azure-gluster-master-0] => (item=/usr/share/openshift/examples/quickstart-templates/nodejs.json)
ok: [poc-azure-gluster-master-0] => (item=/usr/share/openshift/examples/quickstart-templates/cakephp.json)
ok: [poc-azure-gluster-master-0] => (item=/usr/share/openshift/examples/quickstart-templates/dancer.json)
ok: [poc-azure-gluster-master-0] => (item=/usr/share/openshift/examples/quickstart-templates/django.json)
TASK [openshift_examples : Remove defunct quickstart templates from openshift namespace] ***
ok: [poc-azure-gluster-master-0] => (item=nodejs-example)
ok: [poc-azure-gluster-master-0] => (item=cakephp-example)
ok: [poc-azure-gluster-master-0] => (item=dancer-example)
ok: [poc-azure-gluster-master-0] => (item=django-example)
TASK [openshift_examples : Import quickstart-templates] ************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_examples : Remove old xPaas template files] ********************
ok: [poc-azure-gluster-master-0] => (item=/usr/share/openshift/examples/xpaas-templates/sso70-basic.json)
TASK [openshift_examples : Remove old xPaas templates from openshift namespace] ***
ok: [poc-azure-gluster-master-0] => (item=sso70-basic)
TASK [openshift_examples : Import xPaas image streams] *************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_examples : Import xPaas templates] *****************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_cluster_autoscaler : Set cluster autoscaler namespace] *********
TASK [openshift_cluster_autoscaler : create the cluster-autoscaler serviceaccount] ***
TASK [openshift_cluster_autoscaler : copy the cluster-autoscaler files] ********
TASK [openshift_cluster_autoscaler : Ensure the cluster-autoscaler roles are present] ***
TASK [openshift_cluster_autoscaler : include_tasks] ****************************
TASK [openshift_cluster_autoscaler : create the policies] **********************
TASK [openshift_cluster_autoscaler : grant cluster-reader to cluster-autoscaler] ***
TASK [openshift_cluster_autoscaler : laydown the deployment file for cluster-autoscaler] ***
TASK [openshift_cluster_autoscaler : Ensure the cluster-autoscaler is present] ***
TASK [openshift_manageiq : Add Management Infrastructure project] **************
changed: [poc-azure-gluster-master-0]
TASK [openshift_manageiq : Create Admin and Image Inspector Service Account] ***
changed: [poc-azure-gluster-master-0] => (item=management-admin)
changed: [poc-azure-gluster-master-0] => (item=inspector-admin)
TASK [openshift_manageiq : Create manageiq cluster role] ***********************
changed: [poc-azure-gluster-master-0]
TASK [openshift_manageiq : Create Hawkular Metrics Admin Cluster Role] *********
changed: [poc-azure-gluster-master-0]
TASK [openshift_manageiq : Configure role/user permissions] ********************
changed: [poc-azure-gluster-master-0] => (item={u'resource_kind': u'role', u'resource_name': u'admin', u'user': u'management-admin'})
changed: [poc-azure-gluster-master-0] => (item={u'resource_kind': u'role', u'resource_name': u'admin', u'user': u'system:serviceaccount:management-infra:management-admin'})
changed: [poc-azure-gluster-master-0] => (item={u'resource_kind': u'cluster-role', u'resource_name': u'management-infra-admin', u'user': u'system:serviceaccount:management-infra:management-admin'})
changed: [poc-azure-gluster-master-0] => (item={u'resource_kind': u'cluster-role', u'resource_name': u'cluster-reader', u'user': u'system:serviceaccount:management-infra:management-admin'})
changed: [poc-azure-gluster-master-0] => (item={u'resource_kind': u'scc', u'resource_name': u'privileged', u'user': u'system:serviceaccount:management-infra:management-admin'})
changed: [poc-azure-gluster-master-0] => (item={u'resource_kind': u'cluster-role', u'resource_name': u'system:image-puller', u'user': u'system:serviceaccount:management-infra:inspector-admin'})
changed: [poc-azure-gluster-master-0] => (item={u'resource_kind': u'scc', u'resource_name': u'privileged', u'user': u'system:serviceaccount:management-infra:inspector-admin'})
changed: [poc-azure-gluster-master-0] => (item={u'resource_kind': u'cluster-role', u'resource_name': u'self-provisioner', u'user': u'system:serviceaccount:management-infra:management-admin'})
changed: [poc-azure-gluster-master-0] => (item={u'resource_kind': u'cluster-role', u'resource_name': u'hawkular-metrics-admin', u'user': u'system:serviceaccount:management-infra:management-admin'})
TASK [openshift_manageiq : Configure 3_2 role/user permissions] ****************
changed: [poc-azure-gluster-master-0] => (item={u'resource_kind': u'cluster-role', u'resource_name': u'system:image-auditor', u'user': u'system:serviceaccount:management-infra:management-admin'})
TASK [cockpit : Add iptables allow rules] **************************************
changed: [poc-azure-gluster-master-0] => (item={u'port': u'9090/tcp', u'service': u'cockpit-ws'})
TASK [cockpit : Remove iptables rules] *****************************************
TASK [cockpit : Add firewalld allow rules] *************************************
TASK [cockpit : Remove firewalld allow rules] **********************************
TASK [cockpit : Install cockpit-ws] ********************************************
changed: [poc-azure-gluster-master-0]
TASK [cockpit : Enable cockpit-ws] *********************************************
changed: [poc-azure-gluster-master-0]
TASK [flannel_register : Assures /etc/flannel dir exists] **********************
TASK [flannel_register : Generate etcd configuration for etcd] *****************
TASK [flannel_register : Insert flannel configuration into etcd] ***************
PLAY [configure vsphere svc account] *******************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_cloud_provider : Check to see if the vsphere cluster role already exists] ***
TASK [openshift_cloud_provider : Create svc acccount file] *********************
TASK [openshift_cloud_provider : Create vsphere-svc on cluster] ****************
TASK [openshift_cloud_provider : Remove vsphere-svc file] **********************
PLAY [update vsphere provider master config] ***********************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-0]
TASK [openshift_cloud_provider : modify controller args] ***********************
PLAY [Master Additional Install Checkpoint End] ********************************
TASK [Set Master Additional install 'Complete'] ********************************
ok: [poc-azure-gluster-master-0]
PLAY [Node Join Checkpoint Start] **********************************************
TASK [Set Node Join 'In Progress'] *********************************************
ok: [poc-azure-gluster-master-0]
PLAY [Distribute bootstrap and start nodes] ************************************
TASK [openshift_node : Copy master bootstrap config locally] *******************
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
TASK [openshift_node : Distribute bootstrap kubeconfig if one does not exist] ***
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Start and enable node for bootstrapping] ****************
changed: [poc-azure-gluster-master-0]
changed: [poc-azure-gluster-master-1]
changed: [poc-azure-gluster-master-2]
changed: [poc-azure-gluster-infra-0]
changed: [poc-azure-gluster-infra-1]
changed: [poc-azure-gluster-infra-2]
changed: [poc-azure-gluster-node-0]
changed: [poc-azure-gluster-node-1]
changed: [poc-azure-gluster-node-2]
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
TASK [openshift_node : Get node logs] ******************************************
TASK [openshift_node : debug] **************************************************
TASK [openshift_node : fail] ***************************************************
PLAY [Approve any pending CSR requests from inventory nodes] *******************
TASK [Dump all candidate bootstrap hostnames] **********************************
ok: [poc-azure-gluster-master-0] => {
"msg": [
"poc-azure-gluster-master-0",
"poc-azure-gluster-master-1",
"poc-azure-gluster-master-2",
"poc-azure-gluster-infra-0",
"poc-azure-gluster-infra-1",
"poc-azure-gluster-infra-2",
"poc-azure-gluster-node-0",
"poc-azure-gluster-node-1",
"poc-azure-gluster-node-2",
"poc-azure-gluster-cns-0",
"poc-azure-gluster-cns-1",
"poc-azure-gluster-cns-2"
]
}
TASK [Find all hostnames for bootstrapping] ************************************
ok: [poc-azure-gluster-master-0]
TASK [Dump the bootstrap hostnames] ********************************************
ok: [poc-azure-gluster-master-0] => {
"msg": [
"poc-azure-gluster-master-0",
"poc-azure-gluster-master-1",
"poc-azure-gluster-master-2",
"poc-azure-gluster-infra-0",
"poc-azure-gluster-infra-1",
"poc-azure-gluster-infra-2",
"poc-azure-gluster-node-0",
"poc-azure-gluster-node-1",
"poc-azure-gluster-node-2",
"poc-azure-gluster-cns-0",
"poc-azure-gluster-cns-1",
"poc-azure-gluster-cns-2"
]
}
TASK [Approve node certificates when bootstrapping] ****************************
FAILED - RETRYING: Approve node certificates when bootstrapping (30 retries left).
FAILED - RETRYING: Approve node certificates when bootstrapping (29 retries left).
FAILED - RETRYING: Approve node certificates when bootstrapping (28 retries left).
changed: [poc-azure-gluster-master-0]
PLAY [Ensure any inventory labels are applied to the nodes] ********************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_manage_node : Wait for master API to become available before proceeding] ***
TASK [openshift_manage_node : Wait for Node Registration] **********************
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-infra-0 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-infra-1 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-infra-2 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-node-0 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-node-2 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-node-1 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-cns-0 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-cns-1 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-cns-2 -> poc-azure-gluster-master-0]
TASK [openshift_manage_node : include_tasks] ***********************************
included: /usr/share/ansible/openshift-ansible/roles/openshift_manage_node/tasks/config.yml for poc-azure-gluster-master-0, poc-azure-gluster-master-1, poc-azure-gluster-master-2, poc-azure-gluster-infra-0, poc-azure-gluster-infra-1, poc-azure-gluster-infra-2, poc-azure-gluster-node-0, poc-azure-gluster-node-1, poc-azure-gluster-node-2, poc-azure-gluster-cns-0, poc-azure-gluster-cns-1, poc-azure-gluster-cns-2
TASK [openshift_manage_node : Set node schedulability] *************************
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-infra-1 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-infra-0 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-infra-2 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-node-0 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-node-1 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-node-2 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-cns-0 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-cns-1 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-cns-2 -> poc-azure-gluster-master-0]
TASK [openshift_manage_node : Wait for sync DS to set annotations on all nodes] ***
ok: [poc-azure-gluster-master-0 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-2 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-infra-0 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-infra-1 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-infra-2 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-node-0 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-node-1 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-node-2 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-cns-0 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-cns-1 -> poc-azure-gluster-master-0]
ok: [poc-azure-gluster-cns-2 -> poc-azure-gluster-master-0]
PLAY [Create additional node network plugin groups] ****************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [group_by] ****************************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
PLAY [Nuage Node Configuration] ************************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [nuage_common : Set the Nuage plugin openshift directory fact to handle Atomic host install] ***
TASK [nuage_common : Set the Nuage CNI network config directory fact to handle Atomic host install] ***
TASK [nuage_common : Set the Nuage CNI binary directory fact to handle Atomic host install] ***
TASK [nuage_common : Assure CNI plugin config dir exists before daemon set install] ***
TASK [nuage_common : Assure CNI netconf directory exists before daemon set install] ***
TASK [nuage_common : Assure CNI plugin binary directory exists before daemon set install] ***
TASK [nuage_common : Set the Nuage plugin openshift directory fact to handle Atomic host install] ***
TASK [nuage_common : Set the Nuage CNI network config directory fact to handle Atomic host install] ***
TASK [nuage_common : Set the Nuage CNI binary directory fact to handle Atomic host install] ***
TASK [nuage_common : Assure CNI plugin config dir exists before daemon set install] ***
TASK [nuage_common : Assure CNI netconf directory exists before daemon set install] ***
TASK [nuage_common : Assure CNI plugin binary directory exists before daemon set install] ***
TASK [nuage_ca : Install openssl] **********************************************
TASK [nuage_ca : Create CA directory] ******************************************
TASK [nuage_ca : Create certificate directory] *********************************
TASK [nuage_ca : Check if the CA key already exists] ***************************
TASK [nuage_ca : Create CA key] ************************************************
TASK [nuage_ca : Check if the CA crt already exists] ***************************
TASK [nuage_ca : Create CA crt] ************************************************
TASK [nuage_ca : Create the serial file] ***************************************
TASK [nuage_ca : Copy SSL config file] *****************************************
TASK [kube_proxy_and_dns : Ensure project exists] ******************************
TASK [kube_proxy_and_dns : Make temp directory for templates] ******************
TASK [kube_proxy_and_dns : Copy templates to temp directory] *******************
TASK [kube_proxy_and_dns : Update the image tag] *******************************
TASK [kube_proxy_and_dns : Ensure the service account can run privileged] ******
TASK [kube_proxy_and_dns : Remove the image stream tag] ************************
TASK [kube_proxy_and_dns : Apply the config] ***********************************
TASK [kube_proxy_and_dns : Remove temp directory] ******************************
TASK [nuage_node : Set the Nuage plugin openshift directory fact for Atomic hosts] ***
TASK [nuage_node : Set the Nuage CNI binary directory fact for Atomic hosts] ***
TASK [nuage_node : Set the Nuage plugin certs directory fact for Atomic hosts] ***
TASK [nuage_node : Assure CNI conf dir exists] *********************************
TASK [nuage_node : Assures Openshift CNI bin dir exists] ***********************
TASK [nuage_node : Copy the certificates and keys] *****************************
TASK [nuage_node : include_tasks] **********************************************
TASK [nuage_node : Add additional Docker mounts for Nuage for atomic hosts] ****
TASK [nuage_node : Restart node services] **************************************
TASK [nuage_node : include_tasks] **********************************************
TASK [nuage_node : Add iptables allow rules] ***********************************
TASK [nuage_node : Remove iptables rules] **************************************
TASK [nuage_node : Add firewalld allow rules] **********************************
TASK [nuage_node : Remove firewalld allow rules] *******************************
PLAY [Additional calico node config] *******************************************
skipping: no hosts matched
PLAY [NSX Node Configuration] **************************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
ok: [poc-azure-gluster-master-1]
ok: [poc-azure-gluster-infra-0]
ok: [poc-azure-gluster-master-2]
ok: [poc-azure-gluster-infra-2]
ok: [poc-azure-gluster-infra-1]
ok: [poc-azure-gluster-node-0]
ok: [poc-azure-gluster-node-1]
ok: [poc-azure-gluster-node-2]
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [nsx_node : NSX | Download CNI rpm] ***************************************
TASK [nsx_node : NSX | Install CNI] ********************************************
TASK [nsx_node : NSX | Download NSX rpms] **************************************
TASK [nsx_node : NSX | Install OVS] ********************************************
TASK [nsx_node : NSX | Fix Openvswitch wrong SELinux label] ********************
TASK [nsx_node : NSX | Restart OVS Kernel Module] ******************************
TASK [nsx_node : NSX | Start OVS service] **************************************
TASK [nsx_node : NSX | Create OVS bridge] **************************************
TASK [nsx_node : NSX | Add the Uplink Port to OVS] *****************************
TASK [nsx_node : NSX | Bring up br-int] ****************************************
TASK [nsx_node : NSX | Bring up node-if] ***************************************
TASK [nsx_node : NSX | Iptables allow nodePort] ********************************
TASK [nsx_node : NSX | Iptables allow DNS tcp] *********************************
TASK [nsx_node : NSX | Iptables allow DNS udp] *********************************
TASK [nsx_node : NSX | Save iptables rules] ************************************
TASK [nsx_node : NSX | Firewalld allow DNS tcp] ********************************
TASK [nsx_node : NSX | Firewalld allow DNS udp] ********************************
PLAY [Node Join Checkpoint End] ************************************************
TASK [Set Node Join 'Complete'] ************************************************
ok: [poc-azure-gluster-master-0]
PLAY [GlusterFS Install Checkpoint Start] **************************************
TASK [Set GlusterFS install 'In Progress'] *************************************
ok: [poc-azure-gluster-master-0]
PLAY [Configure GlusterFS hosts] ***********************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_storage_glusterfs : Add iptables allow rules] ******************
changed: [poc-azure-gluster-cns-0] => (item={u'port': u'2222/tcp', u'service': u'glusterfs_sshd'})
changed: [poc-azure-gluster-cns-1] => (item={u'port': u'2222/tcp', u'service': u'glusterfs_sshd'})
changed: [poc-azure-gluster-cns-2] => (item={u'port': u'2222/tcp', u'service': u'glusterfs_sshd'})
changed: [poc-azure-gluster-cns-0] => (item={u'port': u'24007/tcp', u'service': u'glusterfs_management'})
changed: [poc-azure-gluster-cns-1] => (item={u'port': u'24007/tcp', u'service': u'glusterfs_management'})
changed: [poc-azure-gluster-cns-2] => (item={u'port': u'24007/tcp', u'service': u'glusterfs_management'})
changed: [poc-azure-gluster-cns-0] => (item={u'port': u'24008/tcp', u'service': u'glusterfs_rdma'})
changed: [poc-azure-gluster-cns-1] => (item={u'port': u'24008/tcp', u'service': u'glusterfs_rdma'})
changed: [poc-azure-gluster-cns-2] => (item={u'port': u'24008/tcp', u'service': u'glusterfs_rdma'})
changed: [poc-azure-gluster-cns-0] => (item={u'port': u'49152-49251/tcp', u'service': u'glusterfs_bricks'})
changed: [poc-azure-gluster-cns-1] => (item={u'port': u'49152-49251/tcp', u'service': u'glusterfs_bricks'})
changed: [poc-azure-gluster-cns-2] => (item={u'port': u'49152-49251/tcp', u'service': u'glusterfs_bricks'})
changed: [poc-azure-gluster-cns-1] => (item={u'port': u'24010/tcp', u'service': u'glusterblockd'})
changed: [poc-azure-gluster-cns-0] => (item={u'port': u'24010/tcp', u'service': u'glusterblockd'})
changed: [poc-azure-gluster-cns-2] => (item={u'port': u'24010/tcp', u'service': u'glusterblockd'})
changed: [poc-azure-gluster-cns-1] => (item={u'port': u'3260/tcp', u'service': u'iscsi-targets'})
changed: [poc-azure-gluster-cns-0] => (item={u'port': u'3260/tcp', u'service': u'iscsi-targets'})
changed: [poc-azure-gluster-cns-2] => (item={u'port': u'3260/tcp', u'service': u'iscsi-targets'})
changed: [poc-azure-gluster-cns-1] => (item={u'port': u'111/tcp', u'service': u'rpcbind'})
changed: [poc-azure-gluster-cns-0] => (item={u'port': u'111/tcp', u'service': u'rpcbind'})
changed: [poc-azure-gluster-cns-2] => (item={u'port': u'111/tcp', u'service': u'rpcbind'})
TASK [openshift_storage_glusterfs : Remove iptables rules] *********************
TASK [openshift_storage_glusterfs : Add firewalld allow rules] *****************
TASK [openshift_storage_glusterfs : Remove firewalld allow rules] **************
TASK [openshift_storage_glusterfs : Ensure device mapper modules loaded] *******
ok: [poc-azure-gluster-cns-0]
ok: [poc-azure-gluster-cns-1]
ok: [poc-azure-gluster-cns-2]
TASK [openshift_storage_glusterfs : Install kernel modules package on Fedora] ***
TASK [openshift_storage_glusterfs : load kernel modules] ***********************
TASK [openshift_storage_glusterfs : Ensure systemd has right dependencies] *****
changed: [poc-azure-gluster-cns-0]
changed: [poc-azure-gluster-cns-1]
changed: [poc-azure-gluster-cns-2]
PLAY [Configure GlusterFS] *****************************************************
TASK [Gathering Facts] *********************************************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_storage_glusterfs : Create temp directory for doing work in] ***
ok: [poc-azure-gluster-master-0]
TASK [openshift_storage_glusterfs : Copy the admin client config] **************
ok: [poc-azure-gluster-master-0]
TASK [openshift_storage_glusterfs : set_fact] **********************************
ok: [poc-azure-gluster-master-0]
TASK [openshift_storage_glusterfs : Make sure heketi-client is installed] ******
TASK [openshift_storage_glusterfs : Verify heketi-cli is installed] ************
TASK [openshift_storage_glusterfs : Verify target namespace exists] ************
changed: [poc-azure-gluster-master-0]
TASK [openshift_storage_glusterfs : Add namespace service accounts to privileged SCC] ***
changed: [poc-azure-gluster-master-0] => (item=default)
changed: [poc-azure-gluster-master-0] => (item=router)
TASK [openshift_storage_glusterfs : assert] ************************************
ok: [poc-azure-gluster-master-0] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [openshift_storage_glusterfs : Copy GlusterFS DaemonSet template] *********
changed: [poc-azure-gluster-master-0]
TASK [openshift_storage_glusterfs : Create GlusterFS template] *****************
changed: [poc-azure-gluster-master-0]
TASK [openshift_storage_glusterfs : Label GlusterFS nodes] *********************
changed: [poc-azure-gluster-master-0] => (item=poc-azure-gluster-cns-0)
changed: [poc-azure-gluster-master-0] => (item=poc-azure-gluster-cns-1)
changed: [poc-azure-gluster-master-0] => (item=poc-azure-gluster-cns-2)
TASK [openshift_storage_glusterfs : Check GlusterFS DaemonSet status] **********
ok: [poc-azure-gluster-master-0]
TASK [openshift_storage_glusterfs : Deploy GlusterFS pods] *********************
changed: [poc-azure-gluster-master-0]
TASK [openshift_storage_glusterfs : Wait for GlusterFS pods] *******************
FAILED - RETRYING: Wait for GlusterFS pods (30 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (29 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (28 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (27 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (26 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (25 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (24 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (23 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (22 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (21 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (20 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (19 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (18 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (17 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (16 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (15 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (14 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (13 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (12 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (11 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (10 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (9 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (8 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (7 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (6 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (5 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (4 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (3 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (2 retries left).
FAILED - RETRYING: Wait for GlusterFS pods (1 retries left).
fatal: [poc-azure-gluster-master-0]: FAILED! => {"attempts": 30, "changed": false, "results": {"cmd": "/bin/oc get pod --selector=glusterfs=storage-pod -o json -n glusterfs", "results": [{"apiVersion": "v1", "items": [{"apiVersion": "v1", "kind": "Pod", "metadata": {"annotations": {"openshift.io/scc": "privileged"}, "creationTimestamp": "2019-02-15T17:12:08Z", "generateName": "glusterfs-storage-", "labels": {"controller-revision-hash": "2647030772", "glusterfs": "storage-pod", "glusterfs-node": "pod", "pod-template-generation": "1"}, "name": "glusterfs-storage-9mzxn", "namespace": "glusterfs", "ownerReferences": [{"apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "glusterfs-storage", "uid": "d32a95d7-3144-11e9-9e09-000d3a214faa"}], "resourceVersion": "4200", "selfLink": "/api/v1/namespaces/glusterfs/pods/glusterfs-storage-9mzxn", "uid": "d33d9023-3144-11e9-9e09-000d3a214faa"}, "spec": {"containers": [{"env": [{"name": "HOST_DEV_DIR", "value": "/mnt/host-dev"}, {"name": "GLUSTER_BLOCKD_STATUS_PROBE_ENABLE", "value": "1"}, {"name": "GB_GLFS_LRU_COUNT", "value": "15"}, {"name": "TCMU_LOGDIR", "value": "/var/log/glusterfs/gluster-block"}, {"name": "GB_LOGDIR", "value": "/var/log/glusterfs/gluster-block"}], "image": "registry.access.redhat.com/rhgs3/rhgs-server-rhel7:latest", "imagePullPolicy": "IfNotPresent", "livenessProbe": {"exec": {"command": ["/bin/bash", "-c", "if command -v /usr/local/bin/status-probe.sh; then /usr/local/bin/status-probe.sh liveness; else systemctl status glusterd.service; fi"]}, "failureThreshold": 50, "initialDelaySeconds": 40, "periodSeconds": 25, "successThreshold": 1, "timeoutSeconds": 3}, "name": "glusterfs", "readinessProbe": {"exec": {"command": ["/bin/bash", "-c", "if command -v /usr/local/bin/status-probe.sh; then /usr/local/bin/status-probe.sh readiness; else systemctl status glusterd.service; fi"]}, "failureThreshold": 50, "initialDelaySeconds": 40, "periodSeconds": 25, "successThreshold": 1, "timeoutSeconds": 3}, "resources": {"requests": {"cpu": "100m", "memory": "100Mi"}}, "securityContext": {"capabilities": {}, "privileged": true}, "terminationMessagePath": "/var/log/termination.log", "terminationMessagePolicy": "File", "volumeMounts": [{"mountPath": "/var/lib/heketi", "name": "glusterfs-heketi"}, {"mountPath": "/run", "name": "glusterfs-run"}, {"mountPath": "/run/lvm", "name": "glusterfs-lvm"}, {"mountPath": "/etc/glusterfs", "name": "glusterfs-etc"}, {"mountPath": "/var/log/glusterfs", "name": "glusterfs-logs"}, {"mountPath": "/var/lib/glusterd", "name": "glusterfs-config"}, {"mountPath": "/mnt/host-dev", "name": "glusterfs-dev"}, {"mountPath": "/var/lib/misc/glusterfsd", "name": "glusterfs-misc"}, {"mountPath": "/sys/class", "name": "glusterfs-block-sys-class"}, {"mountPath": "/sys/module", "name": "glusterfs-block-sys-module"}, {"mountPath": "/sys/fs/cgroup", "name": "glusterfs-cgroup", "readOnly": true}, {"mountPath": "/etc/ssl", "name": "glusterfs-ssl", "readOnly": true}, {"mountPath": "/usr/lib/modules", "name": "kernel-modules", "readOnly": true}, {"mountPath": "/etc/target", "name": "glusterfs-target"}, {"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "default-token-z5wdw", "readOnly": true}]}], "dnsPolicy": "ClusterFirst", "hostNetwork": true, "imagePullSecrets": [{"name": "default-dockercfg-btnj9"}], "nodeName": "poc-azure-gluster-cns-0", "nodeSelector": {"glusterfs": "storage-host"}, "priority": 0, "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "default", "serviceAccountName": "default", "terminationGracePeriodSeconds": 30, "tolerations": [{"effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists"}, {"effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists"}, {"effect": "NoSchedule", "key": "node.kubernetes.io/disk-pressure", "operator": "Exists"}, {"effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists"}], "volumes": [{"hostPath": {"path": "/var/lib/heketi", "type": ""}, "name": "glusterfs-heketi"}, {"emptyDir": {}, "name": "glusterfs-run"}, {"hostPath": {"path": "/run/lvm", "type": ""}, "name": "glusterfs-lvm"}, {"hostPath": {"path": "/etc/glusterfs", "type": ""}, "name": "glusterfs-etc"}, {"hostPath": {"path": "/var/log/glusterfs", "type": ""}, "name": "glusterfs-logs"}, {"hostPath": {"path": "/var/lib/glusterd", "type": ""}, "name": "glusterfs-config"}, {"hostPath": {"path": "/dev", "type": ""}, "name": "glusterfs-dev"}, {"hostPath": {"path": "/var/lib/misc/glusterfsd", "type": ""}, "name": "glusterfs-misc"}, {"hostPath": {"path": "/sys/class", "type": ""}, "name": "glusterfs-block-sys-class"}, {"hostPath": {"path": "/sys/module", "type": ""}, "name": "glusterfs-block-sys-module"}, {"hostPath": {"path": "/sys/fs/cgroup", "type": ""}, "name": "glusterfs-cgroup"}, {"hostPath": {"path": "/etc/ssl", "type": ""}, "name": "glusterfs-ssl"}, {"hostPath": {"path": "/usr/lib/modules", "type": ""}, "name": "kernel-modules"}, {"hostPath": {"path": "/etc/target", "type": ""}, "name": "glusterfs-target"}, {"name": "default-token-z5wdw", "secret": {"defaultMode": 420, "secretName": "default-token-z5wdw"}}]}, "status": {"conditions": [{"lastProbeTime": null, "lastTransitionTime": "2019-02-15T17:12:08Z", "status": "True", "type": "Initialized"}, {"lastProbeTime": null, "lastTransitionTime": "2019-02-15T17:12:08Z", "message": "containers with unready status: [glusterfs]", "reason": "ContainersNotReady", "status": "False", "type": "Ready"}, {"lastProbeTime": null, "lastTransitionTime": null, "message": "containers with unready status: [glusterfs]", "reason": "ContainersNotReady", "status": "False", "type": "ContainersReady"}, {"lastProbeTime": null, "lastTransitionTime": "2019-02-15T17:12:08Z", "status": "True", "type": "PodScheduled"}], "containerStatuses": [{"containerID": "docker://2caf2f4e2c3cf5488d15f1bf3663bc3e6efc715678dcbd5f3a3e6c588951b810", "image": "registry.access.redhat.com/rhgs3/rhgs-server-rhel7:latest", "imageID": "docker-pullable://registry.access.redhat.com/rhgs3/rhgs-server-rhel7@sha256:3a544c7a35291b7ce4f262673e69dde35a2409d5e35a4e0f19d85af377798c25", "lastState": {}, "name": "glusterfs", "ready": false, "restartCount": 0, "state": {"running": {"startedAt": "2019-02-15T17:12:20Z"}}}], "hostIP": "10.3.0.9", "phase": "Running", "podIP": "10.3.0.9", "qosClass": "Burstable", "startTime": "2019-02-15T17:12:08Z"}}, {"apiVersion": "v1", "kind": "Pod", "metadata": {"annotations": {"openshift.io/scc": "privileged"}, "creationTimestamp": "2019-02-15T17:12:08Z", "generateName": "glusterfs-storage-", "labels": {"controller-revision-hash": "2647030772", "glusterfs": "storage-pod", "glusterfs-node": "pod", "pod-template-generation": "1"}, "name": "glusterfs-storage-k2pwh", "namespace": "glusterfs", "ownerReferences": [{"apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "glusterfs-storage", "uid": "d32a95d7-3144-11e9-9e09-000d3a214faa"}], "resourceVersion": "4199", "selfLink": "/api/v1/namespaces/glusterfs/pods/glusterfs-storage-k2pwh", "uid": "d3355dd3-3144-11e9-9e09-000d3a214faa"}, "spec": {"containers": [{"env": [{"name": "HOST_DEV_DIR", "value": "/mnt/host-dev"}, {"name": "GLUSTER_BLOCKD_STATUS_PROBE_ENABLE", "value": "1"}, {"name": "GB_GLFS_LRU_COUNT", "value": "15"}, {"name": "TCMU_LOGDIR", "value": "/var/log/glusterfs/gluster-block"}, {"name": "GB_LOGDIR", "value": "/var/log/glusterfs/gluster-block"}], "image": "registry.access.redhat.com/rhgs3/rhgs-server-rhel7:latest", "imagePullPolicy": "IfNotPresent", "livenessProbe": {"exec": {"command": ["/bin/bash", "-c", "if command -v /usr/local/bin/status-probe.sh; then /usr/local/bin/status-probe.sh liveness; else systemctl status glusterd.service; fi"]}, "failureThreshold": 50, "initialDelaySeconds": 40, "periodSeconds": 25, "successThreshold": 1, "timeoutSeconds": 3}, "name": "glusterfs", "readinessProbe": {"exec": {"command": ["/bin/bash", "-c", "if command -v /usr/local/bin/status-probe.sh; then /usr/local/bin/status-probe.sh readiness; else systemctl status glusterd.service; fi"]}, "failureThreshold": 50, "initialDelaySeconds": 40, "periodSeconds": 25, "successThreshold": 1, "timeoutSeconds": 3}, "resources": {"requests": {"cpu": "100m", "memory": "100Mi"}}, "securityContext": {"capabilities": {}, "privileged": true}, "terminationMessagePath": "/var/log/termination.log", "terminationMessagePolicy": "File", "volumeMounts": [{"mountPath": "/var/lib/heketi", "name": "glusterfs-heketi"}, {"mountPath": "/run", "name": "glusterfs-run"}, {"mountPath": "/run/lvm", "name": "glusterfs-lvm"}, {"mountPath": "/etc/glusterfs", "name": "glusterfs-etc"}, {"mountPath": "/var/log/glusterfs", "name": "glusterfs-logs"}, {"mountPath": "/var/lib/glusterd", "name": "glusterfs-config"}, {"mountPath": "/mnt/host-dev", "name": "glusterfs-dev"}, {"mountPath": "/var/lib/misc/glusterfsd", "name": "glusterfs-misc"}, {"mountPath": "/sys/class", "name": "glusterfs-block-sys-class"}, {"mountPath": "/sys/module", "name": "glusterfs-block-sys-module"}, {"mountPath": "/sys/fs/cgroup", "name": "glusterfs-cgroup", "readOnly": true}, {"mountPath": "/etc/ssl", "name": "glusterfs-ssl", "readOnly": true}, {"mountPath": "/usr/lib/modules", "name": "kernel-modules", "readOnly": true}, {"mountPath": "/etc/target", "name": "glusterfs-target"}, {"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "default-token-z5wdw", "readOnly": true}]}], "dnsPolicy": "ClusterFirst", "hostNetwork": true, "imagePullSecrets": [{"name": "default-dockercfg-btnj9"}], "nodeName": "poc-azure-gluster-cns-2", "nodeSelector": {"glusterfs": "storage-host"}, "priority": 0, "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "default", "serviceAccountName": "default", "terminationGracePeriodSeconds": 30, "tolerations": [{"effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists"}, {"effect": "NoSchedule", "key": "node.kubernetes.io/disk-pressure", "operator": "Exists"}, {"effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists"}, {"effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists"}], "volumes": [{"hostPath": {"path": "/var/lib/heketi", "type": ""}, "name": "glusterfs-heketi"}, {"emptyDir": {}, "name": "glusterfs-run"}, {"hostPath": {"path": "/run/lvm", "type": ""}, "name": "glusterfs-lvm"}, {"hostPath": {"path": "/etc/glusterfs", "type": ""}, "name": "glusterfs-etc"}, {"hostPath": {"path": "/var/log/glusterfs", "type": ""}, "name": "glusterfs-logs"}, {"hostPath": {"path": "/var/lib/glusterd", "type": ""}, "name": "glusterfs-config"}, {"hostPath": {"path": "/dev", "type": ""}, "name": "glusterfs-dev"}, {"hostPath": {"path": "/var/lib/misc/glusterfsd", "type": ""}, "name": "glusterfs-misc"}, {"hostPath": {"path": "/sys/class", "type": ""}, "name": "glusterfs-block-sys-class"}, {"hostPath": {"path": "/sys/module", "type": ""}, "name": "glusterfs-block-sys-module"}, {"hostPath": {"path": "/sys/fs/cgroup", "type": ""}, "name": "glusterfs-cgroup"}, {"hostPath": {"path": "/etc/ssl", "type": ""}, "name": "glusterfs-ssl"}, {"hostPath": {"path": "/usr/lib/modules", "type": ""}, "name": "kernel-modules"}, {"hostPath": {"path": "/etc/target", "type": ""}, "name": "glusterfs-target"}, {"name": "default-token-z5wdw", "secret": {"defaultMode": 420, "secretName": "default-token-z5wdw"}}]}, "status": {"conditions": [{"lastProbeTime": null, "lastTransitionTime": "2019-02-15T17:12:08Z", "status": "True", "type": "Initialized"}, {"lastProbeTime": null, "lastTransitionTime": "2019-02-15T17:12:08Z", "message": "containers with unready status: [glusterfs]", "reason": "ContainersNotReady", "status": "False", "type": "Ready"}, {"lastProbeTime": null, "lastTransitionTime": null, "message": "containers with unready status: [glusterfs]", "reason": "ContainersNotReady", "status": "False", "type": "ContainersReady"}, {"lastProbeTime": null, "lastTransitionTime": "2019-02-15T17:12:08Z", "status": "True", "type": "PodScheduled"}], "containerStatuses": [{"containerID": "docker://c082eaace05a1f7719a07d400eb7864829fdbfeff9f96d5bd324a49778f74f0d", "image": "registry.access.redhat.com/rhgs3/rhgs-server-rhel7:latest", "imageID": "docker-pullable://registry.access.redhat.com/rhgs3/rhgs-server-rhel7@sha256:3a544c7a35291b7ce4f262673e69dde35a2409d5e35a4e0f19d85af377798c25", "lastState": {}, "name": "glusterfs", "ready": false, "restartCount": 0, "state": {"running": {"startedAt": "2019-02-15T17:12:20Z"}}}], "hostIP": "10.3.0.4", "phase": "Running", "podIP": "10.3.0.4", "qosClass": "Burstable", "startTime": "2019-02-15T17:12:08Z"}}, {"apiVersion": "v1", "kind": "Pod", "metadata": {"annotations": {"openshift.io/scc": "privileged"}, "creationTimestamp": "2019-02-15T17:12:08Z", "generateName": "glusterfs-storage-", "labels": {"controller-revision-hash": "2647030772", "glusterfs": "storage-pod", "glusterfs-node": "pod", "pod-template-generation": "1"}, "name": "glusterfs-storage-vn59v", "namespace": "glusterfs", "ownerReferences": [{"apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "glusterfs-storage", "uid": "d32a95d7-3144-11e9-9e09-000d3a214faa"}], "resourceVersion": "4194", "selfLink": "/api/v1/namespaces/glusterfs/pods/glusterfs-storage-vn59v", "uid": "d339d0fb-3144-11e9-9e09-000d3a214faa"}, "spec": {"containers": [{"env": [{"name": "HOST_DEV_DIR", "value": "/mnt/host-dev"}, {"name": "GLUSTER_BLOCKD_STATUS_PROBE_ENABLE", "value": "1"}, {"name": "GB_GLFS_LRU_COUNT", "value": "15"}, {"name": "TCMU_LOGDIR", "value": "/var/log/glusterfs/gluster-block"}, {"name": "GB_LOGDIR", "value": "/var/log/glusterfs/gluster-block"}], "image": "registry.access.redhat.com/rhgs3/rhgs-server-rhel7:latest", "imagePullPolicy": "IfNotPresent", "livenessProbe": {"exec": {"command": ["/bin/bash", "-c", "if command -v /usr/local/bin/status-probe.sh; then /usr/local/bin/status-probe.sh liveness; else systemctl status glusterd.service; fi"]}, "failureThreshold": 50, "initialDelaySeconds": 40, "periodSeconds": 25, "successThreshold": 1, "timeoutSeconds": 3}, "name": "glusterfs", "readinessProbe": {"exec": {"command": ["/bin/bash", "-c", "if command -v /usr/local/bin/status-probe.sh; then /usr/local/bin/status-probe.sh readiness; else systemctl status glusterd.service; fi"]}, "failureThreshold": 50, "initialDelaySeconds": 40, "periodSeconds": 25, "successThreshold": 1, "timeoutSeconds": 3}, "resources": {"requests": {"cpu": "100m", "memory": "100Mi"}}, "securityContext": {"capabilities": {}, "privileged": true}, "terminationMessagePath": "/var/log/termination.log", "terminationMessagePolicy": "File", "volumeMounts": [{"mountPath": "/var/lib/heketi", "name": "glusterfs-heketi"}, {"mountPath": "/run", "name": "glusterfs-run"}, {"mountPath": "/run/lvm", "name": "glusterfs-lvm"}, {"mountPath": "/etc/glusterfs", "name": "glusterfs-etc"}, {"mountPath": "/var/log/glusterfs", "name": "glusterfs-logs"}, {"mountPath": "/var/lib/glusterd", "name": "glusterfs-config"}, {"mountPath": "/mnt/host-dev", "name": "glusterfs-dev"}, {"mountPath": "/var/lib/misc/glusterfsd", "name": "glusterfs-misc"}, {"mountPath": "/sys/class", "name": "glusterfs-block-sys-class"}, {"mountPath": "/sys/module", "name": "glusterfs-block-sys-module"}, {"mountPath": "/sys/fs/cgroup", "name": "glusterfs-cgroup", "readOnly": true}, {"mountPath": "/etc/ssl", "name": "glusterfs-ssl", "readOnly": true}, {"mountPath": "/usr/lib/modules", "name": "kernel-modules", "readOnly": true}, {"mountPath": "/etc/target", "name": "glusterfs-target"}, {"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "default-token-z5wdw", "readOnly": true}]}], "dnsPolicy": "ClusterFirst", "hostNetwork": true, "imagePullSecrets": [{"name": "default-dockercfg-btnj9"}], "nodeName": "poc-azure-gluster-cns-1", "nodeSelector": {"glusterfs": "storage-host"}, "priority": 0, "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "default", "serviceAccountName": "default", "terminationGracePeriodSeconds": 30, "tolerations": [{"effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists"}, {"effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists"}, {"effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists"}, {"effect": "NoSchedule", "key": "node.kubernetes.io/disk-pressure", "operator": "Exists"}], "volumes": [{"hostPath": {"path": "/var/lib/heketi", "type": ""}, "name": "glusterfs-heketi"}, {"emptyDir": {}, "name": "glusterfs-run"}, {"hostPath": {"path": "/run/lvm", "type": ""}, "name": "glusterfs-lvm"}, {"hostPath": {"path": "/etc/glusterfs", "type": ""}, "name": "glusterfs-etc"}, {"hostPath": {"path": "/var/log/glusterfs", "type": ""}, "name": "glusterfs-logs"}, {"hostPath": {"path": "/var/lib/glusterd", "type": ""}, "name": "glusterfs-config"}, {"hostPath": {"path": "/dev", "type": ""}, "name": "glusterfs-dev"}, {"hostPath": {"path": "/var/lib/misc/glusterfsd", "type": ""}, "name": "glusterfs-misc"}, {"hostPath": {"path": "/sys/class", "type": ""}, "name": "glusterfs-block-sys-class"}, {"hostPath": {"path": "/sys/module", "type": ""}, "name": "glusterfs-block-sys-module"}, {"hostPath": {"path": "/sys/fs/cgroup", "type": ""}, "name": "glusterfs-cgroup"}, {"hostPath": {"path": "/etc/ssl", "type": ""}, "name": "glusterfs-ssl"}, {"hostPath": {"path": "/usr/lib/modules", "type": ""}, "name": "kernel-modules"}, {"hostPath": {"path": "/etc/target", "type": ""}, "name": "glusterfs-target"}, {"name": "default-token-z5wdw", "secret": {"defaultMode": 420, "secretName": "default-token-z5wdw"}}]}, "status": {"conditions": [{"lastProbeTime": null, "lastTransitionTime": "2019-02-15T17:12:08Z", "status": "True", "type": "Initialized"}, {"lastProbeTime": null, "lastTransitionTime": "2019-02-15T17:12:08Z", "message": "containers with unready status: [glusterfs]", "reason": "ContainersNotReady", "status": "False", "type": "Ready"}, {"lastProbeTime": null, "lastTransitionTime": null, "message": "containers with unready status: [glusterfs]", "reason": "ContainersNotReady", "status": "False", "type": "ContainersReady"}, {"lastProbeTime": null, "lastTransitionTime": "2019-02-15T17:12:08Z", "status": "True", "type": "PodScheduled"}], "containerStatuses": [{"containerID": "docker://c1c70cfbe723cc4df966c2368f527120fd6f1736b6dd7c0dcee5105a1784306a", "image": "registry.access.redhat.com/rhgs3/rhgs-server-rhel7:latest", "imageID": "docker-pullable://registry.access.redhat.com/rhgs3/rhgs-server-rhel7@sha256:3a544c7a35291b7ce4f262673e69dde35a2409d5e35a4e0f19d85af377798c25", "lastState": {}, "name": "glusterfs", "ready": false, "restartCount": 0, "state": {"running": {"startedAt": "2019-02-15T17:12:19Z"}}}], "hostIP": "10.3.0.7", "phase": "Running", "podIP": "10.3.0.7", "qosClass": "Burstable", "startTime": "2019-02-15T17:12:08Z"}}], "kind": "List", "metadata": {"resourceVersion": "", "selfLink": ""}}], "returncode": 0}, "state": "list"}
PLAY RECAP *********************************************************************
localhost : ok=12 changed=0 unreachable=0 failed=0
poc-azure-gluster-cns-0 : ok=132 changed=68 unreachable=0 failed=0
poc-azure-gluster-cns-1 : ok=131 changed=68 unreachable=0 failed=0
poc-azure-gluster-cns-2 : ok=131 changed=68 unreachable=0 failed=0
poc-azure-gluster-infra-0 : ok=127 changed=66 unreachable=0 failed=0
poc-azure-gluster-infra-1 : ok=127 changed=66 unreachable=0 failed=0
poc-azure-gluster-infra-2 : ok=127 changed=66 unreachable=0 failed=0
poc-azure-gluster-master-0 : ok=555 changed=259 unreachable=0 failed=1
poc-azure-gluster-master-1 : ok=315 changed=156 unreachable=0 failed=0
poc-azure-gluster-master-2 : ok=315 changed=156 unreachable=0 failed=0
poc-azure-gluster-node-0 : ok=127 changed=66 unreachable=0 failed=0
poc-azure-gluster-node-1 : ok=127 changed=66 unreachable=0 failed=0
poc-azure-gluster-node-2 : ok=127 changed=66 unreachable=0 failed=0
INSTALLER STATUS ***************************************************************
Initialization : Complete (0:02:05)
Health Check : Complete (0:00:25)
Node Bootstrap Preparation : Complete (0:19:26)
etcd Install : Complete (0:02:56)
Master Install : Complete (0:08:25)
Master Additional Install : Complete (0:07:08)
Node Join : Complete (0:03:01)
GlusterFS Install : In Progress (0:05:44)
This phase can be restarted by running: playbooks/openshift-glusterfs/new_install.yml
Failure summary:
1. Hosts: poc-azure-gluster-master-0
Play: Configure GlusterFS
Task: Wait for GlusterFS pods
Message: Failed without returning a message.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment