[jbosstools-issues] [JBoss JIRA] (JBIDE-23179) "not_created" not recognized as a vagrant state in master

Rob Stryker (JIRA) issues at jboss.org
Tue Oct 18 02:11:00 EDT 2016


     [ https://issues.jboss.org/browse/JBIDE-23179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Stryker resolved JBIDE-23179.
---------------------------------
    Resolution: Done


Since we use 'vagrant status --machine-readable --no-color'  we get back the following:

{code}
1476770838,default,provider-name,virtualbox
1476770838,default,state,not_created
1476770838,default,state-human-short,not created
1476770838,default,state-human-long,The environment has not yet been created. Run `vagrant up` to\ncreate the environment. If a machine is not created%!(VAGRANT_COMMA) only the\ndefault provider will be shown. So if a provider is not listed%!(VAGRANT_COMMA)\nthen the machine is not created for that environment.
{code}

You'll notice one of the lines include not_created,  so that's what we're keying off. And it works on both win and lin ;) 

> "not_created" not recognized as a vagrant state in master
> ---------------------------------------------------------
>
>                 Key: JBIDE-23179
>                 URL: https://issues.jboss.org/browse/JBIDE-23179
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: cdk
>    Affects Versions: 4.4.2.AM1
>            Reporter: Rob Stryker
>            Assignee: Rob Stryker
>             Fix For: 4.4.2.AM1
>
>
> A vagrant machine in state not_created is not recognized  at all. 



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


More information about the jbosstools-issues mailing list