-
Notifications
You must be signed in to change notification settings - Fork 23
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
Bugfix/gh 218 nfs client #232
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
Codecov Report
@@ Coverage Diff @@
## develop #232 +/- ##
===========================================
+ Coverage 39.51% 39.53% +0.02%
===========================================
Files 163 163
Lines 14990 14990
===========================================
+ Hits 5923 5926 +3
+ Misses 8120 8117 -3
Partials 947 947
Continue to review full report at Codecov.
|
It works well ! |
stefbenoist
approved these changes
Dec 13, 2018
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.
Pull Request description
Description of the change
Including in the tosca components zip bundled within the orchestrator a fix for the NFS client mount of the NFS server exported file system addressed in the Forge by fix for ystia/forge#38
In addition, added in versions.yaml the Alien4Cloud version that the bootstrap will download from Alien4Cloud public site by default (the user can define a download URL if he doesn't want to use the default one).
Previously this version was deduced from the versions of a4c forge components bundled within Yorc for the bootstrap, but it's better to not have this dependency so that:
How to verify it
On a CentOS 7 compute instance created on google cloud,
donwload a Yorc from this pull request build.
Create a file
input_values.yaml
with the following content.Warning: before the merge of ystia/yorc-a4c-plugin#75 taking care of making the plugin compatible with A4C 2.1.0-RC1,
you need to use the plugin from this plugin pull request for the bootstrap, by adding these lines to the values file:
It gives this input file, you have to update to specify your user and creds file:
Then bootstrap a HA deployment running :
Description for the changelog
Bootstrap of HA setup fails on GCP, at step configuring the NFS Client component (GH-218)
Applicable Issues
#218