Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move configuration done during first installation from rpm to mgr-setup script #7452

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
0b0f58e
Skip swap creation when we have overlayfs
cbosdo Feb 13, 2023
ffc52d0
Setup: skip btrfs checks in containers
cbosdo Feb 16, 2023
f74caad
Print the command that is running in Setup.pm to ease debugging
cbosdo Feb 15, 2023
8c8133a
Reportdb setup: only use fqdn when nothing provided in --host
cbosdo Feb 15, 2023
cae29e6
reportdb setup: use pg_isactive to wait for postgres
cbosdo Feb 15, 2023
c1f4880
mgr-setup: read hostname from input file
cbosdo Feb 27, 2023
9f1c283
Setup cobbler with provided FQDN rather than from system discovery
cbosdo Feb 28, 2023
4b45a05
Use environment variables in mgr-setup if available
cbosdo Jun 7, 2023
b0f3542
mgr-bootstrap read the hostname from rhn.conf if possible
cbosdo Mar 31, 2023
8d6827d
Remove server keys to allow reregistering to different master
aaannz Apr 18, 2023
b032822
initial version uyuni server image
avshiliaev Jan 27, 2023
f4b7a2c
Add ant rules to deploy to a kubernetes pod
cbosdo Feb 14, 2023
9cdb01c
server: autostart setup with the container
cbosdo Feb 16, 2023
d381fe1
Add notes on how to use the server image on rke2
cbosdo Feb 16, 2023
60040ba
create first draft of server-image and uyuni-server-systemd-services
cbosdo Feb 12, 2023
783e4aa
Add server helm chart
cbosdo Mar 10, 2023
a9dc028
Document server-image known issues
cbosdo Mar 11, 2023
3e2a2cf
k8s: document SSL certificates creation
cbosdo Mar 14, 2023
b6ce6cf
testsuite: use uyunictl exec to run commands in the container
cbosdo Mar 21, 2023
dc56404
Implement file_inject for containerized server
cbosdo Mar 23, 2023
a6748ac
testsuite: raise an exception again if the system doesn't exist
cbosdo Mar 30, 2023
eccc054
testsuite: SSL proxy certificate generation for k3s
cbosdo Mar 31, 2023
209cc8c
testsuite: add file_extract support for containers
cbosdo Mar 31, 2023
26caaf1
testsuite: use java.hostname to get the server fqdn
cbosdo Apr 5, 2023
ceedc3f
testsuite: use run_local to get the ip address
cbosdo Apr 5, 2023
3afb6d4
testsuite: ignore errors when checking for k3s
cbosdo Apr 5, 2023
1da3f95
lavanda: fix extract() function
cbosdo Apr 6, 2023
3ae1107
sanity checks: don't check for server hostname
cbosdo Apr 6, 2023
31225b0
server container: enable monitoring in the image
avshiliaev Apr 6, 2023
c2e7e1a
Use curl instead of wget to download bootstrap script
aaannz Apr 19, 2023
b0cf9c4
Cleanup the volume definitions
cbosdo Feb 15, 2023
db35e32
Migrate uyuni server to container (#7009)
mbussolotto Jun 1, 2023
cd2d232
Use uyunictl for testsuite file checks
cbosdo Jun 7, 2023
2b0f412
testsuite ipmi fixes
avshiliaev Jun 19, 2023
7e38f22
Use CA certificate from /etc/pki/trust/anchors in rhnpush
cbosdo Jun 21, 2023
28265d9
Initial Hub XML-RPC API container image
cbosdo Jun 22, 2023
9d73846
fixup! initial version uyuni server image
cbosdo Jun 22, 2023
7ec3f5b
fixup! Add server helm chart
cbosdo Jul 4, 2023
94f1f52
fixup! Add notes on how to use the server image on rke2
cbosdo Jul 4, 2023
0f41b51
configure podman timezone from host
mbussolotto Jul 6, 2023
9c3add5
set timezone in the container (#7244)
mbussolotto Jul 7, 2023
4a77b51
do not install local-formula if container
mbussolotto Jul 7, 2023
cd05762
Update values.yaml
mbussolotto Jul 10, 2023
05a2128
add debug acceptance test line
mbussolotto Jul 14, 2023
c3613ed
testsuite: do not install and remove formula if in container
mbussolotto Jul 18, 2023
f125821
parse virtual-host-gatherer null value (#7282)
mbussolotto Jul 18, 2023
b7e1257
testsuite: increase waiting AJAX transition
mbussolotto Jul 18, 2023
a0ab6aa
skip uninstall of locale-formula
mbussolotto Jul 19, 2023
ffc5074
keep aligned TZ and /etc/localtime
mbussolotto Jul 19, 2023
b1329a6
timezone service
mbussolotto Jul 20, 2023
1710790
add PRODUCT REPO to add_repos.sh
mbussolotto Jul 25, 2023
f489ab3
Fix uyuni-setup TO REMOVE
cbosdo Jul 11, 2023
ffc590c
Remove uyuni-setup service from server image
cbosdo Jul 18, 2023
8944d9a
Remove the server systemd service package
cbosdo Jul 31, 2023
cd535b2
Remove the setup config part of the server helm chart
cbosdo Jul 25, 2023
81802e2
Update containerized server README with uyuniadm
cbosdo Jul 31, 2023
a996c6d
Remove uyuni-server-systemd-services releng definition
cbosdo Aug 2, 2023
ec19b6e
move /srv/www/htdoc/pub/repositories to /usr/share/susemanager/gpg/re…
mbussolotto Aug 3, 2023
ad75159
QE: Fix Uyuni reposync for openSUSE Leap 15.4 (#7374)
nodeg Aug 7, 2023
0eccf12
move /srv/www/htdoc/pub/repositories to /usr/share/susemanager/gpg/r…
mbussolotto Aug 7, 2023
c1fda9c
fix empty repo rewrite rule
mbussolotto Aug 8, 2023
11af250
fix susemanager-tools
mbussolotto Aug 8, 2023
4f98759
remove client_config_update
mbussolotto Aug 2, 2023
e868b41
Move repository creation and sync to reposync (#7342)
elariekerboull Aug 2, 2023
2dd763b
Revert "QE: Fix Uyuni reposync for openSUSE Leap 15.4 (#7374)"
mbussolotto Aug 9, 2023
929d78a
setup postfix hostname using conf file
mbussolotto Aug 11, 2023
a782d4c
update helm chart to persist postfix configuration
mbussolotto Aug 22, 2023
4667b8e
remove since covered by helm charts and uyuniadm
mbussolotto Aug 23, 2023
7257a7e
Merge pull request #7411 from mbussolotto/postfix
mbussolotto Aug 23, 2023
62aa96c
Allow missing rhn.conf file
cbosdo Jul 7, 2023
5b20b06
Don't force SSL verify-full mode for localhost report DB
cbosdo Aug 24, 2023
1443531
change rhn_server_satellite.log permission, no longer required
mbussolotto Aug 22, 2023
891615c
drop traditional debian client code
mcalmer Jul 5, 2023
cec4cd8
Check for configured rhn.conf instead of rpm run status
aaannz Aug 7, 2023
0bba07a
move APACHE_MODULES configuration in mgr-setup
mbussolotto Aug 23, 2023
b161844
move cobbler setup to mgr-setup
mbussolotto Aug 23, 2023
5d1e756
move config file to mgr-setup
mbussolotto Aug 23, 2023
dc18c71
move config file from spacewalk-config to mgr-setup
mbussolotto Aug 23, 2023
2ade35d
move tftp permission configuration to mgr-setup
mbussolotto Aug 24, 2023
7ed7609
fix typo
mbussolotto Aug 24, 2023
c04551b
cobbler setup no required
mbussolotto Aug 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions client/debian/DEBIAN-HOWTO

This file was deleted.

15 changes: 0 additions & 15 deletions client/debian/apt-spacewalk/50spacewalk

This file was deleted.

339 changes: 0 additions & 339 deletions client/debian/apt-spacewalk/LICENSE

This file was deleted.

19 changes: 0 additions & 19 deletions client/debian/apt-spacewalk/Makefile.python

This file was deleted.

162 changes: 0 additions & 162 deletions client/debian/apt-spacewalk/apt-spacewalk.spec

This file was deleted.

Loading
Loading