add the mqtt properties file to agent
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/b6d08482 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/b6d08482 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/b6d08482 Branch: refs/heads/docker-integration Commit: b6d08482ff4d91fc1644a4ae536f1bb0b131dc44 Parents: 562e85e Author: gayan <[email protected]> Authored: Wed Sep 24 16:39:51 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Thu Sep 25 08:12:02 2014 +0530 ---------------------------------------------------------------------- .../src/main/conf/mqtttopic.properties | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/b6d08482/products/cartridge-agent/modules/distribution/src/main/conf/mqtttopic.properties ---------------------------------------------------------------------- diff --git a/products/cartridge-agent/modules/distribution/src/main/conf/mqtttopic.properties b/products/cartridge-agent/modules/distribution/src/main/conf/mqtttopic.properties new file mode 100644 index 0000000..823c1a9 --- /dev/null +++ b/products/cartridge-agent/modules/distribution/src/main/conf/mqtttopic.properties @@ -0,0 +1,21 @@ +# 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. +# + +mqtturl=tcp://localhost:1883 +clientID=stratos +tempfilelocation=/tmp
