Skip to content

Commit 709caf4

Browse files
Add IPv6 proxy for IPv6 communication to install foremanctl (#21116)
Signed-off-by: Gaurav Talreja <gtalreja@redhat.com>
1 parent 4ad1bf4 commit 709caf4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

robottelo/hosts.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,6 +1962,9 @@ def install_satellite_or_capsule_package(self):
19621962
assert self.execute(f'dnf -y install {self.product_rpm_name}').status == 0
19631963

19641964
def install_satellite_foremanctl(self, enable_fapolicyd=False, enable_fips=False):
1965+
# Add IPv6 proxy for IPv6 communication
1966+
self.enable_ipv6_dnf_and_rhsm_proxy()
1967+
self.enable_ipv6_system_proxy()
19651968
# Enable RHEL and Satellite repos
19661969
self.register_to_cdn()
19671970
self.setup_rhel_repos()

0 commit comments

Comments
 (0)