Skip to content

Commit

Permalink
Merge pull request #219 from kornicameister/coll_for_agent_python_base
Browse files Browse the repository at this point in the history
Updated monasca-agent images to use monasca/python based monasca/agent-base
  • Loading branch information
timothyb89 authored Sep 28, 2017
2 parents ec7499f + b8979c6 commit 7b0e0e8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion monasca-agent-collector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM monasca/agent-base:master-20170901-210328
ARG MON_AGENT_BASE_VERSION
FROM monasca/agent-base:${MON_AGENT_BASE_VERSION}

ARG AGENT_USER="mon-agent"

Expand Down
2 changes: 2 additions & 0 deletions monasca-agent-collector/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ variants:
- tag: master
aliases:
- :master-{date}-{time}
args:
MON_AGENT_BASE_VERSION: master-20170918-171757
2 changes: 1 addition & 1 deletion monasca-agent-collector/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ done

template $AGENT_CONF/agent.yaml.j2 $AGENT_CONF/agent.yaml

/usr/bin/monasca-collector foreground
monasca-collector foreground
3 changes: 2 additions & 1 deletion monasca-agent-forwarder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM monasca/agent-base:master-20170901-210328
ARG MON_AGENT_BASE_VERSION
FROM monasca/agent-base:${MON_AGENT_BASE_VERSION}

ARG AGENT_USER="mon-agent"

Expand Down
2 changes: 2 additions & 0 deletions monasca-agent-forwarder/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ variants:
- tag: master
aliases:
- :master-{date}-{time}
args:
MON_AGENT_BASE_VERSION: master-20170918-171757
2 changes: 1 addition & 1 deletion monasca-agent-forwarder/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ fi

template $AGENT_CONF/agent.yaml.j2 $AGENT_CONF/agent.yaml

/usr/bin/monasca-forwarder
monasca-forwarder

0 comments on commit 7b0e0e8

Please sign in to comment.