From d1790577ba9d49e8ce9cdf656c53d8d6b2c355b6 Mon Sep 17 00:00:00 2001 From: Ryan Faircloth Date: Fri, 28 Jun 2019 20:25:35 -0400 Subject: [PATCH] rename goss file --- .idea/workspace.xml | 44 ++++++++++++++++++++++----------- package/Dockerfile | 4 +-- package/{goss.yml => goss.yaml} | 0 3 files changed, 32 insertions(+), 16 deletions(-) rename package/{goss.yml => goss.yaml} (100%) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 697d305..902b460 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,8 @@ - + + - + - - + + - + - + + + + + + @@ -44,6 +50,7 @@ pip yum java + goss.y @@ -68,8 +75,8 @@ @@ -101,6 +108,12 @@ + + + + + + @@ -343,7 +356,7 @@ - @@ -579,17 +592,20 @@ - + - - + + - + + + + - - + + diff --git a/package/Dockerfile b/package/Dockerfile index 58019c5..8846836 100644 --- a/package/Dockerfile +++ b/package/Dockerfile @@ -70,7 +70,7 @@ ENV DEBCONF_NONINTERACTIVE_SEEN=true ENV SPLUNK_CONNECT_METHOD=hec RUN source scl_source enable rh-python36 ; curl -fsSL https://goss.rocks/install | sh -COPY goss.yml /goss/goss.yml +COPY goss.yaml /goss/goss.yaml COPY --from=0 /opt/syslog-ng /opt/syslog-ng COPY scripts/splunkmetrics.sh /opt/syslog-ng/sbin/splunkmetrics.sh @@ -90,4 +90,4 @@ ENV SPLUNK_CONNECT_METHOD=UF ENTRYPOINT ["/sbin/entrypoint.sh", "--"] -HEALTHCHECK --interval=1s --timeout=6s CMD source scl_source enable rh-python36 ;goss -g /goss/goss.yml validate \ No newline at end of file +HEALTHCHECK --interval=1s --timeout=6s CMD source scl_source enable rh-python36 ;goss -g /goss/goss.yaml validate \ No newline at end of file diff --git a/package/goss.yml b/package/goss.yaml similarity index 100% rename from package/goss.yml rename to package/goss.yaml