Skip to content
Open
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
1 change: 0 additions & 1 deletion ansible/configure-core-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
- secrets/jvb.yml
- secrets/consul.yml
- secrets/prosody-egress-aws.yml
- secrets/aws-cloudwatch.yml
- roles/jitsi-repo/defaults/main.yml
- secrets/repo.yml
- config/vars.yml
Expand Down
1 change: 0 additions & 1 deletion ansible/configure-jibri-java-local-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
- secrets/consul.yml
- secrets/voximplant.yml
- config/vars.yml
- secrets/aws-cloudwatch.yml
- roles/jibri-java/defaults/main.yml
- sites/{{ hcv_environment }}/vars.yml
vars:
Expand Down
16 changes: 0 additions & 16 deletions ansible/roles/jibri-java/tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,22 +235,6 @@
mode: 0755
owner: root

# aws credentials for oracle to send stats to cloudwatch
- name: Create directory for AWS credentials for CloudWatch
ansible.builtin.file:
mode: 0755
path: "{{ jibri_homedir }}/.aws"
state: directory
when: jibri_cloud_provider == "oracle"

- name: AWS credentials
ansible.builtin.template:
mode: 0640
owner: "{{ jibri_username }}"
src: aws_credentials.j2
dest: "{{ jibri_homedir }}/.aws/credentials"
when: jibri_cloud_provider == "oracle"

# Run the metric reporting script regularly
- name: Jibri status script cron
ansible.builtin.cron:
Expand Down
3 changes: 0 additions & 3 deletions ansible/roles/jibri-java/templates/aws_credentials.j2

This file was deleted.

3 changes: 0 additions & 3 deletions ansible/roles/jibri-java/templates/jibri-status-oracle.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ NC_BIN="/bin/nc"
LAST_STATUS_FILE="/tmp/jibri-last-status"

STATUS_URL="http://localhost:2222/jibri/api/v1.0/health"
CLOUDWATCH_STATS_NAMESPACE="Video"

EC2_REGION={{ oracle_to_aws_region_map[oracle_region] }}

METRIC_COUNT=0
METRIC_DATA=''
Expand Down