aboutsummaryrefslogtreecommitdiffstats
path: root/docker/ansible/roles/run_influxdb
diff options
context:
space:
mode:
authorEmma Foley <efoley@redhat.com>2021-09-13 19:12:45 +0100
committerEmma Foley <efoley@redhat.com>2021-09-13 19:40:25 +0100
commit87f031aa53a6ed8dc4865d59a6e0b246d98b40b1 (patch)
tree6aaffd4931992450abe857dda5ca47468208f7cb /docker/ansible/roles/run_influxdb
parent5d242ae0be38d0642391a3287023f964b208ea9b (diff)
[containers] Use anuket/ namespace for containers
Change-Id: If0bea94be66a2c5b88d88e6c70a4c27a9001a3d9 Signed-off-by: Emma Foley <efoley@redhat.com>
Diffstat (limited to 'docker/ansible/roles/run_influxdb')
-rw-r--r--docker/ansible/roles/run_influxdb/tasks/main.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docker/ansible/roles/run_influxdb/tasks/main.yml b/docker/ansible/roles/run_influxdb/tasks/main.yml
index 53187fae..02eeb788 100644
--- a/docker/ansible/roles/run_influxdb/tasks/main.yml
+++ b/docker/ansible/roles/run_influxdb/tasks/main.yml
@@ -1,4 +1,4 @@
-#Copyright 2018 OPNFV and Intel Corporation
+# Copyright 2018-21 Anuket, Intel Corporation and others
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -22,9 +22,9 @@
- rm_influxdb_cont
when: rm_containers|default(false)|bool == true
-- name: Remove opnfv/barometer-influxdb image
+- name: Remove barometer-influxdb image
docker_image:
- name: opnfv/barometer-influxdb
+ name: anuket/barometer-influxdb
state: absent
tags:
- rm_images
@@ -34,7 +34,7 @@
- name: launch barometer-influxdb container
docker_container:
name: bar-influxdb
- image: opnfv/barometer-influxdb
+ image: anuket/barometer-influxdb
volumes:
- /var/lib/influxdb:/var/lib/influxdb
exposed: