Merge "Use upstream etcd container image for openshift"

This commit is contained in:
Zuul
2018-07-14 13:33:46 +00:00
committed by Gerrit Code Review
4 changed files with 20 additions and 1 deletions

View File

@@ -44,6 +44,9 @@ CONTAINER_IMAGE_PREPARE_PARAM = [{
'openshift_cockpit_namespace': 'docker.io/cockpit',
'openshift_cockpit_image': 'kubernetes',
'openshift_cockpit_tag': 'latest',
'openshift_etcd_namespace': 'registry.fedoraproject.org/latest',
'openshift_etcd_image': 'etcd',
'openshift_etcd_tag': 'latest',
}
}]