Skip to content

Commit

Permalink
Merge pull request #638 from ystia/feature/GH-637-alien4cloud-url
Browse files Browse the repository at this point in the history
Changed default Alien4Cloud download URL
  • Loading branch information
laurentganne committed Apr 29, 2020
2 parents 455c9e8 + c40420e commit 8cab040
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## UNRELEASED

### ENHANCEMENTS

* Alien4Cloud download URL change ([GH-637](https://github.com/ystia/yorc/issues/637))

### BUG FIXES

* Bootstrap may failed with a nil pointer error if download of a component fails ([GH-634](https://github.com/ystia/yorc/issues/634))
Expand Down
2 changes: 1 addition & 1 deletion commands/bootstrap/inputs.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ var (
"alien4cloud.download_url": defaultInputType{
description: "Alien4Cloud download URL",
value: fmt.Sprintf(
"https://fastconnect.org/maven/content/repositories/opensource/alien4cloud/alien4cloud-dist/%s/alien4cloud-dist-%s-dist.tar.gz",
"https://www.portaildulibre.fr/nexus/repository/opensource-releases/alien4cloud/alien4cloud-premium-dist/%s/alien4cloud-premium-dist-%s-dist.tar.gz",
alien4cloudVersion, alien4cloudVersion),
},
"alien4cloud.port": defaultInputType{
Expand Down
2 changes: 1 addition & 1 deletion doc/bootstrap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Bootstrapping the setup using command line options

The following ``yorc bootstrap`` option are available:

* ``--alien4cloud_download_url`` Alien4Cloud download URL (defaults to the Alien4Cloud version compatible with this Yorc, under https://fastconnect.org/maven/content/repositories/opensource/alien4cloud/alien4cloud-dist/)
* ``--alien4cloud_download_url`` Alien4Cloud download URL (defaults to the Alien4Cloud version compatible with this Yorc, under https://www.portaildulibre.fr/nexus/repository/opensource-releases/alien4cloud/alien4cloud-premium-dist/)
* ``--alien4cloud_password`` Alien4Cloud password (default, admin)
* ``--alien4cloud_port`` Alien4Cloud port (default 8088)
* ``--alien4cloud_user`` Alien4Cloud user (default, admin)
Expand Down

0 comments on commit 8cab040

Please sign in to comment.