[jira] [Commented] (IGNITE-10373) Web console: we need to fix docker-compose.yml

2019-02-05 Thread Pavel Konstantinov (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-10373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16760546#comment-16760546
 ] 

Pavel Konstantinov commented on IGNITE-10373:
-

Re-tested

> Web console: we need to fix docker-compose.yml
> --
>
> Key: IGNITE-10373
> URL: https://issues.apache.org/jira/browse/IGNITE-10373
> Project: Ignite
>  Issue Type: Bug
>  Components: wizards
>Reporter: Pavel Konstantinov
>Assignee: Pavel Konstantinov
>Priority: Major
> Fix For: 2.8
>
> Attachments: docker-compose.yml
>
>
> It located here 'modules/web-console/docker/compose' and it doesn't work 
> {code}
> Version in "./docker-compose.yml" is invalid - it should be a string.
> {code}
> after I've fixed that I've got the next one
> {code}
> Version in "./docker-compose.yml" is invalid. You might be seeing this error 
> because you're using the wrong Compose file version. Either specify a 
> supported version (e.g "2.2" or "3.3") and place your service definitions 
> under the `services` key, or omit the `version` key and place your service 
> definitions at the root of the file to use version 1.
> {code}
> after I've fixed that I've got the next one
> {code}
> ERROR: Service 'frontend' depends on service 'testenv' which is undefined.
> {code}
> So, please make it workable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10373) Web console: we need to fix docker-compose.yml

2018-12-06 Thread Alexey Kuznetsov (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-10373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16711095#comment-16711095
 ] 

Alexey Kuznetsov commented on IGNITE-10373:
---

Merged to master.

[~pkonstantinov], Please retest.

> Web console: we need to fix docker-compose.yml
> --
>
> Key: IGNITE-10373
> URL: https://issues.apache.org/jira/browse/IGNITE-10373
> Project: Ignite
>  Issue Type: Bug
>  Components: wizards
>Reporter: Pavel Konstantinov
>Assignee: Pavel Konstantinov
>Priority: Major
> Fix For: 2.8
>
> Attachments: docker-compose.yml
>
>
> It located here 'modules/web-console/docker/compose' and it doesn't work 
> {code}
> Version in "./docker-compose.yml" is invalid - it should be a string.
> {code}
> after I've fixed that I've got the next one
> {code}
> Version in "./docker-compose.yml" is invalid. You might be seeing this error 
> because you're using the wrong Compose file version. Either specify a 
> supported version (e.g "2.2" or "3.3") and place your service definitions 
> under the `services` key, or omit the `version` key and place your service 
> definitions at the root of the file to use version 1.
> {code}
> after I've fixed that I've got the next one
> {code}
> ERROR: Service 'frontend' depends on service 'testenv' which is undefined.
> {code}
> So, please make it workable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10373) Web console: we need to fix docker-compose.yml

2018-12-05 Thread Pavel Konstantinov (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-10373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16711057#comment-16711057
 ] 

Pavel Konstantinov commented on IGNITE-10373:
-

Tested on the branch.

> Web console: we need to fix docker-compose.yml
> --
>
> Key: IGNITE-10373
> URL: https://issues.apache.org/jira/browse/IGNITE-10373
> Project: Ignite
>  Issue Type: Bug
>  Components: wizards
>Reporter: Pavel Konstantinov
>Assignee: Alexey Kuznetsov
>Priority: Major
> Fix For: 2.8
>
> Attachments: docker-compose.yml
>
>
> It located here 'modules/web-console/docker/compose' and it doesn't work 
> {code}
> Version in "./docker-compose.yml" is invalid - it should be a string.
> {code}
> after I've fixed that I've got the next one
> {code}
> Version in "./docker-compose.yml" is invalid. You might be seeing this error 
> because you're using the wrong Compose file version. Either specify a 
> supported version (e.g "2.2" or "3.3") and place your service definitions 
> under the `services` key, or omit the `version` key and place your service 
> definitions at the root of the file to use version 1.
> {code}
> after I've fixed that I've got the next one
> {code}
> ERROR: Service 'frontend' depends on service 'testenv' which is undefined.
> {code}
> So, please make it workable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10373) Web console: we need to fix docker-compose.yml

2018-11-25 Thread Ilya Murchenko (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-10373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16698553#comment-16698553
 ] 

Ilya Murchenko commented on IGNITE-10373:
-

[~pkonstantinov] 

Looks good to me, thank you!

> Web console: we need to fix docker-compose.yml
> --
>
> Key: IGNITE-10373
> URL: https://issues.apache.org/jira/browse/IGNITE-10373
> Project: Ignite
>  Issue Type: Bug
>  Components: wizards
>Reporter: Pavel Konstantinov
>Assignee: Ilya Murchenko
>Priority: Major
> Fix For: 2.8
>
> Attachments: docker-compose.yml
>
>
> It located here 'modules/web-console/docker/compose' and it doesn't work 
> {code}
> Version in "./docker-compose.yml" is invalid - it should be a string.
> {code}
> after I've fixed that I've got the next one
> {code}
> Version in "./docker-compose.yml" is invalid. You might be seeing this error 
> because you're using the wrong Compose file version. Either specify a 
> supported version (e.g "2.2" or "3.3") and place your service definitions 
> under the `services` key, or omit the `version` key and place your service 
> definitions at the root of the file to use version 1.
> {code}
> after I've fixed that I've got the next one
> {code}
> ERROR: Service 'frontend' depends on service 'testenv' which is undefined.
> {code}
> So, please make it workable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-10373) Web console: we need to fix docker-compose.yml

2018-11-22 Thread Pavel Konstantinov (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-10373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16696346#comment-16696346
 ] 

Pavel Konstantinov commented on IGNITE-10373:
-

I've fixed docker-compose.yml, but I have no necessary permissions, so I've 
attached the fixed file here.
[~imurchenko] please review my changes [^docker-compose.yml] 

> Web console: we need to fix docker-compose.yml
> --
>
> Key: IGNITE-10373
> URL: https://issues.apache.org/jira/browse/IGNITE-10373
> Project: Ignite
>  Issue Type: Bug
>  Components: wizards
>Reporter: Pavel Konstantinov
>Assignee: Pavel Konstantinov
>Priority: Major
> Fix For: 2.8
>
> Attachments: docker-compose.yml
>
>
> It located here 'modules/web-console/docker/compose' and it doesn't work 
> {code}
> Version in "./docker-compose.yml" is invalid - it should be a string.
> {code}
> after I've fixed that I've got the next one
> {code}
> Version in "./docker-compose.yml" is invalid. You might be seeing this error 
> because you're using the wrong Compose file version. Either specify a 
> supported version (e.g "2.2" or "3.3") and place your service definitions 
> under the `services` key, or omit the `version` key and place your service 
> definitions at the root of the file to use version 1.
> {code}
> after I've fixed that I've got the next one
> {code}
> ERROR: Service 'frontend' depends on service 'testenv' which is undefined.
> {code}
> So, please make it workable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)