-
Notifications
You must be signed in to change notification settings - Fork 27
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
Tim integration fixes #275
Tim integration fixes #275
Conversation
After creating new target or provider image we want go back to base image show page. If we want to avoid overriding whole controller action we have to change default respond behavior - this is done in custom RedirResponder which is used only for UI create/destroy actions for Tim. This responder only sets any error into flash message and redirect to specified URL.
This backtrace was just informative, but it can be confusing to print this excpetion in log because this happens for all imported images.
This is hotfix for aeolus-incubator/tim#69 issue.
Proper button is displayed based on current status of target/provider image. If build or push is in progress, no button is displayed, only status label if progress.
Wrong scope (global) was used for defined constants, to avoid this full path is used in decorators.
Imagefactory requires additional parameters when pushing openstack image. it's possible that similar problem will be for other provider types (rhevm, vsphere).
This field is required by imagefactory when pushing an image.
There can be multiple builds for an image version, in such case grab first *completed*.
If I run this against standard Deltacloud (deltacloud-core-1.0.5-1.fc17.noarch + deltacloud-core-openstack-1.0.5-1.fc17.noarch), adding a ProviderAccount fails with this Deltacloud error:
However, if I start Deltacloud with the |
Attempting to import an image, or create a new image, with the provided Gemfile appears to always leave me with this error:
I initially thought this was a transient problem with thin in development mode, but it happens non-stop here. Note that this is running from source, very recently checked-out and run through |
This Travis failure (1.8 Cucumber, though fine on 1.9) actually sounds potentially relevant to what we're working on: Scenario: Edit an invalid XML when creating an image # features/image.feature:17 I think it was broken in a previous commit, not here, so it's not a blocker for this -- but it's something we may want to look at before merging to master. |
The status PUT upon completion from Factory causes a 500 in Conductor:
I think this may be a bug with us having Factory call back to the wrong place, or Factory passing the wrong data... The offending method in Tim -- in the So there are two bugs -- one is that Factory is POSTing the wrong data to the wrong place, and the other is that Tim should probably not begin by calling |
Hi Jan, Code-wise, this all looks good. (With an inline nit that might not belong here -- and also an inline compliment!) There's a handful of odd behavior I'm hitting, noted above, that we should probably discuss further in the morning. |
sent reviside pull request, closing this |
No description provided.