You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by anuruddhal <gi...@git.apache.org> on 2015/06/03 14:35:55 UTC

[GitHub] stratos pull request: Adding Openstack init,config scripts and fix...

GitHub user anuruddhal opened a pull request:

    https://github.com/apache/stratos/pull/366

    Adding Openstack init,config scripts and fixing python agent puppet module

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/anuruddhal/stratos master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/stratos/pull/366.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #366
    
----
commit 6ff689f85b4ec5c3ccfce43c32e2f02f15a2d056
Author: anuruddhal <an...@gmail.com>
Date:   2015-06-03T12:30:16Z

    Adding init.sh config.sh for openstack

commit 794097a7afcf58115f75c787cc9e398126c064f9
Author: anuruddhal <an...@gmail.com>
Date:   2015-06-03T12:30:58Z

    Fixing python agent unzip error

commit 322dd17f459182c0554e0220bc815a36c62add80
Author: anuruddhal <an...@gmail.com>
Date:   2015-06-03T12:33:21Z

    fix indentation

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] stratos pull request: Adding Openstack init,config scripts and fix...

Posted by swgkg <gi...@git.apache.org>.
Github user swgkg commented on a diff in the pull request:

    https://github.com/apache/stratos/pull/366#discussion_r31617873
  
    --- Diff: tools/config-scripts/openstack/config.sh ---
    @@ -0,0 +1,104 @@
    +#!/bin/bash
    +# --------------------------------------------------------------
    +#
    +# Licensed to the Apache Software Foundation (ASF) under one
    +# or more contributor license agreements.  See the NOTICE file
    +# distributed with this work for additional information
    +# regarding copyright ownership.  The ASF licenses this file
    +# to you under the Apache License, Version 2.0 (the
    +# "License"); you may not use this file except in compliance
    +# with the License.  You may obtain a copy of the License at
    +#
    +# 	http://www.apache.org/licenses/LICENSE-2.0
    +#
    +# Unless required by applicable law or agreed to in writing,
    +# software distributed under the License is distributed on an
    +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    +# KIND, either express or implied.  See the License for the
    +# specific language governing permissions and limitations
    +# under the License.
    +#
    +# --------------------------------------------------------------
    +shopt -s nocasematch
    +ECHO=`which echo`
    +RM=`which rm`
    +READ=`which read`
    +TR=`which tr`
    +HEAD=`which head`
    +WGET=`which wget`
    +MKDIR=`which mkdir`
    +GREP=`which grep`
    +SED=`which sed`
    +CP=`which cp`
    +MV=`which mv`
    +
    +HOSTSFILE=/etc/hosts
    +LOCKFILE=/mnt/apache-stratos-cartridge-agent-4.0.0/wso2carbon.lck
    --- End diff --
    
    Should be 4.1.0


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] stratos pull request: Adding Openstack init,config scripts and fix...

Posted by anuruddhal <gi...@git.apache.org>.
Github user anuruddhal commented on a diff in the pull request:

    https://github.com/apache/stratos/pull/366#discussion_r31618702
  
    --- Diff: tools/config-scripts/openstack/config.sh ---
    @@ -0,0 +1,104 @@
    +#!/bin/bash
    +# --------------------------------------------------------------
    +#
    +# Licensed to the Apache Software Foundation (ASF) under one
    +# or more contributor license agreements.  See the NOTICE file
    +# distributed with this work for additional information
    +# regarding copyright ownership.  The ASF licenses this file
    +# to you under the Apache License, Version 2.0 (the
    +# "License"); you may not use this file except in compliance
    +# with the License.  You may obtain a copy of the License at
    +#
    +# 	http://www.apache.org/licenses/LICENSE-2.0
    +#
    +# Unless required by applicable law or agreed to in writing,
    +# software distributed under the License is distributed on an
    +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    +# KIND, either express or implied.  See the License for the
    +# specific language governing permissions and limitations
    +# under the License.
    +#
    +# --------------------------------------------------------------
    +shopt -s nocasematch
    +ECHO=`which echo`
    +RM=`which rm`
    +READ=`which read`
    +TR=`which tr`
    +HEAD=`which head`
    +WGET=`which wget`
    +MKDIR=`which mkdir`
    +GREP=`which grep`
    +SED=`which sed`
    +CP=`which cp`
    +MV=`which mv`
    +
    +HOSTSFILE=/etc/hosts
    +LOCKFILE=/mnt/apache-stratos-cartridge-agent-4.0.0/wso2carbon.lck
    --- End diff --
    
    Fixed in af66dee47a4171ac3f2bf0f73935534752d3da8b


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] stratos pull request: Adding Openstack init,config scripts and fix...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/stratos/pull/366


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---