diff --git a/lorax-composer/.buildinfo b/lorax-composer/.buildinfo index 3c3eb358..82148231 100644 --- a/lorax-composer/.buildinfo +++ b/lorax-composer/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 06e0a93740d8be1d7bb18b9ff5eed1aa +config: 50e837e886c9cb44ee8f8828f75d7ded tags: fbb0d17656682115ca4d033fb2f83ba1 diff --git a/lorax-composer/.doctrees/composer-cli.doctree b/lorax-composer/.doctrees/composer-cli.doctree index 349f3496..3905741a 100644 Binary files a/lorax-composer/.doctrees/composer-cli.doctree and b/lorax-composer/.doctrees/composer-cli.doctree differ diff --git a/lorax-composer/.doctrees/composer.cli.doctree b/lorax-composer/.doctrees/composer.cli.doctree index f031a718..01939c6c 100644 Binary files a/lorax-composer/.doctrees/composer.cli.doctree and b/lorax-composer/.doctrees/composer.cli.doctree differ diff --git a/lorax-composer/.doctrees/composer.doctree b/lorax-composer/.doctrees/composer.doctree index fdc8580d..945711d0 100644 Binary files a/lorax-composer/.doctrees/composer.doctree and b/lorax-composer/.doctrees/composer.doctree differ diff --git a/lorax-composer/.doctrees/environment.pickle b/lorax-composer/.doctrees/environment.pickle index 60149ef0..a687a431 100644 Binary files a/lorax-composer/.doctrees/environment.pickle and b/lorax-composer/.doctrees/environment.pickle differ diff --git a/lorax-composer/.doctrees/index.doctree b/lorax-composer/.doctrees/index.doctree index cd64c804..c2101334 100644 Binary files a/lorax-composer/.doctrees/index.doctree and b/lorax-composer/.doctrees/index.doctree differ diff --git a/lorax-composer/.doctrees/intro.doctree b/lorax-composer/.doctrees/intro.doctree index 004bc8f6..c35bf25f 100644 Binary files a/lorax-composer/.doctrees/intro.doctree and b/lorax-composer/.doctrees/intro.doctree differ diff --git a/lorax-composer/.doctrees/livemedia-creator.doctree b/lorax-composer/.doctrees/livemedia-creator.doctree index 96d09883..7d19a7cb 100644 Binary files a/lorax-composer/.doctrees/livemedia-creator.doctree and b/lorax-composer/.doctrees/livemedia-creator.doctree differ diff --git a/lorax-composer/.doctrees/lorax-composer.doctree b/lorax-composer/.doctrees/lorax-composer.doctree index 3f411994..6c3c5445 100644 Binary files a/lorax-composer/.doctrees/lorax-composer.doctree and b/lorax-composer/.doctrees/lorax-composer.doctree differ diff --git a/lorax-composer/.doctrees/lorax.doctree b/lorax-composer/.doctrees/lorax.doctree index c4730d86..b7e2fed3 100644 Binary files a/lorax-composer/.doctrees/lorax.doctree and b/lorax-composer/.doctrees/lorax.doctree differ diff --git a/lorax-composer/.doctrees/modules.doctree b/lorax-composer/.doctrees/modules.doctree index e0b19e52..6dc44e6e 100644 Binary files a/lorax-composer/.doctrees/modules.doctree and b/lorax-composer/.doctrees/modules.doctree differ diff --git a/lorax-composer/.doctrees/product-images.doctree b/lorax-composer/.doctrees/product-images.doctree index 494ffddb..fd60188b 100644 Binary files a/lorax-composer/.doctrees/product-images.doctree and b/lorax-composer/.doctrees/product-images.doctree differ diff --git a/lorax-composer/.doctrees/pylorax.api.doctree b/lorax-composer/.doctrees/pylorax.api.doctree index dac98f24..0c62ad4d 100644 Binary files a/lorax-composer/.doctrees/pylorax.api.doctree and b/lorax-composer/.doctrees/pylorax.api.doctree differ diff --git a/lorax-composer/.doctrees/pylorax.doctree b/lorax-composer/.doctrees/pylorax.doctree index 0b789463..9f25122d 100644 Binary files a/lorax-composer/.doctrees/pylorax.doctree and b/lorax-composer/.doctrees/pylorax.doctree differ diff --git a/lorax-composer/README b/lorax-composer/README new file mode 100644 index 00000000..d8d3d94b --- /dev/null +++ b/lorax-composer/README @@ -0,0 +1,5 @@ +To build the docs for this branch run: +make test-in-docker +make docs-in-docker + +If you already have a welder/lorax-composer:7 docker image you can skip running 'test-in-docker'. diff --git a/lorax-composer/_modules/composer/cli.html b/lorax-composer/_modules/composer/cli.html index 3e7fe20c..4effe024 100644 --- a/lorax-composer/_modules/composer/cli.html +++ b/lorax-composer/_modules/composer/cli.html @@ -8,7 +8,7 @@
-Return the JSON results of a GET request
For URLs that use offset/limit arguments, this command will fetch all results for the given request.
@@ -429,7 +429,7 @@ fetch all results for the given request.In some situations the system may want to only use a DVD iso as the package +source, not the repos from the network. lorax-composer and anaconda +understand file:// URLs so you can mount an iso on the host, and replace the +system repo files with a configuration file pointing to the DVD.
+Stop the lorax-composer.service if it is running
+Move the repo files in /etc/yum.repos.d/ someplace safe
+Create a new iso.repo file in /etc/yum.repos.d/:
+[iso]
+name=iso
+baseurl=file:///mnt/iso/
+enabled=1
+gpgcheck=1
+gpgkey=file:///mnt/iso/RPM-GPG-KEY-redhat-release
+Remove all the cached repo files from /var/lib/lorax/composer/repos/
+Restart the lorax-composer.service
+Check the output of composer-cli status show for any output specific depsolve errors. +For example, the DVD usually does not include grub2-efi-*-cdboot-* so the live-iso image +type will not be available.
+If you want to add the DVD source to the existing sources you can do that by +mounting the iso and creating a source file to point to it as described in the +Package Sources documentation. In that case there is no need to remove the other +sources from /etc/yum.repos.d/ or clear the cached repos.
+@@ -116,27 +116,27 @@Cancel the build, if it is not finished, and delete the results. It will return a status of True if it is successful.
@@ -3443,7 +3443,7 @@ a line boundry.- /api/v0/compose/finished
- /api/v0/compose/failed
- /api/v0/compose/status/<uuids>[?blueprint=<blueprint_name>&status=<compose_status>&type=<compose_type>]
-- DELETE /api/v0/blueprints/cancel/<uuid>
+- DELETE /api/v0/compose/cancel/<uuid>
- DELETE /api/v0/compose/delete/<uuids>
- /api/v0/compose/info/<uuid>
- /api/v0/compose/metadata/<uuid>
@@ -3498,7 +3498,7 @@ a line boundry.- previous |
-- Lorax 19.7.21 documentation »
+- Lorax 19.7.22 documentation »
- src »
- pylorax Package »
diff --git a/lorax-composer/pylorax.html b/lorax-composer/pylorax.html index 5e0980cd..d52e8fb9 100644 --- a/lorax-composer/pylorax.html +++ b/lorax-composer/pylorax.html @@ -8,7 +8,7 @@ -pylorax Package — Lorax 19.7.21 documentation +pylorax Package — Lorax 19.7.22 documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@- previous |
-- Lorax 19.7.21 documentation »
+- Lorax 19.7.22 documentation »
- src »
- @@ -1512,7 +1512,7 @@ image is built with the filename “${prefix}-${kernel.version}.img”
Bases: object
- -pcritical(msg, fobj=<open file '<stdout>', mode 'w' at 0x7fcceb01b150>)[source]¶
+pcritical(msg, fobj=<open file '<stdout>', mode 'w' at 0x7f838cf59150>)[source]¶
- -pdebug(msg, fobj=<open file '<stdout>', mode 'w' at 0x7fcceb01b150>)[source]¶
+pdebug(msg, fobj=<open file '<stdout>', mode 'w' at 0x7f838cf59150>)[source]¶
- -perror(msg, fobj=<open file '<stdout>', mode 'w' at 0x7fcceb01b150>)[source]¶
+perror(msg, fobj=<open file '<stdout>', mode 'w' at 0x7f838cf59150>)[source]¶- /api/v0/compose/finished
- /api/v0/compose/failed
- /api/v0/compose/status/<uuids>[?blueprint=<blueprint_name>&status=<compose_status>&type=<compose_type>]
-- DELETE /api/v0/blueprints/cancel/<uuid>
+- DELETE /api/v0/compose/cancel/<uuid>
- DELETE /api/v0/compose/delete/<uuids>
- /api/v0/compose/info/<uuid>
- /api/v0/compose/metadata/<uuid>
@@ -1608,7 +1608,7 @@ image is built with the filename “${prefix}-${kernel.version}.img”- previous |
-- Lorax 19.7.21 documentation »
+- Lorax 19.7.22 documentation »
- src »