File tree Expand file tree Collapse file tree
src/main/resources/tooling
patches/systemvm/debian/config/etc/logrotate.d
plugins/network-elements/juniper-contrail/test
org/apache/cloudstack/network/contrail/management
systemvm/patches/debian/config/etc/logrotate.d Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
2+ license agreements. See the NOTICE file distributed with this work for additional
3+ information regarding copyright ownership. The ASF licenses this file to
4+ you under the Apache License, Version 2.0 (the "License"); you may not use
5+ this file except in compliance with the License. You may obtain a copy of
6+ the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
7+ by applicable law or agreed to in writing, software distributed under the
8+ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
9+ OF ANY KIND, either express or implied. See the License for the specific
10+ language governing permissions and limitations under the License. -->
111<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
212 <modelVersion >4.0.0</modelVersion >
313 <name >Apache CloudStack Checkstyle Configuration</name >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2+ <!--
3+ Licensed to the Apache Software Foundation (ASF) under one
4+ or more contributor license agreements. See the NOTICE file
5+ distributed with this work for additional information
6+ regarding copyright ownership. The ASF licenses this file
7+ to you under the Apache License, Version 2.0 (the
8+ "License"); you may not use this file except in compliance
9+ with the License. You may obtain a copy of the License at
10+
11+ http://www.apache.org/licenses/LICENSE-2.0
12+
13+ Unless required by applicable law or agreed to in writing,
14+ software distributed under the License is distributed on an
15+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+ KIND, either express or implied. See the License for the
17+ specific language governing permissions and limitations
18+ under the License.
19+ -->
220<!DOCTYPE module PUBLIC
321 "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
422 "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ /*
2+ * Licensed to the Apache Software Foundation (ASF) under one
3+ * or more contributor license agreements. See the NOTICE file
4+ * distributed with this work for additional information
5+ * regarding copyright ownership. The ASF licenses this file
6+ * to you under the Apache License, Version 2.0 (the
7+ * "License"); you may not use this file except in compliance
8+ * with the License. You may obtain a copy of the License at
9+ *
10+ * http://www.apache.org/licenses/LICENSE-2.0
11+ *
12+ * Unless required by applicable law or agreed to in writing,
13+ * software distributed under the License is distributed on an
14+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+ * KIND, either express or implied. See the License for the
16+ * specific language governing permissions and limitations
17+ * under the License.
18+ */
119package org .apache .cloudstack .network .contrail .management ;
220
321import org .springframework .context .annotation .Bean ;
422import org .springframework .context .annotation .Configuration ;
523
624@ Configuration
725public class ProviderTestConfiguration {
8- @ Bean
9- ServerDBSync getServerDBSync () {
10- return new ServerDBSyncImpl ();
11- }
26+ @ Bean
27+ ServerDBSync getServerDBSync () {
28+ return new ServerDBSyncImpl ();
29+ }
1230}
Original file line number Diff line number Diff line change 1+ /*
2+ * Licensed to the Apache Software Foundation (ASF) under one
3+ * or more contributor license agreements. See the NOTICE file
4+ * distributed with this work for additional information
5+ * regarding copyright ownership. The ASF licenses this file
6+ * to you under the Apache License, Version 2.0 (the
7+ * "License"); you may not use this file except in compliance
8+ * with the License. You may obtain a copy of the License at
9+ *
10+ * http://www.apache.org/licenses/LICENSE-2.0
11+ *
12+ * Unless required by applicable law or agreed to in writing,
13+ * software distributed under the License is distributed on an
14+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+ * KIND, either express or implied. See the License for the
16+ * specific language governing permissions and limitations
17+ * under the License.
18+ */
119package org .apache .cloudstack .network .contrail .management ;
220
321import org .mockito .Mockito ;
624
725@ Configuration
826public class PublicNetworkTestConfiguration {
9- @ Bean
10- ServerDBSync getServerDBSync () {
11- return Mockito .mock (ServerDBSync .class );
12- }
27+ @ Bean
28+ ServerDBSync getServerDBSync () {
29+ return Mockito .mock (ServerDBSync .class );
30+ }
1331}
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+ Licensed to the Apache Software Foundation (ASF) under one
4+ or more contributor license agreements. See the NOTICE file
5+ distributed with this work for additional information
6+ regarding copyright ownership. The ASF licenses this file
7+ to you under the Apache License, Version 2.0 (the
8+ "License"); you may not use this file except in compliance
9+ with the License. You may obtain a copy of the License at
10+
11+ http://www.apache.org/licenses/LICENSE-2.0
12+
13+ Unless required by applicable law or agreed to in writing,
14+ software distributed under the License is distributed on an
15+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+ KIND, either express or implied. See the License for the
17+ specific language governing permissions and limitations
18+ under the License.
19+ -->
220<beans xmlns =" http://www.springframework.org/schema/beans"
321 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : context =" http://www.springframework.org/schema/context"
422 xmlns : tx =" http://www.springframework.org/schema/tx" xmlns : aop =" http://www.springframework.org/schema/aop"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
3+ license agreements. See the NOTICE file distributed with this work for additional
4+ information regarding copyright ownership. The ASF licenses this file to
5+ you under the Apache License, Version 2.0 (the "License"); you may not use
6+ this file except in compliance with the License. You may obtain a copy of
7+ the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
8+ by applicable law or agreed to in writing, software distributed under the
9+ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
10+ OF ANY KIND, either express or implied. See the License for the specific
11+ language governing permissions and limitations under the License. -->
212<beans xmlns =" http://www.springframework.org/schema/beans"
313 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : context =" http://www.springframework.org/schema/context"
414 xmlns : tx =" http://www.springframework.org/schema/tx" xmlns : aop =" http://www.springframework.org/schema/aop"
Original file line number Diff line number Diff line change 651651 <exclude >tools/marvin/marvin/sandbox/advanced/sandbox.cfg</exclude >
652652 <exclude >tools/ngui/static/bootstrap/*</exclude >
653653 <exclude >tools/ngui/static/js/lib/*</exclude >
654+ <exclude >**/.checkstyle</exclude >
654655 </excludes >
655656 </configuration >
656657 </plugin >
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+ /var/log/cloud.log {
18+ rotate 4
19+ daily
20+ missingok
21+ notifempty
22+ compress
23+ delaycompress
24+ postrotate
25+ pkill socat > /dev/null
26+ endscript
27+ }
You can’t perform that action at this time.
0 commit comments