Skip to content

Commit

Permalink
Added missing license header in terraform.tfvars (apache#1706)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored May 2, 2018
1 parent 48787c8 commit b837af8
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
19 changes: 19 additions & 0 deletions deployment/terraform-ansible/aws/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
#
# 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.
#

public_key_path = "~/.ssh/id_rsa.pub"
region = "us-west-2"
availability_zone = "us-west-2a"
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,7 @@ flexible messaging model and an intuitive client API.</description>
<pulsar-perf>SCRIPT_STYLE</pulsar-perf>
<pulsar-client>SCRIPT_STYLE</pulsar-client>
<bookkeeper>SCRIPT_STYLE</bookkeeper>
<tfvars>SCRIPT_STYLE</tfvars>
</mapping>
</configuration>
</plugin>
Expand Down Expand Up @@ -967,6 +968,9 @@ flexible messaging model and an intuitive client API.</description>
<exclude>**/*.htpasswd</exclude>
<exclude>src/test/resources/athenz.conf.test</exclude>
<exclude>deployment/terraform-ansible/templates/myid</exclude>

<!-- Python requirements files -->
<exclude>**/requirements.txt</exclude>
</excludes>
</configuration>
</plugin>
Expand Down
21 changes: 21 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<!--
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.
-->

This directory contains integration tests for Pulsar.

The integration tests use a framework called [Arquillian Cube](https://github.com/arquillian/arquillian-cube) to bring up a bunch of docker containers running Pulsar services. TestNG can then be used to test functionallity against these containers.
Expand Down

0 comments on commit b837af8

Please sign in to comment.