-
Notifications
You must be signed in to change notification settings - Fork 65
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
CentOS 7 iso file and atomic package not available in repository #367
Comments
Hi, Can some one help me in getting the required files ? |
That version is really old, so I'm not surprised the ISO file isn't around. The oldest ISO that I was able to find appears to correspond to And the ostree repo that contains the OS is the same repo that is used by the most recent version of CentOS Atomic Host - http://mirror.centos.org/centos/7/atomic/x86_64/repo The bits for Because the exact ISO isn't available, you have a couple of options.
|
Hi, Thanks a lot for the great help. So i am wondering if i have any chance of download the repo in my laptop and i can copy the atomic.tart file to the PXE which will be untar during installation time in the PXE ? Anyhow i will as well check the given suggestions and see if i am able to download and install. Regards, |
Hi, Just a quick question.. create the local repo and mirror the desired commitmkdir repoostree --repo=repo init --mode=archiveostree --repo=repo remote add --no-gpg-verify centos-atomic-host http://mirror.centos.org/centos/7/atomic/x86_64/repoostree --repo=repo pull --mirror centos-atomic-host centos-atomic-host/7/x86_64/standard@e39c28570a7ceb765feed1a0f017b94641e75137afd317730c7cd3a6651492f6python3 -m http.server 9001The above lines where i should use ? Regards, |
Local HTTPostreesetup --nogpg --osname="centos" --remote="localmedia" --url="http://:32080/_repositories/centos/7/atomic/x86_64/repo/" --ref="centos-atomic-host/7/x86_64/standard" mkdir /var/cloud-init ostree remote add --set=gpg-verify=false centos-atomic-host 'http://:32080/_repositories/centos/7/atomic/x86_64/repo' where the repo is copied under the below directory. What it is done is that this repo is downloaded outside the PXE and then is splitted as the files below since the atomic repo is a very huge file and then the same is compressed and copied under the repo directory as specified which is updated in the kickstart file. atomic_split.gz_aa So if you can let me know if I can do some download like rsync for the specified version then I can get the repo in my laptop and can transfer to the PXE ? Repo path : Repo Contents : Your help would get me some wayforward. Regrds, |
Hi, Can you please let me know if there is a way that I can download the repo i. e the atomic folder as mentioned? This helps in copying to PXE as required for installation. The problem is that I don't have Internet in the PXE for run time download. Thanks for your support. Regards, |
I'm not very familiar with PXE, but if you just want to make the repo available on your laptop, you can use the instructions I provided above. Using your folder structure you provided (which I assume is your laptop), you would do the following. It does require you to have
Then you could serve up the Regarding the So I had a kickstart file that looked like this:
I served up the kickstart file via HTTP. And then I edited the
I imagine there is some way to edit the |
Hi, Thanks for the detailed explanation. kind of such that i can get the repo donwloaded instead of pulling using ostree-pull ? Regards, |
It would be really impractical to try to use This is something that the |
Hi again, I managed to download the required repo using ostree command. -bash-4.2# atomic host upgrade What i am doing is
I am getting the above error and i checked the various sites and it was mentioned that this is a bug .. but i couldn't check the solution anywhere.. can you please let me know if i can do this way ? Am i doing something wrong and if it is a bug is there any way i can solve ? Please let me know. Regards, |
Hi all,
I need to install CentOS 7.20160404 Atomic Host on one of the bare metal node which i will doing using PXE installation from kickstart file anaconda installation.
I need the iso file which will be mounted and the atomic repo that contains the actual OS.
I couldn't see anywhere these file and can you please help me in providing the links for the same where i can download.
http://vault.centos.org/7.2.1511/atomic/ --- We will have atomic repo similar to the one shown here and in this location we have only 7.2.1511 and not the one i mentioned above.
This version number i got it from the atomic host status command after installing by some other person earlier and the images are not available now and no back-up taken.
Any help would really be appreciated.
7.20160404 === Version
e39c28570a ==== Checksum
Regards,
Kamesh,
The text was updated successfully, but these errors were encountered: