[jbosstools-issues] [JBoss JIRA] (JBIDE-21710) [CDK] replace calls to adbinfo plugin with service-manager plugin

Martin Malina (JIRA) issues at jboss.org
Tue Mar 8 09:52:00 EST 2016


    [ https://issues.jboss.org/browse/JBIDE-21710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13173635#comment-13173635 ] 

Martin Malina commented on JBIDE-21710:
---------------------------------------

[~maxandersen] I tried it now - when adbinfo is not installed, it works fine as expected. But if I remove service-manager as well, cdk start will fail.
The console will say:
{code}
vagrant-service-manager plugin is not installed, run `vagrant plugin install vagrant-service-manager` to install the plugin.
{code}
And there will be an error pop up saying:
{code}
'Starting <server_name> ' has encountered a problem.
Server <server_name> failed to start.
{code}

So while the error window does not explain what exactly is wrong, you will see the console telling you exactly what you need to do. So I think this is sufficient. Feel free to open a JIRA if you feel otherwise.

> [CDK] replace calls to adbinfo plugin with service-manager plugin
> -----------------------------------------------------------------
>
>                 Key: JBIDE-21710
>                 URL: https://issues.jboss.org/browse/JBIDE-21710
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: cdk, server
>            Reporter: Navid Shaikh
>            Assignee: Rob Stryker
>            Priority: Blocker
>             Fix For: 4.3.1.CR1
>
>
> vagrant-service-manager plugin [1] is a successor for vagrant-adbinfo plugin [2].
> All further development towards displaying and configuring provider [docker, openshift, kubernetes, etc] information from ADB / CDK, will happen in vagrant-service-manager plugin.
> Equivalent functionality from vagrant-adbinfo plugin is now ported to vagrant-service-manager plugin.
> To display docker connection information from vagrant box,
> using adbinfo
> ```
> $ vagrant adbinfo
> ```
> using service-manager
> ```
> $vagrant service-manager env docker
> ```
> Kindly update the tooling which are using adbinfo plugin with service-manager command.
> Note: adbinfo plugin has a dependency on `scp` / `pscp` utility for copying certs. service-manager plugin does not need `scp` / `pscp` utility to copy the certs. 
> [1] https://github.com/projectatomic/vagrant-service-manager
> [2] https://github.com/projectatomic/vagrant-adbinfo



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list