question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can not receive credentials information during installation

See original GitHub issue

Description

When I execute the deploy_cluster.yml, it will failed at TASK [openshift_control_plane : Create credentials for oreg_url].

Version

Please put the following version information in the code block indicated below.

  • Your ansible version per ansible --version
$ ansible --version
ansible 2.6.3
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/home/pichuang/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /usr/bin/ansible
  python version = 2.7.5 (default, Sep 12 2018, 05:31:16) [GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]

If you’re running from playbooks installed via RPM

  • The output of rpm -q openshift-ansible
$ rpm -q openshift-ansible
openshift-ansible-3.11.16-1.git.0.4ac6f81.el7.noarch
Steps To Reproduce

None

Expected Results

Describe what you expected to happen.

<10.0.101.9> (1, '\n{"msg": "", "failed": true, "state": "unknown", "changed": false, "invocation": {"module_args": {"username": "pihuang@redhat.com", "test_login": true, "tls_verify": true,
"registry": "registry.redhat.io", "test_image": "openshift3/ose", "path": "/var/lib/origin/.docker", "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "proxy_vars": "  "}}}\n', '')
fatal: [infra2.ocp.local]: FAILED! => {
    "attempts": 3,
    "changed": false,
    "invocation": {
        "module_args": {
            "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
            "path": "/var/lib/origin/.docker",
            "proxy_vars": "  ",
            "registry": "registry.redhat.io",
            "test_image": "openshift3/ose",
            "test_login": true,
            "tls_verify": true,
            "username": "ooxx@oo.xx"
        }
    },
    "msg": "",
    "state": "unknown"
}
Observed Results

Describe what is actually happening.

TASK [openshift_control_plane : Create credentials for oreg_url] ******************************************************************************************************************************
Tuesday 20 November 2018  15:36:23 +0800 (0:00:00.382)       0:52:10.617 ******
FAILED - RETRYING: Create credentials for oreg_url (3 retries left).
FAILED - RETRYING: Create credentials for oreg_url (3 retries left).
FAILED - RETRYING: Create credentials for oreg_url (3 retries left).
FAILED - RETRYING: Create credentials for oreg_url (2 retries left).
FAILED - RETRYING: Create credentials for oreg_url (2 retries left).
FAILED - RETRYING: Create credentials for oreg_url (2 retries left).
FAILED - RETRYING: Create credentials for oreg_url (1 retries left).
FAILED - RETRYING: Create credentials for oreg_url (1 retries left).
FAILED - RETRYING: Create credentials for oreg_url (1 retries left).
fatal: [master1.ocp.local]: FAILED! => {"attempts": 3, "changed": false, "msg": "", "state": "unknown"}
fatal: [master3.ocp.local]: FAILED! => {"attempts": 3, "changed": false, "msg": "", "state": "unknown"}
fatal: [master2.ocp.local]: FAILED! => {"attempts": 3, "changed": false, "msg": "", "state": "unknown"}
Additional Information

Provide any additional information which may help us diagnose the issue.

  • Your operating system and version, ie: RHEL 7.2, Fedora 23 ($ cat /etc/redhat-release)
$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.6 (Maipo)
  • mtr to registry.redhat.io
bastion.pichuang.local (0.0.0.0)                                                                                                                                      Tue Nov 20 17:35:17 2018
Keys:  Help   Display mode   Restart statistics   Order of fields   quit
                                                                                                                                                      Packets               Pings
 Host                                                                                                                                               Loss%   Snt   Last   Avg  Best  Wrst StDev
 1. 192.168.77.254                                                                                                                                   0.0%    13    0.3   0.5   0.3   1.0   0.0
 2. 192.168.8.1                                                                                                                                      0.0%    13   20.5  21.3  15.3  35.0   4.9
 3. ???
 4. 10.79.183.81                                                                                                                                     0.0%    13   40.9  40.3  32.5  52.2   5.8
 5. 10.79.128.217                                                                                                                                    0.0%    13   34.3  41.4  21.8  65.6  11.1
 6. 10.79.128.218                                                                                                                                    0.0%    12   33.6  43.4  33.0  68.0   9.9
 7. 10.65.37.65                                                                                                                                      0.0%    12   47.7  33.8  22.4  47.7   6.8
 8. r58-45.seed.net.tw                                                                                                                               0.0%    12   47.9  39.4  21.8  60.9   9.7
 9. h202-192-72-155.seed.net.tw                                                                                                                      0.0%    12   52.7  45.2  23.5  61.8  11.1
10. 199.245.16.37                                                                                                                                    0.0%    12   36.4  43.5  35.2  54.6   6.4
11. ae-1.r21.taiptw01.tw.bb.gin.ntt.net                                                                                                              0.0%    12   53.6  40.0  18.8  65.3  13.4
12. ae-13.r25.osakjp02.jp.bb.gin.ntt.net                                                                                                             0.0%    12   81.6  77.0  63.7  89.6   9.3
13. ae-2.r03.osakjp02.jp.bb.gin.ntt.net                                                                                                              0.0%    12   68.2  72.7  63.9  88.2   7.6
14. ???
15. a104-119-240-236.deploy.static.akamaitechnologies.com                                                                                            0.0%    12   88.4  93.8  86.4 109.6   5.9

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
pichuangcommented, Nov 20, 2018

Here is the PR #10728 for resolve the issue

0reactions
openshift-ci-robotcommented, Jul 28, 2020

@openshift-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.

Reopen the issue by commenting /reopen. Mark the issue as fresh by commenting /remove-lifecycle rotten. Exclude this issue from closing again by commenting /lifecycle frozen.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"User credentials are not valid" error appears ... - IBM
If you receive a "user credentials are not valid" error when you create a new operating system user account from the installation program, ......
Read more >
Service credentials provided during installation are not ...
Login onto the machine were you are installing the GFI Solution with administrative credentials. · Click on Start and select Run · Type...
Read more >
jenkins installation windows 10 "Service Logon Credentials"
In the right pane, right-click 'Log on as a service' and select properties. Click on the 'Add User or Group…' button to add...
Read more >
Troubleshooting installation on Windows | CyberArk Docs
If the Credential Provider cannot write to the log files, it writes errors to the Application Event Log. If you receive the following...
Read more >
KB5005010: Restricting installation of new printer drivers after ...
Starting with the July 2021 Out-of-band update, administrator credentials will be required to install signed and unsigned printer drivers on ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found