You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by "Udara Liyanage (JIRA)" <ji...@apache.org> on 2013/12/17 05:21:07 UTC

[jira] [Resolved] (STRATOS-81) Refactor Cartridge Create Tools Module

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

Udara Liyanage resolved STRATOS-81.
-----------------------------------

    Resolution: Fixed

fixed in c01173ce3b4f9bbfd92c8baa9a55e5067b9c3116

> Refactor Cartridge Create Tools Module
> --------------------------------------
>
>                 Key: STRATOS-81
>                 URL: https://issues.apache.org/jira/browse/STRATOS-81
>             Project: Stratos
>          Issue Type: Bug
>            Reporter: Imesh Gunaratne
>            Assignee: Udara Liyanage
>            Priority: Minor
>
> It might be good if we could replace the character "_" with "-" in folder structure of cartridge create tools module to be consistent with other modules.
> Current folder structure looks like below:
> cartridge_create/
> ├── configure_software
> ├── create_kvm_image.sh
> ├── image_action.sh
> ├── init_scripts
> │   ├── default
> │   │   ├── default
> │   │   ├── default.ctrg
> │   │   ├── get-launch-params.rb
> │   │   ├── stratos-openstack-init.sh
> │   │   └── stratos.pem
> │   ├── mysql
> │   │   ├── ec2
> │   │   │   ├── get-launch-params.rb
> │   │   │   ├── healthcheck.sh
> │   │   │   └── stratos-init.sh
> │   │   ├── get-launch-params.rb
> │   │   ├── mysql
> │   │   ├── mysql.ctrg
> │   │   ├── openstack
> │   │   │   ├── get-launch-params.rb
> │   │   │   ├── healthcheck.sh
> │   │   │   └── stratos-init.sh
> │   │   ├── stratos.pem
> │   │   └── vcloud
> │   │       └── stratos-init.sh
> │   ├── php
> │   │   ├── cartridge_data_publisher_1.0.2.zip
> │   │   ├── default
> │   │   ├── default-ssl
> │   │   ├── ec2
> │   │   │   ├── get-launch-params.rb
> │   │   │   ├── healthcheck.sh
> │   │   │   └── stratos-init.sh
> │   │   ├── get-launch-params.rb
> │   │   ├── openstack
> │   │   │   ├── get-launch-params.rb
> │   │   │   ├── healthcheck.sh
> │   │   │   └── stratos-init.sh
> │   │   ├── php
> │   │   ├── php.ctrg
> │   │   ├── thrift-0.8.0.tar.gz
> │   │   ├── wso2.pem
> │   │   ├── x.sh
> │   │   └── y.sh
> │   └── tomcat
> │       ├── get-launch-params.rb
> │       ├── openstack
> │       │   ├── get-launch-params.rb
> │       │   ├── healthcheck.sh
> │       │   └── stratos-init.sh
> │       ├── payload
> │       │   ├── launch-params
> │       │   └── README
> │       ├── stratos-init.sh
> │       └── stratos.pem
> ├── README
> ├── stratos-image
> ├── stratos-image-local
> └── uploadimg.sh



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)