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

Adjust Kuryr CNI definitions for new Docker image #7889

Merged
merged 1 commit into from Apr 19, 2018

Conversation

dulek
Copy link
Contributor

@dulek dulek commented Apr 10, 2018

New Kuryr CNI Docker images are using docker exec instead of docker run to execute CNI binary. This required a few changes to CNI resources
definitions. In particular:

  • host's /etc directory is no longer mounted into CNI container.
  • KURYR_CNI_POD_NAME environment variable is added and it's supposed
    to hold CNI pod name for cni_ds_init to be able to identify the pod.
  • lock_path option of oslo_concurrency is no longer needed to be set,
    default value is defined by OSLO_LOCK_PATH environment variable.

@openshift-ci-robot openshift-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Apr 10, 2018
@dulek
Copy link
Contributor Author

dulek commented Apr 10, 2018

This currently needs to wait for upstream change to get merged.

@dulek
Copy link
Contributor Author

dulek commented Apr 11, 2018

/retest

@dulek
Copy link
Contributor Author

dulek commented Apr 11, 2018

/test gcp

@tomassedovic tomassedovic self-assigned this Apr 12, 2018
@tomassedovic
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 12, 2018
@dulek
Copy link
Contributor Author

dulek commented Apr 13, 2018

/retest

@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Apr 17, 2018
@tomassedovic
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 17, 2018
New Kuryr CNI Docker images are using `docker exec` instead of `docker
run` to execute CNI binary. This required a few changes to CNI resources
definitions. In particular:

* host's /etc directory is no longer mounted into CNI container.
* `KURYR_CNI_POD_NAME` environment variable is added and it's supposed
  to hold CNI pod name for cni_ds_init to be able to identify the pod.
* `lock_path` option of oslo_concurrency is no longer needed to be set,
  default value is defined by OSLO_LOCK_PATH environment variable.
@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Apr 18, 2018
@tzumainn
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 19, 2018
@sdodson sdodson merged commit 0df73e0 into openshift:master Apr 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants