fOCCI


NamefOCCI operations on top of Fogbow
Location
Credentials
  • user: cloudplugfest
  • password: cloudplugfest
  • tenantName: demo 
Contactgiovanni@lsd.ufcg.edu.br
Notes

Usually, fOCCI is called by fogbow-cli. You can get debian packages of fogbow-cli (http://downloads.fogbowcloud.org/stable/debian/v0.2.0/fogbow-cli/fogbow-cli_v0.2.0.deb), and information about how to use it at http://www.fogbowcloud.org/fogbow-cli. Follows some use examples:

#get member
fogbow-cli member --get --url $ENDPOINT

#create token
fogbow-cli token --create -Dpassword=$PASS -Dusername=$USER -DtenantName=$TENANT_NAME -DauthUrl=$KEYSTONE_ENDPOINT --type openstack

#create request
fogbow-cli request --create --auth-token $TOKEN --n “x” --image fogbow-linux-x86 --flavor fogbow_small --url $ENDPOINT

#get all requests
fogbow-cli request --get --auth-token $TOKEN --url $ENDPOINT

#get specific request
fogbow-cli request --get --auth-token $TOKEN --url $ENDPOINT --id $REQUEST_ID

#get specific instance
fogbow-cli instance --get --auth-token $TOKEN --url $ENDPOINT --id $INSTANCE_ID