-
Notifications
You must be signed in to change notification settings - Fork 1
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
Clairify/decide how/where we will install condor/bosco (Dockerfile) #19
Comments
It sounds like, via @hasanbaig (Thanks!), So I'll plan on just extracting the appropriate tar.gz for "Linux user install", into |
Pasting here again:
|
Ha! @hasanbaig I was about to paste that in here myself! Great minds think alike! So on that third point: It looks like I have to I could also try and create/fill that in the Docker file, if possible, if you let me know. |
I don't remember exactly if the directory config.d was already there or we created it. If it does not exist in the fresh installation then yes we have to create it. And yes, |
I think |
There is no root@74d171b8bd18:/home/cloudcopasi/condor# ls -1
'*_local_submit_attributes.sh'
LICENSE-2.0.txt
Manifest.txt
NOTICE.txt
bin
condor_configure
condor_install
etc
examples
include
lib
libexec
man
sbin
usr
var I can try the older version you were using (9.1.2?). |
Okay. I have just looked up in my past logs and emails and below is the quote from one of his (HTCondor's developer whom we took on board to debug some issues) email: "For the HTCondor installation under ~/condor, we recommend putting your config changes in files under ~/condor/local/config.d/. Then, any time you need to upgrade or re-install, you just need to save the contents of that directory to maintain your configuration." I remember that it was him who created this folder called We then, on his own suggestion, created |
Ah. Ok. Thanks! |
No, I think you can continue with the latest version. It took me a little while to look back into past stuff to recall and reply :-). |
It is Empty. |
Cool! |
🤞 |
automating the condor install and configuration
Hmmm? If we do have any other config changes, we should probably save and track them in this repo. Then just Perhaps it would be good to convert our > tree condor
condor
├── bin
│ └── bosco_cluster
└── local
├── config.d
│ └── condor_config.local
└── fs_auth |
automating the condor install and configuration
I just checked your last comment. Yes, we can do it this way. |
I pushed a |
into one location (condor_overlay), mimicking the stock condor source installation folder. (relates to Issue #19)
Running the following,
cloud-copasi/Dockerfile
Lines 36 to 37 in 0376aa9
. . . in a recent tar.gz version extract location (e.g.
/condor
) . . .cloud-copasi/Dockerfile
Line 32 in 0376aa9
. . . seems to default to installing a
bosco
into the user's home directory.e.g.
/home/cloudcopasi/bosco
Are we not using the
--bosco
flag install? Do we need it to be/home/cloudcopasi/condor
?-or was that where the tar.gz source installation files were being extracted to?
-or were we using one of the deb or rpm package installs?
The text was updated successfully, but these errors were encountered: