File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 317317 <exclude >deps/XenServerJava/Makefile</exclude >
318318 <exclude >dist/console-proxy/js/jquery.js</exclude >
319319 <exclude >scripts/vm/systemvm/id_rsa.cloud</exclude >
320+ <exclude >services/console-proxy/server/conf/agent.properties</exclude >
321+ <exclude >services/console-proxy/server/conf/environment.properties</exclude >
322+ <exclude >services/secondary-storage/conf/agent.properties</exclude >
323+ <exclude >services/secondary-storage/conf/environment.properties</exclude >
320324 <exclude >tools/devcloud/basebuild/puppet-devcloudinitial/files/network.conf</exclude >
321325 <exclude >tools/appliance/definitions/devcloud/*</exclude >
322326 <exclude >tools/appliance/definitions/systemvmtemplate/*</exclude >
Original file line number Diff line number Diff line change 1- # Licensed to the Apache Software Foundation (ASF) under one
2- # or more contributor license agreements. See the NOTICE file
3- # distributed with this work for additional information
4- # regarding copyright ownership. The ASF licenses this file
5- # to you under the Apache License, Version 2.0 (the
6- # "License"); you may not use this file except in compliance
7- # with the License. You may obtain a copy of the License at
8- #
9- # http://www.apache.org/licenses/LICENSE-2.0
10- #
11- # Unless required by applicable law or agreed to in writing,
12- # software distributed under the License is distributed on an
13- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14- # KIND, either express or implied. See the License for the
15- # specific language governing permissions and limitations
16- # under the License.
17-
181instance =ConsoleProxy
192resource =com.cloud.agent.resource.consoleproxy.ConsoleProxyResource
Original file line number Diff line number Diff line change 280280 <argument >zone=1</argument >
281281 <argument >pod=1</argument >
282282 <argument >host=192.168.56.1</argument >
283+ <argument >guid=ConsoleProxy.1</argument >
283284 </arguments >
284285 <systemProperties >
285286 <systemProperty >
286287 <key >javax.net.ssl.trustStore</key >
287288 <value >certs/realhostip.keystore</value >
289+ <key >log.home</key >
290+ <value >${PWD} /</value >
288291 </systemProperty >
289292 </systemProperties >
290293 </configuration >
Original file line number Diff line number Diff line change 2828done
2929keyvalues=
3030# LOGHOME=/var/log/cloud/
31- LOGHOME=$PWD
31+ LOGHOME=$PWD /
3232
3333java -Djavax.net.ssl.trustStore=./certs/realhostip.keystore -Dlog.home=$LOGHOME -cp $CP com.cloud.agent.AgentShell $keyvalues $@
Original file line number Diff line number Diff line change 2828done
2929keyvalues=
3030# LOGHOME=/var/log/cloud/
31- LOGHOME=$PWD
31+ LOGHOME=$PWD /
3232
3333java -Djavax.net.ssl.trustStore=./certs/realhostip.keystore -Dlog.home=$LOGHOME -cp $CP com.cloud.agent.AgentShell $keyvalues $@
Original file line number Diff line number Diff line change 1- # mount.path=~/secondary-storage
2- eth1ip =192.168.56.1
3- name =192.168.56.10
4- eth2ip =192.168.56.10
1+ # mount.path=~/secondary-storage/
52resource =org.apache.cloudstack.storage.resource.NfsSecondaryStorageResource
6- piddir =.
7- instance =SecondaryStorage
8- developer =true
9- secondary.storage.vm =false
Original file line number Diff line number Diff line change 8181 <argument >zone=1</argument >
8282 <argument >pod=1</argument >
8383 <argument >host=192.168.56.1</argument >
84+ <argument >name=192.168.56.10</argument >
85+ <argument >eth1ip=192.168.56.10</argument >
86+ <argument >eth2ip=192.168.56.10</argument >
87+ <argument >guid=SecondaryStorage.1</argument >
88+ <argument >secondary.storage.vm=false</argument >
89+ <argument >instance=Secondary</argument >
8490 </arguments >
8591 <systemProperties >
8692 <systemProperty >
8793 <key >javax.net.ssl.trustStore</key >
8894 <value >certs/realhostip.keystore</value >
95+ <key >log.home</key >
96+ <value >${PWD} /</value >
8997 </systemProperty >
9098 </systemProperties >
9199 </configuration >
You can’t perform that action at this time.
0 commit comments