Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,11 @@ TDP can either be deployed with the manager or directly with Ansible.
Initialize the database and create the `tdp_vars` directory with the `tdp_vars_overrides` variables:

```sh
tdp init --overrides tdp_vars_overrides
tdp init --conf tdp_vars_overrides
```

**Note**: older versions of TDP-Lib have the option `--overrides` instead of `--conf`

Make the DAG of operations:

```sh
Expand Down Expand Up @@ -278,10 +280,10 @@ py.test tests
Run the tests in parallel:

```sh
py.test -n 2 tests
py.test tests
```

**Note:** Running the tests in parallel requires more resources and tests might fail if resources are not sufficient.
**Note:** If you want to run tests in parallel you may add the option `-n=2` for example. However, running the tests in parallel requires more resources and tests might fail if resources are not sufficient.

## Web UI links

Expand Down
25 changes: 0 additions & 25 deletions inventory/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,31 +100,6 @@ ranger_policies:
- { isAllowed: true, type: create }
conditions: []

# Kafka
- name: tdp_user - topic
description: test_user access to tdp-user-* topics
service: kafka-tdp
isAuditEnabled: true
isEnabled: true
resources:
topic:
isExcludes: false
values: ["tdp-user-*"]
policyItems:
- users: [tdp_user]
groups: []
delegateAdmin: true
accesses:
- { isAllowed: true, type: create }
- { isAllowed: true, type: publish }
- { isAllowed: true, type: consume }
- { isAllowed: true, type: configure }
- { isAllowed: true, type: describe }
- { isAllowed: true, type: delete }
- { isAllowed: true, type: describe_configs }
- { isAllowed: true, type: alter_configs }
conditions: []

# Knox
- name: tdp_user - tdpldap policy
description: tdp_user access to tdpldap policy
Expand Down
2 changes: 1 addition & 1 deletion inventory/topologies/observability
4 changes: 0 additions & 4 deletions tdp_vars_overrides/kafka/kafka.yml

This file was deleted.

1 change: 0 additions & 1 deletion tdp_vars_overrides/livy-spark3/livy-spark3.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
livy_release: apache-livy-0.8.0-incubating-TDP-0.1.0-SNAPSHOT-bin
livy_start_on_boot: yes

livy_restart: always
5 changes: 0 additions & 5 deletions tdp_vars_overrides/livy/livy.yml

This file was deleted.

5 changes: 0 additions & 5 deletions tdp_vars_overrides/spark/spark.yml

This file was deleted.

4 changes: 0 additions & 4 deletions tdp_vars_overrides/zookeeper-kafka/zookeeper-kafka.yml

This file was deleted.