Activity log for bug #1975663

Date Who What changed Old value New value Message
2022-05-25 04:48:18 Nobuto Murata bug added bug
2022-05-25 05:26:10 Nobuto Murata description At this point, the charm uploads synced images with visibility=public. Which means everyone using the cloud will see the images like auto-sync/ubuntu-focal-20.04-amd64-server-20220505-disk1.img. In some cases, cloud admins would like to have their own images only in the default list. If that's the case, it makes sense to upload images with visibility=community instead of public so we can leverage those images for producing amphora retrofitted ones still. https://specs.openstack.org/openstack/glance-specs/specs/ocata/implemented/glance/community_visibility.html The binary already has the support so the remaining piece is to pass the option from the charm. [bin/sstream-mirror-glance] parser.add_argument('--visibility', action='store', default='public', choices=('public', 'private', 'community', 'shared'), help='Visibility to apply to stored images.') At this point, the charm uploads synced images with visibility=public. Which means everyone using the cloud will see the images like auto-sync/ubuntu-focal-20.04-amd64-server-20220505-disk1.img. In some cases, cloud admins would like to have only their own images in the default list. If that's the case, it makes sense to upload images with visibility=community instead of public so we can leverage those images for producing amphora retrofitted ones still. https://specs.openstack.org/openstack/glance-specs/specs/ocata/implemented/glance/community_visibility.html The binary already has the support so the remaining piece is to pass the option from the charm. [bin/sstream-mirror-glance]     parser.add_argument('--visibility', action='store', default='public',                         choices=('public', 'private', 'community', 'shared'),                         help='Visibility to apply to stored images.')
2022-05-27 10:42:46 OpenStack Infra charm-glance-simplestreams-sync: status New In Progress
2022-05-27 12:06:48 Nobuto Murata bug added subscriber Canonical Field Medium
2022-05-29 04:13:01 Nobuto Murata description At this point, the charm uploads synced images with visibility=public. Which means everyone using the cloud will see the images like auto-sync/ubuntu-focal-20.04-amd64-server-20220505-disk1.img. In some cases, cloud admins would like to have only their own images in the default list. If that's the case, it makes sense to upload images with visibility=community instead of public so we can leverage those images for producing amphora retrofitted ones still. https://specs.openstack.org/openstack/glance-specs/specs/ocata/implemented/glance/community_visibility.html The binary already has the support so the remaining piece is to pass the option from the charm. [bin/sstream-mirror-glance]     parser.add_argument('--visibility', action='store', default='public',                         choices=('public', 'private', 'community', 'shared'),                         help='Visibility to apply to stored images.') At this point, the charm uploads synced images with visibility=public. Which means everyone using the cloud will see the images like auto-sync/ubuntu-focal-20.04-amd64-server-20220505-disk1.img. In some cases, cloud admins would like to have only their own images in the default list. If that's the case, it makes sense to upload images with visibility=shared instead of public so we can leverage those images for producing amphora retrofitted ones still. The binary already has the support so the remaining piece is to pass the option from the charm. [bin/sstream-mirror-glance]     parser.add_argument('--visibility', action='store', default='public',                         choices=('public', 'private', 'community', 'shared'),                         help='Visibility to apply to stored images.')
2022-05-30 09:22:56 OpenStack Infra charm-glance-simplestreams-sync: status In Progress Fix Committed
2022-06-13 18:11:29 OpenStack Infra tags in-stable-yoga
2022-08-24 08:29:12 OpenStack Infra tags in-stable-yoga in-stable-xena in-stable-yoga
2022-08-24 08:29:36 OpenStack Infra tags in-stable-xena in-stable-yoga in-stable-wallaby in-stable-xena in-stable-yoga
2022-08-25 04:06:36 OpenStack Infra tags in-stable-wallaby in-stable-xena in-stable-yoga in-stable-victoria in-stable-wallaby in-stable-xena in-stable-yoga
2022-08-25 04:06:42 OpenStack Infra tags in-stable-victoria in-stable-wallaby in-stable-xena in-stable-yoga in-stable-ussuri in-stable-victoria in-stable-wallaby in-stable-xena in-stable-yoga