RedHatSatellite / satellite-clone

Utility to assist cloning an existing Satellite 6 server to a new host
GNU General Public License v3.0
37 stars 31 forks source link

On 6.8+ install selinux packages #382

Closed chris1984 closed 3 years ago

chris1984 commented 3 years ago

They were dropped as dependicnes of the satellite package which now causes the untar operation to fail.

Worked fine on my test box, will kick off dolly on the pr and post the results.

chris1984 commented 3 years ago

@jturel @sthirugn updated and removed the 6.8 version condition on the SELinux package install based on your latest comment. Let me know if that looks good or any other changes need to be made. If it looks good then I will kick off the dolly tests on the pr

jturel commented 3 years ago

LGTM! Let's see if dolly is happy with it

chris1984 commented 3 years ago

@johnpmitsch how does this look? If it looks fine I will kick off a test with Dolly.

johnpmitsch commented 3 years ago

@chris1984 looks good, go4it!

chris1984 commented 3 years ago

@johnpmitsch results from Dolly:

PLAY RECAP *********************************************************************
192.168.121.109            : ok=21   changed=16   unreachable=0    failed=0    skipped=3    rescued=0    ignored=0
192.168.121.212            : ok=21   changed=16   unreachable=0    failed=0    skipped=3    rescued=0    ignored=0
192.168.121.244            : ok=21   changed=16   unreachable=0    failed=0    skipped=3    rescued=0    ignored=0
192.168.121.246            : ok=21   changed=16   unreachable=0    failed=0    skipped=3    rescued=0    ignored=0
johnpmitsch commented 3 years ago

@chris1984 thanks!