Stop using the tripleoupstream docker.io namespace
tripleoupstream is unmaintained and docker.io/tripleomaster should be used instead. Note that the centos-binary-kolla-toolbox is *not* currently built in that namespace. Change-Id: Ib53c3d4a58b6f13509fd44ea2e36db046fec2369
This commit is contained in:
parent
d9d9c6c21e
commit
2fb45a6ba9
@ -103,7 +103,7 @@
|
||||
- name: cinder-volume
|
||||
securityContext:
|
||||
privileged: true
|
||||
image: tripleoupstream/centos-binary-cinder-volume:latest
|
||||
image: tripleomaster/centos-binary-cinder-volume:current-tripleo
|
||||
volumeMounts:
|
||||
- name: kolla-config
|
||||
mountPath: /var/lib/kolla/config_files/
|
||||
@ -163,7 +163,7 @@
|
||||
- name: iscsid
|
||||
securityContext:
|
||||
privileged: true
|
||||
image: tripleoupstream/centos-binary-iscsid:latest
|
||||
image: tripleomaster/centos-binary-iscsid:current-tripleo
|
||||
volumeMounts:
|
||||
- mountPath: /etc/localtime
|
||||
name: host-etc-localtime
|
||||
|
@ -71,7 +71,7 @@
|
||||
service: cinder-volume-rbd
|
||||
containers:
|
||||
- name: cinder-volume
|
||||
image: tripleoupstream/centos-binary-cinder-volume:latest
|
||||
image: tripleomaster/centos-binary-cinder-volume:current-tripleo
|
||||
volumeMounts:
|
||||
- name: kolla-config
|
||||
mountPath: /var/lib/kolla/config_files/
|
||||
|
@ -50,7 +50,7 @@
|
||||
service: cinder-volume-xtremio
|
||||
containers:
|
||||
- name: cinder-volume
|
||||
image: tripleoupstream/centos-binary-cinder-volume:latest
|
||||
image: tripleomaster/centos-binary-cinder-volume:current-tripleo
|
||||
volumeMounts:
|
||||
- name: kolla-config
|
||||
mountPath: /var/lib/kolla/config_files/
|
||||
|
@ -89,7 +89,7 @@
|
||||
service: cinder-api
|
||||
containers:
|
||||
- name: cinder-api
|
||||
image: tripleoupstream/centos-binary-cinder-api:latest
|
||||
image: tripleomaster/centos-binary-cinder-api:current-tripleo
|
||||
ports:
|
||||
- container_port: 8776
|
||||
protocol: TCP
|
||||
|
@ -50,7 +50,7 @@
|
||||
service: cinder-scheduler
|
||||
containers:
|
||||
- name: cinder-scheduler
|
||||
image: tripleoupstream/centos-binary-cinder-scheduler:latest
|
||||
image: tripleomaster/centos-binary-cinder-scheduler:current-tripleo
|
||||
env:
|
||||
- name: TZ
|
||||
value: UTC
|
||||
|
@ -42,7 +42,7 @@
|
||||
restart_policy: OnFailure
|
||||
containers:
|
||||
- name: cinder-create-db
|
||||
image: tripleoupstream/centos-binary-kolla-toolbox:latest
|
||||
image: tripleomaster/centos-binary-kolla-toolbox:current-tripleo
|
||||
image_pull_policy: IfNotPresent
|
||||
command: ["sh", "-c"]
|
||||
args:
|
||||
@ -66,7 +66,7 @@
|
||||
restart_policy: OnFailure
|
||||
containers:
|
||||
- name: cinder-create-db
|
||||
image: tripleoupstream/centos-binary-kolla-toolbox:latest
|
||||
image: tripleomaster/centos-binary-kolla-toolbox:current-tripleo
|
||||
image_pull_policy: IfNotPresent
|
||||
command: ["sh", "-c"]
|
||||
args:
|
||||
@ -97,7 +97,7 @@
|
||||
restart_policy: OnFailure
|
||||
containers:
|
||||
- name: cinder-create-db
|
||||
image: tripleoupstream/centos-binary-cinder-api:latest
|
||||
image: tripleomaster/centos-binary-cinder-api:current-tripleo
|
||||
image_pull_policy: IfNotPresent
|
||||
# command: ["/usr/bin/cinder-manage", "db", "sync"]
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user