Commit Graph

375 Commits

Author SHA1 Message Date
Louis Abel b89ebe777a
Finish and resolve RLBT#0000134 2022-07-04 12:36:15 -07:00
Louis Abel 340a6a3377
add checksum combine for close out 2022-07-04 12:23:12 -07:00
Neil Hanlon 843f412923
Fix names for builds 2022-07-04 14:47:26 -04:00
Neil Hanlon 9536ab0743
Update CI for both image types for now 2022-07-04 14:44:20 -04:00
Neil Hanlon 55abe763ef
Refactor Architecture class and fix names for output files 2022-07-04 14:44:20 -04:00
Louis Abel 04e7e1d164
Bump to 0.2.0
* Add metadata with README information
* Bump to 0.2.0
* Move more functions into shared
2022-07-04 11:32:10 -07:00
Neil Hanlon 7365ca6b06
various cleanup of image build script
* reorder imports
* pass cli arguments directly into class for simplification and
  segregation
* reorder class variables
* Some error checking to ensure we're writing what we want to
* Allow copy(upload?) step to be skipped
* properly consume stdout and stderr from popen to avoid exception when
  FD is closed but trying to be read by the subprocess_log function
2022-07-04 12:09:10 -04:00
Louis Abel d84a686102
add live root logic before sign off 2022-07-04 00:53:39 -07:00
Louis Abel b78c4a774d
reverse for loops 2022-07-03 23:50:08 -07:00
Louis Abel f308e87b15
add more logging 2022-07-03 23:42:35 -07:00
Louis Abel 93d6bae08c
missing logger 2022-07-03 23:35:03 -07:00
Louis Abel f9166541f4
add tweak treeinfo for dnf_utils 2022-07-03 23:27:49 -07:00
Louis Abel 79682d0e98
os is missing from initial lorax variant 2022-07-03 21:14:33 -07:00
Louis Abel b9037585c7
move treeinfo writing to Shared 2022-07-03 21:01:19 -07:00
Louis Abel 77178e9657
move treeinfo writing to Shared 2022-07-03 21:01:18 -07:00
Neil Hanlon 3cf47dd85c
remove final dependencies on results variable
* put logging code into runCmd method to reduce repeated code
2022-07-03 22:48:12 -04:00
Neil Hanlon 361c155481
Containerize and refactor image building
* Add new fedora container to run imagefactory
* Make architecture class from py attrs and make it raise exceptions
* Change build-image script to primarily invoke imagefactory directly. A
  second wrapper will be added to support running in kubernetes if
