Skip to content

Instantly share code, notes, and snippets.

@isaldarriaga
Created August 16, 2018 16:43
Show Gist options
  • Save isaldarriaga/fbe14a4e138265231c4afaae1ed6bc04 to your computer and use it in GitHub Desktop.
Save isaldarriaga/fbe14a4e138265231c4afaae1ed6bc04 to your computer and use it in GitHub Desktop.
TASK [openshift_control_plane : Report control plane errors] **********************************************************************************************************************************************************************************
task path: /home/ivan/example.com/dev-ops/kube-prod/origin/openshift-ansible-v3.10/roles/openshift_control_plane/tasks/main.yml:252
fatal: [prod-master-01.example.com]: FAILED! => {
"changed": false,
"msg": "Control plane pods didn't come up"
}
fatal: [prod-master-02.example.com]: FAILED! => {
"changed": false,
"msg": "Control plane pods didn't come up"
}
fatal: [prod-master-03.example.com]: FAILED! => {
"changed": false,
"msg": "Control plane pods didn't come up"
}
NO MORE HOSTS LEFT ****************************************************************************************************************************************************************************************************************************
to retry, use: --limit @/home/ivan/example.com/dev-ops/kube-prod/origin/openshift-ansible-v3.10/playbooks/deploy_cluster.retry
PLAY RECAP ************************************************************************************************************************************************************************************************************************************
localhost : ok=10 changed=0 unreachable=0 failed=0
prod-infra-01.example.com : ok=114 changed=55 unreachable=0 failed=0
prod-infra-02.example.com : ok=113 changed=55 unreachable=0 failed=0
prod-infra-03.example.com : ok=113 changed=55 unreachable=0 failed=0
prod-lb-01.example.com : ok=19 changed=0 unreachable=0 failed=1
prod-master-01.example.com : ok=261 changed=107 unreachable=0 failed=1
prod-master-02.example.com : ok=225 changed=102 unreachable=0 failed=1
prod-master-03.example.com : ok=225 changed=102 unreachable=0 failed=1
prod-worker-01.example.com : ok=92 changed=44 unreachable=0 failed=1
prod-worker-02.example.com : ok=92 changed=44 unreachable=0 failed=1
prod-worker-03.example.com : ok=92 changed=44 unreachable=0 failed=1
INSTALLER STATUS ******************************************************************************************************************************************************************************************************************************
Initialization : Complete (0:02:35)
Health Check : Complete (0:02:43)
Node Bootstrap Preparation : Complete (0:32:50)
etcd Install : Complete (0:00:06)
Load Balancer Install : Complete (0:00:00)
Master Install : In Progress (0:10:35)
This phase can be restarted by running: playbooks/openshift-master/config.yml
Failure summary:
1. Hosts: prod-lb-01.example.com
Play: Initialize cluster facts
Task: Gather Cluster facts
Message: MODULE FAILURE
2. Hosts: prod-worker-01.example.com, prod-worker-02.example.com, prod-worker-03.example.com
Play: node bootstrap config
Task: install needed rpm(s)
Message: All items completed
3. Hosts: prod-master-01.example.com, prod-master-02.example.com, prod-master-03.example.com
Play: Configure masters
Task: Report control plane errors
Message: Control plane pods didn't come up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment