Aquilon VM gateway for development
These instructions are to build a gateway to dev echo from an openstack VM using aquilon.
Login to openstack and create a VM using scientificlinux7-aq image. recommended c3-medium size
ssh into the VM and run:
userdel fedora
userdel centos
as these conflict with aquilon user idshostname
to get the FQDN for this machine. It should end with nubes.stfc.ac.uk
copy /etc/grid-security/xrootd/sss.keytab.grp, /etc/ceph and /etc/grid-security/xrootd as needed from dev-gw
log into aquilon and create a sandbox
Edit the following files
edit ./ral-tier1/features/ceph/xrootd-unified-gw/xrootd-unified.cfg
Configure gsi security:
xrootd.seclib /usr/lib64/libXrdSec.so
sec.protocol unix
sec.protbind * only unixcomment section Use VOMS for WebDAV transfers with voms-mapfile overrides
comment out TLS, leave only xrootd.tls off
add xrd.trace all at the end
edit shared/common/ceph/lhc-voms/voms-authdb
add root and your fedid like “u root \dteam: a /dteam: a” or other pools as needed
run aq make --archetype ral-tier1 --personality ceph-unified-gw-echo-test --hostname <hostname>
check “tail -f /var/log/ncm-cdispd.log” and run “quattor-configure --all” to manually reattempt the configuration