• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

openshift / openshift-ansible / 10718
51%

Build:
DEFAULT BRANCH: master
Ran 18 Nov 2017 09:34AM UTC
Jobs 2
Files 64
Run time 3min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
10718

push

travis-ci

web-flow
Merge pull request #5652 from ruromero/bz1498398

Automatic merge from submit-queue.

Add enclosing <store> tags to sample secure-forward.conf files

This fixes [BZ#1498398](https://bugzilla.redhat.com/show_bug.cgi?id=1498398)
The examples provided in the documentation to configure the secure forward mention the configuration must be enclosed between the <store> tag. For that I think the examples should include it as well.

See [3.6 Documentation](https://docs.openshift.com/container-platform/3.6/install_config/aggregate_logging.html#aggregated-fluentd)
~~~
<store>
@type secure_forward
self_hostname pod-${HOSTNAME}
shared_key thisisasharedkey
secure yes
enable_strict_verification yes
ca_cert_path /etc/fluent/keys/your_ca_cert
ca_private_key_path /etc/fluent/keys/your_private_key
ca_private_key_passphrase passphrase
<server>
  host ose1.example.com
  port 24284
</server>
<server>
  host ose2.example.com
  port 24284
  standby
</server>
<server>
  host ose3.example.com
  port 24284
  standby
</server>
</store>
~~~

2306 of 5824 branches covered (39.59%)

7365 of 13439 relevant lines covered (54.8%)

1.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10718.1 18 Nov 2017 09:37AM UTC 0
54.48
Travis Job 10718.1
2 10718.2 18 Nov 2017 09:34AM UTC 0
54.06
Travis Job 10718.2
Source Files on build 10718
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10718
  • 71ac647d on github
  • Prev Build on master (#10716)
  • Next Build on master (#10738)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc