On 07/27/2016 04:38 AM, Unix SA wrote: > > Hello, > > I am following procedure below to sync contents from my upstream satellite > to downstream. > > https://access.redhat.com/documentation/en/red-hat-satellite/6.2-beta/paged/content-management-guide/appendix-c-synchronizing-content-between-satellite-servers > > now after updating my organization to URL mention in document, i am able to > sync one CV > > "" > > $ hammer organization update \ > --name "Mega Subsidiary" \ > --redhat-repository-url \ > http://megacorp.com/pub/cdn-latest > > Organization updated > """ > > but for another CV, the URL is different, do i have to update URL everytime > when i want to sync different CVs ? or am i missing something? > > > Procedure i followed is:- > 1) set export path to /var/lib/html/pub/export > 2) set selinux permissions > 3) set "immediate" for my RHEL7 kickstart repository > 4) export repository with "hammer repository export --id 2 --export-to-iso > 0" > 5) in downstream URL update manifest with URL > "https://upstream/pub/export/ORG-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_Kickstart_x86_64_7_2/ORG/Library/" > > sync works for "kickstart" , but then how to sync for "rpm repository" now > as URL will be different for it? > > Regards, > DJ >
Typically, the easiest way to do this is to create a single CV that has all the content you'd like to export. That way if you export multiple items, the CDN url on the downstream server stays the same. -- You received this message because you are subscribed to the Google Groups "Foreman users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/foreman-users. For more options, visit https://groups.google.com/d/optout.
