Removed references to tcpcloud docker repos
Change-Id: Ibfb05319320c7f4fc86598e45f908a14105d39ea
diff --git a/aptly/client/publisher.yml b/aptly/client/publisher.yml
index 9aae28b..050bcea 100644
--- a/aptly/client/publisher.yml
+++ b/aptly/client/publisher.yml
@@ -6,4 +6,4 @@
enabled: true
source:
engine: docker
- image: tcpcloud/aptly-publisher
+ image: mirantis/aptly-publisher
diff --git a/aptly/server/docker.yml b/aptly/server/docker.yml
index c33f169..11ebc66 100644
--- a/aptly/server/docker.yml
+++ b/aptly/server/docker.yml
@@ -9,7 +9,7 @@
aptly_server_mirror_sources: false
aptly_server_mirror_ubuntu_sources: ${_param:aptly_server_mirror_sources}
docker_image_aptly:
- base: tcpcloud/aptly
+ base: mirantis/aptly
aptly:
server:
enabled: true
diff --git a/gerrit/client/project/docker_images.yml b/gerrit/client/project/docker_images.yml
index cc35eb3..c5574a6 100644
--- a/gerrit/client/project/docker_images.yml
+++ b/gerrit/client/project/docker_images.yml
@@ -5,7 +5,7 @@
mk/docker-aptly:
enabled: true
description: Aptly docker images
- upstream: https://github.com/tcpcloud/docker-aptly
+ upstream: https://github.com/Mirantis/docker-aptly
access: ${gerrit:client:default_access}
require_change_id: true
require_agreement: false
@@ -13,7 +13,7 @@
mk/python-flask-hello:
enabled: true
description: Flask hello demo application
- upstream: https://github.com/tcpcloud/python-flask-hello
+ upstream: https://github.com/Mirantis/python-flask-hello
access: ${gerrit:client:default_access}
require_change_id: true
require_agreement: false
diff --git a/jenkins/client/job/docker/build-images.yml b/jenkins/client/job/docker/build-images.yml
index 334db19..12c84c1 100644
--- a/jenkins/client/job/docker/build-images.yml
+++ b/jenkins/client/job/docker/build-images.yml
@@ -55,7 +55,7 @@
default: ""
REGISTRY_CREDENTIALS_ID:
type: string
- default: "dockerhub"
+ default: "mirantis-dockerhub"
DOCKER_GIT_TAG:
type: boolean
default: "true"
diff --git a/jenkins/client/job/docker/testing.yml b/jenkins/client/job/docker/testing.yml
index ece8e10..109cdac 100644
--- a/jenkins/client/job/docker/testing.yml
+++ b/jenkins/client/job/docker/testing.yml
@@ -1,7 +1,7 @@
parameters:
_param:
jenkins_docker_registry_url: ""
- jenkins_docker_registry_credentials: "dockerhub"
+ jenkins_docker_registry_credentials: "mirantis-dockerhub"
jenkins:
client:
job_template:
@@ -34,7 +34,7 @@
param:
IMAGE_NAME:
type: string
- default: "tcpcloud/{{name}}"
+ default: "mirantis/{{name}}"
IMAGE_GIT_URL:
type: string
default: "${_param:jenkins_gerrit_url}/mk/python-flask-hello"
diff --git a/jenkins/client/job/git-mirrors/downstream/docker_images.yml b/jenkins/client/job/git-mirrors/downstream/docker_images.yml
index ff1c649..6904d8d 100644
--- a/jenkins/client/job/git-mirrors/downstream/docker_images.yml
+++ b/jenkins/client/job/git-mirrors/downstream/docker_images.yml
@@ -5,9 +5,9 @@
jenkins_git_mirror_downstream_jobs:
- name: docker-aptly
downstream: mk/docker-aptly
- upstream: "https://github.com/tcpcloud/docker-aptly"
+ upstream: "https://github.com/Mirantis/docker-aptly"
branches: master
- name: python-flask-hello
downstream: mk/python-flask-hello
- upstream: "https://github.com/tcpcloud/python-flask-hello"
+ upstream: "https://github.com/Mirantis/python-flask-hello"
branches: master
diff --git a/jenkins/client/job/git-mirrors/upstream/docker_images.yml b/jenkins/client/job/git-mirrors/upstream/docker_images.yml
index 2dc60b3..7160c7f 100644
--- a/jenkins/client/job/git-mirrors/upstream/docker_images.yml
+++ b/jenkins/client/job/git-mirrors/upstream/docker_images.yml
@@ -5,7 +5,7 @@
jenkins_git_mirror_upstream_jobs:
- name: docker-aptly
downstream: mk/docker-aptly
- upstream: "git@github.com:tcpcloud/docker-aptly"
+ upstream: "git@github.com:Mirantis/docker-aptly"
branches: master
- name: docker-gerrit
downstream: mk/docker-gerrit
@@ -22,4 +22,4 @@
- name: docker-openldap
downstream: mk/docker-openldap
upstream: "git@github.com:Mirantis/docker-openldap"
- branches: stable,master
\ No newline at end of file
+ branches: stable,master
diff --git a/kubernetes/control/flask_hello.yml b/kubernetes/control/flask_hello.yml
index f7b41e5..3d07f26 100644
--- a/kubernetes/control/flask_hello.yml
+++ b/kubernetes/control/flask_hello.yml
@@ -19,7 +19,7 @@
name: flask-hello
container:
flask-hello:
- image: ${_param:cicd_control_address}:5000/tcpcloud/python-flask-hello
+ image: ${_param:cicd_control_address}:5000/Mirantis/python-flask-hello
image_pull_policy: Always
ports:
- port: 5000