17
0

24 Commits

Author SHA256 Message Date
a6e67cc54d - Support IMDS version setting (bsc#1220168)
+ For SLE 15 SP6 and later images we want to have instance launch with
    IMDS v2 as the default access protocol. This is accomplished by
    setting the a attribute on the image. The new --imds-support command
    line argument supports this setting.
- Fix version confusion between boto3 and botocore for dependency

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=40
2024-02-23 15:20:26 +00:00
f218dfc65d - Fix version confusion between boto3 nd botocore for dependency
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=39
2023-06-07 12:43:57 +00:00
78032b1ac5 Wed 26 Apr 22:00:24 UTC 2023 - Robert Schweikert <rjschwei@suse.com>
- Update to version 10.0.2 (bsc#1209255, jsc#PED-3781)
  + Add 'uefi-preferred' boot mode setting

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=37
2023-04-26 20:02:59 +00:00
3ffd84d161 - Update to version 10.0.1
+ Follow up fix to (bsc#1199722) allow the user a choice of 2.0 and v2.0 as
    tpm versions on the command line

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=36
2022-05-24 20:29:33 +00:00
c40814472a - Update to version 10.0.0 (bsc#1199722)
+ Add --tpm-support as command line option and tpm_support to the API
    to register images that support NitroTPM
  + API change for ec2deprecateimg. It is now possible to deprecate
    an image without providing a successor image.

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=35
2022-05-24 13:52:38 +00:00
a518845538 Accepting request 941277 from home:seanmarlow:branches:Cloud:Tools
- Add rpm-macros to build requirements in spec.

OBS-URL: https://build.opensuse.org/request/show/941277
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=34
2021-12-17 18:34:47 +00:00
f5c4444816 - Update to version 9.0.4 (bsc#1192298)
+ Set a time out for the ssh connection to avoid hang in a multi threaded
    environment

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=33
2021-11-03 13:57:38 +00:00
9e23a719ef OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=32 2021-09-23 19:22:35 +00:00
a1401b41fc - Update to version 9.0.2 (bsc#1189649)
+ In addition to tagging images in AWS also set them to deprecated
    in EC2. This allows the framework to hide the images from new users
    when images are no longer supposed to be used.

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=30
2021-08-27 19:47:23 +00:00
25c56eac15 - Update to version 9.0.1 (bsc#1179890)
+ Support gp3 as option to create EBS root volume. This allows image
    creation with the new storage class and save 20% of cost.

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=28
2020-12-12 13:17:03 +00:00
10b98546b4 - Update to version 9.0.0
+ Handle traceback generated by ec2uploadimg
  + Fix ec2removeimg implementation w.r.t. missing implementation of
    delete confirmation when multiple images are to be deleted

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=26
2020-08-24 18:04:54 +00:00
563b70f4dd Accepting request 814769 from home:seanmarlow:branches:Cloud:Tools
- Update to version 8.1.2 (bsc#1172948)
  + Fix regression in deprecation and list image related to logger
    changes.

OBS-URL: https://build.opensuse.org/request/show/814769
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=24
2020-06-18 14:50:44 +00:00
bbca3e8f00 - Update to version 8.1.1
+ Handle log adapter when getting log_level and set log_level as
    instance attr

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=22
2020-06-08 13:53:46 +00:00
20f5d17af6 - Update to version 8.1.0 (bsc#1172579)
+ Do not call the AWS API if the image copy setting has no value to avoid
    an API error.
  + Add new utility ec2listimg to list images owned by the specified account
  + Switch all code to support output to a logger

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=20
2020-06-05 18:21:48 +00:00
f918bf637a - Update to version 8.0.0 (bsc#1171933)
+ Incompatible command line argument change for ec2publishimg. The
    --allow-copy option is no longer a bolean. It now supports the
    image and none keywords as well as a comma separated list of AWS account
    numbers.
  + Support having the snapshot copy permissions set differently than the
    image copy permissions. This supports published image aggregation into
    AWS MP.
  + ec2uploadimg tags the helper instance

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=18
2020-05-21 15:01:26 +00:00
9222c94e45 - Update to version 7.0.9 (bsc#1167148)
+ Support uploading with helper instances that handle disk attachments
    via NVMe protocol
  + Improve output of help for clarity
  + Improve progress message for ssh connection to make it easier to
    discover issues
  + Fix implementation for using root-swap method with a running instance

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=16
2020-03-23 14:09:23 +00:00
4e81d153dd - Update to version 7.0.8 (bsc#1162712)
+ For ARM image upload automatically enable ENA support. ARM based
    instances require the ENA driver in the kernel

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=14
2020-02-05 13:07:22 +00:00
aea272a918 Accepting request 748770 from home:seanmarlow:branches:Cloud:Tools
- Update to version 7.0.7
  + Fix cleanup with --use-root-swap img upload.
- Update to version 7.0.6
  + Add requirements files to manifest.
  + Avoid race condition with security group creation.
  + Remove code duplication when avoiding group name
    collision.

OBS-URL: https://build.opensuse.org/request/show/748770
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=12
2019-11-16 05:38:18 +00:00
38155cc7a9 - Update to version 7.0.5 (bsc#1144357, 1144358)
+ Avoid name collision when creating a security group with a
    generated nmae.

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=10
2019-08-05 16:24:14 +00:00
943164c9d5 - Update to version 7.0.4
+ Fix traceback in ec2rmimg due to variable name issue
  + Use proper subnet when no default exists in user account
  + Properly enforce use of machine argument and support ARM (bsc#1118027)

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=8
2018-12-19 18:00:38 +00:00
3fb8164b22 - Update to version 7.0.3
+ General improvements, latent bug fixes

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=5
2018-11-15 19:05:10 +00:00
0d66eb7e22 - Update to version 7.0.2
+ Fix syntax error in ec2deprecateimg, ec2publishimg, ec2removeimg

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=3
2018-11-09 19:24:46 +00:00
587a191ed1 - Update to version 7.0.1
+ Fix syntax error in ec2uploadimg

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=2
2018-11-09 14:41:28 +00:00
3d6a37a77c Accepting request 646741 from home:rjschwei
- New package to replace the individual image manipulation packages

OBS-URL: https://build.opensuse.org/request/show/646741
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=1
2018-11-09 14:06:49 +00:00