[containers] Use anuket/ namespace for containers
[barometer.git] / docker / ansible / roles / run_collectd / vars / main.yml
index ddfec14..96c9032 100644 (file)
@@ -1,4 +1,4 @@
-#Copyright 2019 OPNFV and Intel Corporation
+# Copyright 2019-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.
@@ -19,4 +19,4 @@ flavor_image_name: "{{
          'barometer-collectd-experimental' if (default_flavor == 'experimental') else
          'barometer-collectd-6' if (default_flavor == 'collectd-6')
          else 'barometer-collectd' }}"
-collectd_image_name: "{{ 'opnfv/' + flavor_image_name }}"
+collectd_image_name: "{{ 'anuket/' + flavor_image_name }}"