Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed for python3 with Fedora 25 Atomic #4185

Merged
merged 1 commit into from
May 16, 2017

Conversation

donnydavis
Copy link
Contributor

This is not the only required fix, but this does fix one of the many issues.

The route command fails
fatal: [master-3.example.com]: FAILED! => {
"changed": false,
"failed": true,
"invocation": {
"module_args": {
"admin_kubeconfig": "/tmp/openshift-logging-ansible-N3Dgbv/admin.kubeconfig",
"oc_bin": "/usr/local/bin/oc",
"openshift_logging_namespace": "logging"
},
"module_name": "openshift_logging_facts"
}
}

MSG:

There was an exception trying to run the command '/usr/local/bin/oc get routes -n logging --user=system:admin/master-example-com:8443 --config=/tmp/openshift-logging-ansible-N3Dgbv/admin.kubeconfig -o json -l component=support, logging-infra=support, provider=openshift'

When you try this command from the command line the error is as follows
/usr/local/bin/oc get routes -n logging config -o json -l component=support, logging-infra=support, provider=openshift
error: the provided selector "component=support," is not valid: found '', expected: identifier after ','

Removing the spaces resolves the issue.
/usr/local/bin/oc get routes -n logging -o json -l component=support,logging-infra=support,provider=openshift

This is not the only required fix, but this does fix one of the many issues.
@openshift-bot
Copy link

Can one of the admins verify this patch?
I understand the following commands:

  • bot, add author to whitelist
  • bot, test pull request
  • bot, test pull request once

1 similar comment
@openshift-bot
Copy link

Can one of the admins verify this patch?
I understand the following commands:

  • bot, add author to whitelist
  • bot, test pull request
  • bot, test pull request once

@giuseppe
Copy link
Member

bot, test pull request

@giuseppe
Copy link
Member

aos-ci-test

@openshift-bot
Copy link

success: "aos-ci-jenkins/OS_3.5_NOT_containerized, aos-ci-jenkins/OS_3.5_NOT_containerized_e2e_tests" for c78f670 (logs)

@openshift-bot
Copy link

success: "aos-ci-jenkins/OS_3.6_NOT_containerized, aos-ci-jenkins/OS_3.6_NOT_containerized_e2e_tests" for c78f670 (logs)

@openshift-bot
Copy link

success: "aos-ci-jenkins/OS_3.6_containerized, aos-ci-jenkins/OS_3.6_containerized_e2e_tests" for c78f670 (logs)

@openshift-bot
Copy link

success: "aos-ci-jenkins/OS_3.5_containerized, aos-ci-jenkins/OS_3.5_containerized_e2e_tests" for c78f670 (logs)

@abutcher
Copy link
Member

[merge]

@openshift-bot
Copy link

Evaluated for openshift ansible merge up to c78f670

@openshift-bot
Copy link

openshift-bot commented May 16, 2017

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_openshift_ansible/385/) (Base Commit: ef68639)

@openshift-bot openshift-bot merged commit 80aa02b into openshift:master May 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants