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

Fix container_name incorrectly being generated #333

Merged
merged 1 commit into from
Dec 12, 2016

Conversation

cdrage
Copy link
Member

@cdrage cdrage commented Dec 8, 2016

Checks to see if "container_name" is used correctly in a docker-compose
file conversion and updates the changes respectively in the outputted
artifact files.

For example with container_name set as myfoobarname, the change will
correctly update the "containerNames" portion of the deployment-config
for OpenShift.

"imageChangeParams": {
"automatic": true,
"containerNames": [
"myfoobarname"
],
"from": {
"kind": "ImageStreamTag",
"name": "rabbit:3.6.1"
}
}

Closes #301

Checks to see if "container_name" is used correctly in a docker-compose
file conversion and updates the changes respectively in the outputted
artifact files.

For example with container_name set as myfoobarname, the change will
correctly update the "containerNames" portion of the deployment-config
for OpenShift.

"imageChangeParams": {
  "automatic": true,
  "containerNames": [
    "myfoobarname"
  ],
  "from": {
    "kind": "ImageStreamTag",
    "name": "rabbit:3.6.1"
  }
}

Closes kubernetes#301
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Dec 8, 2016
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.06%) to 34.954% when pulling ee2946c on cdrage:namespace-bug into 04a3131 on kubernetes-incubator:master.

@pradeepto
Copy link

@surajssd @kadel Can you guys have a look at this one?

@surajssd
Copy link
Member

LGTM, @cdrage but need to satisfy coveralls :(

@kadel
Copy link
Member

kadel commented Dec 12, 2016

Coveralls is OK, don't trust that number. ;-)

It decreased because there were no tests before ;-)

@surajssd
Copy link
Member

@kadel but merging is blocked !

@kadel
Copy link
Member

kadel commented Dec 12, 2016

@surajssd as part of your review, you have to approve changes. see https://help.github.com/articles/about-pull-request-reviews/

@kadel kadel merged commit 65e19e3 into kubernetes:master Dec 12, 2016
@cdrage cdrage deleted the namespace-bug branch March 30, 2017 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants