-
Notifications
You must be signed in to change notification settings - Fork 20
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
Integrate other 1st release features #63
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NOTE that CMDB image data retrieval is still a stub See #53
- Basically, for INDIGO use case, if an image with the specified name cannot be found it means that a vanilla image must be used and later the Ansible setup will be run. The vanilla image will be chosen according to the other metadata information(arch, type, distro, version) See #53
CloudProviderRanker was using MockServer, making others fail. See #56
The message explaining the failure reason of an IM deploy was being wrongly overwritten, and thus lost.
Added `orchestrator.url` configuration property and updated README and Dockerfile. Also updated related tests.
- workflow-manager=0.0.3-FINAL - chronos-client=0.0.1-BETA.1
Reason: need to have commands unit tests Conflicts: src/main/java/it/reply/orchestrator/dto/deployment/DeploymentMessage.java src/main/java/it/reply/orchestrator/service/ToscaServiceImpl.java src/main/java/it/reply/orchestrator/service/commands/GetCMDBData.java src/main/java/it/reply/orchestrator/service/deployment/providers/ImServiceImpl.java
- Docker tag in image was not explicitly checked - Other metadata were matched in case-sensitive mode See #53
Add Image ID substitution in TOSCA template (to support multiple CP) #53
The chosen CloudProvider endpoint are generated after the choice has been made, using the Provider and its Services from CMDB. The CloudProviderEndpoint information is the passed through the WF in the DeploymentMessage. It can be used by IM to generated authentication data accordingly (NOT DONE YET). The information is also persisted (serialized) in the Deployment for other WFs (Update/Undeploy). See #51
…ider Feat/51 use selected cloud provider
lorenzo-biava
changed the title
Increase unit & integration tests coverage
Integrate other 1st release features
Jun 23, 2016
- alien4cloud=1.1.0-INDIGO2-ALPHA.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Other Features:
Also added some tests, see #56