mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
agent: Remove dummy.agent.properties
This configuration file isn't being used and would only confuse admins
This commit is contained in:
parent
5238a83688
commit
27a43f9a97
@ -1,34 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
resource=com.cloud.agent.resource.DummyResource
|
|
||||||
host.mac.address=06\:95\:a4\:00\:03\:ee
|
|
||||||
guest.network.device=cloudbr0
|
|
||||||
type=Routing
|
|
||||||
local.storage.uuid=8c348eee-ea56-4e4f-9397-00f33340927a
|
|
||||||
port=8250
|
|
||||||
host=10.216.132.110
|
|
||||||
pod=1
|
|
||||||
LibvirtComputingResource.id=1
|
|
||||||
cluster=1
|
|
||||||
public.network.device=cloudbr0
|
|
||||||
private.network.device=cloudbr0
|
|
||||||
DummyResource.id=11
|
|
||||||
developer=True
|
|
||||||
zone=1
|
|
||||||
domr.scripts.dir=scripts/network/domr/kvm
|
|
||||||
workers=5
|
|
||||||
@ -556,7 +556,6 @@ fi
|
|||||||
%files agent
|
%files agent
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}/agent/agent.properties
|
%config(noreplace) %{_sysconfdir}/%{name}/agent/agent.properties
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}/agent/dummy.agent.properties
|
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}/agent/developer.properties.template
|
%config(noreplace) %{_sysconfdir}/%{name}/agent/developer.properties.template
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}/agent/environment.properties
|
%config(noreplace) %{_sysconfdir}/%{name}/agent/environment.properties
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}/agent/log4j-%{name}.xml
|
%config(noreplace) %{_sysconfdir}/%{name}/agent/log4j-%{name}.xml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user