Skip to content

Instantly share code, notes, and snippets.

@frizop
Created January 7, 2019 22:48
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save frizop/95ec3734cc1efaf32c4e4a7036f875e8 to your computer and use it in GitHub Desktop.
rhceph failing to find tag
openstack overcloud container image prepare \
--namespace=${ASSET_SERVER}:5000/rhosp13 \
--prefix=openstack- \
--tag-from-label {version}-{release} \
-e /usr/share/openstack-tripleo-heat-templates/environments/ceph-ansible/ceph-ansible.yaml \
--set ceph_namespace=${ASSET_SERVER}:5000/rhceph \
--set ceph_image=rhceph-3-rhel7 \
--set ceph_tag=latest \
--output-env-file=/home/stack/templates/overcloud_images.yaml
Image 10.237.78.10:5000/rhceph/rhceph-3-rhel7 has no tag 3-18.
Available tags: latest
shell returned 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment