Remove S3 for now and work with the Apache log server
Change-Id: I36617a357c0bd978eef4cf90395ccc16b86e4b02
diff --git a/playbooks/base/post-logs.yaml b/playbooks/base/post-logs.yaml
index fcee733..0f3779c 100644
--- a/playbooks/base/post-logs.yaml
+++ b/playbooks/base/post-logs.yaml
@@ -3,9 +3,4 @@
roles:
- generate-zuul-manifest
- role: upload-logs
- zuul_log_url: "http://localhost:8000"
- - role: upload-logs-s3
- zuul_log_bucket: "{{s3_config.bucket}}"
- zuul_log_aws_access_key: "{{s3_config.access_key}}"
- zuul_log_aws_secret_key: "{{s3_config.secret_key}}"
- upload_logs_s3_endpoint: "{{s3_config.endpoint}}"
+ zuul_log_url: "https://zuul-logs.corp.avm99963.com"
diff --git a/playbooks/base/pre-logs.yaml b/playbooks/base/pre-logs.yaml
deleted file mode 100644
index e6209a7..0000000
--- a/playbooks/base/pre-logs.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
-- hosts: localhost
- roles:
- - ensure-pip
- tasks:
- - name: Install boto3
- pip:
- name:
- - boto3
- - botocore