You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by "Mariangela Hills (JIRA)" <ji...@apache.org> on 2015/01/26 13:47:34 UTC

[jira] [Updated] (STRATOS-1142) Issues with samples/complex-app//deploy.sh file

     [ https://issues.apache.org/jira/browse/STRATOS-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mariangela Hills updated STRATOS-1142:
--------------------------------------
    Description: 
The following issues need to be fixed in the following locations
<STRATOS_SOURCE_HOME>/samples/complex-app/<IAAS>/deploy.sh

1) cartridge spelt wrong in two comments

2) Group ID entered wrong in following command. It should be group6c
## GET group
#curl -X GET -H "Content-Type: application/json" -k -v -u admin:admin https://localhost:9443/api/cartridgeGroups/group6

3) Application ID entered wrong in the following command. It should be app_boo

## GET application
# curl -X GET -H "Content-Type: application/json" -k -v -u admin:admin https://localhost:9443/api/applications/myapp1265

  was:
The following issues need to be fixed in the following locations
<STRATOS_SOURCE_HOME>/samples/complex-app/<IAAS>/deploy.sh

1) cartridge spelt wrong in two comments

2) Group ID entered wrong in following command. It should be group6c
# GET group
#curl -X GET -H "Content-Type: application/json" -k -v -u admin:admin https://localhost:9443/api/cartridgeGroups/group6

3) Application ID entered wrong in the following command. It should be app_boo

# GET application
# curl -X GET -H "Content-Type: application/json" -k -v -u admin:admin https://localhost:9443/api/applications/myapp1265


> Issues with samples/complex-app/<IAAS>/deploy.sh file
> -----------------------------------------------------
>
>                 Key: STRATOS-1142
>                 URL: https://issues.apache.org/jira/browse/STRATOS-1142
>             Project: Stratos
>          Issue Type: Bug
>          Components: samples
>    Affects Versions: 4.1.0 Alpha
>            Reporter: Mariangela Hills
>
> The following issues need to be fixed in the following locations
> <STRATOS_SOURCE_HOME>/samples/complex-app/<IAAS>/deploy.sh
> 1) cartridge spelt wrong in two comments
> 2) Group ID entered wrong in following command. It should be group6c
> ## GET group
> #curl -X GET -H "Content-Type: application/json" -k -v -u admin:admin https://localhost:9443/api/cartridgeGroups/group6
> 3) Application ID entered wrong in the following command. It should be app_boo
> ## GET application
> # curl -X GET -H "Content-Type: application/json" -k -v -u admin:admin https://localhost:9443/api/applications/myapp1265



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)