needed.
2022-07-03 22:29:35 -04:00
Louis Abel 957bf5ef3f
change comments briefly before merging changes 2022-07-03 14:08:59 -07:00
Louis Abel 462ea264b3
add finalize script to mix 2022-07-03 00:22:00 -07:00
Louis Abel c081f6f202
test out parts of finalize 2022-07-03 00:19:13 -07:00
Louis Abel 2884bb0eaa
Fix source and debuginfo portions 2022-07-01 14:16:14 -07:00
Louis Abel 412a7ab089
add json and yaml components 2022-07-01 13:28:24 -07:00
Louis Abel e47ca962af
missing write function for compose_id 2022-07-01 13:13:00 -07:00
Louis Abel c1f1be9353
Remove hardcodes, add in metadata
* Remove hardcodes of "Rocky" to use "shortname" instead
* Add in metadata
2022-07-01 13:09:52 -07:00
Louis Abel 4bc377cd44
Attempt to resolve RLBT#0000133 2022-06-30 15:38:50 -07:00
Louis Abel 7f6f7babf5
Attempt to resolve RLBT#0000133 2022-06-30 13:14:27 -07:00
Louis Abel 2c3409de51
treeinfo is not writing to paths 2022-06-30 03:06:29 -07:00
Louis Abel 49b001e31d
Resolve RLBT#0000132 discinfo and treeinfo 2022-06-30 01:45:08 -07:00
Louis Abel 5a02fe5a25
Resolve RLBT#0000132 discinfo and treeinfo 2022-06-30 01:43:14 -07:00
Louis Abel 4922e283d6
add a sudo test 2022-06-29 21:49:12 -07:00
Louis Abel 1d710a6d42
fix up IPA portion 2022-06-29 21:27:50 -07:00
Louis Abel 1acca22141
make kinit as admin simpler 2022-06-29 20:45:58 -07:00
Louis Abel 2e38400255
expect is missing from install 2022-06-29 20:39:13 -07:00
Louis Abel 69317f3881
make IPA tests runnable, lamp disabled for now 2022-06-29 20:36:59 -07:00
Louis Abel 1a04399851
fix up readme, disable gitlab tests for now 2022-06-28 12:41:12 -07:00
Louis Abel f342046f25
test should use && 2022-06-28 10:08:17 -07:00
Neil Hanlon f65a331826
remove jinja types 2022-06-28 11:19:58 -04:00
Louis Abel 7d7163a156
prepping treeinfo outside 2022-06-28 07:49:28 -07:00
Neil Hanlon 760967211b
Update the image tag 2022-06-28 10:10:30 -04:00
Neil Hanlon 710cb08134
update github workflow to build image in the right namespace 2022-06-28 10:04:23 -04:00
Neil Hanlon 0deaae0c65
update github workflow to build image in the right namespace 2022-06-28 09:39:01 -04:00
Neil Hanlon 56799df270 Merge branch 'feature/imagebuild' into 'devel'
Run builds in a container

See merge request release-engineering/public/toolkit!46
2022-06-28 13:34:36 +00:00
Neil Hanlon 79425e848e
Use devel branch for container, doc fixes 2022-06-28 09:33:48 -04:00
Neil Hanlon e60f6524a2
Implement a feature to assist in generating various images
* use a flag to determine if we want an RC or not
* Convert rldict and sigdict to an AttributeDict to allow access via
  __getattr__
* add fedora_release variable to configs for controlling icicle
  templates
* build_image.py script to generate per-architecture XML files used by
  imagefactory
* refactor time to call utcnow() once
* add jinja types to development dependencies until we move past jinja
  2.x
* Generate TDL templates per architecture for each image variant on
  demand
* Generate imagefactory and copy commands to execute image build
* Refactor Kubernetes job template to be generic for all current jobs
2022-06-28 09:33:15 -04:00
Neil Hanlon 4bf6fb6618
Implement a feature to assist in generating various images
* use a flag to determine if we want an RC or not
* Convert rldict and sigdict to an AttributeDict to allow access via
  __getattr__
* add fedora_release variable to configs for controlling icicle
  templates
* build_image.py script to generate per-architecture XML files used by
  imagefactory
* refactor time to call utcnow() once
* add jinja types to development dependencies until we move past jinja
  2.x
* Generate TDL templates per architecture for each image variant on
  demand
* Generate imagefactory and copy commands to execute image build
* Refactor Kubernetes job template to be generic for all current jobs
2022-06-28 09:33:13 -04:00
Louis Abel 190e1b4b22 Merge branch 'devel' into 'main'
Sync into Main

See merge request release-engineering/public/toolkit!47
2022-06-28 01:38:26 +00:00
Louis Abel 6fc01c8590
change RC notes 2022-06-27 18:35:11 -07:00
Louis Abel f4f29d97cc
Expand and Generalize ISO Functions
* Utils is now empanadas.util.Shared
* Each config now has a profile name to determine latest-Rocky-{} link
  (Results RLBT#0000131)
* Check added to see if an ISO was built at some point, and forcefully
  exit if so
* Lorax tar ball should be in the format of of lorax-X.Y-ARCH to ensure
  there's no collisions between stable, beta, and lh builds
2022-06-27 17:59:21 -07:00
Louis Abel 57d51dadc7
initial boot images should have dvd in the volid 2022-06-27 03:39:11 -07:00
Louis Abel 1e043ee714
fix manifest and add checksum phase to podman 2022-06-27 02:06:01 -07:00