Bug 1316236
| Summary: | [CDK] vagrant-landrush plugin install failed on F23 | ||
|---|---|---|---|
| Product: | Container Development Kit (CDK) | Reporter: | Frederic Hornain <fhornain> |
| Component: | distribution | Assignee: | Lalatendu Mohanty <lmohanty> |
| Status: | NEW --- | QA Contact: | David Kutálek <dkutalek> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | --- | CC: | ameliabr.nnr, aos-bugs, bgollahe, fhornain, jgreguske, molega1659, prkumar |
| Target Milestone: | --- | Flags: | prkumar:
needinfo?
(fhornain) |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Frederic Hornain
2016-03-09 18:29:42 UTC
@Frederic, With beta-5 we are not promoting 'landrush' instead using 'xip.io', Also documents link which you provided are updated with beta5 release and you don't have to install 'landrush' to play around with CDK boxes. Please try out latest release (beta5) and let us know if this is still a issue? This error may be caused by a bug in Vagrant 2.3.5 that prevents some plugins from being installed1. The error message suggests that the gem ‘vagrant-landrush’ is not available on your machine, but it may be a problem with the plugin sources. There are a few possible solutions to fix this error: Update your Vagrant version: You can try updating your Vagrant to the latest version, which may have fixed the bug. You can check for updates from the Vagrant website or use the vagrant update command. Modify the plugin sources: You can try installing the plugin with a different source, such as rubygems.org. You can use the --plugin-clean-sources and --plugin-source flags to specify the source. For example, you can run the command vagrant plugin install --plugin-clean-sources --plugin-source (https://rubygems.org/) (https://www.rtasks.online/) vagrant-landrush. Download the plugin gem manually: You can try downloading the plugin gem file from rubygems.org and installing it locally. You can use the vagrant plugin install command with the path to the gem file. For example, you can run the command vagrant plugin and install vagrant-landrush-1.3.2.gem. I have a solution of this problim just visit this link https://infyieldscript.com/. |