You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by "Imesh Gunaratne (JIRA)" <ji...@apache.org> on 2013/09/11 09:37:51 UTC

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

Imesh Gunaratne created STRATOS-81:
--------------------------------------

             Summary: 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
            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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira