Changes between Version 27 and Version 28 of EGIFedCloud
- Timestamp:
- Mar 18, 2016 11:50:01 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EGIFedCloud
v27 v28 18 18 19 19 * Para está práctica utilizaremos la aplicación [https://appdb.egi.eu/store/vappliance/egi.ubuntu.14.04 EGI Ubuntu 14.04] el site `CESNET-MetaCloud`. Para ello demos de configurar una serie de variables: `ENDPOINT`, `OS_TPL`, `RES_TPL`. Estas varialbes se pude obtener bien desde la o con los comandos: 20 21 22 20 * `ENDPOINT` : 23 21 {{{ … … 25 23 [user@ui ~]$ ldapsearch -x -H ldap://lcg-bdii.cern.ch:2170 -b GLUE2DomainID=CESNET-MetaCloud,GLUE2GroupID=grid,o=glue GLUE2EndpointInterfaceName=OCCI | grep GLUE2EndpointURL | awk {'print $2'} 26 24 }}} 27 28 25 * `OS_TPL` : 29 26 {{{ … … 31 28 occi --endpoint $ENDPOINT --action list --resource os_tpl --auth x509 --user-cred $X509_USER_PROXY --voms 32 29 }}} 33 34 30 * `RES_TPL` : 35 31 {{{ … … 58 54 }}} 59 55 60 * Configuramos la VM utilizado [ cloud-config https://coreos.com/os/docs/latest/cloud-config.html]:56 * Configuramos la VM utilizado [https://coreos.com/os/docs/latest/cloud-config.html] cloud config]: 61 57 {{{ 62 58 #!sh