File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed
Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ source path-of-virtual-environment/bin/activate
2626source path-of-virtual-environment/bin/activate.csh
2727
2828# download ehos. (requires wget)
29- wget https://github.com/elixir-no-nels/ehos-python/archive/v0.1.0-rc2 .tar.gz
30- tar zxvf v1.0.0-rc2 .tar.gz --strip 1
29+ wget https://github.com/elixir-no-nels/ehos-python/archive/v1.0.0 .tar.gz
30+ tar zxvf v1.0.0.tar.gz --strip 1
3131
3232# install requirements:
3333pip install -r requirements.txt
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ source bin/activate
6363source bin/activate.csh
6464
6565# install ehos v1.0.0-rc2 along with various requirements:
66- pip install git+https://github.com/elixir-no-nels/ehos-python/@v1.0.0-rc2
66+ pip install git+https://github.com/elixir-no-nels/ehos-python.git
6767
6868# Create a config file based on an existing openstack keystone file
6969./bin/ehos_create_config.py etc/ehos/ehos.yaml.template ~ /[KEYSTONE-FILE]
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ write_files:
4242 SEC_PASSWORD_FILE = $(LOCK)/pool_password
4343 SEC_DEFAULT_AUTHENTICATION = REQUIRED
4444 SEC_DEFAULT_AUTHENTICATION_METHODS = FS, PASSWORD
45- #ALLOW_DAEMON = condor_pool@$(UID_DOMAIN)
4645
4746 NEGOTIATOR_INTERVAL = 5
4847 owner : root:root
@@ -55,17 +54,8 @@ runcmd:
5554
5655 - dhclient # because the DNS server at uh-cloud is sometimes broken...
5756 - systemctl enable condor
58- # - systemctl start condor
5957
60- # - yum install -y epel-release
61- # - yum -y groupinstall "development tools"
62- # # some editors and tools we need
63- # - yum install -y vim nano wget lvm2 squashfs-tools python34 python34-pip python-pip autofs
64- # - yum install -y python-devel libarchive-devel yum-utils device-mapper-persistent-data
65-
66- - pip3 install --prefix /usr/local/ git+https://github.com/elixir-no-nels/ehos-python.git@v1.0.0-rc2
67- # - systemctl enable ehos
68- # - systemctl start ehos
58+ - pip3 install --prefix /usr/local/ git+https://github.com/elixir-no-nels/ehos-python.git
6959
7060
7161final_message : " The EHOS vm is up after $UPTIME seconds"
You can’t perform that action at this time.
0 commit comments